.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #464d56;
  font-size: 24px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  color: #4ac2c9;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: -10px 0px 40px;
  font-family: 'Varela Round', sans-serif;
  color: #667073;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
  color: #667073;
  font-weight: 400;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button.hero {
  display: block;
  width: 160px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 8px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Varela Round', sans-serif;
  font-weight: 200;
}

.button.hero:hover {
  background-color: hsla(0, 0%, 100%, 0.34);
}

.button.white {
  display: block;
  width: 220px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  border: 2px solid #4ac2c9;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #888f99;
}

.button.white:hover {
  background-color: #4ac2c9;
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 11;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #036;
}

.navbar.client-page {
  z-index: 11;
}

.nav-link {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #4ac2c9;
}

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

.nav-link.top-nav {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

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

.top-nav-section {
  position: relative;
  z-index: 21;
  background-color: transparent;
}

.hero-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  height: 850px;
  padding-top: 260px;
  padding-bottom: 238px;
  background-image: url('../images/CAPA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-heading {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-heading.sub-heading {
  margin-top: 0px;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
}

.top-nav-logo {
  display: block;
  margin: 6px auto 30px;
  border: 0px none transparent;
  border-radius: 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: transparent;
}

.top-nav-logo:hover {
  opacity: 1;
}

.top-nav-links {
  margin-top: 20px;
  margin-bottom: 20px;
}

.top-nav-link-column {
  padding-right: 15px;
  padding-left: 0px;
  border-right: 1px solid hsla(0, 0%, 92.9%, 0.2);
  border-left: 1px solid hsla(0, 0%, 92.9%, 0.2);
}

.top-nav-link-column.right {
  border-right-width: 2px;
  border-right-color: hsla(0, 0%, 92.9%, 0.2);
  border-left-color: hsla(0, 0%, 92.9%, 0.2);
}

.top-nav-link-column.left {
  padding-left: 15px;
  border-left-width: 2px;
}

.main-section {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 80px;
}

.main-section.odd {
  margin-top: 0px;
  padding-top: 40px;
  background-color: #fff;
  background-image: url('../images/adult-agent-banking-684387.jpg'), url('../images/soluc7.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.main-section.top {
  margin-top: 400px;
  padding-top: 40px;
  background-color: #fff;
}

.main-section.top.no-hero {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.main-section.portfolio {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #f2f5f7;
}

.main-section.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d6d6d6;
}

.main-section.footer-inicial {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d6d6d6;
}

.main-section.footer-intitucional {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d6d6d6;
}

.main-section.footer-inicial {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #036;
}

.services-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

._1000px {
  height: 1000px;
}

.services-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
  border-radius: 8px;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.services-column:hover {
  border-radius: 4px;
  background-color: #f2f5f7;
}

.services-columns {
  margin-bottom: 30px;
}

.team-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.team-image:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.social-icons {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.social-icons.about-section {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.social-icon {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  opacity: 0.7;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.right {
  margin-left: 10px;
  padding-left: 0px;
  float: left;
  opacity: 0.7;
}

.social-icon.right:hover {
  opacity: 1;
}

.social-icon.left {
  margin-right: 10px;
  float: right;
}

.social-left {
  float: right;
}

.about-section-description {
  margin-top: 50px;
}

.about {
  float: none;
}

.client-block {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 15px 15px 20px;
  background-color: rgba(74, 194, 201, 0.8);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.client-block:hover {
  background-color: rgba(70, 77, 86, 0.85);
  opacity: 1;
}

.client-block.link {
  padding: 15px 15px 15px 20px;
  text-decoration: none;
}

.client-block.link:hover {
  background-color: rgba(70, 77, 86, 0.93);
}

.client-column {
  height: 230px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/credito_garantia.jpg');
  background-size: cover;
}

.client-column.mailfox {
  height: 230px;
  background-image: url('../images/automobile-black-and-white-car-248539.jpg');
  background-size: cover;
}

.client-column.lapfour {
  background-image: url('../images/adult-analysis-banking-1549000.jpg');
  background-size: cover;
}

.client-column.frictionlabs {
  background-image: url('../images/adult-analyzing-attentively-1059111.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.client-column.pindl {
  background-image: url('../images/credito_garantia.jpg');
  background-size: cover;
}

.client-column.universideals {
  background-image: url('../images/adult-analyzing-attentively-1059111.jpg');
  background-size: cover;
}

.client-column.trailerbot {
  background-image: url('../images/trailerbot.jpg');
}

.client-column.blanco-rojo {
  background-image: url('../images/blancorojo.jpg');
}

.client-nam {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #4ac2c9;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.customer-description {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.customer-description.learn-more {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 13px;
  font-style: italic;
}

.customer-description.learn-more:hover {
  background-color: rgba(74, 194, 201, 0.6);
  color: #fff;
}

.see-more-link {
  position: absolute;
  left: 20px;
  bottom: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  text-decoration: none;
}

.see-more-link:hover {
  color: #4ac2c9;
  text-decoration: none;
}

.client-slider {
  display: block;
  height: 500px;
  margin-top: 0px;
  border-radius: 0px;
}

.slide-1 {
  margin-top: 0px;
  background-image: url('../images/trailerbot.jpg');
  background-position: 0% 31%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-2 {
  background-image: url('../images/universideals.jpg');
  background-size: cover;
}

.parallax-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/shutterstock_27208630_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.testimonial-slider {
  height: 340px;
  background-color: transparent;
}

.testimonial {
  padding-right: 100px;
  padding-left: 100px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-style: italic;
  text-align: left;
  text-transform: none;
}

.client-name {
  margin-top: 50px;
  margin-left: 30px;
  color: #fff;
  font-size: 23px;
  text-align: left;
  text-transform: none;
}

.client-company {
  margin-top: -15px;
  margin-left: 30px;
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.client-image {
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 0px;
  float: right;
  opacity: 0.7;
}

.testimonial-arrow {
  font-size: 24px;
}

.invisible {
  opacity: 0;
}

.slidenav {
  margin-top: 0px;
  padding-top: 40px;
  font-size: 10px;
}

.testimonial-column {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  border-right-style: solid;
  border-right-color: hsla(0, 0%, 100%, 0.43);
}

.testimonial-client {
  margin-top: 20px;
}

.client-row-top {
  margin-top: 0px;
}

.client-row-bottom {
  margin-bottom: 0px;
}

.map {
  height: 300px;
  border-radius: 0px;
}

.contact-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-area {
  margin-bottom: 24px;
  border-radius: 4px;
  opacity: 0.5;
  font-family: 'Varela Round', sans-serif;
}

.text-area:focus {
  border: 1px solid #4ac2c9;
  background-color: transparent;
  opacity: 1;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #98a1a3;
  font-weight: 400;
  text-transform: uppercase;
}

.submit-form {
  padding: 10px 70px;
  border: 3px solid #4ac2c9;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Varela Round', sans-serif;
  color: rgba(102, 112, 115, 0.49);
  font-size: 15px;
}

.submit-form:hover {
  background-color: rgba(74, 194, 201, 0.7);
  color: #fff;
}

.two-column-heading {
  margin-bottom: 15px;
  color: #036;
  font-size: 20px;
  text-align: left;
}

.contact-header {
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  color: #98a1a3;
  font-weight: 400;
  text-align: left;
}

.contact-icon {
  margin-top: 2px;
  margin-right: 10px;
  padding-top: 0px;
  float: left;
}

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

.contact-column.right {
  padding-left: 40px;
}

.footer-logo {
  float: left;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-logo:hover {
  opacity: 1;
}

.social-footer {
  margin-right: 5px;
  float: right;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-footer:hover {
  opacity: 1;
}

.client-body {
  padding-top: 60px;
}

.client-slide-1 {
  background-image: url('../images/Sem-Título-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-arrow {
  opacity: 0.7;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 30px;
}

.slider-arrow:hover {
  opacity: 1;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.client-slide-2 {
  background-image: url('../images/pindl.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-slide-3 {
  background-image: url('../images/mailfox.jpg');
  background-size: cover;
}

.client-list {
  display: block;
  margin-left: auto;
  background-color: transparent;
}

.client-list-item {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.client-column-1 {
  padding-right: 30px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -143px;
  padding-left: 0px;
}

.column {
  padding-top: 0px;
  text-align: center;
}

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

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

.container-6 {
  display: block;
  margin-bottom: 50px;
  padding-left: 0px;
}

.h4-white {
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-block {
  position: static;
  margin-bottom: 19px;
  padding: 20px;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.29);
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  text-align: justify;
}

.text-block:hover {
  border-color: #f0f7f7;
}

.icon-left-aligned {
  height: 90px;
  margin-right: 24px;
  float: left;
}

.intro-paragraph {
  color: #edc202;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.intro-paragraph.white {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.heading {
  color: #d6d6d6;
  font-weight: 700;
}

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

.paragraph-33 {
  margin-left: 100px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.column-6 {
  height: auto;
}

.text-block-2 {
  margin-right: 30px;
  margin-bottom: 19px;
  padding: 20px;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.29);
  border-radius: 3px;
  background-color: rgba(0, 62, 126, 0.63);
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-2:hover {
  border-color: #f0f7f7;
}

.columns-2 {
  margin-top: 40px;
  margin-right: -12px;
  margin-left: 0px;
}

.mapa1 {
  height: 545px;
  margin-left: 0px;
}

.color-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #20b36c;
}

.color-section.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.color-section.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-section.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  background-image: none;
}

.heading-8896 {
  margin-top: -40px;
  color: #036;
  text-align: center;
}

.icon-left-aligned-2 {
  height: 75px;
  margin-right: 24px;
  float: left;
}

.tab-link-tab-1-2 {
  border: 1px solid #000;
  border-radius: 0px;
  background-color: rgba(190, 228, 198, 0.09);
}

.tab-link-tab-1-2.w--current {
  background-color: rgba(0, 0, 0, 0.17);
}

.tab-link-tab-1-2.w--current:focus {
  background-color: transparent;
}

.tab-link-tab-1-2.w--current:visited {
  background-color: transparent;
}

.container-22 {
  margin-top: 7px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.bold-text-54 {
  color: rgba(27, 20, 143, 0.93);
  font-size: 18px;
}

.text-block-22-copy3 {
  margin-top: 8px;
  margin-bottom: 19px;
  padding: 20px;
  border: 0.5px solid #000;
  border-radius: 3px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-22-copy3:hover {
  border-color: #f0f7f7;
}

.tab-link-tab-2-2 {
  border: 1px solid #000;
  background-color: transparent;
}

.tab-link-tab-2-2.w--current {
  background-color: rgba(0, 0, 0, 0.17);
}

.bold-text-46 {
  color: #0da719;
}

.div-block-26 {
  margin-top: -41px;
}

.tab-link-tab-3-23 {
  border: 1px solid #000;
  background-color: rgba(190, 228, 198, 0.09);
}

.tab-link-tab-3-23.w--current {
  background-color: rgba(0, 0, 0, 0.17);
}

.tabs-menu-2 {
  text-align: left;
}

.condicoes_gerais {
  margin-top: 0px;
  margin-bottom: 102px;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bold-text-53 {
  color: rgba(6, 33, 141, 0.93);
  font-size: 18px;
}

.tab-link-tab-4 {
  border: 1px solid #000;
  background-color: rgba(190, 228, 198, 0.09);
}

.tab-link-tab-4.w--current {
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.17);
}

.all-paragraphs-white-3 {
  margin-left: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  text-align: justify;
}

.text-block-22-copy {
  margin-top: 8px;
  margin-bottom: 19px;
  padding: 20px;
  border: 0.5px solid #000;
  border-radius: 3px;
  background-color: rgba(190, 228, 198, 0.09);
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-22-copy:hover {
  border-color: #f0f7f7;
  background-color: transparent;
}

.text-block-22-copy44 {
  margin-top: 8px;
  margin-bottom: 19px;
  padding: 20px;
  border: 0.5px solid #000;
  border-radius: 3px;
  background-color: rgba(190, 228, 198, 0.09);
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-22-copy44:hover {
  border-color: #f0f7f7;
}

.text-block-22-copy2 {
  margin-top: 8px;
  margin-bottom: 19px;
  padding: 20px;
  border: 0.5px solid #000;
  border-radius: 3px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-22-copy2:hover {
  border-color: #f0f7f7;
}

.container-23 {
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
}

.contact-block-3 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: visible;
  width: 500px;
  height: 435px;
  margin-top: 0px;
  padding: 55px 0px;
  float: right;
  background-color: transparent;
}

.circle-close-button {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button:hover {
  background-color: transparent;
}

.html-embed-14 {
  margin-top: 0px;
  margin-left: -29px;
}

.form_mobile {
  display: none;
}

.button-2 {
  display: inline-block;
}

.container-24 {
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
}

.button-3 {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  padding: 18px 25px;
  border: 2px solid transparent;
  border-radius: 2px;
  background-color: #3385bc;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-3:hover {
  border-color: transparent;
  background-color: #00aeef;
  color: #fff;
}

.contact-block-2 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: block;
  overflow: scroll;
  width: 350px;
  height: 100%;
  padding: 55px;
  float: right;
  background-color: #2e333b;
}

.tenho_duvida {
  display: none;
  width: 500px;
  margin-left: -60px;
  background-color: transparent;
}

.html-embed-4 {
  display: block;
  margin-top: -70px;
  margin-bottom: -250px;
  margin-left: -94px;
}

.html-embed-4-copy {
  display: none;
  margin-top: -70px;
  margin-bottom: -250px;
  margin-left: -94px;
}

.container-25 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.container-26 {
  height: auto;
  margin-top: 125px;
}

.html-embed-16 {
  height: 750px;
}

.section {
  margin-top: -66px;
}

.bold-text-55 {
  font-weight: 400;
}

.heading-8897 {
  font-size: 80px;
}

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

.div-block-q1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-block-0001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

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

.div-block-01 {
  width: 44px;
  height: 24px;
  margin-right: 76px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.resposta-01 {
  float: left;
  font-family: Montserrat, sans-serif;
  text-align: justify;
}

.link-block2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.text-block-6 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.bold-text-02 {
  font-weight: 700;
}

.div-block-02 {
  width: 44px;
  height: 24px;
  margin-right: 100px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.resposta-02 {
  font-family: Montserrat, sans-serif;
  text-align: justify;
}

.link-block-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #036;
  text-decoration: none;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

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

.div-block-03 {
  width: 44px;
  height: 24px;
  margin-right: 200px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.resposta-03 {
  max-width: 95%;
  font-family: Montserrat, sans-serif;
  text-align: justify;
}

.button-4 {
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50px;
  background-color: #003e7e;
  font-weight: 700;
  text-align: center;
}

.heading-8898 {
  color: #036;
  font-weight: 700;
  text-align: center;
}

.bold-text-56 {
  font-weight: 400;
}

.bold-text-57 {
  font-weight: 400;
}

.bold-text-58 {
  color: #036;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-59 {
  font-weight: 400;
}

.bold-text-60 {
  font-weight: 400;
}

.paragraph-34 {
  padding-right: 50px;
  padding-left: 50px;
  font-size: 20px;
  text-align: justify;
}

.section-2 {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: rgba(124, 124, 121, 0.07);
}

.barra {
  margin-left: 86px;
}

.text-block-4 {
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #667073;
  text-align: center;
}

.text-block-4-copy2 {
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #667073;
  text-align: center;
}

.div-block-18 {
  position: absolute;
  left: 0px;
  top: -15px;
  right: 30px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  -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: 3px none #000;
  border-radius: 250px;
  background-color: #ebedf1;
  color: #888;
}

.link-block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-left: 23px;
  -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: 2px solid #036;
  border-radius: 250px;
}

.div-block-15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-16 {
  position: relative;
  z-index: 2;
  display: block;
  width: 220px;
  -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-block-5 {
  opacity: 0.1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 122px;
  line-height: 82px;
  font-weight: 900;
  text-align: center;
}

.text-block-4-copy {
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #667073;
  text-align: center;
}

.link-block2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.portrait-image {
  display: none;
  margin-top: 0px;
}

.heading-40 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 10% 19px;
  padding: 10px 0px 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 170, 128, 0);
  border-radius: 13px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-11:hover {
  border-color: #09f;
}

.secao-03 {
  margin-bottom: 0px;
}

.div-block-25 {
  margin-top: 50px;
}

.paragraph-21 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #00f;
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.container-10 {
  margin-bottom: 40px;
}

.h4-white-2 {
  margin-top: 25px;
  margin-left: 102px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 700;
}

.icon-left-aligned-3 {
  height: 80px;
  max-width: none;
  margin-top: -4px;
  margin-right: 24px;
  padding-top: 0px;
  float: left;
}

.portrait-image2 {
  display: block;
  margin-top: 0px;
}

.div-block-14 {
  margin-top: 20px;
  margin-right: 10%;
  margin-left: 10%;
}

.all-paragraphs-white {
  display: block;
  margin-top: 12px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  text-align: center;
}

.paragraph-pj {
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.text-block-54 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.div-block-27 {
  width: 44px;
  height: 24px;
  margin-right: -50px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.resposta11 {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.div-block-0007 {
  width: 44px;
  height: 24px;
  margin-right: -50px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
}

.faq {
  height: 300px;
  margin-top: 0px;
  margin-bottom: -10px;
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.faq.map {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: none;
}

.faq.map {
  display: block;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: none;
}

.faq.map {
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #f8f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: none;
}

.resposta-4 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: left;
}

.text-block-09 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 700;
}

.resposta-05 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: justify;
}

.resposta-008 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: justify;
}

.link-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-12 {
  font-weight: 700;
}

.bold-text-04 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.divider-line {
  height: 2px;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: #e4ebeb;
}

.repostas-06 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: justify;
}

.bold-text-61 {
  font-weight: 700;
}

.bold-text-24 {
  font-weight: 700;
}

.bold-text-62 {
  font-weight: 700;
}

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

.text-block-55 {
  font-weight: 500;
}

.paragraph-29 {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.reposta-007 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: justify;
}

.text-block-8 {
  color: #036;
  text-align: left;
}

.link-block-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.resposta-9 {
  float: left;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: justify;
}

.bold-text-63 {
  font-weight: 700;
}

.text-block-56 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.div-block-29 {
  width: 44px;
  height: 24px;
  margin-right: -50px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.link-block-06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.resposta-10 {
  max-width: 95%;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.paragraph-30 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: justify;
}

.text-block-6-copy {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.bold-text-02-copy {
  font-weight: 500;
}

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

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

.heading-8899 {
  color: #036;
  font-size: 15px;
  text-align: left;
}

.paragraph-34-copy {
  text-align: left;
}

.div-block-29-copy {
  width: 44px;
  height: 24px;
  margin-right: -50px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.resposta-9-copy {
  float: left;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: left;
}

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

.paragraph-36 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: left;
}

.div-block-27-copy {
  width: 44px;
  height: 24px;
  margin-right: -50px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.resposta-4-copy {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: justify;
}

.div-block-27-copy-copy {
  width: 44px;
  height: 24px;
  margin-right: -50px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.paragraph-37 {
  margin-top: 35px;
}

.resposta-10-copy {
  overflow: hidden;
  max-width: 95%;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: left;
}

.div-block-27-cospy {
  width: 44px;
  height: 24px;
  margin-right: -50px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.div-block-27-somente {
  width: 44px;
  height: 24px;
  margin-right: -50px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.resposta-4-copy-copy {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.div-block-272viacontrato {
  width: 44px;
  height: 24px;
  margin-right: -50px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.respostacontrato {
  font-family: Montserrat, sans-serif;
  color: #036;
  text-align: left;
}

.div-blockgravame {
  width: 44px;
  height: 24px;
  margin-right: -50px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.paragraph-29-copy {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  text-align: left;
}

.section-3 {
  padding: 120px 15px;
  background-color: #fff;
}

.section-3.less {
  padding: 20px 20px 30px;
}

.banner-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
}

.banner-product._2 {
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  max-width: 700px;
  padding: 189px 50px 189px 109px;
  -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;
}

.heading-5 {
  width: 128px;
  border-bottom: 1px solid #828b86;
  font-family: Inconsolata, monospace;
  color: #828b86;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
}

.heading-2 {
  color: #003e7e;
  font-size: 25px;
  line-height: 42px;
  font-weight: 700;
  text-align: left;
}

.paragraph {
  font-family: Inconsolata, monospace;
  color: #464d56;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  max-width: 700px;
  -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: #fff;
}

.image-23 {
  width: 70%;
}

.heading-8900 {
  margin-top: 80px;
  color: #003e7e;
  font-size: 60px;
}

.button-5 {
  background-color: #a5a5a5;
  text-align: left;
}

.columns-4 {
  margin-top: 60px;
}

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

.columns-6 {
  margin-top: 50px;
}

.columns-7 {
  margin-top: 60px;
}

.image-23-copy {
  width: 70%;
}

.empresa {
  margin-top: 80px;
}

.dropdown-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-toggle.top-nav {
  padding-right: 46px;
  padding-left: 15px;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  color: #4ac2c9;
}

.dropdown-link-2 {
  color: #fff;
}

.dropdown-link-2:hover {
  color: #4ac2c9;
}

.dropdown-link-3 {
  color: #fff;
}

.dropdown-link-3:hover {
  color: #4ac2c9;
}

.nav-link-copy {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Montserrat, sans-serif;
  color: #98a1a3;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-link-copy:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #4ac2c9;
}

.nav-link-copy.w--current {
  color: #4ac2c9;
}

.nav-link-copy.top-nav {
  display: block;
  margin-right: auto;
  margin-left: -3px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-link-copy.top-nav:hover {
  color: #4ac2c9;
}

.icon {
  color: #fff;
}

.dropdown-list-2 {
  background-color: transparent;
}

.dropdown-list-2.w--open {
  color: #fff;
}

.dropdown-link-4 {
  color: #fff;
}

.dropdown-link-4:hover {
  color: #4ac2c9;
}

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

.dropdown-link-5:hover {
  color: #4ac2c9;
}

.section-4 {
  position: relative;
  margin-bottom: auto;
}

.html-embed-17 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: right;
}

.container-29 {
  margin-top: 27px;
}

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

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

.dropdown-link-6 {
  background-color: transparent;
}

.dropdown-list-3 {
  background-color: transparent;
}

.dropdown-list-3.w--open {
  background-color: #fff;
}

.dropdown-toggle-2 {
  padding-right: 35px;
  font-size: 12px;
}

.dropdown-toggle-3 {
  padding-right: 35px;
  font-size: 12px;
}

.job-title {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 30px;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  letter-spacing: 1px;
  text-decoration: none;
}

.section-10 {
  margin-top: 36px;
}

.name {
  padding-top: 39px;
  padding-bottom: 4px;
}

.team4 {
  padding-top: 120px;
}

.team-text {
  margin-top: 31px;
  padding-right: 9px;
}

.info-wrapper {
  width: 60%;
  float: right;
}

.team5 {
  padding-top: 120px;
}

.saibamais {
  position: relative;
  left: -289px;
  top: -26px;
  bottom: 26px;
  display: inline-block;
  margin-top: 60px;
  margin-left: 0px;
  padding: 4px 15px;
  border: 1px solid transparent;
  border-radius: 40px;
  background-color: #003e7e;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.saibamais:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #222;
  font-size: 11px;
  font-weight: 700;
}

.columns-8 {
  margin-top: -36px;
}

.image-wrapper {
  width: 40%;
  float: left;
}

.big-title {
  position: relative;
  top: 12px;
  margin-bottom: 62px;
  padding-bottom: 50px;
  color: #003e7e;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.cidades {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.link-block-11 {
  border: 0px solid #000;
}

.link-block-12 {
  display: block;
}

.atualizacao_cadastral {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
  margin-top: 44px;
  margin-left: 0px;
  text-align: right;
}

.link-block-13 {
  display: block;
}

.link-block-14 {
  display: block;
}

.link-block-15 {
  display: block;
}

.link-block-16 {
  display: block;
}

.link-block-17 {
  display: block;
}

.div-block-31 {
  margin-top: 0px;
  padding: 5px 20px;
  background-color: transparent;
}

.section-11 {
  margin-top: 0px;
  background-color: transparent;
}

.section-12 {
  margin-top: 80px;
}

.paragraph-38 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: left;
}

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

.contact-block-4 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.atualizacao_cada {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

._2via_boleto {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.renegociacao_divida {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.extrato_irpf {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.extrato_contrato_ded {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.reembolso {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.heading-8900-copy {
  margin-top: 50px;
  color: #003e7e;
  font-size: 45px;
}

.titulo_empresa {
  margin-top: 50px;
  margin-bottom: 40px;
  color: #003e7e;
  font-size: 60px;
}

.heading-8901 {
  color: #fff;
}

.paragraph-40 {
  font-size: 20px;
  text-align: center;
}

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

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

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

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

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

.image-26 {
  width: 50px;
  height: 50px;
  max-width: none;
  text-align: center;
}

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

.paragraph-41 {
  margin-top: 50px;
}

.container-34 {
  margin-top: 40px;
  text-align: center;
}

.fale_conosco {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 50px;
  padding-left: 0px;
  font-size: 20px;
  text-align: left;
}

.form_portabilidade {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.antecipacao_parcelas {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.container-35 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 150px;
  padding-right: 0px;
  padding-left: 0px;
}

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

.paragraph-42 {
  font-size: 10px;
  line-height: 15px;
  text-align: left;
}

.paragraph-43 {
  font-size: 10px;
  line-height: 15px;
  text-align: left;
}

.paragraph-44 {
  font-size: 10px;
  line-height: 15px;
  text-align: left;
}

.text-block-4-copys {
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #667073;
  text-align: center;
  text-decoration: none;
}

.portabilidade {
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50px;
  background-color: #003e7e;
  font-weight: 700;
  text-align: center;
}

.anlise {
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50px;
  background-color: #003e7e;
  font-weight: 700;
  text-align: center;
}

.comoadquirir {
  width: 44px;
  height: 24px;
  margin-right: 0px;
  margin-left: 93px;
  padding-left: 0px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  text-align: left;
}

.bold-text-64 {
  font-weight: 400;
}

.paragraph-45 {
  margin-top: 50px;
}

.container-36 {
  margin-top: 35px;
}

.faq_giro_sus {
  height: 300px;
  margin-top: 0px;
  margin-bottom: -10px;
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.faq_giro_sus.map {
  height: auto;
  margin-top: -41px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: none;
}

.faq_veiculos {
  height: 300px;
  margin-top: 0px;
  margin-bottom: -10px;
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.faq_veiculos.map {
  height: auto;
  margin-top: -41px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: none;
}

.footer_veiculo {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 80px;
}

.footer_veiculo.odd {
  margin-top: 0px;
  padding-top: 40px;
  background-color: #fff;
  background-image: url('../images/adult-agent-banking-684387.jpg'), url('../images/soluc7.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.footer_veiculo.top {
  margin-top: 400px;
  padding-top: 40px;
  background-color: #fff;
}

.footer_veiculo.top.no-hero {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.footer_veiculo.portfolio {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #f2f5f7;
}

.footer_veiculo.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d6d6d6;
}

.footer_cpvl {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 80px;
}

.footer_cpvl.odd {
  margin-top: 0px;
  padding-top: 40px;
  background-color: #fff;
  background-image: url('../images/adult-agent-banking-684387.jpg'), url('../images/soluc7.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.footer_cpvl.top {
  margin-top: 400px;
  padding-top: 40px;
  background-color: #fff;
}

.footer_cpvl.top.no-hero {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.footer_cpvl.portfolio {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #f2f5f7;
}

.footer_cpvl.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d6d6d6;
}

.faq-cpvl {
  height: 300px;
  margin-top: 0px;
  margin-bottom: -10px;
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.faq-cpvl.map {
  height: auto;
  margin-top: -41px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: none;
}

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

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

.section2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section2.dark {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.section2.iphone {
  margin-top: 0px;
  margin-bottom: -12px;
  padding-top: 97px;
  padding-bottom: 72px;
}

.left-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: 125px, cover;
  text-align: center;
}

.portfolio-text {
  margin-top: 93px;
}

.our-story-section {
  display: block;
  margin-top: 150px;
  margin-bottom: 200px;
}

.our-story-container {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}

.our-story-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-h2 {
  margin-top: 0px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #003e7e;
  font-size: 20pt;
  text-align: left;
}

.content-text {
  text-align: justify;
}

.learn-button {
  display: block;
  width: 150px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #00e0d0;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #00e0d0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.learn-button:hover {
  background-color: #00e0d0;
  color: #fff;
}

.learn-button.our-story {
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
  border-color: #003e7e;
  color: #003e7e;
}

.learn-button.our-story:hover {
  background-color: #003e7e;
  color: #fff;
}

.learn-button.our-story:active {
  background-color: #003e7e;
  color: #fff;
}

.learn-button.our-story {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
  border-color: #003e7e;
  font-family: Lato, sans-serif;
  color: #003e7e;
  text-align: center;
}

.learn-button.our-story:hover {
  background-color: #003e7e;
  color: #fff;
}

.learn-button.our-story:active {
  background-color: #003e7e;
  color: #fff;
}

.learn-button.our-story {
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  clear: none;
  border-color: #003e7e;
  font-family: Lato, sans-serif;
  color: #003e7e;
  text-align: center;
}

.learn-button.our-story:hover {
  background-color: #003e7e;
  color: #fff;
}

.learn-button.our-story:active {
  background-color: #003e7e;
  color: #fff;
}

.section-13 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cinza {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #3d424a;
  text-align: center;
}

.section-title-2 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title-2.white {
  color: #fff;
  font-size: 35px;
}

.section-title-2._2 {
  margin-top: 0px;
  color: #20b36c;
  font-size: 30px;
  line-height: 25px;
  font-weight: 300;
  text-transform: none;
}

.content {
  display: block;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px;
}

.colour {
  color: #000;
  text-transform: capitalize;
}

.heading-8902 {
  color: #003e7e;
  font-size: 45px;
  line-height: 75px;
  font-weight: 700;
  text-align: left;
}

.image-29 {
  width: 500px;
  height: 300px;
}

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

.brand {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
}

.home-sections-wrapper {
  position: relative;
  width: 100%;
  padding-right: 2em;
  padding-bottom: 3em;
  padding-left: 2em;
}

.home-section {
  position: relative;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
}

.home-section.links {
  padding-top: 2em;
  padding-bottom: 3em;
  background-color: hsla(0, 0%, 100%, 0.45);
}

.home-section.links {
  padding-top: 2em;
  padding-bottom: 3em;
  background-color: transparent;
  font-weight: 700;
}

.home-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.resource-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5rem 1rem;
  -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: 1px solid #ababab;
  background-color: hsla(0, 0%, 100%, 0.38);
  -webkit-transition: background-color 200ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 200ms cubic-bezier(.23, 1, .32, 1);
  font-family: Oswald, sans-serif;
  color: #484848;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.resource-link:hover {
  background-color: rgba(0, 6, 91, 0.54);
  color: #fff;
}

.flex-box {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-header {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.47);
}

.home-header.home-h2 {
  margin-top: 4px;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 3.5px;
}

.home-header.home-h3 {
  margin-top: 0px;
  margin-bottom: 0.75em;
  font-size: 2.3em;
  font-weight: 400;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.64);
}

.color-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-image: url('../images/fundo.png');
  background-position: 50% 50%;
  background-repeat: repeat;
  opacity: 0.81;
}

.slider {
  height: 750px;
  margin-top: 70px;
  margin-bottom: 0px;
}

.slide-3 {
  height: 10000px;
  background-image: url('../images/GettyImages-671032266_reduzida.jpg');
  background-position: 0% 70%;
  background-size: auto 1250px;
  background-repeat: repeat;
  font-size: 15px;
}

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

.paragraph-40-copy {
  font-size: 20px;
  line-height: 35px;
  text-align: left;
}

.columns-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sections {
  position: relative;
  display: block;
  width: 96%;
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 10px 20px;
  border-style: dotted;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 10px;
}

.block-one {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 50vh;
  margin-left: 10%;
  padding-right: 20px;
  padding-left: 20px;
  -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: 10px;
  background-color: #fff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
}

.red-bg {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  padding-top: 25vh;
  background-color: #d74656;
  background-image: linear-gradient(135deg, #e13f4d, #d34657);
}

.tiny-object {
  width: 20%;
  height: 20px;
  margin-left: 10%;
  float: left;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.tiny-object.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.tiny-object.rightside {
  float: right;
}

._25-text {
  position: absolute;
  left: 150%;
  top: 43%;
  bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.page-structure {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.ipart2 {
  position: relative;
  left: 10px;
  top: -5px;
  width: 10px;
  height: 18px;
  margin-left: -1px;
  border-top: 12px solid #69d165;
  border-right: 10px solid transparent;
}

.ipart1 {
  width: 10px;
  border-top: 12px solid transparent;
  border-right: 10px solid #69d165;
  border-bottom: 0px solid transparent;
}

.help-text-1 {
  position: absolute;
  left: 10%;
  bottom: 78vh;
  width: 100%;
  max-width: 220px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

._25vh-line {
  display: block;
  width: 1px;
  height: 22vh;
  margin-right: auto;
  margin-left: auto;
  border-right: 2px dotted #fff;
}

.clear {
  padding-top: 5px;
  clear: both;
  line-height: 10px;
}

._25vh-measure {
  position: absolute;
  left: 32%;
  top: 1vh;
  width: 10px;
  border-style: solid none;
  border-width: 2px;
  border-color: #fff;
}

._25vh-measure.bottom {
  top: auto;
  bottom: 1vh;
}

.interaction-symbol {
  display: block;
  margin-top: -2px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(0.69);
  -ms-transform: scale(0.69);
  transform: scale(0.69);
}

.jstext {
  position: absolute;
  left: 25px;
  top: 2px;
  color: #51ff4a;
  font-weight: 500;
}

.section-tag {
  position: absolute;
  left: 3px;
  top: -12px;
  padding-right: 3px;
  padding-left: 3px;
  border-radius: 3px 3px 0px 0px;
  background-color: #5895da;
  color: #fff;
  font-size: 9px;
  line-height: 11px;
}

.interaction {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border: 1px dotted #47ca91;
  border-radius: 20px;
  background-color: #d64556;
  color: #69d165;
  font-size: 10px;
}

.divider-line-2 {
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}

.slider-container {
  display: inline-block;
  margin-top: 0px;
  padding-top: 214px;
  padding-right: 458px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.large-title-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 48px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.large-title-2.white {
  margin-top: 52px;
  color: #fff;
}

.intro-paragraph-2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.intro-paragraph-2.white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: justify;
}

.intro-paragraph-2.white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: justify;
}

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

.button-6 {
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  padding: 18px 25px;
  border: 2px solid transparent;
  border-radius: 2px;
  background-color: #3385bc;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-6:hover {
  border-color: transparent;
  background-color: #00aeef;
  color: #fff;
}

.button-6.green-outline {
  border-color: #3385bc;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.button-6.green-outline:hover {
  border-color: transparent;
  background-color: #00aeef;
}

.container-38 {
  margin-right: 0px;
  margin-left: 150px;
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-copy {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin: 67px 0px 0px;
  padding: 0px;
  background-color: transparent;
}

.navbar-copy.client-page {
  z-index: 11;
}

.div-block-32 {
  position: static;
  left: 0px;
  top: 0px;
  margin-top: 80px;
  margin-right: 800px;
  margin-left: 0px;
  background-image: url('../images/chat.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-15 {
  position: fixed;
}

.image-30 {
  position: relative;
  display: inline-block;
}

.client-slide-1-copy {
  background-image: url('../images/Sem-Título-4.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-slide-1-copy2 {
  background-image: url('../images/Sem-Título-5.png');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-slide-1-copy4 {
  background-image: url('../images/Sem-Título-1.png');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

._6 {
  background-image: url('../images/Sem-Título-8.png');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold-text-65 {
  float: none;
}

.image-31 {
  width: 500px;
  height: 300px;
}

.slide-nav {
  opacity: 0;
}

.slide-nav-2 {
  opacity: 0;
}

.right-arrow {
  opacity: 0;
}

.left-arrow {
  opacity: 0;
}

.right-arrow-2 {
  opacity: 0;
}

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

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

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

.slide-nav-4 {
  opacity: 0;
}

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

.right-arrow-4 {
  opacity: 0;
}

.slide-nav-5 {
  opacity: 0;
}

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

.slide-nav-6 {
  opacity: 0;
}

.right-arrow-5 {
  opacity: 0;
}

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

.right-arrow-6 {
  opacity: 0;
}

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

.slide-nav-7 {
  opacity: 0;
}

.right-arrow-7 {
  opacity: 0;
}

.slide-nav-8 {
  opacity: 0;
}

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

.color-section_consignado {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #20b36c;
}

.color-section_consignado.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.color-section_consignado.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-section_consignado.green-consignado {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/mapa6.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.color-section_financiamento_veiculos {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #20b36c;
}

.color-section_financiamento_veiculos.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.color-section_financiamento_veiculos.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-section_financiamento_veiculos.greenveiculos {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: -40px;
  padding-top: 50px;
  padding-bottom: 35px;
  background-color: transparent;
  background-image: url('../images/mapa1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.color-sectionportabilidade {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #20b36c;
}

.color-sectionportabilidade.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.color-sectionportabilidade.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-sectionportabilidade.green_portabilidade {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/mapa7.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.color-section_cpvl {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #20b36c;
}

.color-section_cpvl.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.color-section_cpvl.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-section_cpvl.green_cpvl {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/mapa8.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.color-section_girosus {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #20b36c;
}

.color-section_girosus.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.color-section_girosus.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-section_girosus.green_girosus {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/background-2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.color-section_correspondentes {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #20b36c;
}

.color-section_correspondentes.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.color-section_correspondentes.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-section_correspondentes.greencorrespondente {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/mapa10.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.color-sectioncorresponden {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #20b36c;
}

.color-sectioncorresponden.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.color-sectioncorresponden.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-sectioncorresponden.green-correspondent {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 26px;
  background-color: transparent;
}

.color-section_correspondente_goias {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #20b36c;
}

.color-section_correspondente_goias.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.color-section_correspondente_goias.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-section_correspondente_goias.green_corrspondente_goias {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/background-2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.color-section_outros_estados {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.color-section_outros_estados.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.color-section_outros_estados.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-section_outros_estados.greenoutros_estados {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 26px;
  background-color: transparent;
}

.container-39 {
  display: block;
}

.client-slide-3-copy {
  background-image: url('../images/mailfox.jpg');
  background-size: cover;
}

.container-39correspondente {
  display: block;
}

.client-slidercorrespondente {
  display: none;
  height: 500px;
  margin-top: 0px;
  border-radius: 0px;
}

.client-slide-1_faleconosco {
  background-image: url('../images/1640.1000x600.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.form_cpvl {
  display: none;
  width: 500px;
  margin-left: -60px;
  background-color: transparent;
}

.html-embed_cpvl {
  display: block;
  margin-top: -70px;
  margin-bottom: -250px;
  margin-left: -94px;
}

.html-embed-4-ccpvl {
  display: none;
  margin-top: -70px;
  margin-bottom: -250px;
  margin-left: -94px;
}

.form_giro_sus {
  display: none;
  width: 500px;
  margin-left: -60px;
  background-color: transparent;
}

.html-embed_girosus {
  display: block;
  margin-top: -70px;
  margin-bottom: -250px;
  margin-left: -94px;
}

.html-embed-4-copgirosus {
  display: none;
  margin-top: -70px;
  margin-bottom: -250px;
  margin-left: -94px;
}

.html-embed-15-copy {
  height: 590px;
  margin-left: 0px;
}

.html-embed-15_correspondente {
  height: 550px;
  margin-left: 0px;
}

.client-slide-1_institucional {
  background-image: url('../images/EdfBRB_SC_2016_11_23_2678_redim.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.client-slider_institucional {
  display: block;
  height: 300px;
  margin-top: 0px;
  border-radius: 0px;
}

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

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

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

.heading-8896-copy {
  margin-top: -40px;
  color: #003e7e;
  font-weight: 700;
  text-align: center;
}

.heading-8896-copsy {
  margin-top: -40px;
  color: #465356;
  text-align: center;
}

.heading-8896-copyss {
  margin-top: -40px;
  color: #fff;
  text-align: center;
}

.sss {
  margin-top: -40px;
  color: #465356;
  text-align: center;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/gettyimages-1172583737-2048x2048.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/gettyimages-1172583737-2048x2048.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.titulo_empresa-2 {
  position: static;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #003e7e;
  font-size: 60px;
}

.our-story-section-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 56px;
}

.image-29-copy {
  width: 500px;
  height: 300px;
  margin-top: 21px;
}

.heading-8904 {
  font-family: Montserrat, sans-serif;
  color: #09f;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.paragraph-50 {
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.image-32 {
  width: 500px;
  height: 300px;
  margin-top: 21px;
}

.heading-8903 {
  color: #09f;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.image-33 {
  width: 500px;
  height: 300px;
  margin-top: 102px;
}

.image-29-empresa {
  width: 500px;
  height: 300px;
  margin-top: 42px;
}

.heading-8905 {
  margin-top: -43px;
  color: #003e7e;
  font-size: 45px;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
}

.column-10 {
  margin-top: 35px;
}

.paragraph-51 {
  font-family: Montserrat, sans-serif;
  text-align: justify;
}

.image-34 {
  width: 500px;
  height: 255px;
  margin-top: 35px;
  line-height: 55px;
}

.color-bg-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-image: url('../images/capa.png');
  background-position: 48% 49%;
  background-size: auto 1050px;
  background-repeat: repeat;
  opacity: 0.81;
}

.home-header-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.47);
}

.resource-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5rem 1rem;
  -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: 1px solid #d6d6d6;
  background-color: rgba(0, 6, 91, 0.54);
  -webkit-transition: background-color 200ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 200ms cubic-bezier(.23, 1, .32, 1);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.resource-link-2:hover {
  background-color: rgba(0, 6, 91, 0.54);
  color: #000;
}

.circle-close-button-2 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 1px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-2:hover {
  background-color: #000;
}

.parcela_atraso {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.circle-close-button6 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 38px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button6:hover {
  background-color: #000;
}

.circle-close-button10 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button10:hover {
  background-color: #000;
}

.circle-close-button7 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button7:hover {
  background-color: #000;
}

.circle-close-button11 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button11:hover {
  background-color: #000;
}

.circle-close-button-15 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

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

.section-16 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.titulo_empresa-3 {
  position: static;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #003e7e;
  font-size: 60px;
}

.paravoce_desktop1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-35 {
  width: 500px;
  height: 300px;
  max-height: 280px;
  max-width: 460px;
  margin-top: 0px;
}

.our-story-container-2 {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-8906 {
  color: #09f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.heading-8907 {
  font-family: Montserrat, sans-serif;
  color: #09f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.image31 {
  width: 500px;
  height: 300px;
  max-height: 280px;
  max-width: 460px;
}

.image-29-copy-2 {
  width: 500px;
  height: 300px;
  margin-top: 0px;
}

.paravoce_mobile1 {
  display: none;
  margin-top: 0px;
  margin-bottom: 56px;
}

.paravoce_desktop2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 56px;
}

.image-36 {
  width: 500px;
  height: 300px;
  max-height: 280px;
  max-width: 460px;
  margin-top: 0px;
}

.paravoce_mobile2 {
  display: none;
  margin-top: 0px;
  margin-bottom: 56px;
}

.column-11 {
  margin-bottom: 20px;
}

.parasua_empresa {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-29-empresa-2 {
  position: static;
  display: block;
  overflow: visible;
  width: 500px;
  height: 300px;
  max-width: none;
  margin-top: 0px;
}

.parasua_empresa_mobile {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.content-2 {
  display: block;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px;
}

.heading-8908 {
  margin-top: -43px;
  color: #003e7e;
  font-size: 45px;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
}

.column-12 {
  margin-top: 35px;
}

.image-37 {
  width: 500px;
  height: 300px;
  margin-top: 35px;
  line-height: 55px;
}

.resource-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5rem 1rem;
  -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: 1px solid #d6d6d6;
  background-color: rgba(0, 51, 102, 0.72);
  -webkit-transition: background-color 200ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 200ms cubic-bezier(.23, 1, .32, 1);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.resource-link-3:hover {
  background-color: rgba(0, 6, 91, 0.54);
  color: #fff;
}

.paragraph-52 {
  font-size: 10px;
  line-height: 15px;
  text-align: left;
}

.circle-close-button-copy2 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-copy2:hover {
  background-color: #000;
}

.circle-close-button4 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button4:hover {
  background-color: #000;
}

.circle-close-button-16 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 39px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-16:hover {
  background-color: #000;
}

.circle-close-button-copy {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-copy:hover {
  background-color: #000;
}

.link-block-18 {
  display: block;
}

.link-block-19 {
  display: block;
}

.link-block-20 {
  display: block;
}

.link-block-21 {
  display: block;
}

.link-block-22 {
  display: block;
}

.learn-button-copy {
  display: block;
  width: 150px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #00e0d0;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #00e0d0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.learn-button-copy:hover {
  background-color: #00e0d0;
  color: #fff;
}

.learn-button-copy.our-story {
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
  border-color: #003e7e;
  color: #003e7e;
}

.learn-button-copy.our-story:hover {
  background-color: #003e7e;
  color: #fff;
}

.learn-button-copy.our-story:active {
  background-color: #003e7e;
  color: #fff;
}

.learn-button-copy.our-story {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
  border-color: #003e7e;
  font-family: Lato, sans-serif;
  color: #003e7e;
  text-align: center;
}

.learn-button-copy.our-story:hover {
  background-color: #003e7e;
  color: #fff;
}

.learn-button-copy.our-story:active {
  background-color: #003e7e;
  color: #fff;
}

.learn-button-copy.our-story {
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  clear: none;
  border-color: #003e7e;
  font-family: Lato, sans-serif;
  color: #003e7e;
  text-align: center;
}

.learn-button-copy.our-story:hover {
  background-color: #003e7e;
  color: #fff;
}

.learn-button-copy.our-story:active {
  background-color: #003e7e;
  color: #fff;
}

.div-block-33 {
  width: 500px;
  height: 300px;
}

.container-40 {
  margin-bottom: 20px;
}

.right-arrow-8 {
  display: block;
}

.left-arrow-8 {
  display: block;
}

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

.header-local {
  margin-top: -40px;
  color: #d6d6d6;
  text-align: center;
}

.mapa2 {
  height: 710px;
  margin-left: 0px;
}

.mapa1-copy {
  height: 470px;
  margin-left: 0px;
}

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

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

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

.left-arrow-9 {
  display: none;
}

.right-arrow-9 {
  display: none;
}

.titulogrande {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #036;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.heading-8907-copy {
  font-family: Montserrat, sans-serif;
  color: #09f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.paragraph-50-copy {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: justify;
}

.titulogrande-copy {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 40px;
}

.perguntas1 {
  font-family: Montserrat, sans-serif;
  color: #09f;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.pergunta2 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 500;
}

.list {
  margin-top: 20px;
}

.container-41 {
  margin-top: 30px;
}

.slide-6 {
  background-image: url('../images/por_do_sol.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/ponte-a-noite_1000.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-container-copy {
  display: block;
  margin-top: 214px;
  padding-top: 0px;
  padding-right: 370px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.paragraph-53 {
  margin-top: 36px;
  margin-bottom: 10px;
}

.bold-text-66 {
  text-decoration: underline;
}

.titulogrande-copssy {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.titulogrande-cossspy {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.paragraph-45-copy {
  margin-top: 50px;
}

.paragraph-50-cossspy {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.paragrasdph-50-copy {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.image-38 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 350px;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
}

.div-block-34 {
  width: 450px;
  height: 450px;
}

.div-block-35 {
  display: block;
  width: 350px;
  background-image: url('../images/GettyImages-1092934742.jpg');
  background-size: cover;
}

.image-39 {
  position: relative;
  display: block;
  margin-top: -55px;
}

.image-40 {
  width: 20px;
  height: 20px;
  max-width: none;
  margin: -11px 0px 1px 9px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.chatbot {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: block;
  overflow: visible;
  width: 350px;
  height: 435px;
  margin-top: 0px;
  padding: 55px 0px;
  float: right;
  background-color: transparent;
}

.chatbot_botoao_close {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  margin-left: -12px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 24px;
  border-radius: 99px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.chatbot_botoao_close:hover {
  background-color: transparent;
}

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

.circle-close-button-copys {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-copys:hover {
  background-color: transparent;
}

.circle-close-buttons-copy {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-buttons-copy:hover {
  background-color: transparent;
}

.contact-block-5 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: visible;
  width: 380px;
  height: 500px;
  margin-top: 0px;
  padding: 55px 0px;
  float: right;
  background-color: transparent;
}

.div-block-38 {
  width: 420px;
  height: auto;
  margin-left: 2px;
}

.html-embed-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: right;
}

.image-42 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: -55px;
  margin-right: -11px;
}

.container-42 {
  position: relative;
  height: 5px;
  margin-top: 0px;
  background-color: #d6d6d6;
}

.circle-close-button-17 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  margin-left: -12px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 24px;
  border-radius: 99px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-17:hover {
  background-color: transparent;
}

.image-43 {
  cursor: pointer;
}

.circle-close-button-16-copy {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 39px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-16-copy:hover {
  background-color: #000;
}

.circle-close-button-16-copys {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 39px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-16-copys:hover {
  background-color: #000;
}

.circle-close-button-16-copyasdd {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 39px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-16-copyasdd:hover {
  background-color: #000;
}

.circle-close-button-16-copyxc {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 39px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-16-copyxc:hover {
  background-color: #000;
}

.circle-close-button-16-cddopy {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 39px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button-16-cddopy:hover {
  background-color: #000;
}

.container-43.centered {
  margin-top: -138px;
  padding-top: 0px;
  text-align: center;
}

.titulogrande2 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #036;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
}

.close_ded {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 39px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.close_ded:hover {
  background-color: #000;
}

.bold-text-69 {
  color: #036;
  font-size: 16px;
}

.form_mobile-copy {
  display: none;
}

.form_mobile-2 {
  display: none;
}

.form_mobile-3 {
  display: none;
}

.form_mobile4 {
  display: none;
}

.form_mobile6 {
  display: none;
}

.form_mobile7 {
  display: none;
}

.form_mobile9 {
  display: none;
}

.form_consignado {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.form_veiculo {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.div_veiculo {
  overflow: hidden;
  width: 700px;
  height: 800px;
}

.form_cpvls {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.form_girosus {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 500px;
  height: 850px;
  margin-top: -11px;
  padding: 55px 55px 55px 0px;
  float: right;
  background-color: transparent;
}

.circle-close-button2 {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

.circle-close-button2:hover {
  background-color: #000;
}

.section-17 {
  display: none;
}

.text-block-69 {
  color: #036;
}

.color-sectioncorresponden-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.color-sectioncorresponden-copy.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.color-sectioncorresponden-copy.green {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 26px;
  background-color: transparent;
  background-image: url('../images/shutterstock_27208630.jpg');
  background-position: 50% 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.color-sectioncorresponden-copy.green-correspondent {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 26px;
  background-color: transparent;
}

.color-sectioncorresponden-copy.green-correspondent-copy {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 26px;
  background-color: transparent;
}

.manuh-1 {
  display: none;
}

.manuhmobile {
  position: relative;
  display: none;
}

.div-block-49 {
  position: relative;
  z-index: auto;
}

.header {
  height: auto;
  background-color: #20b36c;
}

.main-slider {
  width: 100%;
  height: 300px;
  margin-top: 70px;
  background-color: #5c5c5c;
}

.main-slide {
  position: relative;
  overflow: auto;
  height: 400px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/GettyImages-1092934742.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 15%, 50% 15%;
  background-size: cover, 1024px;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: justify;
}

.icon-3 {
  opacity: 1;
}

.main-slide-navbar {
  display: none;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.h4-white-3 {
  margin-top: 64px;
  margin-right: 4px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #09f;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

._2-half-column {
  margin-top: 0px;
  text-align: justify;
}

.left-column {
  margin-top: 0px;
  font-size: 25px;
  line-height: 22px;
}

.overall-list-item {
  margin-bottom: -2px;
  padding-bottom: 20px;
}

.text-block-70 {
  width: 429px;
  height: 428px;
  margin: 35px 11px 52px 0px;
  padding: 10px 20px 20px;
  border: 2px solid #09f;
  border-radius: 3px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-70:hover {
  border-color: #f0f7f7;
}

.all-paragraphs-white-2 {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  text-align: center;
}

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

.overall-list {
  margin-top: 25px;
}

.html-embed-21 {
  display: none;
}

.container-45 {
  margin-top: 80px;
  margin-bottom: 0px;
}

.header-2 {
  height: auto;
  background-color: transparent;
}

.main-slide-2 {
  position: relative;
  overflow: auto;
  height: 400px;
  padding: 0px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/GettyImages-1092934742.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 15%, 50% 15%;
  background-size: cover, 1024px;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: justify;
}

.image-46 {
  width: 1500px;
  height: auto;
  margin-top: 50px;
}

.html-embed-22 {
  overflow: hidden;
  width: 1000px;
  height: 400px;
  max-height: 100%;
  max-width: 100%;
  margin-left: 0px;
}

.html-embed-22-copy {
  display: none;
  overflow: hidden;
  margin-left: 0px;
}

.container-46 {
  overflow: hidden;
}

.section-18 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 1000px;
  height: 420px;
  max-height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.html-embed-14-copy {
  display: none;
  margin-top: 0px;
  margin-left: -29px;
}

.paragraph-33-copy {
  margin-left: 100px;
  opacity: 0;
  color: transparent;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
}

.paragraph-ss {
  margin-left: 100px;
  opacity: 0;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.paragraph-sss {
  margin-left: 100px;
  opacity: 0;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.container-37-copy {
  margin-bottom: 30px;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container._2-column-grid {
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-grid-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pre-header-green {
  margin-bottom: -25px;
  color: #00bed5;
}

.paragraph-light {
  color: #a3a3a9;
  text-align: left;
}

.button-7 {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: #00bed5;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #f7f7f7;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.button-7:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 190, 213, 0.1), 0 10px 20px 0 rgba(31, 33, 38, 0.1);
  color: #f7f7f7;
}

.button-7.button-grid {
  width: 300px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #036;
  font-size: 16px;
}

.tab-link {
  margin-right: 100px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #a3a3a9;
  font-size: 20px;
  font-weight: 600;
}

.tab-link:hover {
  border-bottom: 2px solid #000;
  color: #1f2126;
}

.tab-link.w--current {
  margin-left: 0px;
  border-bottom: 2px solid #000;
  background-color: transparent;
  color: #1f2126;
}

.tab-link.last-child {
  margin-right: 0px;
}

.section-19 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tabs {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-pane-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #a3a3a9;
}

.heading-8909 {
  color: #036;
  text-transform: none;
}

.accordion-item {
  margin-bottom: 10px;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.content-wrapper.slim {
  max-width: 940px;
}

.content-wrapper.slim {
  max-width: 940px;
  margin-top: 51px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon-4.accordion-icon {
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.icon-4.accordion-icon {
  display: block;
  margin-top: 5px;
  margin-right: 24px;
  font-family: Icomoon, sans-serif;
  color: #036;
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.icon-4.accordion-icon {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #036;
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -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;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

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

.accordion-item-content {
  display: block;
  overflow: hidden;
  height: 80px;
  margin-top: 10px;
  margin-right: 0px;
  padding-left: 1px;
}

.section-faq {
  padding: 150px 30px;
  background-color: #f8f8f8;
}

.tag-wrapper {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.style-label {
  color: #bebebe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.list-item {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.list-item-2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.list-item-3 {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.list-item-4 {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.list-item-5 {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.list-item-6 {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-60 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  text-align: left;
}

.heading-42 {
  font-family: 'Varela Round', sans-serif;
  color: #036;
  font-size: 20px;
  font-weight: 400;
}

.section-faq-2 {
  margin-top: 90px;
  padding: 50px 30px;
  background-color: #f8f8f8;
}

.accordion-heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Varela Round', sans-serif;
  color: #036;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.bold-text-73 {
  font-size: 12px;
}

.asd {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 18px;
  border: 2px solid #036;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #036;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.asd:hover {
  background-color: #036;
  color: #fff;
}

.asd.asd {
  margin-left: 10px;
  border-color: #09f;
  background-color: #09f;
  color: #fff;
}

.asd.asd:hover {
  border-color: #fff;
  background-color: #fff;
  color: #036;
}

.asd.asd-copy {
  margin-left: 10px;
  border-color: #036;
  background-color: #036;
  color: #fff;
}

.asd.asd-copy:hover {
  border-color: #fff;
  background-color: #fff;
  color: #036;
}

.asd.asd {
  border-color: #09f;
  background-color: #036;
  color: #fff;
}

.asd.asd:hover {
  border-color: #fff;
  background-color: #fff;
  color: #036;
}

.asd.asd.desktop {
  margin-top: 10px;
  border-color: #036;
}

.divider-line-3 {
  position: relative;
  right: auto;
  width: 220px;
  height: 2px;
  margin: -16px 0px 4px;
  background-color: #fff;
}

.divider-line-3._6 {
  width: 540px;
  background-image: none;
}

.divider-line-3._6._7 {
  width: 340px;
}

.large-title-3 {
  margin-top: 0px;
  margin-bottom: 25px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 65px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.large-title-3.white {
  color: #fff;
}

.slider-container-2 {
  display: block;
  margin-top: -508px;
  padding-right: 220px;
  padding-left: 143px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block {
  margin-top: 330px;
  margin-left: -121px;
}

.button-copy-copy {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 18px;
  border: 2px solid #036;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #036;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-copy-copy:hover {
  background-color: #036;
  color: #fff;
}

.button-copy-copy.wh-copy-copy-copy {
  margin-left: 50px;
  border-color: #fff;
  background-color: #fff;
  color: #036;
}

.button-copy-copy.wh-copy-copy-copy:hover {
  border-color: #036;
  background-color: #09f;
  color: #fff;
}

.button-copy-copy.wh-copy-copy-copy.w--current {
  margin-left: 50px;
}

.slider-text-block-2 {
  text-align: left;
}

.paragraph-61 {
  margin-top: 10px;
}

.column-22 {
  margin-top: 40px;
}

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

.secao01 {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  text-align: center;
}

.container-11 {
  margin-top: 0px;
  padding-top: 0px;
}

.heading-8910 {
  margin-top: 30px;
  font-family: 'Varela Round', sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.div-block-11 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.divider-line-4 {
  height: 2px;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: #e4ebeb;
}

.bold-text-74 {
  color: #000;
}

.secao01-2 {
  margin-top: 0px;
  background-color: #fff;
  text-align: center;
}

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

.list-item-7 {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.list-item-8 {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.secao01-2-copy {
  margin-top: 0px;
  background-color: rgba(124, 124, 121, 0.09);
  text-align: center;
}

.secao02 {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(124, 124, 121, 0.09);
  text-align: center;
}

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

.list-3 {
  margin-top: 30px;
  text-align: left;
}

.list-4 {
  margin-top: 30px;
  text-align: left;
}

.heading-8911 {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-transform: none;
}

.button-8 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  float: none;
  border-radius: 9px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.button-8:hover {
  border-color: #0c6eb8;
  background-color: #1991eb;
  color: #fff;
}

.brand-logo {
  margin-top: 20px;
  margin-left: 25px;
  float: left;
}

.nav-menu-3 {
  position: static;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 30px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #036;
}

.nav-link-7 {
  display: block;
  height: 40px;
  margin: -30px 0px 0px;
  padding: 20px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #036;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

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

.nav-link-7.w--current {
  display: block;
  color: #fff;
}

.nav-link-7.w--current:hover {
  background-color: #036;
}

.oab {
  margin-top: 20px;
  margin-left: 25px;
  float: left;
}

.image-44-copy {
  margin-top: 0px;
}

.header-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  display: block;
  height: 90px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: #036;
}

.menu1-button-wrapper {
  margin-right: 15px;
  margin-left: 15px;
}

.image-47 {
  width: auto;
  height: 90px;
  max-height: 90px;
  max-width: none;
  margin-top: -21px;
  padding-left: 10px;
}

.logo-text-div {
  position: absolute;
  left: 71px;
  top: 14px;
  width: 360px;
  float: none;
  clear: none;
}

.observacao {
  color: #a3a3a9;
  font-size: 10px;
  text-align: left;
}

.subtitulo {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.link-3 {
  font-size: 20px;
}

.link-4 {
  font-size: 20px;
}

.paragraph-63 {
  margin-top: 30px;
  text-align: justify;
}

.paragraph-64 {
  margin-top: 30px;
  text-align: justify;
}

.link-5 {
  font-size: 20px;
}

.link-6 {
  font-size: 20px;
}

.link-7 {
  color: #000;
  font-size: 20px;
  text-decoration: underline;
}

.link-8 {
  font-size: 20px;
}

.list-4-copy {
  margin-top: 10px;
  text-align: left;
}

.subtitulo-copy {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.list4_produtos {
  margin-top: 30px;
  text-align: left;
}

.seja_um_correspondente {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 300px;
  background-color: #fff;
  text-align: center;
}

.bold-text-75 {
  color: #000;
  text-decoration: underline;
}

.text_imobiliario {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.card {
  position: relative;
  height: 340px;
  padding: 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.card.card2-content {
  height: 350px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), to(#010101)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #010101, #010101), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.card.card1-content {
  position: relative;
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#787878), to(#787878)), url('../images/card1.jpg');
  background-image: linear-gradient(180deg, #787878, #787878), url('../images/card1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.card.card1-content {
  position: relative;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036));
  background-image: linear-gradient(180deg, #036, #036);
}

.card.card1-content.card1 {
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036)), url('../images/card1.jpg');
  background-image: linear-gradient(180deg, #036, #036), url('../images/card1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.card.card1-content.card1-copy {
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#787878), to(#787878)), url('../images/card1.jpg');
  background-image: linear-gradient(180deg, #787878, #787878), url('../images/card1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.card.card2-content {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#787878), to(#787878)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #787878, #787878), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.card.card2-content-copy {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #036, #036), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.card.card2-content-copy {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #036, #036), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.card.card2-content-copy {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), to(#010101)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #010101, #010101), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.card.card2-content-copy {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), to(#010101)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #010101, #010101), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.card.card2-content-copy-copy {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #036, #036), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.card.card2-content-copy-copy {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), to(#010101)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #010101, #010101), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.card.card2-content-copy-copy-copy {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #036, #036), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.card.card2-content-copy-copy-copy {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #036, #036), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.card.card2-content-copy-azul {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #036, #036), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.card.card2-content-copy-copycinza {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#787878), to(#787878)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #787878, #787878), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tag-wrapper-2-copy {
  margin-top: 35px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}

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

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.white-hero-tagline {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}

.tagline.white-hero-tagline.subtitulo1 {
  font-size: 8px;
  font-weight: 400;
}

.tagline.white-hero-tagline.black {
  color: #fff;
}

.tagline.white-hero-tagline.black-copy {
  color: #fff;
}

.tagline.white-hero-tagline.fonte {
  color: #fff;
}

.card-headline-2 {
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.card-headline-2.espacamento {
  margin-top: 25px;
}

.card-headline-2.fonte {
  color: #fff;
  font-size: 22px;
}

.basic-column {
  margin-top: -55px;
  padding-right: 5px;
  padding-left: 5px;
}

.tag-wrapper-2 {
  margin-top: 35px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}

.columns-11 {
  margin-top: 45px;
  padding-bottom: 0px;
}

.observacao-2 {
  margin-top: 5px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: justify;
}

.observacao-2.cor {
  margin-top: 20px;
  color: #fff;
}

.navbar-5 {
  display: none;
  height: 80px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #036;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  font-size: 16px;
}

.nav-menu-container {
  height: 40px;
  margin-top: 30px;
}

.nav-link-5 {
  height: 70px;
  padding: 25px 10px;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-link-5:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.nav-link-5.w--current {
  border-bottom-color: #20b36c;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
}

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

.heading-8913 {
  margin-top: 30px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  text-transform: none;
}

.card-headline-3 {
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.card-headline-3.black {
  color: #fff;
}

.basic-column-copy {
  margin-top: -55px;
  padding-right: 5px;
  padding-left: 5px;
}

.produtos_credito1 {
  margin-top: 45px;
}

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

.slide-5-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/gettyimages-1172583737-2048x2048.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/gettyimages-1172583737-2048x2048.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.slider1 {
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/gettyimages-1132930101-2048x2048.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/gettyimages-1132930101-2048x2048.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.slider2 {
  width: auto;
  height: auto;
  text-align: center;
}

.slider3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/gettyimages-894699794-2048x2048.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/gettyimages-894699794-2048x2048.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.slider4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/gettyimages-1080436866-2048x2048.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/gettyimages-1080436866-2048x2048.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.paragraph-65 {
  margin-top: 20px;
  text-align: justify;
}

.subitem {
  margin-bottom: 15px;
}

.paragraph-21-copy {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #00f;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.titulo_conhe-a {
  margin-top: 30px;
  font-family: 'Varela Round', sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

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

.paragraph-66 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.html-embed-15 {
  height: 500px;
  margin-top: 30px;
  margin-left: 0px;
}

.bold-text-78 {
  font-size: 22px;
}

.cadr_seguros1 {
  position: relative;
  height: 340px;
  padding: 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.cadr_seguros1.card1-content {
  position: relative;
  height: 250px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  background-position: 0px 0px;
}

.bold-text-52 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.bold-text-52.fonte {
  color: #fff;
}

.bold-text-52.fonte.white2 {
  color: #fff;
}

.bold-text-52.fonte.black {
  color: #fff;
}

.columns-12 {
  margin-top: 45px;
}

.cardseguros2 {
  position: relative;
  height: 340px;
  padding: 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.cardseguros2.card2-content {
  height: 250px;
  padding-right: 5px;
  padding-left: 10px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner-principal-auto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner-principal-auto.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.heading-8915 {
  margin-top: 44px;
  font-size: 12px;
  font-weight: 400;
}

.heading-8915.white {
  margin-top: 10px;
}

.cardseguros4 {
  position: relative;
  height: 340px;
  padding: 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.cardseguros4.card2-content {
  height: 300px;
  padding-right: 5px;
  padding-left: 10px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), to(#010101)), url('../images/card2.jpg');
  background-image: linear-gradient(180deg, #010101, #010101), url('../images/card2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cardseguros3 {
  position: relative;
  height: 340px;
  padding: 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.cardseguros3.card1-content {
  position: relative;
  height: 300px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/empresarial.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/empresarial.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.heading-8916 {
  margin-top: 30px;
  color: #000;
  font-weight: 400;
  text-align: justify;
  text-transform: none;
}

.columns-13 {
  margin-top: 40px;
}

.subtitulo-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

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

.container-421 {
  margin-top: 0px;
}

.image-48 {
  position: static;
  z-index: 0;
  text-align: center;
}

.bot-o1 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 9px 25px;
  float: none;
  border-radius: 9px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.bot-o1:hover {
  border-color: #0c6eb8;
  background-color: #1991eb;
  color: #fff;
}

.texto1-copy {
  color: #000;
  text-align: left;
}

.column-54 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.button-9 {
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  padding: 18px 25px;
  border: 2px solid transparent;
  border-radius: 2px;
  background-color: #3385bc;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-9:hover {
  border-color: transparent;
  background-color: #00aeef;
  color: #fff;
}

.button-9.seguro-copy {
  display: none;
  border-color: #3385bc;
  border-radius: 0px;
  background-color: #3385bc;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

.button-9.seguro-copy:hover {
  border-color: transparent;
  background-color: #036;
}

.heading-8917 {
  margin-left: 40px;
  text-align: left;
}

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

.black-copy {
  margin-top: 0px;
  margin-right: -16%;
  font-family: Exo, sans-serif;
  color: #036;
  font-size: 25px;
  line-height: 38px;
}

.column-55 {
  padding-right: 75px;
}

.black {
  margin-top: 0px;
  margin-right: -16%;
  font-family: Exo, sans-serif;
  color: #036;
  font-size: 17px;
  line-height: 38px;
  font-weight: 700;
}

.slider-4 {
  height: 1000px;
  background-color: transparent;
}

.envio_proposta-copy {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-10 {
  font-size: 15px;
}

.icon-5 {
  background-color: transparent;
  color: #333c45;
}

.inova-o {
  margin-top: 0px;
  margin-right: -16%;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
}

.slide-10 {
  background-image: url('../images/colheiteira.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.paragraph-67 {
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}

.slide-9 {
  background-color: transparent;
  background-image: url('../images/01-Parque-Eólico.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-10-copy {
  background-image: url('../images/Novilhas-da-Agropecuária-Topgen-que-são-avaliadas-no-programa-de-melhoramento-Genético-Qualitas.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.comunicacao {
  margin-top: 0px;
  margin-right: -16%;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
}

.column-57 {
  padding-right: 75px;
}

.container-412 {
  margin-top: 80px;
}

.column-58 {
  margin-top: 50px;
  text-align: center;
}

.envio_proposta-copy-2 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bold-text-38 {
  text-decoration: none;
}

.secao01-3 {
  margin-top: 0px;
  padding-top: 0px;
  background-color: transparent;
}

.container-422 {
  margin-top: 0px;
  padding-top: 0px;
}

.container-423 {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
}

.titulos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #1a2980;
  font-size: 35px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-68_2 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}

.paragraph-68_2._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.paragraph-68_2._3 {
  font-size: 22px;
  text-align: left;
}

.column-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  text-align: center;
}

.heading-8918 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.image-50 {
  margin-top: 35px;
}

.image-51 {
  margin-top: 29px;
}

.section-20 {
  margin-top: 30px;
}

.image-19-copy {
  display: none;
  margin-top: 9px;
  border-radius: 12px;
}

.column-62 {
  position: static;
  padding-left: 0px;
  text-align: left;
}

.div-block-51 {
  margin-top: 30px;
}

.linkapplle {
  display: none;
  text-align: center;
}

.column-63 {
  position: static;
  padding-right: 0px;
  text-align: right;
}

.image-19 {
  display: none;
  margin-top: 10px;
  margin-right: 40px;
  margin-left: 0px;
  border-radius: 12px;
}

.div-block-42-copy {
  margin-top: 25px;
}

.link-block-23 {
  display: inline-block;
  margin-left: 18px;
  text-align: center;
}

.image-22 {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.columns-15 {
  display: block;
}

.image-53 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

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

.image-54 {
  padding-bottom: 10px;
}

.section-21 {
  display: none;
}

.div-block-53 {
  margin-top: 169px;
  margin-right: 345px;
  margin-left: -300px;
}

.large-title-4 {
  margin-top: 0px;
  margin-right: -102px;
  margin-bottom: 25px;
  padding-right: 70px;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 44px;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.large-title-4.white {
  color: #fff;
}

.large-title-4._2 {
  line-height: 48px;
}

.bold-text-79 {
  color: #fff;
  text-decoration: none;
}

.link-11 {
  font-style: normal;
  text-decoration: none;
}

.columns-16 {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph-70 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-55 {
  width: 700px;
  height: auto;
  max-width: 700px;
}

.nav-link-6 {
  display: block;
  height: 70px;
  padding-right: 5px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

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

.accordion-item-copy {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.accordion-item2 {
  display: none;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.decreto {
  text-align: left;
}

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

.orienta-es {
  display: none;
  margin-top: 20px;
}

.not-cias {
  display: none;
}

.container-424 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph-71 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}

.feature-wrap {
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
}

.image-56 {
  display: none;
}

.black-2 {
  margin-top: 40px;
  margin-right: 0%;
  font-family: Exo, sans-serif;
  color: #036;
  font-size: 30px;
  line-height: 38px;
}

.image-38-copy {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: 500px;
  margin-right: 0px;
  margin-left: 40px;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: 50px;
  margin-left: 40px;
  padding-right: 10px;
  padding-left: 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;
  border: 1px none #000;
}

.parag_informativo2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  text-align: justify;
}

.container-411 {
  display: block;
}

.feature-content {
  width: 319.78125vw;
  max-width: 480px;
  padding-right: 4vw;
  padding-bottom: 20px;
  padding-left: 4vw;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  box-shadow: 9px 7px 17px -7px #000;
  opacity: 1;
  text-align: left;
}

.get-updates-section {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 40px;
  -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;
}

._3-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 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;
}

.container-425 {
  width: 100%;
  max-width: 1200px;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.posts-wrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.posts-collection-list-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.posts-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -25px -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._3-collection-item {
  width: 33.33333333%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.posts-image {
  display: block;
  width: 300px;
  height: 169px;
  max-height: 225px;
  max-width: 400px;
  margin-bottom: 20px;
  text-align: justify;
}

.post-info-text {
  -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;
}

.category-link {
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-link:hover {
  text-decoration: underline;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.post-author-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.post-author-text.cc-small-thumbnail {
  margin-top: 0px;
}

.post-author {
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.post-author:hover {
  text-decoration: underline;
}

.post-author.cc-top-margin {
  margin-right: 5px;
}

.heading-8919 {
  margin-bottom: 5px;
  color: #036;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
}

.text-block-72 {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
}

.button-10 {
  position: relative;
  display: block;
  margin-right: 20px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-54 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 60px;
  padding-left: 60px;
}

.container-426 {
  margin-bottom: 40px;
}

.boxes {
  width: 300px;
  margin: 20px auto auto;
  padding-right: 0px;
  padding-left: 0px;
}

.boxes.nao-usada {
  display: none;
}

.image-57 {
  display: block;
  width: auto;
  height: 200px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
}

.bloco-orienta-es {
  display: none;
}

.bloco-produtos {
  display: none;
}

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

.image-58 {
  display: block;
  width: auto;
  height: auto;
}

.inicio {
  display: block;
  margin-top: 40px;
  padding-bottom: 40px;
}

.slider-6 {
  position: relative;
  top: 0px;
  display: block;
  height: 100%;
  margin-top: 0px;
}

.mask {
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-1 {
  top: 0px;
  bottom: 0px;
  height: 950px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/capa-microcredito-branco_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.slider-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
}

.slider2-copy {
  background-image: url('../images/INTERNAS.jpg');
  background-position: 50% 20%;
  background-size: cover;
  text-align: center;
}

.navbar-6 {
  height: 90px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #003e7e;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  font-size: 16px;
}

.logo-container-3 {
  overflow: hidden;
  width: 90px;
  height: 90px;
  padding-top: 13px;
  padding-right: 104px;
  padding-left: 20px;
  background-color: #003e7e;
  background-image: url('../images/logo1_1logo1.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.logo-container-3:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #000;
}

.nav-menu-4 {
  position: static;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 10px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dos {
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 40px;
  padding-bottom: 20px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 55px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.large-title-5 {
  min-height: 80px;
  min-width: 600px;
  margin: 120px 30px 25px 40px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 55px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.slider_desktop {
  width: 100%;
  height: 800px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Progiro-Corona.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Progiro-Corona.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.columns-22 {
  display: none;
}

.slide {
  margin-top: 0px;
  text-align: center;
}

.div-block-55 {
  display: block;
  overflow: visible;
  width: 600px;
  min-width: 600px;
  margin-right: 45px;
  margin-left: 20px;
  padding-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  text-align: left;
  -o-object-fit: none;
  object-fit: none;
}

.container-427 {
  display: none;
}

.dos-copy {
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 40px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 55px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.section-22 {
  margin-top: -11px;
  background-color: #ebebeb;
}

.titulo_pilares {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #036;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.parag_informativo {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
}

.paragraph-72 {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}

.black-3 {
  margin: 40px -20px 20px;
  font-family: Exo, sans-serif;
  color: #036;
  font-size: 30px;
  line-height: 38px;
}

.image-38-copy-2 {
  min-width: 500px;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 40px;
}

.container-428 {
  display: block;
}

.get-updates-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 40px;
  -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;
}

.cartao-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #036;
  font-weight: 600;
  text-align: center;
}

.feature-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-bottom: 5vh;
  padding-right: 18%;
  padding-left: 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.image-59 {
  width: auto;
  height: 350px;
  max-width: none;
  min-width: auto;
  margin-right: 40px;
  margin-left: 0px;
}

.divisor_cartilha {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 20px;
  margin-top: 0px;
  background-color: #036;
}

.container_divisor {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.logo-container {
  overflow: hidden;
  height: 70px;
  padding-top: 13px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #003e7e;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-align: center;
}

.logo-container:hover {
  background-color: #20b36c;
}

.nav-link-8 {
  height: 70px;
  padding: 25px 10px;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-link-8:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.nav-link-8.w--current {
  border-bottom-color: #20b36c;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
}

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

.mobile-navbar-container-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

.navbar-7 {
  height: 70px;
  padding-bottom: 0px;
  background-color: #003e7e;
  box-shadow: 0 0 3px 0 #003;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.divider-line-5 {
  position: relative;
  right: 10%;
  height: 2px;
  margin: 40px 50px 40px 70px;
  background-color: #fff;
}

.slider-container-3 {
  display: block;
  margin-top: 134px;
  padding-right: 304px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.slider-7 {
  height: 600px;
  margin-top: 90px;
}

.slider2-2 {
  background-image: url('../images/Banner-só-o-médico_Prancheta-1.png');
  background-position: 100% 50%;
  background-size: cover;
  text-align: center;
}

.large-title-6 {
  margin-top: 0px;
  margin-bottom: 25px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 65px;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.div-block-56 {
  margin-top: 0px;
  margin-left: -121px;
}

.container-430 {
  margin-bottom: 40px;
}

.envio_proposta-2 {
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-73 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.paragraph-74 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.columns-23 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  height: 90px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: #036;
}

.nav-bar-home {
  position: fixed;
  display: block;
  overflow: visible;
  width: 100%;
  height: 90px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #093f71;
  opacity: 0.85;
}

.container-5 {
  margin-top: 0px;
}

.logo {
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
}

.nav-menu-5 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  padding-top: 20px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.nav-link-9 {
  padding: 7px 15px 7px 2px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #aaa;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

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

.menu-button-4 {
  padding-top: 18px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}

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

.section-8 {
  position: static;
  display: block;
  height: 75px;
  background-color: #093f71;
}

.slide-15 {
  top: 0px;
  bottom: 0px;
  height: 950px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/capa-microcredito-branco.png');
  background-position: 0px 0px;
  background-size: cover;
}

.secao01-4 {
  display: block;
  margin-top: 0px;
  background-color: rgba(124, 124, 121, 0.09);
}

.heading-8920 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-57 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.paragraph-75 {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.portrait-image-pf {
  display: block;
  max-width: none;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-bottom: 0px;
}

.secao-02 {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.h4-white-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 500;
}

.paragraph-31 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.cta-bar {
  height: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3d424a;
  text-align: center;
}

.secao04 {
  display: block;
  margin-top: 0px;
  background-color: #fff;
}

.div-block-12 {
  margin-top: 20px;
  margin-bottom: 100px;
}

.div-block-13 {
  display: block;
  margin-top: 20px;
}

.text-block-73 {
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.italic-text-2 {
  font-size: 9px;
  text-align: justify;
}

.div-block-q1-2 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.link-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #036;
  text-decoration: none;
}

.bold-text-80 {
  font-weight: 500;
}

.bold-text-81 {
  font-weight: 500;
}

.container-432 {
  margin-top: 20px;
}

.resposta-11 {
  display: none;
  margin-bottom: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
}

.link-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link-block2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.bold-text-82 {
  font-weight: 500;
}

.resposta-12 {
  display: none;
  font-family: Montserrat, sans-serif;
}

.link-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.resposta-13 {
  display: none;
  max-width: 95%;
  font-family: Montserrat, sans-serif;
}

.repostas-7 {
  display: none;
  font-family: Montserrat, sans-serif;
}

.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #036;
}

.image-60 {
  display: inline-block;
  margin-left: 15px;
}

.social-wrapper {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
  text-align: right;
}

.social-link {
  padding-right: 5px;
  padding-left: 5px;
  opacity: 0.57;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-link:hover {
  padding-top: 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.container-433 {
  height: 90px;
  max-height: 90px;
}

.button-11 {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 9px 20px;
  float: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.button-11:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.div-block-58 {
  display: inline-block;
  margin-left: 100px;
  clear: right;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider4-copy {
  background-image: url('../images/Banner3.png');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.slider3-copy {
  width: auto;
  height: 900px;
  background-image: url('../images/slider2.png');
  background-position: 50% 100%;
  background-size: cover;
  text-align: center;
}

.div-block-53-copy {
  margin-top: 100px;
  margin-right: -89px;
  margin-left: -103px;
}

.div-block-53-copy-copy {
  margin-top: 100px;
  margin-right: -100px;
  margin-left: 188px;
}

.div-block-53-copy {
  margin-top: 169px;
  margin-right: 373px;
  margin-left: -285px;
}

.slider-container-2-copy {
  display: block;
  margin-top: 129px;
  padding-right: 220px;
  padding-left: 140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.title-4-copy {
  margin-top: 0px;
  margin-right: -23px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.title-4-copy.white {
  color: #fff;
}

.brbinvestimento-banner {
  background-image: url('../images/Banner-Investimento.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.bold-text-83 {
  font-size: 24px;
}

.bold-text-84 {
  font-size: 24px;
}

.bold-text-85 {
  font-size: 24px;
}

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

.bold-text-87 {
  font-size: 24px;
}

.boxes-copy {
  display: none;
  width: 300px;
  margin: 20px auto auto;
  padding-right: 0px;
  padding-left: 0px;
}

.boxes-copy.nao-usada {
  display: none;
}

.prev-e-cont-banner {
  background-image: url('../images/Prevencao-e-Contencao.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.capital-de-giro {
  background-image: url('../images/image_6483441-3.JPG');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.div-block-53-copy {
  margin-top: 194px;
  margin-right: 347px;
  margin-left: -280px;
}

.title-4-copy-copy {
  margin-top: 10px;
  margin-right: -23px;
  margin-bottom: 0px;
  padding-right: 9px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.title-4-copy-copy.white {
  color: #fff;
}

.bot-o2 {
  display: inline-block;
  margin: 15px 0px 10px -40px;
  padding: 9px 25px;
  float: none;
  border-radius: 9px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.bot-o2:hover {
  border-color: #0c6eb8;
  background-color: #1991eb;
  color: #fff;
}

.parceiros {
  font-size: 18px;
  font-weight: 500;
}

.div-block-59 {
  width: auto;
  max-width: 1200px;
  padding-top: 20px;
}

.feature-content-2 {
  width: 100vw;
  max-width: 1000px;
  padding-right: 4vw;
  padding-bottom: 20px;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  box-shadow: 9px 7px 17px -7px #000;
  opacity: 1;
  text-align: left;
}

.container-434 {
  display: block;
}

.feature-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 0vh;
  margin-bottom: 5vh;
  padding-right: 15%;
  padding-left: 18%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-content-3 {
  width: 50vw;
  max-width: 1000px;
  padding-right: 4vw;
  padding-bottom: 20px;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  box-shadow: 9px 7px 17px -7px #000;
  opacity: 1;
  text-align: left;
}

.cartao-3 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #036;
  font-weight: 600;
  text-align: center;
}

.get-updates-section-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 40px;
  -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;
}

.feature-content-3-progiro {
  width: 50vw;
  max-width: none;
  padding-right: 4vw;
  padding-bottom: 20px;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  box-shadow: 9px 7px 17px -7px #000;
  opacity: 1;
  text-align: left;
}

.paragraph-76 {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}

.black-4 {
  margin-top: 0px;
  margin-right: 0%;
  font-family: Exo, sans-serif;
  color: #036;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
}

.feature-content-4 {
  width: 600px;
  max-width: 480px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 4vw;
  padding-bottom: 20px;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  box-shadow: 9px 7px 17px -7px #000;
  opacity: 1;
  text-align: left;
}

.progiro-section {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  -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;
}

.canais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 50, 170, 0.08)), to(rgba(21, 50, 170, 0.08)));
  background-image: linear-gradient(180deg, rgba(21, 50, 170, 0.08), rgba(21, 50, 170, 0.08));
  color: #333;
}

.boxes-sbs {
  width: 50vw;
  max-width: 480px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 4vw;
  padding-bottom: 20px;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  box-shadow: 9px 7px 17px -7px #000;
  opacity: 1;
  text-align: left;
}

.progiro-emergencial {
  display: block;
  margin-top: -11px;
  background-color: transparent;
}

.image-63 {
  width: 100px;
  margin-right: 7px;
  margin-left: 37px;
}

.image-64 {
  display: block;
  width: 100px;
  margin-right: 12px;
  margin-left: 0px;
  padding-left: 0px;
}

.column-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
}

.boxes1 {
  position: relative;
  width: 300px;
  height: 320px;
  max-height: 320px;
  max-width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  border-radius: 11px;
  box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.06);
  opacity: 1;
  text-align: center;
}

.mask-2 {
  width: 1400px;
  min-height: 400px;
  padding-right: 0px;
  padding-left: 20px;
}

.slider-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: #fff;
}

.carrosselagencias-pj {
  overflow: visible;
  width: 25%;
}

.carrossel-copy {
  display: none;
  overflow: visible;
}

.left-arrow-11 {
  display: block;
  color: #000;
}

.icon-7 {
  color: #000;
}

.microcreditobanner {
  background-image: url('../images/redmensionada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.cr-dito-pessoal-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 102, 0.28)), to(rgba(0, 51, 102, 0.28))), url('../images/5fbfe9430d1dcc5caeb04fd1_supera-df-seguro-residencial.jpg');
  background-image: linear-gradient(180deg, rgba(0, 51, 102, 0.28), rgba(0, 51, 102, 0.28)), url('../images/5fbfe9430d1dcc5caeb04fd1_supera-df-seguro-residencial.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  text-align: center;
}

.columns-24 {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

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

.boxes-canais {
  height: auto;
  margin-top: 0px;
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 4vw;
  padding-bottom: 20px;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  box-shadow: 9px 7px 17px -7px #000;
  opacity: 1;
  text-align: left;
}

.column-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.imagem-canais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 600px;
  height: 600px;
  max-width: 600px;
  margin-left: 0px;
  padding-top: 0px;
  padding-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;
  border: 1px none #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.titulos-canais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -2px 10px -3px;
  padding-top: 0px;
  padding-left: 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;
  font-family: Montserrat, sans-serif;
  color: #1a2980;
  font-size: 35px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ag-ncias-titulo {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.agencias-texto {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.italic-text-3 {
  font-size: 20px;
}

.boxes-canais-2 {
  display: block;
  width: 80%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.imagem-canais-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-left: 0px;
  padding: 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;
  border: 1px none #000;
}

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

.columns-26 {
  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: 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;
}

.column-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.column-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

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

.imagem-canais-box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.imagem-canais-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  max-width: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 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;
  border: 1px none #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.carrossel-copy-2 {
  display: block;
  overflow: visible;
  margin-top: 140px;
}

.como-contratar {
  margin-top: 0px;
}

.column-81 {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-82 {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-83 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pj {
  background-image: linear-gradient(170deg, #0d3366 27%, #0d3366 38%, rgba(13, 51, 102, 0.79));
  text-align: center;
}

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

.right-arrow-11 {
  display: block;
}

.heading-8919-copy {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 28px;
}

.comocontratartexto {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 28px;
}

.image-65 {
  width: 300px;
  height: 300px;
  max-height: 100%;
}

.image-66 {
  width: 300px;
  height: 300px;
}

.image-67 {
  width: 300px;
  height: 300px;
}

.div-block-60 {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow-8-copy {
  display: none;
}

.slide-nav-9-copy {
  display: none;
}

.slider-copy {
  display: block;
  height: 600px;
  margin-top: 70px;
  margin-bottom: 0px;
}

.carrossel-copy {
  position: static;
  overflow: visible;
  width: 300px;
}

.left-arrow-11-copy {
  display: block;
  color: #000;
}

.right-arrow-11-copy {
  display: block;
}

.slide-nav-11-copy {
  display: block;
  margin-top: 0px;
}

.boxes2 {
  position: relative;
  width: 250px;
  min-height: 350px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 9px 7px 17px -7px rgba(0, 0, 0, 0.06);
  opacity: 1;
  text-align: left;
}

.mask-2-copy {
  width: 1200px;
}

.slider-agencias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 170, 128, 0);
}

.corressel-agencias-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  -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;
}

.text-block-produtos {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
}

.ag-ncias {
  display: block;
  overflow: visible;
  margin-top: 40px;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 50, 170, 0.08)), to(rgba(20, 50, 170, 0.08)));
  background-image: linear-gradient(180deg, rgba(20, 50, 170, 0.08), rgba(20, 50, 170, 0.08));
}

.ag-ncias.pf {
  display: none;
}

.image-22-copy {
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 0px;
  padding-left: 0px;
}

.columns-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 6px;
  -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;
}

.image-22-copy {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 17px;
  padding-left: 0px;
}

.imagem-canais-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 600px;
  height: 400px;
  max-width: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-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;
  border: 1px none #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-61 {
  width: 1400px;
}

.paragraph-77 {
  font-family: 'PT Sans', sans-serif;
}

.paragraph-78 {
  font-family: 'PT Sans', sans-serif;
}

.paragraph-79 {
  font-family: 'PT Sans', sans-serif;
}

.italic-text-4 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.boxes1-copy {
  position: relative;
  width: 235px;
  height: 250px;
  margin-right: 20px;
  margin-left: 3px;
  padding-top: 10%;
  padding-right: 0px;
  padding-bottom: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  border-radius: 14px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  opacity: 1;
  text-align: left;
}

.link-block-23-copy {
  display: inline-block;
  text-align: center;
}

.text-block-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10% 15% 19px -10%;
  padding: 20px 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;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 170, 128, 0);
  border-radius: 3px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-11-copy:hover {
  border-color: #09f;
}

.accordion-item-copy {
  margin-bottom: 10px;
  padding: 0px 0px 0px 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.nav-link-10 {
  display: block;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

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

.button-12 {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 9px 20px;
  float: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.button-12:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.divider-line-3-copy {
  position: relative;
  right: auto;
  display: none;
  width: 400px;
  height: 2px;
  margin: -16px 0px 4px;
  background-color: #fff;
}

.italic-text-4-copy {
  font-family: Montserrat, sans-serif;
}

.paragraph-68_2-copy {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  text-align: center;
}

.paragraph-68_2-copy._2 {
  text-align: center;
}

.paragraph-68_2-copy._3 {
  font-size: 19px;
  text-align: center;
}

.title-4-copy-copy-copy {
  display: none;
  margin-top: 10px;
  margin-right: -71px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.title-4-copy-copy-copy.white {
  color: #fff;
}

.text-block-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 15%;
  padding: 40px 0px 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 170, 128, 0);
  border-radius: 13px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-11-copy:hover {
  border-color: #09f;
}

.image-wrapper-2 {
  width: 40%;
  padding-top: 60px;
  float: left;
  text-align: center;
}

.columns-28 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.column-84 {
  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;
}

.column-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.paragraph-80 {
  display: block;
  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;
  text-align: left;
}

.image-68 {
  width: 50px;
  height: 50px;
}

.image-69 {
  width: 50px;
  height: 50px;
}

.image-70 {
  width: 50px;
  height: 50px;
}

.div-block-52-copy {
  display: none;
  text-align: center;
}

.column-84-copy {
  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;
}

.text-block-11-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0%;
  padding: 40px 0px 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 170, 128, 0);
  border-radius: 13px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-11-copy-copy:hover {
  border-color: #09f;
}

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

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

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

._80 {
  margin-top: 14px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.columns-27-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 218px;
  padding-right: 60px;
  padding-left: 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;
}

.link-block-23-copy {
  display: inline-block;
  margin-left: 25px;
  text-align: center;
}

.image-22-copy {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.video {
  margin-top: 80px;
}

.column-70-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-29 {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 72px;
}

.icon-4-copy.accordion-icon {
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.icon-4-copy.accordion-icon {
  display: none;
  margin-top: 5px;
  margin-right: 24px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #036;
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.paragraph-68_2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 20px auto;
  padding-right: 0px;
  padding-left: 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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  text-align: left;
}

.paragraph-68_2-copy._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.paragraph-68_2-copy._3 {
  font-size: 22px;
  text-align: left;
}

.icon-left-aligned-3-copy {
  width: 60px;
  height: 60px;
  max-width: none;
  margin-right: 24px;
  float: left;
}

.text-block-75 {
  margin-bottom: 19px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #09f;
  border-radius: 3px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-75:hover {
  border-color: #f0f7f7;
}

.secao-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #fff;
}

.heading-8921 {
  margin-top: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.italic-text-4-copy-copy {
  display: block;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.slide-nav-9-copy {
  display: block;
}

.abrasuaconta {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  text-align: left;
}

.abrasuaconta._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.abrasuaconta._3 {
  font-size: 22px;
  text-align: center;
}

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

.header-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  height: 90px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: #036;
}

.link-block-28 {
  width: 1920px;
  height: 600px;
}

.slider-container-invest {
  display: block;
  margin-top: 140px;
  padding-right: 220px;
  padding-left: 143px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.slider-container-pj {
  display: block;
  margin-top: 101px;
  padding-right: 220px;
  padding-left: 143px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.bold-text-88 {
  font-weight: 500;
}

.bold-text-89 {
  font-weight: 500;
}

.bold-text-90 {
  font-weight: 500;
}

.bold-text-91 {
  font-weight: 500;
}

.resposta-14 {
  margin-bottom: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.resposta-15 {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.resposta-16 {
  max-width: 95%;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.repostas-8 {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.nav-link-5-invi {
  height: 70px;
  padding: 25px 10px;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-link-5-invi:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.nav-link-5-invi.w--current {
  border-bottom-color: #20b36c;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
}

.nav-link-5-invi.w--current:hover {
  color: #fff;
}

.heading-8918-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.bold-text-92 {
  color: #1a2980;
  font-weight: 600;
}

.bold-text-93 {
  font-weight: 600;
}

.bold-text-94 {
  font-weight: 600;
}

.bold-text-95 {
  font-weight: 600;
}

.bold-text-96 {
  font-weight: 600;
}

.bold-text-97 {
  font-weight: 600;
}

.column-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-71 {
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -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;
}

.grid {
  grid-template-areas: "."
    "Area";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
}

.grid-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-rows: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: 600px 600px 600px 600px;
  grid-template-rows: 600px 600px 600px 600px;
}

.supera {
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.supera._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.supera._3 {
  font-size: 22px;
  text-align: left;
}

.conteiner-imagens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
}

.grid-4 {
  margin-right: 5%;
  margin-left: 5%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-63 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comocontratar {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: #fff;
}

.container-9-copy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-8920-copy {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-14-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 10% 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-72 {
  width: 400px;
  height: 400px;
  margin-top: 5px;
}

.grid-5 {
  width: 1400px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 34px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-6 {
  margin-top: 89px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-64 {
  padding-top: 0px;
}

.image-71-copymobile {
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.container-435 {
  display: none;
}

.titulos-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-73 {
  display: block;
  height: 200px;
}

.div-block-65 {
  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;
}

.canaismobile {
  display: none;
}

.imagem-canais-mobile {
  display: none;
  overflow: visible;
  width: 600px;
  height: 400px;
  max-width: 600px;
  margin-left: 0px;
  padding-top: 0px;
  padding-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;
  border: 1px none #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-61-mobile {
  width: 1400px;
}

.video-mobile {
  margin-top: 80px;
}

.large-title-6-copy {
  margin-top: 0px;
  margin-bottom: 25px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 65px;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.slider-9 {
  display: none;
}

.ag-ncias-mobile {
  display: none;
  overflow: visible;
  margin-top: 40px;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 50, 170, 0.08)), to(rgba(20, 50, 170, 0.08)));
  background-image: linear-gradient(180deg, rgba(20, 50, 170, 0.08), rgba(20, 50, 170, 0.08));
}

.column-87 {
  display: block;
  -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;
}

.div-block-68 {
  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;
  -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;
}

.right-arrow-8-copy {
  display: none;
}

.image-38-copy-2-copy {
  min-width: 500px;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 40px;
}

.slide-nav-13 {
  display: block;
}

.superadf-mobile {
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.superadf-mobile._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.superadf-mobile._3 {
  font-size: 22px;
  text-align: left;
}

.image-75 {
  display: none;
}

.black-5 {
  margin-top: 0px;
  margin-right: -16%;
  font-family: Exo, sans-serif;
  color: #036;
  font-size: 30px;
  line-height: 38px;
}

.feature-image-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.cartao {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #036;
  text-align: center;
}

.feature-content-5 {
  width: auto;
  max-width: 700px;
  padding-right: 4vw;
  padding-bottom: 20px;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  box-shadow: 0 6px 12px -9px #000;
  opacity: 1;
  text-align: left;
}

.progiro-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 40px;
  -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;
}

.paragraph-76-copy {
  margin-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}

.empresas {
  padding-left: 0px;
}

.invisivel {
  display: block;
}

.paragraph-76-copy-copy {
  margin-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}

.paragraph-76-copy-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}

.empresas-copy {
  padding-left: 0px;
}

.list-5 {
  padding-left: 61px;
}

.paragraph-76-copy {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}

.list-6 {
  padding-left: 155px;
}

.list-7 {
  padding-left: 157px;
}

.accordion-item-2 {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.accordion-item-trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Varela Round', sans-serif;
  color: #036;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
}

.accordion-item-content-2 {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.paragraph-84 {
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  text-align: left;
}

.div-block-69 {
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-top: 10px;
  margin-right: 27px;
  padding-left: 0px;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 44px;
  line-height: 24px;
}

.carrossel-pf {
  display: block;
  overflow: visible;
  margin-top: 140px;
}

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

.bold-text-98 {
  font-weight: 600;
}

.carrossel-pra-voce {
  overflow: visible;
  width: 25%;
}

.carrosselagencias-pj-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 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;
}

.slider-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 500px;
  -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: #fff;
}

.agencias {
  display: block;
  padding-right: 5%;
  padding-left: 5%;
  -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;
}

.mask-2-copy {
  width: 1200px;
  min-height: 400px;
  padding-right: 0px;
  padding-left: 20px;
}

.left-arrow-11-copy {
  display: block;
  color: #000;
}

.right-arrow-11-copy {
  display: block;
}

.slide-nav-11-copy {
  display: block;
}

.icon-left-aligned-3-copy {
  width: auto;
  height: 80px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.image-72-copy {
  width: 616px;
  height: 340px;
  max-width: none;
  margin-top: 0px;
}

.pf {
  background-image: linear-gradient(170deg, #0d3366, #0093cf 63%, rgba(0, 147, 207, 0.3));
  text-align: center;
}

.bold-text-99 {
  font-weight: 600;
}

.cr-dito-pessoal-publico-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 102, 0.31)), to(rgba(0, 51, 102, 0.31))), url('../images/Banner-BNDES.png');
  background-image: linear-gradient(180deg, rgba(0, 51, 102, 0.31), rgba(0, 51, 102, 0.31)), url('../images/Banner-BNDES.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.image-72-copy-copy {
  width: auto;
  height: 300px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
}

.list-item-9 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-item-10 {
  margin-top: 0px;
}

.image-76 {
  height: 80px;
  margin-top: 10px;
  float: left;
}

.list-item-11 {
  padding-bottom: 10px;
}

.clientes-no-exterior-banner {
  background-image: url('../images/Clientes-no-exterior.jpg');
  background-position: 50% 0%;
  background-size: cover;
  text-align: center;
}

.image-77 {
  display: inline-block;
  margin-top: 10%;
  margin-bottom: 10%;
  margin-left: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-91 {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-423-copy {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.secao01-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-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;
  background-color: transparent;
}

.columns-31 {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-91-copy {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-92 {
  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;
}

.div-block-11-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

.container-423-copy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-8920-copy {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slide-nav-11-copy {
  display: block;
}

.right-arrow-11-copy {
  display: block;
}

.left-arrow-11-copy {
  display: block;
  color: #000;
}

.paragraph-75-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.all-paragraphs-white-copy {
  margin-top: 12px;
  margin-left: 117px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  text-align: left;
}

.paragraph-75-copy {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.dropdown-menu {
  display: block;
  height: 30px;
  margin-top: -20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #036;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.dropdown-menu:hover {
  background-color: #036;
}

.dropdown-menu.w--current {
  height: 40px;
  margin-top: -30px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.icon-11 {
  color: #fff;
}

.pj-menu {
  height: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 0px;
  border-radius: 10px;
}

.pj-menu:hover {
  padding-right: 0px;
  padding-bottom: 10px;
  background-color: #004183;
}

.pj-drop {
  margin-top: 0px;
  padding-top: 0px;
  border-radius: 10px;
  color: #036;
}

.pj-drop.w--open {
  margin-top: 0px;
  border-radius: 0px;
  background-color: #036;
}

.nav-link-menu {
  display: block;
  height: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #036;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.nav-link-menu:hover {
  background-color: #004183;
}

.nav-link-menu.w--current {
  display: none;
  color: #fff;
}

.grid-home {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-rows: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: 600px 600px 600px;
  grid-template-rows: 600px 600px 600px;
}

.seguros-paragrafo {
  display: block;
  margin: 0px 0px 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.seguros-paragrafo._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.seguros-paragrafo._3 {
  font-size: 22px;
  text-align: left;
}

.imagem-canais-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 600px;
  height: 600px;
  max-width: 600px;
  margin-left: 0px;
  padding-top: 5px;
  padding-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;
  border: 1px none #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-16-copy {
  background-image: url('../images/Leque-Cartões-ajustado.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-58-copy {
  display: block;
  width: auto;
  height: auto;
}

.saiba-mais {
  display: block;
  margin: 10px 25% 20px;
  padding: 9px 20px;
  float: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 13px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.saiba-mais:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.slide-16-copy {
  background-image: linear-gradient(87deg, #036, #fff);
}

.banner-brbcard {
  background-image: url('../images/Banner-BRBCARD.png');
  background-position: 50% 50%;
  background-size: cover;
}

.accordion-item-copy {
  margin-top: 19px;
  margin-bottom: 10px;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
}

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

.bold-text-102 {
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #036;
  border-radius: 3px;
  text-decoration: none;
}

.paragraph-85 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-style: normal;
  text-align: left;
}

.bold-text-103 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bold-text-104 {
  font-weight: 800;
}

.doa-es {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 40px;
  -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;
}

.container-437 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-75-copy-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.texto-doa-es {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.container-438 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.slider-doa-es {
  height: 600px;
  margin-top: 89px;
  margin-bottom: 0px;
}

.doa-es-banner {
  background-image: url('../images/BANNER_NOVO_SITE_SUPERA_BRB_1920x496px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.div-block-70 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-78 {
  height: auto;
  max-width: 100%;
}

.bndes {
  background-image: url('../images/Banner-BNDES.png');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.bold-text-105 {
  font-weight: 500;
}

.slider-3 {
  width: 600px;
  height: 600px;
}

.slide-8 {
  background-image: url('../images/WhatsApp-Image-2020-02-20-at-22.44.12.jpeg');
  background-position: 10% 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/_AR_4305_foto_Haruo-Mikami-HDR_Baixa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/_AR_4311_foto_Haruo-Mikami-Pano_Baixa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/_AR_4302_foto_Haruo-Mikami-HDR_Alta.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/_AR_4296_foto_Haruo-Mikami-HDR_Alta.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-72 {
  padding-bottom: 0px;
}

.image-79 {
  width: 600px;
  height: 600px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-brb-card {
  display: none;
  overflow: visible;
  width: 600px;
  height: 400px;
  max-width: 600px;
  margin-left: 0px;
  padding-top: 0px;
  padding-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;
  border: 1px none #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-94 {
  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;
}

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

.div-block-73 {
  width: auto;
  height: auto;
}

.html-embed-23 {
  overflow: hidden;
  height: 350px;
}

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

.mask-6 {
  margin-top: 90px;
}

.image-80 {
  margin-left: 229px;
}

.image-81 {
  margin-right: 0px;
  margin-left: 158px;
}

.slide-23 {
  height: auto;
}

.slide-nav-14 {
  top: 303.516px;
  display: none;
  margin-top: 232.109px;
  background-color: transparent;
  color: transparent;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  margin-right: -6px;
  margin-left: -6px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list.skip1 {
  -ms-grid-columns: minmax(0px, 0px) minmax(0px, 0px) 1fr 1fr 1fr;
  grid-template-columns: minmax(0px, 0px) minmax(0px, 0px) 1fr 1fr 1fr;
}

.collection-list.skip2 {
  -ms-grid-columns: minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) 1fr 1fr 1fr;
  grid-template-columns: minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) 1fr 1fr 1fr;
}

.slider-18 {
  position: relative;
  height: auto;
  margin-bottom: 52px;
  background-color: transparent;
}

.left-arrow-13 {
  height: 100%;
}

.mask-7 {
  height: auto;
}

.accordion-item-trigger-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Varela Round', sans-serif;
  color: #036;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.bold-text-106 {
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #036;
  border-radius: 3px;
}

.accordion-item-content-3 {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 0px;
  padding-left: 1px;
}

.div-block-74 {
  margin-top: 0px;
}

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

.slide-nav-15 {
  top: 303.516px;
}

.div-block-75 {
  width: 100%;
  height: auto;
  max-width: 1150px;
}

.slider-19 {
  height: 550px;
  background-color: transparent;
}

.icon-12 {
  margin-top: 184px;
  color: #465356;
}

.icon-13 {
  margin-top: 184px;
  color: #465356;
}

.icon-14 {
  display: none;
}

.icon-15 {
  display: none;
}

.column-97 {
  -o-object-fit: fill;
  object-fit: fill;
}

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

.paragraph-87 {
  font-size: 12px;
  text-align: left;
}

.paragraph-68_2-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 153px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}

.paragraph-68_2-copy._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.paragraph-68_2-copy._3 {
  font-size: 22px;
  text-align: left;
}

.imagem-canais-mobile-copy {
  display: none;
  overflow: visible;
  width: 600px;
  height: 400px;
  max-width: 600px;
  margin-left: 0px;
  padding-top: 0px;
  padding-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;
  border: 1px none #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0% 19px 10%;
  padding: 10px 0px 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 170, 128, 0);
  border-radius: 13px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.text-block-11-copy:hover {
  border-color: #09f;
}

.titulogrande-2 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #036;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
}

.accordion-heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #036;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
}

.bold-text-107 {
  color: #036;
  font-size: 18px;
}

.paragraph-503 {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.section-faq-3 {
  margin-top: 90px;
  padding: 50px 30px;
  background-color: #f8f8f8;
}

.titulogrande-2-copy {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #036;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
}

.subtitulo1 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #036;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.nav-link-11 {
  display: block;
  height: 40px;
  margin: -30px 0px 0px;
  padding: 20px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

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

.label {
  display: inline-block;
  padding: 4px 10px 3px;
  border-radius: 4px;
  background-color: #1991eb;
}

.label.label-article-greenish {
  display: inline-block;
  margin: 38px -68px -30px -67px;
  padding-right: 18px;
  padding-bottom: 4px;
  padding-left: 13px;
  -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;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 15px none #000;
  background-color: #00c6ff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.label-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

.paragraph-232 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 20px auto;
  padding-right: 0px;
  padding-left: 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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  text-align: left;
}

.paragraph-232._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.paragraph-232._3 {
  font-size: 22px;
  text-align: left;
}

.all-paragraphs-white-11 {
  margin-top: 14px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  text-align: left;
}

.bold-text-108 {
  font-size: 33px;
}

.icon-left-aligned-3-copy {
  height: 80px;
  max-width: none;
  margin-top: -15px;
  margin-right: 24px;
  padding-top: 0px;
  float: left;
}

.heading-19 {
  font-size: 19px;
}

.paragraph-3 {
  font-size: 16px;
  text-align: justify;
}

.overall-column {
  padding-bottom: 0px;
}

.work-row {
  margin-top: 50px;
  margin-bottom: 75px;
}

.features-row {
  margin-bottom: 50px;
  text-align: left;
}

.work-column {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.title-block-2 {
  margin-top: 92px;
  margin-bottom: 30px;
  text-align: center;
}

.heading-8922 {
  font-size: 19px;
}

.work-overlay-title {
  margin-top: 24px;
  margin-bottom: -8px;
  color: #fff;
  font-size: 19px;
}

._98 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

._98._2 {
  margin-top: -25px;
  padding-top: 0px;
  color: #036;
  font-size: 30px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.section-title-vantagen {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.section-title-vantagen._2 {
  margin-top: 0px;
  padding-top: 10px;
  color: #20b36c;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.section-title-copy8 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.heading-7 {
  margin-top: 58px;
  margin-bottom: 34px;
  font-size: 35px;
  font-weight: 900;
}

.work-overlay {
  position: static;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 125px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #003e7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.work-overlay:hover {
  background-color: rgba(0, 62, 126, 0.5);
  background-image: none;
  opacity: 1;
}

.work-overlay:focus {
  background-color: #003e7e;
}

.work-overlay.small {
  padding-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
}

._99 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

._99._2 {
  margin-top: 230px;
  padding-top: 20px;
  color: #036;
  font-size: 30px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.work-block-small-2 {
  width: 50%;
  height: 175px;
  float: left;
  background-image: url('../images/imagem5.jpg');
  background-position: 0% 35%;
  background-size: 400px;
}

.work-block-small-2._2 {
  background-image: url('../images/imagem7.jpg');
  background-position: 55% 50%;
  background-size: 500px;
}

.work-block-small-2._3 {
  background-image: url('../images/imagem6.jpg');
  background-position: 55% 20%;
  background-size: 500px;
}

.work-block-small-2._4 {
  background-image: url('../images/imagem4.jpg');
  background-position: 35% 50%;
  background-size: 500px;
  background-repeat: repeat;
}

.feature-icon {
  width: 40px;
  margin-top: 4px;
  margin-right: 11px;
  margin-bottom: 10px;
}

.section-titlevantagem6 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.section-titlevantagem6._2 {
  margin-top: 0px;
  padding-top: 10px;
  color: #20b36c;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.section-titlevantagem3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.section-titlevantagem3._2 {
  margin-top: 0px;
  padding-top: 10px;
  color: #20b36c;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.work-block-large-2 {
  width: 100%;
  height: 350px;
  background-image: url('../images/imagem2.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.section-titlevantagem5 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.section-titlevantagem5._2 {
  margin-top: 0px;
  padding-top: 10px;
  color: #20b36c;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.cr-dito-pessoal-publico-banner-copy {
  background-image: url('../images/image_6483441-1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.image-72-copy-copy {
  width: 616px;
  height: 340px;
  max-width: none;
  margin-top: 0px;
}

.image-788 {
  width: 616px;
  height: 340px;
  max-width: none;
  margin-top: 0px;
}

.image-800 {
  width: auto;
  height: 300px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
}

.image-500 {
  width: auto;
  height: 300px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
}

.slider-copy {
  display: none;
  height: 600px;
  margin-top: 70px;
  margin-bottom: 0px;
}

.section-24 {
  margin-top: 90px;
  text-align: center;
}

.columns-33 {
  border: 1px solid #09f;
  border-radius: 3px;
}

.icon-left-2 {
  height: 80px;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  float: left;
}

.column-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.column-99 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-creditopssoal {
  height: 80px;
  max-width: none;
  margin-top: -34px;
  margin-right: 24px;
  padding-top: 0px;
  float: left;
}

.icon-creditopessoal {
  width: auto;
  height: 80px;
  max-width: 100%;
  margin-top: 5px;
  margin-right: 24px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.all-paragraphs-white-11-copy {
  margin-top: 14px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  text-align: left;
}

.icon-left-aligned-3-copy-copy {
  width: auto;
  height: 80px;
  max-width: 100%;
  margin-top: 4px;
  margin-right: 24px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.icon-left-aligned-3-copy {
  height: 80px;
  max-width: none;
  margin-top: -34px;
  margin-right: 24px;
  padding-top: 0px;
  float: left;
}

.nav-link-12 {
  height: 70px;
  padding: 25px 10px;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link-12:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.nav-link-12.w--current {
  border-bottom-color: #20b36c;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.nav-link-12.w--current:hover {
  color: #fff;
}

.heading-8919-copy {
  margin-bottom: 5px;
  color: #036;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
}

.div-block-11-copy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.icon-18 {
  display: none;
}

.paragraph-75-copy {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.cookie-modal {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -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: 5px;
  background-color: #000;
}

.p {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  text-align: left;
}

.link-150 {
  color: #fff;
}

.close-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  -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;
  cursor: pointer;
}

.button-13 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.titulos-canais-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -2px 10px -3px;
  padding-top: 0px;
  padding-left: 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;
  font-family: Montserrat, sans-serif;
  color: #036;
  font-size: 35px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.icon-left-aligned-3-copy-copy {
  width: auto;
  height: 80px;
  max-width: 100%;
  margin-top: 3px;
  margin-right: 24px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.paragraph-222 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}

.paragraph-222._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.paragraph-222._3 {
  font-size: 22px;
  text-align: left;
}

.cookie-modal-2 {
  position: fixed;
  left: 0px;
  right: 81px;
  bottom: 0px;
  z-index: 999;
  display: none;
  padding: 8px 24px;
  -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: 5px;
  background-color: #000;
}

.p-2 {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.button-14 {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #036;
}

.image-38-copy-2-copy-copy {
  min-width: 500px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 40px;
}

.paragraph-68_2-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}

.paragraph-68_2-copy._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.paragraph-68_2-copy._3 {
  font-size: 22px;
  text-align: left;
}

.paragraph-2222 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.paragraph-2222._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.paragraph-2222._3 {
  font-size: 22px;
  text-align: left;
}

.icon-19 {
  display: none;
}

.section-25 {
  margin-top: 90px;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-75px, 0px);
  -ms-transform: translate(-75px, 0px);
  transform: translate(-75px, 0px);
}

html.w-mod-js *[data-ix="fade-in-from-left-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="fade-in-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="display-none-contact-block-2"] {
  display: none;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="left-image"] {
  display: block;
  opacity: 0.4300000000000003;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="flying-airplane"] {
  opacity: 0;
  height: 75%;
  -webkit-transform: translate(-100%, 100%) rotate(40deg) scale(0.76, 1.5);
  -ms-transform: translate(-100%, 100%) rotate(40deg) scale(0.76, 1.5);
  transform: translate(-100%, 100%) rotate(40deg) scale(0.76, 1.5);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-5"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="button-fade-up-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="title-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="title-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="title-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="divider-grow"] {
  width: 0px;
}

html.w-mod-js *[data-ix="title-fade-in-5"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="fade-in-from-right"] {
  opacity: 0;
  -webkit-transform: translate(70px, 0px);
  -ms-transform: translate(70px, 0px);
  transform: translate(70px, 0px);
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: left;
  }

  .nav-link.w--current {
    text-align: left;
  }

  .nav-link.w--current:hover {
    color: transparent;
  }

  .client-block.link {
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(70, 77, 86, 0.09);
    opacity: 1;
  }

  .client-block.link:hover {
    background-color: rgba(70, 77, 86, 0.2);
  }

  .client-column {
    background-position: 50% 50%;
  }

  .client-column.frictionlabs {
    background-position: 50% 50%;
  }

  .client-column.universideals {
    background-position: 50% 50%;
  }

  .client-column.blanco-rojo {
    background-position: 50% 50%;
  }

  .client-nam.mobile {
    color: #fff;
    font-size: 19px;
  }

  .nav-menu {
    background-color: #f2f5f7;
  }

  .menu-button.w--open {
    background-color: #6e7777;
  }

  .title-block {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding-left: 10px;
    background-color: rgba(70, 83, 86, 0.76);
  }

  .text-block {
    margin-bottom: 10px;
    padding: 15px;
  }

  .intro-paragraph.white {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-2 {
    margin-bottom: 10px;
    padding: 15px;
  }

  .color-section.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .text-block-22-copy3 {
    margin-bottom: 10px;
    padding: 15px;
  }

  .condicoes_gerais {
    margin-top: 0px;
    line-height: 50px;
  }

  .all-paragraphs-white-3 {
    font-size: 15px;
    line-height: 23px;
  }

  .text-block-22-copy {
    margin-bottom: 10px;
    padding: 15px;
  }

  .text-block-22-copy44 {
    margin-bottom: 10px;
    padding: 15px;
  }

  .text-block-22-copy2 {
    margin-bottom: 10px;
    padding: 15px;
  }

  .contact-block-3 {
    display: none;
  }

  .button-3 {
    font-size: 18px;
  }

  .html-embed-4-copy {
    display: none;
  }

  .div-block-01 {
    margin-right: 0px;
  }

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

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

  .div-block-02 {
    margin-right: 0px;
  }

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

  .div-block-03 {
    margin-right: 0px;
  }

  .portrait-image {
    margin-top: 160px;
  }

  .heading-40 {
    line-height: 50px;
  }

  .text-block-11 {
    margin-bottom: 10px;
    padding: 15px;
  }

  .portrait-image2 {
    margin-top: 44px;
  }

  .all-paragraphs-white {
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-27 {
    margin-right: 0px;
  }

  .div-block-0007 {
    margin-right: 0px;
  }

  .faq {
    height: 300px;
  }

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

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

  .div-block-29 {
    margin-right: 0px;
  }

  .text-block-6-copy {
    text-align: left;
  }

  .bold-text-02-copy {
    text-align: left;
  }

  .div-block-29-copy {
    margin-right: 0px;
  }

  .div-block-27-copy {
    margin-right: 0px;
  }

  .div-block-27-copy-copy {
    margin-right: 0px;
  }

  .div-block-27-cospy {
    margin-right: 0px;
  }

  .div-block-27-somente {
    margin-right: 0px;
  }

  .div-block-272viacontrato {
    margin-right: 0px;
  }

  .div-blockgravame {
    margin-right: 0px;
  }

  .category-item {
    width: 100%;
  }

  .banner-product {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .banner-product._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-8 {
    width: 100%;
    padding: 10px 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-30 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .job-title {
    margin-top: 4px;
  }

  .saibamais {
    left: -234px;
  }

  .image-wrapper {
    padding-right: 18px;
  }

  .contact-block-4 {
    display: none;
  }

  .atualizacao_cada {
    display: none;
  }

  ._2via_boleto {
    display: none;
  }

  .renegociacao_divida {
    display: none;
  }

  .extrato_irpf {
    display: none;
  }

  .extrato_contrato_ded {
    display: none;
  }

  .reembolso {
    display: none;
  }

  .form_portabilidade {
    display: none;
  }

  .antecipacao_parcelas {
    display: none;
  }

  .comoadquirir {
    margin-right: 0px;
  }

  .faq_giro_sus {
    height: 300px;
  }

  .faq_veiculos {
    height: 300px;
  }

  .faq-cpvl {
    height: 300px;
  }

  .section2 {
    top: -130px;
    margin-top: 121px;
    padding-bottom: 61px;
  }

  .section2.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .portfolio-text {
    margin-top: 46px;
  }

  .learn-button.our-story {
    margin-top: 25px;
  }

  .cinza {
    margin-top: 1px;
  }

  .section-title-2 {
    font-size: 35px;
  }

  .section-title-2._2 {
    font-size: 30px;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider {
    height: 450px;
  }

  .red-bg {
    overflow: hidden;
  }

  .help-text-1 {
    max-width: 150px;
  }

  .slider-container {
    padding-right: 250px;
  }

  .large-title-2 {
    font-size: 75px;
    line-height: 43px;
  }

  .navbar-copy {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: 0px;
  }

  .icon-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .image-30 {
    position: fixed;
    display: none;
  }

  .color-section_consignado.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_consignado.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_consignado.green-consignado {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_financiamento_veiculos.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_financiamento_veiculos.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_financiamento_veiculos.greenveiculos {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-sectionportabilidade.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-sectionportabilidade.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-sectionportabilidade.green_portabilidade {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_cpvl.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_cpvl.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_cpvl.green_cpvl {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_girosus.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_girosus.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_girosus.green_girosus {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_correspondentes.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_correspondentes.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_correspondentes.greencorrespondente {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-sectioncorresponden.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-sectioncorresponden.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-sectioncorresponden.green-correspondent {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_correspondente_goias.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_correspondente_goias.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_correspondente_goias.green_corrspondente_goias {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_outros_estados.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_outros_estados.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-section_outros_estados.greenoutros_estados {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .html-embed-4-ccpvl {
    display: none;
  }

  .html-embed-4-copgirosus {
    display: none;
  }

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

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

  .heading-8903 {
    margin-bottom: 45px;
  }

  .image-33 {
    margin-top: 140px;
  }

  .parcela_atraso {
    display: none;
  }

  .image-35 {
    width: 350px;
    height: 250px;
  }

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

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

  .image31 {
    width: 350px;
    height: 250px;
  }

  .image-36 {
    width: 350px;
    height: 250px;
  }

  .content-2 {
    padding: 60px 0px;
  }

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

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

  .heading-8907-copy {
    line-height: 30px;
  }

  .perguntas1 {
    line-height: 30px;
  }

  .slider-container-copy {
    padding-right: 250px;
  }

  .div-block-36 {
    width: 350px;
    height: 300px;
  }

  .div-block-37 {
    width: 350px;
    height: 300px;
  }

  .chatbot {
    display: none;
  }

  .contact-block-5 {
    display: none;
  }

  .container-43.centered {
    margin-top: 0px;
  }

  .form_consignado {
    display: none;
  }

  .form_veiculo {
    display: none;
  }

  .form_cpvls {
    display: none;
  }

  .form_girosus {
    display: none;
  }

  .color-sectioncorresponden-copy.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-sectioncorresponden-copy.green {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-sectioncorresponden-copy.green-correspondent {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .color-sectioncorresponden-copy.green-correspondent-copy {
    margin-top: 0px;
    background-position: 55% 7%;
  }

  .manuhmobile {
    position: fixed;
    display: none;
  }

  .header {
    height: auto;
    background-color: transparent;
  }

  .main-slider {
    height: 230px;
    margin-top: 70px;
    background-color: transparent;
  }

  .main-slide {
    margin-top: -23px;
    padding-top: 185px;
    padding-left: 75px;
    background-image: url('../images/GettyImages-1092934742.jpg');
    background-size: cover;
  }

  .main-slide-navbar {
    opacity: 0;
  }

  .html-embed-20 {
    margin-top: -42px;
    margin-right: 2px;
    margin-left: -42px;
  }

  .h4-white-3 {
    margin-top: 31px;
  }

  ._2-half-column {
    margin-top: -70px;
    padding-top: 0px;
    padding-right: 30px;
  }

  .text-block-70 {
    width: auto;
    height: 428px;
    margin: -1px 50px 10px auto;
    padding: 0px 15px 19px;
  }

  .all-paragraphs-white-2 {
    margin-bottom: 13px;
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 23px;
  }

  .right-column {
    margin-top: 130px;
  }

  .header-2 {
    height: auto;
    background-color: transparent;
  }

  .main-slide-2 {
    margin-top: -23px;
    padding-top: 185px;
    padding-left: 75px;
    background-image: url('../images/GettyImages-1092934742.jpg');
    background-size: cover;
  }

  .container._2-column-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .section-19 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .divider-line-3 {
    width: 320px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .large-title-3 {
    font-size: 60px;
    line-height: 43px;
  }

  .large-title-3.white {
    font-size: 60px;
  }

  .slider-container-2 {
    margin-top: -378px;
    padding-right: 339px;
    padding-left: 0px;
  }

  .div-block {
    margin-left: 0px;
  }

  .button-copy-copy.wh-copy-copy-copy {
    margin-left: 10px;
  }

  .heading-8910 {
    line-height: 50px;
  }

  .nav-menu-3 {
    height: auto;
    float: none;
    background-color: transparent;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link-7 {
    position: static;
    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;
  }

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

  .header-3 {
    display: none;
    height: 81px;
  }

  .menu1-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-right: 0px;
    margin-left: 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;
    border-top: 1px solid #f8f8f8;
  }

  .logo-text-div {
    left: -5px;
    top: 0px;
    width: 247px;
  }

  .observacao {
    font-size: 16px;
  }

  .text_imobiliario {
    font-size: 16px;
  }

  .navbar-5 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    background-color: #036;
  }

  .nav-menu-container {
    margin-bottom: 15px;
    padding-top: 21px;
    padding-bottom: 22px;
    background-color: #036;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
  }

  .nav-link-5 {
    display: block;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid transparent;
    background-color: #036;
    color: #fff;
  }

  .nav-link-5:hover {
    border-bottom-color: #036;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
  }

  .nav-link-5.w--current {
    border: 1px solid #000;
    background-color: #036;
    color: #fff;
  }

  .nav-link-5.w--current:hover {
    background-color: transparent;
  }

  .column-53 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button-3 {
    width: 70px;
    height: 70px;
    margin-right: -25px;
    padding-top: 17px;
    float: right;
    opacity: 1;
  }

  .menu-button-3:hover {
    background-color: transparent;
    color: transparent;
  }

  .menu-button-3.w--open {
    background-color: hsla(0, 0%, 100%, 0.5);
  }

  .menu-button-3.w--open:hover {
    background-color: #fff;
    opacity: 0.51;
  }

  .menu-icon {
    color: #fff;
    font-size: 35px;
  }

  .slider2 {
    background-image: url('../images/CAPA_1.jpg');
    background-position: 0% 100%;
    background-size: cover;
  }

  .titulo_conhe-a {
    line-height: 50px;
  }

  .subtitulo-2 {
    font-size: 15px;
  }

  .bot-o1 {
    display: none;
  }

  .envio_proposta-copy {
    line-height: 50px;
  }

  .envio_proposta-copy-2 {
    line-height: 50px;
  }

  .secao01-3 {
    margin-top: 0px;
  }

  .container-423 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .titulos {
    line-height: 50px;
  }

  .image-52 {
    display: none;
  }

  .linkapplle {
    margin-left: 8px;
  }

  .image-21 {
    display: none;
  }

  .columns-15 {
    display: block;
  }

  .image-53 {
    display: none;
  }

  .image-54 {
    display: none;
  }

  .div-block-53 {
    margin-top: 0px;
    margin-left: 97px;
  }

  .large-title-4 {
    margin-top: 10px;
    margin-right: -149px;
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 32px;
  }

  .large-title-4.white {
    font-size: 60px;
  }

  .nav-link-6 {
    position: static;
    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;
  }

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

  .feature-wrap {
    width: auto;
    max-width: 800px;
    margin: 0vh 15%;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
  }

  .image-56 {
    display: block;
  }

  .image-38-copy {
    display: none;
    margin-left: 0px;
  }

  .parag_informativo2 {
    text-align: left;
  }

  .feature-content {
    width: auto;
    max-width: 1200px;
  }

  .container-425 {
    -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;
  }

  .posts-image {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
  }

  .image-58 {
    width: 300px;
    height: 169px;
  }

  .slide-1 {
    height: 550px;
    background-position: 30% 50%;
  }

  .hero-text {
    margin-top: 250px;
  }

  .slider2-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 89, 180, 0.16)), to(rgba(85, 89, 180, 0.16))), url('../images/GettyImages-845236284.jpg');
    background-image: linear-gradient(180deg, rgba(85, 89, 180, 0.16), rgba(85, 89, 180, 0.16)), url('../images/GettyImages-845236284.jpg');
    background-position: 0px 0px, 50% 20%;
    background-size: auto, cover;
  }

  .logo-container-3 {
    margin-left: -25px;
  }

  .nav-menu-4 {
    height: auto;
    float: none;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  }

  .dos {
    font-size: 75px;
    line-height: 43px;
  }

  .large-title-5 {
    font-size: 75px;
    line-height: 43px;
  }

  .slider_desktop {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Progiro-Corona.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Progiro-Corona.png');
    background-position: 0px 0px, 70% 50%;
  }

  .div-block-55 {
    display: none;
    margin-left: 0px;
  }

  .dos-copy {
    font-size: 75px;
    line-height: 43px;
  }

  .titulo_pilares {
    font-size: 35px;
  }

  .parag_informativo {
    text-align: left;
  }

  .image-38-copy-2 {
    display: none;
    margin-left: 0px;
  }

  .feature-wrap-2 {
    width: auto;
    max-width: none;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
  }

  .image-59 {
    display: block;
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .logo-container {
    margin-left: -25px;
    padding-right: 110px;
    background-image: url('../images/5baced445765a38e497ca159_Marca-BRB_Preferencial-Branca.png');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .logo-container:hover {
    background-color: hsla(0, 0%, 100%, 0.3);
  }

  .nav-link-8 {
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid transparent;
    background-color: #036;
    color: #fff;
  }

  .nav-link-8:hover {
    border-bottom-color: #036;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
  }

  .nav-link-8.w--current {
    border-bottom-color: #20b36c;
    background-color: #20b36c;
    color: #fff;
  }

  .nav-link-8.w--current:hover {
    background-color: transparent;
  }

  .divider-line-5 {
    margin-right: 0px;
    margin-left: 45px;
  }

  .slider-container-3 {
    padding-right: 250px;
  }

  .slider-7 {
    height: 450px;
    margin-top: 80px;
  }

  .slider2-2 {
    background-position: 100% 50%;
  }

  .large-title-6 {
    font-size: 60px;
    line-height: 43px;
  }

  .div-block-56 {
    margin-left: 0px;
  }

  .envio_proposta-2 {
    margin-right: 20px;
    margin-left: 20px;
    line-height: 50px;
  }

  .header-5 {
    display: block;
    height: 81px;
  }

  .nav-bar-home {
    height: 85px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #093f71;
  }

  .nav-menu-5 {
    position: static;
    width: 100%;
    height: 100%;
    min-width: 1px;
    padding-top: 20px;
    padding-bottom: 18px;
    background-color: #000;
  }

  .menu-button-4 {
    font-size: 40px;
  }

  .mobile-icon {
    color: #fff;
  }

  .slide-15 {
    height: 550px;
    background-position: 30% 50%;
  }

  .heading-8920 {
    line-height: 50px;
  }

  .paragraph-75 {
    margin-bottom: 0px;
  }

  .portrait-image-pf {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

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

  .slider4-copy {
    background-image: url('../images/Banner-só-o-médico_Prancheta-1.png');
    background-position: 0% 100%;
    background-size: cover;
  }

  .slider3-copy {
    background-image: url('../images/Banner-só-o-médico_Prancheta-1.png');
    background-position: 0% 100%;
    background-size: cover;
  }

  .div-block-53-copy {
    margin-top: 0px;
    margin-left: 97px;
  }

  .div-block-53-copy-copy {
    margin-top: 0px;
    margin-left: 97px;
  }

  .div-block-53-copy {
    margin-top: 0px;
    margin-left: 97px;
  }

  .slider-container-2-copy {
    padding-right: 250px;
  }

  .title-4-copy {
    font-size: 55px;
    line-height: 43px;
  }

  .title-4-copy.white {
    font-size: 60px;
  }

  .brbinvestimento-banner {
    background-image: url('../images/Banner-Investimento.jpg');
    background-position: 100% 100%;
    background-size: cover;
  }

  .prev-e-cont-banner {
    background-image: url('../images/Prevencao-e-Contencao.jpg');
    background-position: 0% 100%;
    background-size: cover;
  }

  .capital-de-giro {
    background-image: url('../images/BRB-BIGHighlight---millenium.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-53-copy {
    margin-top: -46px;
    margin-right: -60px;
    margin-left: 30px;
    padding-right: 0px;
  }

  .title-4-copy-copy {
    margin-right: 0px;
    font-size: 28px;
    line-height: 25px;
  }

  .title-4-copy-copy.white {
    font-size: 60px;
  }

  .bot-o2 {
    display: none;
  }

  .image-61 {
    width: auto;
    height: 90px;
    max-width: none;
    min-width: 100%;
    padding-top: 0px;
  }

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

  .image-62 {
    width: 200px;
    height: 70px;
    max-width: none;
  }

  .feature-content-2 {
    width: auto;
  }

  .feature-wrap-3 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
  }

  .feature-content-3 {
    width: auto;
  }

  .feature-content-3-progiro {
    width: auto;
  }

  .feature-content-4 {
    width: 450vw;
  }

  .canais {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .boxes-sbs {
    width: 450vw;
  }

  .boxes1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 280px;
    margin-right: 0px;
    margin-left: 10%;
    -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;
  }

  .slider-8 {
    height: auto;
  }

  .microcreditobanner {
    background-image: url('../images/BRB-BIGHighlight-3.jpg');
    background-position: 0% 100%;
    background-size: cover;
  }

  .cr-dito-pessoal-banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 102, 0.34)), to(rgba(0, 51, 102, 0.34))), url('../images/5fbfe9430d1dcc5caeb04fd1_supera-df-seguro-residencial.jpg');
    background-image: linear-gradient(180deg, rgba(0, 51, 102, 0.34), rgba(0, 51, 102, 0.34)), url('../images/5fbfe9430d1dcc5caeb04fd1_supera-df-seguro-residencial.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .boxes-canais {
    width: 450vw;
  }

  .titulos-canais {
    line-height: 50px;
  }

  .ag-ncias-titulo {
    margin-top: 0px;
  }

  .carrossel-copy-2 {
    display: none;
  }

  .slider-copy {
    display: block;
    height: 450px;
  }

  .boxes2 {
    width: 90vw;
    min-height: auto;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .corressel-agencias-2 {
    display: none;
  }

  .ag-ncias {
    display: none;
  }

  .boxes1-copy {
    width: 180px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 1%;
    padding-right: 1px;
    padding-left: 1px;
  }

  .text-block-11-copy {
    margin-bottom: 10px;
    padding: 15px;
  }

  .nav-link-10 {
    position: static;
    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;
  }

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

  .divider-line-3-copy {
    width: 320px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .title-4-copy-copy-copy {
    margin-right: 0px;
    font-size: 28px;
    line-height: 25px;
  }

  .title-4-copy-copy-copy.white {
    font-size: 60px;
  }

  .text-block-11-copy {
    margin-bottom: 10px;
    padding: 15px;
  }

  .image-wrapper-2 {
    padding-right: 18px;
  }

  .text-block-11-copy-copy {
    margin-bottom: 10px;
    padding: 15px;
  }

  .link-block-23-copy {
    margin-left: 0px;
  }

  .columns-29 {
    margin-left: 0px;
  }

  .text-block-75 {
    margin-bottom: 10px;
    padding: 15px;
  }

  .heading-8921 {
    margin-top: 0px;
    line-height: 50px;
  }

  .header-6 {
    display: none;
    height: 81px;
  }

  .slider-container-invest {
    margin-top: 225px;
    padding-right: 339px;
  }

  .slider-container-pj {
    margin-top: 225px;
    padding-right: 339px;
  }

  .nav-link-5-invi {
    display: block;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid transparent;
    background-color: #036;
    color: #fff;
  }

  .nav-link-5-invi:hover {
    border-bottom-color: #036;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
  }

  .nav-link-5-invi.w--current {
    border-bottom-color: #20b36c;
    background-color: #20b36c;
    color: #fff;
  }

  .nav-link-5-invi.w--current:hover {
    background-color: transparent;
  }

  .heading-8920-copy {
    line-height: 50px;
  }

  .grid-5 {
    display: none;
  }

  .container-435 {
    display: none;
  }

  .titulos-copy {
    line-height: 50px;
  }

  .canaismobile {
    display: block;
    -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;
  }

  .imagem-canais-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    max-width: none;
    margin-top: 20px;
    margin-right: 5%;
    margin-left: 5%;
    -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;
  }

  .large-title-6-copy {
    font-size: 60px;
    line-height: 43px;
  }

  .slider-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 89px;
    -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: #fff;
  }

  .slide-17 {
    width: 50%;
  }

  .icon-9 {
    color: #465356;
  }

  .icon-10 {
    color: #465356;
  }

  .ag-ncias-mobile {
    display: block;
  }

  .image-38-copy-2-copy {
    display: block;
    min-width: 500px;
    margin-left: 0px;
  }

  .slide-18 {
    width: 50%;
  }

  .image-75 {
    display: block;
  }

  .feature-content-5 {
    width: auto;
    max-width: 95%;
  }

  .carrossel-pf {
    display: none;
  }

  .image-72-copy {
    display: block;
    overflow: visible;
    width: 380px;
    height: auto;
    max-width: none;
    margin-top: 71px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .cr-dito-pessoal-publico-banner {
    background-image: url('../images/Credito-Pessoal.jpg');
    background-position: 0% 100%;
    background-size: cover;
  }

  .image-72-copy-copy {
    display: block;
    overflow: visible;
    width: 390px;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-right: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .clientes-no-exterior-banner {
    background-image: url('../images/Credito-Pessoal.jpg');
    background-position: 0% 100%;
    background-size: cover;
  }

  .container-423-copy {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .secao01-3-copy {
    margin-top: 0px;
  }

  .container-423-copy {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-8920-copy {
    line-height: 50px;
  }

  .paragraph-75-copy {
    margin-bottom: 20px;
  }

  .all-paragraphs-white-copy {
    font-size: 15px;
    line-height: 23px;
  }

  .paragraph-75-copy {
    margin-bottom: 0px;
  }

  .dropdown-menu {
    position: static;
    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;
  }

  .dropdown-menu:hover {
    background-color: #fbfdff;
  }

  .nav-link-menu {
    position: static;
    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;
  }

  .nav-link-menu:hover {
    background-color: #fbfdff;
  }

  .slide-16-copy {
    background-image: url('../images/Leque-Cartões-ajustado.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-16-copy {
    background-image: -webkit-gradient(linear, left top, right top, from(#036), to(#fff));
    background-image: linear-gradient(90deg, #036, #fff);
  }

  .banner-brbcard {
    background-image: url('../images/leque-de-cartões.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .paragraph-75-copy-2 {
    margin-bottom: 0px;
  }

  .texto-doa-es {
    margin-bottom: 20px;
  }

  .slider-doa-es {
    display: block;
    height: 450px;
    margin-top: -11px;
  }

  .doa-es-banner {
    background-position: 55% 50%;
  }

  .bndes {
    background-image: url('../images/Banner-BNDES.png');
    background-position: 100% 100%;
    background-size: cover;
  }

  .slide-8 {
    overflow: visible;
    margin-right: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-8 {
    display: -ms-grid;
    display: grid;
    -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;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .slider-brb-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    max-width: none;
    margin: 20px 5% 40px;
    -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;
  }

  .mask-5 {
    width: 100%;
    height: 350px;
    margin-bottom: 0px;
  }

  .column-93 {
    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;
  }

  .div-block-73 {
    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: 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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

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

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

  .slide-nav-14 {
    top: 279.516px;
    margin-top: 143.1094px;
  }

  .collection-list {
    margin-right: -6px;
    margin-left: -6px;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr minmax(0px, 0px);
    grid-template-columns: 1fr 1fr minmax(0px, 0px);
  }

  .collection-list.skip1 {
    -ms-grid-columns: minmax(0px, 0px) 1fr 1fr minmax(0px, 0px) minmax(0px, 0px);
    grid-template-columns: minmax(0px, 0px) 1fr 1fr minmax(0px, 0px) minmax(0px, 0px);
  }

  .collection-list.skip2 {
    -ms-grid-columns: minmax(0px, 0px) minmax(0px, 0px) 1fr 1fr minmax(0px, 0px);
    grid-template-columns: minmax(0px, 0px) minmax(0px, 0px) 1fr 1fr minmax(0px, 0px);
  }

  .slide-nav-15 {
    top: 279.516px;
  }

  .imagem-canais-mobile-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    max-width: none;
    margin-top: 20px;
    margin-right: 5%;
    margin-left: 5%;
    -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-block-11-copy {
    margin-bottom: 10px;
    padding: 15px;
  }

  .section-faq-3 {
    margin-top: 75px;
  }

  .nav-link-11 {
    position: static;
    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;
  }

  .nav-link-11:hover {
    background-color: #fbfdff;
  }

  .all-paragraphs-white-11 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-19 {
    font-size: 18px;
  }

  .overall-column {
    margin-top: 54px;
  }

  .title-block-2 {
    margin-top: 70px;
    margin-bottom: 0px;
  }

  .heading-8922 {
    font-size: 18px;
  }

  .work-overlay-title {
    margin-top: 0px;
  }

  ._98 {
    margin-bottom: 0px;
    font-size: 35px;
  }

  ._98._2 {
    margin-top: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-title-vantagen {
    margin-bottom: 0px;
    font-size: 35px;
  }

  .section-title-vantagen._2 {
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 19px;
    text-align: left;
  }

  .section-title-copy8 {
    margin-bottom: 0px;
    font-size: 35px;
  }

  .heading-7 {
    font-size: 35px;
  }

  ._99 {
    margin-bottom: 0px;
    font-size: 35px;
  }

  ._99._2 {
    margin-top: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .work-block-small-2 {
    background-position: 5% 35%;
    background-size: 350px;
  }

  .work-block-small-2._2 {
    background-size: 400px;
  }

  .work-block-small-2._3 {
    background-size: 400px;
  }

  .work-block-small-2._4 {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 40% 50%;
  }

  .feature-icon {
    margin-top: -36px;
  }

  .section-titlevantagem6 {
    margin-bottom: 0px;
    font-size: 35px;
  }

  .section-titlevantagem6._2 {
    margin-top: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 19px;
  }

  .section-titlevantagem3 {
    margin-bottom: 0px;
    font-size: 35px;
  }

  .section-titlevantagem3._2 {
    margin-top: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 19px;
  }

  .section-titlevantagem5 {
    margin-bottom: 0px;
    font-size: 35px;
  }

  .section-titlevantagem5._2 {
    margin-top: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 19px;
  }

  .cr-dito-pessoal-publico-banner-copy {
    background-image: url('../images/image_6483441-1.JPG');
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-72-copy-copy {
    display: block;
    overflow: visible;
    width: 380px;
    height: auto;
    max-width: none;
    margin-top: 71px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-788 {
    display: block;
    overflow: visible;
    width: 380px;
    height: auto;
    max-width: none;
    margin-top: 71px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-800 {
    display: block;
    overflow: visible;
    width: 390px;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-right: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-500 {
    display: block;
    overflow: visible;
    width: 390px;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-right: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider-copy {
    height: 450px;
  }

  .all-paragraphs-white-11-copy {
    font-size: 15px;
    line-height: 23px;
  }

  .nav-link-12 {
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid transparent;
    background-color: #036;
    color: #fff;
  }

  .nav-link-12:hover {
    border-bottom-color: #036;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
  }

  .nav-link-12.w--current {
    border-bottom-color: #20b36c;
    background-color: #20b36c;
    color: #fff;
  }

  .nav-link-12.w--current:hover {
    background-color: transparent;
  }

  .paragraph-75-copy {
    margin-bottom: 0px;
  }

  .titulos-canais-2 {
    line-height: 50px;
  }

  .image-38-copy-2-copy-copy {
    display: block;
    min-width: 500px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: justify;
  }

  .nav-link.w--current {
    text-align: justify;
  }

  .hero-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .main-section.top {
    margin-top: 480px;
  }

  .main-section.footer-inicial {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .team-image {
    margin-top: 30px;
  }

  .social-icon.center-tablet {
    margin-left: 65px;
  }

  .contact-container {
    padding-left: 20px;
  }

  .intro-paragraph.white {
    font-size: 20px;
    line-height: 24px;
  }

  .color-section.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .tab-link-tab-1-2.w--current {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tab-link-tab-2-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-26 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-tab-3-23 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .condicoes_gerais {
    margin-top: -20px;
    font-size: 30px;
    line-height: 45px;
  }

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

  .contact-block-3 {
    display: none;
    width: 500px;
  }

  .html-embed-14 {
    display: block;
  }

  .form_mobile {
    display: none;
  }

  .button-3 {
    border-style: solid;
    border-color: #3385bc;
    border-radius: 0px;
    background-color: #3385bc;
    font-size: 18px;
  }

  .html-embed-4-copy {
    display: none;
  }

  .div-block-q1 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .link-block-0001._2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .resposta-01 {
    margin-right: 20px;
  }

  .div-block-q2 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .resposta-02 {
    margin-right: 20px;
  }

  .div-block-q3 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .text-block-4 {
    margin-right: 21px;
    text-align: left;
  }

  .text-block-4-copy2 {
    margin-right: 21px;
    text-align: left;
  }

  .div-block-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-16 {
    margin-left: -22px;
  }

  .text-block-4-copy {
    margin-right: 21px;
    text-align: left;
  }

  .portrait-image {
    display: block;
    margin-top: 10px;
    padding-left: 43px;
  }

  .heading-40 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 45px;
  }

  .div-block-25 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-21 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .portrait-image2 {
    display: none;
    margin-top: 10px;
    padding-left: 43px;
  }

  .all-paragraphs-white {
    margin-left: -135px;
  }

  .paragraph-pj {
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
  }

  .div-block-q4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-8 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .resposta11 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .faq {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .resposta-4 {
    margin-right: 20px;
  }

  .resposta-008 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .link-block-10 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .repostas-06 {
    margin-right: 20px;
    margin-left: 20px;
  }

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

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

  .paragraph-29 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .reposta-007 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .resposta-9 {
    margin-right: 20px;
  }

  .link-block-06 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-q005 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-30 {
    margin-right: 20px;
  }

  .text-block-6-copy {
    text-align: left;
  }

  .bold-text-02-copy {
    text-align: left;
  }

  .resposta-9-copy {
    margin-right: 20px;
  }

  .resposta-4-copy {
    margin-right: 20px;
  }

  .resposta-4-copy-copy {
    margin-right: 20px;
  }

  .respostacontrato {
    margin-right: 20px;
  }

  .paragraph-29-copy {
    margin-right: 20px;
    margin-left: 20px;
  }

  .banner-product {
    height: auto;
    padding-top: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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-8 {
    width: 100%;
    padding: 40px 57px;
    -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;
  }

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

  .paragraph {
    font-size: 22px;
  }

  .name {
    text-align: left;
  }

  .team4 {
    padding-top: 0px;
  }

  .team-column {
    margin-bottom: 54px;
  }

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

  .team5 {
    padding-top: 0px;
  }

  .saibamais {
    left: -34px;
    margin-top: 30px;
  }

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

  .big-title {
    font-size: 60px;
  }

  .contact-block-4 {
    display: none;
    width: 500px;
  }

  .atualizacao_cada {
    display: none;
    width: 500px;
  }

  ._2via_boleto {
    display: none;
    width: 500px;
  }

  .renegociacao_divida {
    display: none;
    width: 500px;
  }

  .extrato_irpf {
    display: none;
    width: 500px;
  }

  .extrato_contrato_ded {
    display: none;
    width: 500px;
  }

  .reembolso {
    display: none;
    width: 500px;
  }

  .titulo_empresa {
    font-size: 45px;
  }

  .form_portabilidade {
    display: none;
    width: 500px;
  }

  .antecipacao_parcelas {
    display: none;
    width: 500px;
  }

  .image-27 {
    display: inline-block;
  }

  .text-block-4-copys {
    margin-right: 21px;
    text-align: left;
  }

  .faq_giro_sus {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .faq_veiculos {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .footer_veiculo.top {
    margin-top: 480px;
  }

  .footer_cpvl.top {
    margin-top: 480px;
  }

  .faq-cpvl {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section2 {
    top: -118px;
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section2.dark {
    top: -121px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .portfolio-text {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .our-story-column {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .learn-button.our-story {
    position: static;
    margin-left: 180px;
    clear: none;
    text-align: center;
  }

  .learn-button.our-story {
    position: static;
    margin-left: 180px;
    clear: none;
    text-align: center;
  }

  .learn-button.our-story {
    position: relative;
    left: 0%;
    right: auto;
    display: block;
    margin-left: 0px;
    clear: none;
    text-align: center;
  }

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

  .section-title-2._2 {
    font-size: 30px;
  }

  .content {
    padding-left: 60px;
  }

  .heading-8902 {
    color: #003e7e;
    font-size: 45px;
  }

  .home-section.links {
    padding-bottom: 2em;
  }

  .home-section.links {
    padding-bottom: 2em;
  }

  .home-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .resource-link {
    margin-bottom: 1em;
  }

  .flex-box {
    display: block;
  }

  .color-bg {
    background-repeat: repeat-y;
  }

  .slider {
    height: 300px;
  }

  .help-text-1 {
    max-width: 130px;
  }

  .slider-container {
    padding-right: 110px;
    padding-left: 40px;
  }

  .large-title-2 {
    font-size: 40px;
    line-height: 24px;
  }

  .intro-paragraph-2.white {
    font-size: 25px;
    line-height: 24px;
  }

  .intro-paragraph-2.white {
    font-size: 25px;
    line-height: 24px;
  }

  .image-30 {
    display: none;
  }

  .color-section_consignado.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_consignado.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_consignado.green-consignado {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_financiamento_veiculos.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_financiamento_veiculos.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_financiamento_veiculos.greenveiculos {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-sectionportabilidade.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-sectionportabilidade.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-sectionportabilidade.green_portabilidade {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_cpvl.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_cpvl.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_cpvl.green_cpvl {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_girosus.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_girosus.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_girosus.green_girosus {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_correspondentes.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_correspondentes.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_correspondentes.greencorrespondente {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-sectioncorresponden.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-sectioncorresponden.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-sectioncorresponden.green-correspondent {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_correspondente_goias.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_correspondente_goias.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_correspondente_goias.green_corrspondente_goias {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_outros_estados.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_outros_estados.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-section_outros_estados.greenoutros_estados {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .html-embed-4-ccpvl {
    display: none;
  }

  .html-embed-4-copgirosus {
    display: none;
  }

  .titulo_empresa-2 {
    font-size: 45px;
  }

  .heading-8905 {
    color: #003e7e;
    font-size: 45px;
  }

  .color-bg-2 {
    background-repeat: repeat-y;
  }

  .resource-link-2 {
    margin-bottom: 1em;
  }

  .parcela_atraso {
    display: none;
    width: 500px;
  }

  .titulo_empresa-3 {
    font-size: 45px;
  }

  .paravoce_desktop1 {
    display: none;
  }

  .image-35 {
    width: 500px;
    height: 300px;
  }

  .our-story-container-2 {
    margin-top: 0px;
  }

  .heading-8906 {
    margin-top: 0px;
  }

  .heading-8907 {
    line-height: 44px;
  }

  .image-29-copy-2 {
    max-height: 280px;
    max-width: 460px;
    text-align: center;
  }

  .paravoce_mobile1 {
    display: block;
    margin-bottom: 20px;
  }

  .paravoce_desktop2 {
    display: none;
  }

  .image-36 {
    width: 500px;
    height: 300px;
  }

  .paravoce_mobile2 {
    display: block;
  }

  .parasua_empresa {
    display: none;
  }

  .image-29-empresa-2 {
    display: inline-block;
    max-height: 280px;
    max-width: 460px;
    margin-left: 0px;
  }

  .parasua_empresa_mobile {
    display: block;
  }

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

  .heading-8908 {
    color: #003e7e;
    font-size: 45px;
  }

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

  .image-37 {
    max-height: 280px;
    max-width: 460%;
  }

  .resource-link-3 {
    margin-bottom: 1em;
  }

  .paragraph-52 {
    margin-bottom: 75px;
  }

  .learn-button-copy.our-story {
    position: static;
    margin-left: 180px;
    clear: none;
    text-align: center;
  }

  .learn-button-copy.our-story {
    position: static;
    margin-left: 180px;
    clear: none;
    text-align: center;
  }

  .learn-button-copy.our-story {
    position: static;
    margin-left: 0px;
    clear: none;
    text-align: center;
  }

  .heading-8907-copy {
    line-height: 44px;
  }

  .perguntas1 {
    line-height: 44px;
  }

  .slider-container-copy {
    padding-right: 110px;
    padding-left: 40px;
  }

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

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

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

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

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

  .chatbot {
    display: none;
    width: 500px;
  }

  .contact-block-5 {
    display: none;
    width: 500px;
  }

  .image-44 {
    width: 500px;
    height: 300px;
    max-height: 280px;
    max-width: 460px;
  }

  .image-45 {
    width: 500px;
    height: 300px;
    max-height: 280px;
    max-width: 460%;
  }

  .container-43.centered {
    margin-top: -142px;
  }

  .form_mobile-copy {
    display: none;
  }

  .form_mobile-2 {
    display: none;
  }

  .form_mobile-3 {
    display: none;
  }

  .form_mobile4 {
    display: none;
  }

  .form_mobile6 {
    display: none;
  }

  .form_mobile7 {
    display: none;
  }

  .form_mobile9 {
    display: none;
  }

  .form_consignado {
    display: none;
    width: 500px;
  }

  .form_veiculo {
    display: none;
    width: 500px;
  }

  .form_cpvls {
    display: none;
    width: 500px;
  }

  .form_girosus {
    display: none;
    width: 500px;
  }

  .section-17 {
    display: block;
    margin-top: 108px;
  }

  .html-embed-19 {
    margin-top: -112px;
  }

  .html-embed2 {
    display: none;
    margin-top: -112px;
  }

  .color-sectioncorresponden-copy.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-sectioncorresponden-copy.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-sectioncorresponden-copy.green-correspondent {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-sectioncorresponden-copy.green-correspondent-copy {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .manuhmobile {
    display: none;
  }

  .main-slider {
    height: 250px;
    margin-top: 65px;
  }

  .main-slide {
    margin-top: 0px;
    margin-bottom: 22px;
    padding-top: 0px;
    padding-bottom: 117px;
    padding-left: 0px;
    background-position: 50% 50%, 50% 15%, 50% 50%;
  }

  .main-slide-navbar {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .html-embed-20 {
    display: block;
    margin-top: -101px;
    margin-left: 26px;
  }

  .h4-white-3 {
    margin-top: 7px;
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .left-column {
    margin-top: 101px;
    padding-right: 0px;
    padding-left: 68px;
  }

  .text-block-70 {
    margin-top: -16px;
  }

  .all-paragraphs-white-2 {
    margin-top: 5px;
    padding-top: 12px;
  }

  .right-column {
    margin-top: 70px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .html-embed-21 {
    display: none;
    overflow: auto;
  }

  .main-slide-2 {
    margin-top: 0px;
    margin-bottom: 22px;
    padding-top: 0px;
    padding-bottom: 117px;
    padding-left: 0px;
    background-position: 50% 50%, 50% 15%, 50% 50%;
  }

  .html-embed-14-copy {
    display: block;
  }

  .button-7 {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }

  .tab-link {
    margin-right: 60px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .section-19 {
    padding: 80px 20px;
  }

  .tab-pane-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    margin-bottom: 80px;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .asd.asd {
    font-size: 10px;
  }

  .asd.asd-copy {
    font-size: 10px;
  }

  .asd.asd {
    font-size: 10px;
  }

  .divider-line-3 {
    width: 270px;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
  }

  .large-title-3 {
    font-size: 40px;
    line-height: 24px;
  }

  .large-title-3.white {
    font-size: 40px;
  }

  .slider-container-2 {
    margin-top: -457px;
    padding-right: 180px;
    padding-left: 40px;
  }

  .button-copy-copy.wh-copy-copy-copy {
    margin-left: 10px;
    font-size: 10px;
  }

  .div-block-50 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-8910 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 45px;
  }

  .div-block-11 {
    margin-top: 0px;
  }

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

  .oab {
    margin-left: 0px;
  }

  .header-3 {
    display: none;
  }

  .logo-text-div {
    left: 16px;
  }

  .subtitulo {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .subtitulo-copy {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .card.card2-content {
    height: 200px;
  }

  .card.card1-content.card1 {
    height: 200px;
  }

  .card.card1-content.card1-copy {
    height: 200px;
  }

  .card.card2-content {
    height: 200px;
  }

  .card.card2-content-copy {
    height: 200px;
  }

  .card.card2-content-copy {
    height: 200px;
  }

  .card.card2-content-copy {
    height: 200px;
  }

  .card.card2-content-copy {
    height: 200px;
  }

  .card.card2-content-copy-copy {
    height: 200px;
  }

  .card.card2-content-copy-copy {
    height: 200px;
  }

  .card.card2-content-copy-copy-copy {
    height: 200px;
  }

  .card.card2-content-copy-copy-copy {
    height: 200px;
  }

  .card.card2-content-copy-azul {
    height: 200px;
  }

  .card.card2-content-copy-copycinza {
    height: 200px;
  }

  .navbar-5 {
    display: block;
    height: 75px;
    background-color: #036;
  }

  .nav-menu-container {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #036;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #036;
  }

  .nav-link-5:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  }

  .nav-link-5.w--current {
    border: 1px none #000;
    background-color: #036;
    color: #fff;
  }

  .menu-button-3 {
    display: block;
    width: 55px;
    height: 55px;
    margin-right: 0px;
    padding-top: 15px;
    padding-left: 10px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .menu-button-3:hover {
    background-color: transparent;
  }

  .menu-button-3.w--open {
    width: 55px;
    height: 55px;
    padding-top: 9px;
    padding-left: 10px;
    background-color: transparent;
  }

  .slider2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 89, 180, 0.16)), to(rgba(85, 89, 180, 0.16))), url('../images/CAPA_1.jpg');
    background-image: linear-gradient(180deg, rgba(85, 89, 180, 0.16), rgba(85, 89, 180, 0.16)), url('../images/CAPA_1.jpg');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, cover;
  }

  .paragraph-21-copy {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .titulo_conhe-a {
    margin-top: 30px;
    font-size: 30px;
    line-height: 45px;
  }

  .cardseguros4.card2-content {
    height: 200px;
  }

  .subtitulo-2 {
    margin-bottom: 0px;
  }

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

  .image-48 {
    margin-top: 30px;
  }

  .bot-o1 {
    font-size: 10px;
    text-align: center;
  }

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

  .button-9.seguro-copy {
    display: none;
  }

  .slider-4 {
    height: 800px;
  }

  .envio_proposta-copy {
    margin-top: 30px;
    font-size: 30px;
  }

  .envio_proposta-copy-2 {
    margin-top: 30px;
    font-size: 30px;
  }

  .container-423 {
    margin-bottom: 0px;
  }

  .titulos {
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 30px;
  }

  .paragraph-68_2 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

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

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

  .column-61 {
    -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;
  }

  .column-62 {
    padding-left: 10px;
    text-align: center;
  }

  .column-63 {
    padding-right: 10px;
    text-align: center;
  }

  .image-19 {
    margin-left: 50%;
  }

  .image-22 {
    margin-left: 50%;
  }

  .columns-15 {
    display: block;
  }

  .image-53 {
    display: none;
  }

  .div-block-53 {
    margin-top: 33px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .large-title-4 {
    margin-right: -131px;
    padding-right: 70px;
    font-size: 36px;
    line-height: 34px;
  }

  .large-title-4.white {
    font-size: 40px;
  }

  .paragraph-70 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .orienta-es {
    margin-top: 0px;
  }

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

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-38-copy {
    display: none;
    margin-top: 30px;
    margin-left: 0px;
  }

  .feature-content {
    width: auto;
  }

  ._3-collection-item {
    width: 100%;
  }

  .inicio {
    display: none;
  }

  .slide-1 {
    height: 450px;
    background-image: url('../images/capa-microcredito-branco_1.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .hero-text {
    margin-top: 100px;
    margin-bottom: 34px;
    padding-bottom: 0px;
  }

  .slider-1 {
    margin-top: -42px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 8px;
  }

  .slider2-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 89, 180, 0.16)), to(rgba(85, 89, 180, 0.16))), url('../images/GettyImages-845236284.jpg');
    background-image: linear-gradient(180deg, rgba(85, 89, 180, 0.16), rgba(85, 89, 180, 0.16)), url('../images/GettyImages-845236284.jpg');
    background-position: 0px 0px, 50% 20%;
    background-size: auto, cover;
  }

  .navbar-6 {
    display: block;
    height: 75px;
    background-color: transparent;
  }

  .logo-container-3 {
    height: 55px;
    margin-left: 0px;
    padding-top: 5px;
  }

  .dos {
    font-size: 55px;
    line-height: 24px;
  }

  .large-title-5 {
    font-size: 55px;
    line-height: 24px;
  }

  .slider_desktop {
    height: 650px;
    margin-top: -10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Progiro-Corona.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Progiro-Corona.png');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
  }

  .slide {
    background-position: 75% 50%;
  }

  .dos-copy {
    font-size: 55px;
    line-height: 24px;
  }

  .image-38-copy-2 {
    display: none;
    margin-top: 30px;
    margin-left: 0px;
  }

  .feature-wrap-2 {
    width: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .logo-container {
    height: 55px;
    margin-left: 0px;
    padding-top: 5px;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #036;
  }

  .nav-link-8:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  }

  .nav-link-8.w--current {
    border: 1px none #000;
    background-color: #036;
    color: #fff;
  }

  .navbar-7 {
    height: 65px;
  }

  .divider-line-5 {
    margin-top: 20px;
    margin-right: 120px;
    margin-left: 47px;
  }

  .slider-container-3 {
    padding-right: 110px;
    padding-left: 40px;
  }

  .slider-7 {
    height: 450px;
    margin-top: 75px;
  }

  .slider2-2 {
    background-position: 100% 50%;
  }

  .large-title-6 {
    font-size: 40px;
    line-height: 24px;
  }

  .envio_proposta-2 {
    margin-top: 30px;
    font-size: 30px;
  }

  .paragraph-73 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-74 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .nav-bar-home {
    display: block;
    height: 85px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-5 {
    margin-top: -10px;
    padding-top: 0px;
  }

  .logo {
    padding-top: 20px;
  }

  .nav-menu-5 {
    position: static;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .mobile-icon {
    margin-top: 20px;
  }

  .section-8 {
    height: 75px;
    background-color: #093f71;
  }

  .slide-15 {
    height: 450px;
    background-image: url('../images/capa-microcredito-branco.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .heading-8920 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 45px;
  }

  .paragraph-75 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .portrait-image-pf {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0px;
  }

  .paragraph-31 {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .container-9 {
    margin-top: 0px;
  }

  .div-block-12 {
    margin-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-q1-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .resposta-11 {
    margin-right: 20px;
  }

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

  .resposta-12 {
    margin-right: 20px;
  }

  .link-block-26 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .repostas-7 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer {
    padding-right: 13px;
    padding-left: 13px;
  }

  .social-wrapper {
    padding-top: 0px;
  }

  .slider4-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 89, 180, 0.16)), to(rgba(85, 89, 180, 0.16))), url('../images/Banner-só-o-médico_Prancheta-1.png');
    background-image: linear-gradient(180deg, rgba(85, 89, 180, 0.16), rgba(85, 89, 180, 0.16)), url('../images/Banner-só-o-médico_Prancheta-1.png');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, cover;
  }

  .slider3-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 89, 180, 0.16)), to(rgba(85, 89, 180, 0.16))), url('../images/Banner-só-o-médico_Prancheta-1.png');
    background-image: linear-gradient(180deg, rgba(85, 89, 180, 0.16), rgba(85, 89, 180, 0.16)), url('../images/Banner-só-o-médico_Prancheta-1.png');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, cover;
  }

  .div-block-53-copy {
    margin-top: 33px;
    margin-right: -47px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .div-block-53-copy-copy {
    margin-top: 33px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .div-block-53-copy {
    margin-top: 33px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .slider-container-2-copy {
    margin-top: 90px;
    padding-right: 110px;
    padding-left: 40px;
  }

  .title-4-copy {
    font-size: 50px;
    line-height: 34px;
  }

  .title-4-copy.white {
    font-size: 40px;
  }

  .brbinvestimento-banner {
    background-image: url('../images/Banner-Investimento.jpg');
    background-position: 100% 100%;
    background-size: cover;
  }

  .prev-e-cont-banner {
    background-image: url('../images/Prevencao-e-Contencao.jpg');
    background-position: 20% 100%;
    background-size: cover;
  }

  .capital-de-giro {
    background-image: url('../images/MILLENIUM-mobile.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-53-copy {
    margin-top: 33px;
    margin-right: 14px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .title-4-copy-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .title-4-copy-copy.white {
    font-size: 40px;
  }

  .bot-o2 {
    font-size: 10px;
    text-align: center;
  }

  .image-61 {
    max-height: 100%;
    max-width: none;
  }

  .feature-content-2 {
    width: auto;
  }

  .feature-wrap-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-content-3 {
    width: auto;
  }

  .feature-content-3-progiro {
    width: auto;
  }

  .feature-content-4 {
    width: 450vw;
  }

  .canais {
    display: none;
  }

  .boxes-sbs {
    width: 450vw;
  }

  .image-63 {
    display: none;
  }

  .image-64 {
    display: none;
  }

  .column-70 {
    display: block;
  }

  .column-71 {
    display: none;
  }

  .column-72 {
    display: none;
  }

  .boxes1 {
    display: inline-block;
    width: auto;
    margin-left: 5%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .microcreditobanner {
    background-image: url('../images/BRB-BIGHighlight-3.jpg');
    background-position: 20% 100%;
    background-size: cover;
  }

  .cr-dito-pessoal-banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 102, 0.24)), to(rgba(0, 51, 102, 0.24))), url('../images/5fbfe9430d1dcc5caeb04fd1_supera-df-seguro-residencial.jpg');
    background-image: linear-gradient(180deg, rgba(0, 51, 102, 0.24), rgba(0, 51, 102, 0.24)), url('../images/5fbfe9430d1dcc5caeb04fd1_supera-df-seguro-residencial.jpg');
    background-position: 0px 0px, 20% 100%;
    background-size: auto, cover;
  }

  .boxes-canais {
    width: 450vw;
  }

  .titulos-canais {
    margin-top: 30px;
    font-size: 30px;
  }

  .carrossel-copy-2 {
    display: none;
  }

  .column-81 {
    -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;
  }

  .slider-copy {
    height: 450px;
  }

  .boxes2 {
    width: 85vw;
  }

  .corressel-agencias-2 {
    display: none;
  }

  .image-22-copy {
    margin-left: 50%;
  }

  .image-22-copy {
    margin-right: 11px;
    margin-left: 50%;
    padding-right: 0px;
  }

  .boxes1-copy {
    width: 300px;
  }

  .divider-line-3-copy {
    display: block;
    width: 270px;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
  }

  .paragraph-68_2-copy {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .title-4-copy-copy-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .title-4-copy-copy-copy.white {
    font-size: 40px;
  }

  .image-wrapper-2 {
    text-align: right;
  }

  ._80 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-23-copy {
    margin-left: 0px;
  }

  .image-22-copy {
    margin-left: 0%;
  }

  .column-70-copy {
    display: none;
  }

  .paragraph-68_2-copy {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .text-block-75 {
    width: 90%;
    max-width: none;
    min-width: auto;
    margin-right: 5%;
    margin-left: 5%;
  }

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

  .abrasuaconta {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .header-6 {
    display: none;
  }

  .slider-container-invest {
    margin-top: 149px;
    padding-right: 180px;
    padding-left: 40px;
  }

  .slider-container-pj {
    margin-top: 149px;
    padding-right: 180px;
    padding-left: 40px;
  }

  .resposta-14 {
    margin-right: 20px;
  }

  .resposta-15 {
    margin-right: 20px;
  }

  .repostas-8 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .nav-link-5-invi {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #036;
  }

  .nav-link-5-invi:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  }

  .nav-link-5-invi.w--current {
    border: 1px none #000;
    background-color: #036;
    color: #fff;
  }

  .supera {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .conteiner-imagens {
    margin-bottom: 0px;
  }

  .container-9-copy {
    margin-top: 0px;
  }

  .heading-8920-copy {
    margin-top: 30px;
    font-size: 30px;
    line-height: 45px;
  }

  .image-72 {
    width: auto;
    height: auto;
  }

  .grid-5 {
    display: none;
  }

  .container-435 {
    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;
    -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;
  }

  .titulos-copy {
    margin-top: 30px;
    font-size: 30px;
  }

  .imagem-canais-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin: 40px 5%;
    -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;
  }

  .video-mobile {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .large-title-6-copy {
    font-size: 40px;
    line-height: 24px;
  }

  .div-block-67 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .slider-9 {
    display: block;
    margin-top: 89px;
  }

  .mask-4 {
    width: auto;
    margin-right: 0px;
  }

  .slide-17 {
    width: 50%;
    height: 300px;
  }

  .column-88 {
    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;
  }

  .image-38-copy-2-copy {
    display: block;
    min-width: auto;
    margin-top: 30px;
    margin-left: 0px;
  }

  .container-436 {
    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;
  }

  .column-89 {
    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;
  }

  .superadf-mobile {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .feature-content-5 {
    width: auto;
    max-width: 500px;
  }

  .accordion-item-content-2 {
    margin-right: 0px;
  }

  .carrossel-pf {
    display: none;
  }

  .image-72-copy {
    width: 550px;
    height: auto;
    max-width: 550px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-90 {
    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;
    -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;
  }

  .cr-dito-pessoal-publico-banner {
    background-image: url('../images/Credito-Pessoal.jpg');
    background-position: 20% 100%;
    background-size: cover;
  }

  .image-72-copy-copy {
    width: 550px;
    height: auto;
    max-width: 550px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .clientes-no-exterior-banner {
    background-image: url('../images/Credito-Pessoal.jpg');
    background-position: 20% 100%;
    background-size: cover;
  }

  .container-423-copy {
    margin-bottom: 0px;
  }

  .div-block-11-copy {
    margin-top: 0px;
  }

  .container-423-copy {
    margin-bottom: 0px;
  }

  .heading-8920-copy {
    margin-top: 30px;
    font-size: 30px;
    line-height: 45px;
  }

  .paragraph-75-copy {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-75-copy {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .seguros-paragrafo {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-75-copy-2 {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .texto-doa-es {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .slider-doa-es {
    height: 450px;
    margin-top: -16px;
  }

  .doa-es-banner {
    background-image: url('../images/BANNER_NOVO_SITE_SUPERA_BRB_1920x496px.jpg');
    background-position: 60% 50%;
  }

  .div-block-70 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-auto-rows: minmax(100px, 100px);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: minmax(100px, 1fr);
    grid-template-columns: minmax(100px, 1fr);
    -ms-grid-rows: minmax(100px, 100px) minmax(100px, 150px) minmax(100px, 150px);
    grid-template-rows: minmax(100px, 100px) minmax(100px, 150px) minmax(100px, 150px);
  }

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

  .bndes {
    background-image: url('../images/Banner-BNDES.png');
    background-position: 100% 100%;
    background-size: cover;
  }

  .slider-3 {
    width: 100%;
    height: 350px;
  }

  .slider-brb-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin: 40px 5%;
    -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;
  }

  .column-94 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-95 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-nav-14 {
    top: 223.516px;
    margin-top: 114.1094px;
  }

  .accordion-item-content-3 {
    margin-right: 0px;
  }

  .slide-nav-15 {
    top: 223.516px;
  }

  .paragraph-68_2-copy {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .imagem-canais-mobile-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin: 40px 5%;
    -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;
  }

  .paragraph-232 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .all-paragraphs-white-11 {
    margin-left: -135px;
  }

  .overall-column {
    padding-bottom: 30px;
  }

  .work-row {
    margin-bottom: 50px;
  }

  .title-block-2 {
    margin-top: 181px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .work-overlay-title {
    margin-top: 25px;
  }

  ._98 {
    margin-top: 0px;
  }

  ._98._2 {
    margin-top: 18px;
  }

  .section-title-vantagen {
    margin-top: 0px;
  }

  .section-title-vantagen._2 {
    margin-top: 18px;
  }

  .section-title-copy8 {
    margin-top: 0px;
  }

  .work-overlay {
    padding-top: 100px;
  }

  ._99 {
    margin-top: 0px;
  }

  ._99._2 {
    margin-top: 18px;
  }

  .work-block-small-2 {
    background-position: 5% 40%;
    background-size: 450px;
  }

  .feature-icon {
    margin-top: -34px;
  }

  .section-titlevantagem6 {
    margin-top: 0px;
  }

  .section-titlevantagem6._2 {
    margin-top: 18px;
  }

  .section-titlevantagem3 {
    margin-top: 0px;
  }

  .section-titlevantagem3._2 {
    margin-top: 18px;
  }

  .work-block-large-2 {
    height: 300px;
  }

  .section-titlevantagem5 {
    margin-top: 0px;
  }

  .section-titlevantagem5._2 {
    margin-top: 18px;
  }

  .cr-dito-pessoal-publico-banner-copy {
    background-image: url('../images/image_6483441-1.JPG');
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-72-copy-copy {
    width: 550px;
    height: auto;
    max-width: 550px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-788 {
    width: 550px;
    height: auto;
    max-width: 550px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-800 {
    width: 550px;
    height: auto;
    max-width: 550px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-500 {
    width: 550px;
    height: auto;
    max-width: 550px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slider-copy {
    height: 450px;
  }

  .all-paragraphs-white-11-copy {
    margin-left: -135px;
  }

  .nav-link-12 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #036;
  }

  .nav-link-12:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  }

  .nav-link-12.w--current {
    border: 1px none #000;
    background-color: #036;
    color: #fff;
  }

  .div-block-11-copy {
    margin-top: 0px;
  }

  .paragraph-75-copy {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .cookie-modal {
    display: none;
  }

  .titulos-canais-2 {
    margin-top: 30px;
    font-size: 30px;
  }

  .paragraph-222 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .image-38-copy-2-copy-copy {
    display: block;
    min-width: auto;
    margin-top: 30px;
    margin-left: 0px;
  }

  .paragraph-68_2-copy {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-2222 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    text-align: justify;
  }

  .nav-link.w--current {
    text-align: justify;
  }

  .hero-section {
    padding-top: 130px;
    padding-bottom: 150px;
    background-size: auto, auto;
  }

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

  .hero-heading.sub-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .main-section {
    padding-bottom: 40px;
  }

  .main-section.top {
    margin-top: 430px;
  }

  .main-section.footer {
    padding-left: 10px;
  }

  .main-section.footer-inicial {
    margin-top: 0px;
    padding-left: 10px;
  }

  .main-section.footer-intitucional {
    margin-top: 0px;
    padding-left: 0px;
  }

  .main-section.footer-inicial {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .team-image {
    margin-top: 20px;
  }

  .social-icon {
    float: none;
  }

  .social-icon.right {
    float: left;
  }

  .social-icon.left {
    margin-right: auto;
    float: none;
  }

  .social-icon.center {
    margin-left: auto;
  }

  .social-left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .client-block.link {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: rgba(70, 77, 86, 0.2);
    opacity: 0.9;
  }

  .client-block.link:hover {
    background-color: rgba(70, 77, 86, 0.2);
    opacity: 0.8;
  }

  .client-column.pindl {
    margin-top: 0px;
  }

  .client-nam.mobile {
    color: #fff;
  }

  .testimonial {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .client-image {
    margin-top: 0px;
    margin-right: 50px;
  }

  .testimonial-column {
    border-right-style: none;
  }

  .testimonial-client {
    margin-top: 0px;
  }

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

  .submit-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
  }

  .two-column-heading {
    text-align: center;
  }

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

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

  .client-body {
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .client-slide-1 {
    padding-right: 0px;
  }

  .menu-button {
    color: #fff;
  }

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

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

  .title-block {
    padding-left: 15px;
    background-color: rgba(70, 83, 86, 0.95);
  }

  .icon-left-aligned {
    height: 60px;
  }

  .intro-paragraph.white {
    margin-top: 21px;
    font-size: 15px;
    line-height: 21px;
    text-align: justify;
  }

  .testimonial-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .paragraph-33 {
    margin-left: 85px;
  }

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

  .text-block-2 {
    margin-right: 0px;
  }

  .mapa1 {
    height: 400px;
    margin-right: -35px;
    margin-left: -28px;
  }

  .color-section.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section.green {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
    background-image: none;
  }

  .heading-8896 {
    font-size: 20px;
    line-height: 25px;
  }

  .icon-left-aligned-2 {
    height: 60px;
  }

  .tab-link-tab-1-2 {
    text-align: center;
  }

  .tab-link-tab-1-2.w--current {
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0.17);
  }

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

  .container-22 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .text-block-22-copy3 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .tab-link-tab-2-2 {
    background-color: rgba(190, 228, 198, 0.09);
  }

  .div-block-26 {
    margin-top: 0px;
  }

  .tabs-menu-2 {
    text-align: left;
  }

  .condicoes_gerais {
    margin-top: 0px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
  }

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

  .text-block-22-copy {
    padding-right: 25px;
    padding-left: 25px;
  }

  .text-block-22-copy44 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .text-block-22-copy2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .contact-block-3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: 280px;
    max-width: 460px;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .circle-close-button {
    margin-top: 9px;
  }

  .html-embed-14 {
    display: none;
    margin-left: 0px;
  }

  .form_mobile {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -55px;
  }

  .button-3 {
    padding: 11px 15px;
    font-size: 18px;
  }

  .contact-block-2 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .tenho_duvida {
    display: none;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: 73px;
    margin-left: -69px;
    padding: 95px 0px 0px 43px;
    background-color: transparent;
  }

  .html-embed-4 {
    display: none;
    margin: -93px -10px -299px -39px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .html-embed-4-copy {
    display: block;
    margin: -93px -10px -299px -79px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .link-block-0001 {
    margin-left: 0px;
    text-align: left;
  }

  .link-block-0001._2 {
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .text-block-10 {
    font-size: 18px;
    text-align: left;
  }

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

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

  .link-block2 {
    font-size: 18px;
  }

  .bold-text-02 {
    font-size: 34px;
  }

  .link-block-03 {
    font-size: 18px;
  }

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

  .heading-8898 {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    line-height: 30px;
  }

  .paragraph-34 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    text-align: center;
  }

  .section-2 {
    padding-top: 0px;
    line-height: 20px;
  }

  .text-block-4 {
    padding-right: 0px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    text-align: center;
  }

  .text-block-4-copy2 {
    font-family: Montserrat, sans-serif;
    text-align: center;
  }

  .div-block-15 {
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-16 {
    height: 90%;
    margin-top: 35px;
    margin-left: 50px;
    padding-left: 30px;
  }

  .text-block-4-copy {
    padding-right: 0px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    text-align: center;
  }

  .heading-40 {
    margin-top: 0px;
    margin-left: 20px;
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-25 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-10 {
    position: relative;
    margin-bottom: 0px;
  }

  .icon-left-aligned-3 {
    height: 60px;
    margin-top: -9px;
    margin-right: 0px;
  }

  .all-paragraphs-white {
    margin-right: 0px;
    margin-left: 80px;
  }

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

  .text-block-54 {
    font-size: 18px;
    text-align: left;
  }

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

  .faq {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }

  .faq.map {
    height: auto;
  }

  .faq.map {
    height: auto;
  }

  .faq.map {
    height: auto;
  }

  .resposta-4 {
    margin-right: 0px;
  }

  .text-block-09 {
    font-size: 18px;
  }

  .resposta-008 {
    margin-bottom: 0px;
  }

  .link-block-10 {
    margin-right: 0px;
    margin-left: 0px;
    font-family: Montserrat, sans-serif;
  }

  .text-block-12 {
    color: #036;
    font-size: 18px;
    text-align: left;
  }

  .div-block-28 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .divider-line {
    margin-top: 0px;
  }

  .repostas-06 {
    margin-right: 0px;
    margin-left: 0px;
  }

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

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

  .link-block-04 {
    text-align: left;
  }

  .bold-text-63 {
    font-size: 18px;
    text-align: left;
  }

  .text-block-56 {
    font-size: 18px;
  }

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

  .div-block-q05 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-06 {
    margin-right: 0px;
    margin-left: 0px;
    text-align: justify;
  }

  .divi-block-008 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-29-copy {
    margin-right: -10px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .paragraph-37 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-3 {
    padding: 60px 10px;
  }

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

  .banner-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 37px;
    text-align: center;
  }

  .paragraph {
    font-size: 18px;
    text-align: center;
  }

  .section-10 {
    position: relative;
    top: -165px;
    margin-top: 160px;
  }

  .name {
    position: relative;
    text-align: center;
  }

  .team4 {
    margin-top: -60px;
    padding-top: 70px;
  }

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

  .info-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }

  .team5 {
    margin-top: -59px;
    padding-top: 70px;
  }

  .saibamais {
    left: -10px;
    top: -22px;
    border-color: transparent;
    background-color: #003e7e;
  }

  .image-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }

  .big-title {
    top: 31px;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .cidades {
    margin-left: 0px;
  }

  .contact-block-4 {
    display: none;
    width: 100%;
    margin-right: 0px;
    margin-left: -68px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .atualizacao_cada {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  ._2via_boleto {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .renegociacao_divida {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .extrato_irpf {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .extrato_contrato_ded {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0px 0px -100px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .reembolso {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .titulo_empresa {
    margin-top: 40px;
    margin-bottom: 90px;
    font-size: 30px;
  }

  .form_portabilidade {
    display: none;
    width: 100%;
    margin-right: 0px;
    margin-left: -68px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .antecipacao_parcelas {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0px 0px -100px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .container-35 {
    margin-left: 0px;
  }

  .image-27 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .text-block-4-copys {
    padding-right: 0px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    text-align: center;
  }

  .portabilidade {
    margin-top: 15px;
  }

  .faq_giro_sus {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }

  .faq_giro_sus.map {
    height: auto;
    margin-top: 0px;
  }

  .faq_veiculos {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }

  .faq_veiculos.map {
    height: auto;
  }

  .footer_veiculo {
    padding-bottom: 40px;
  }

  .footer_veiculo.top {
    margin-top: 430px;
  }

  .footer_veiculo.footer {
    padding-left: 10px;
  }

  .footer_cpvl {
    padding-bottom: 40px;
  }

  .footer_cpvl.top {
    margin-top: 430px;
  }

  .footer_cpvl.footer {
    margin-top: 0px;
    padding-left: 10px;
  }

  .faq-cpvl {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }

  .faq-cpvl.map {
    height: auto;
  }

  .section2 {
    position: static;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }

  .section2.dark {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .section2.iphone {
    padding-bottom: 50px;
  }

  .portfolio-text {
    margin-top: 40px;
    padding-left: 22px;
    text-align: center;
  }

  .our-story-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .our-story-container {
    text-align: center;
  }

  .our-story-column {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .learn-button.our-story {
    margin-left: 0px;
  }

  .learn-button.our-story {
    margin-left: 0px;
  }

  .learn-button.our-story {
    position: relative;
    left: 25%;
    right: 25%;
    margin-left: 0px;
  }

  .cinza {
    margin-top: -12px;
    padding: 30px 25px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .section-title-2.white {
    font-size: 30px;
    line-height: 35px;
  }

  .section-title-2._2 {
    color: #20b36c;
    font-size: 25px;
    line-height: 25px;
  }

  .content {
    padding: 30px;
  }

  .heading-8902 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .columns-9 {
    margin-top: -80px;
  }

  .image-29 {
    overflow: visible;
  }

  .section-14 {
    margin-bottom: -70px;
  }

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

  .home-section {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .home-section.links {
    padding-top: 2em;
    padding-bottom: 0em;
  }

  .home-section.links {
    padding-top: 2em;
    padding-bottom: 0em;
    padding-left: 0px;
  }

  .home-header {
    font-size: 3.7em;
  }

  .home-header.home-h2 {
    font-size: 1.4em;
  }

  .slider {
    height: 250px;
  }

  .paragraph-40-copy {
    margin-right: 10px;
    margin-left: 10px;
  }

  .help-text-1 {
    max-width: 68px;
  }

  .slider-container {
    margin-top: 86px;
    margin-bottom: 0px;
    padding: 0px 25px;
  }

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

  .large-title-2 {
    font-size: 43px;
    line-height: 20px;
  }

  .intro-paragraph-2.white {
    margin-top: 21px;
    font-size: 24px;
    line-height: 21px;
    text-align: left;
  }

  .intro-paragraph-2.white {
    margin-top: 21px;
    font-size: 24px;
    line-height: 21px;
    text-align: left;
  }

  .button-6 {
    margin-top: 65px;
    padding: 11px 15px;
    font-size: 18px;
    text-align: center;
  }

  .button-6.green-outline {
    margin-right: 0px;
  }

  .container-38 {
    margin-left: 0px;
  }

  .navbar-copy {
    opacity: 0.8;
  }

  .section-15 {
    z-index: 1;
    display: block;
  }

  .image-30 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
  }

  .color-section_consignado.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_consignado.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_consignado.green-consignado {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_financiamento_veiculos.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_financiamento_veiculos.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_financiamento_veiculos.greenveiculos {
    margin-top: 0px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-sectionportabilidade.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-sectionportabilidade.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-sectionportabilidade.green_portabilidade {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_cpvl.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_cpvl.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_cpvl.green_cpvl {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_girosus.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_girosus.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_girosus.green_girosus {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_correspondentes.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_correspondentes.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_correspondentes.greencorrespondente {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 21px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/mapa10.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .color-sectioncorresponden.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-sectioncorresponden.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-sectioncorresponden.green-correspondent {
    margin-top: 1px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #d14949;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 0px 0px;
    background-size: 125px, 125px;
    color: #f5f0f0;
  }

  .color-section_correspondente_goias.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_correspondente_goias.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_correspondente_goias.green_corrspondente_goias {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/background-2.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .color-section_outros_estados {
    padding: 60px 25px 25px;
  }

  .color-section_outros_estados.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_outros_estados.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-section_outros_estados.greenoutros_estados {
    margin-top: 1px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #fff;
    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('../images/IMG-20160831-WA0004.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 65% 7%;
    background-size: 125px, 125px, 125px, cover;
  }

  .form_cpvl {
    display: none;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: -69px;
    padding: 95px 0px 0px 43px;
    background-color: transparent;
  }

  .html-embed_cpvl {
    display: none;
    margin: -93px -10px -299px -39px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .html-embed-4-ccpvl {
    display: block;
    margin: -93px -10px -299px -79px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .form_giro_sus {
    display: none;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: -69px;
    padding: 95px 0px 0px 43px;
    background-color: transparent;
  }

  .html-embed_girosus {
    display: none;
    margin: -93px -10px -299px -39px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .html-embed-4-copgirosus {
    display: block;
    margin: -93px -10px -299px -79px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .html-embed-15-copy {
    height: 400px;
    margin-right: -35px;
    margin-left: -28px;
  }

  .html-embed-15_correspondente {
    height: 400px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-8896-copy {
    font-size: 20px;
    line-height: 25px;
  }

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

  .heading-8896-copsy {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-8896-copyss {
    font-size: 20px;
    line-height: 25px;
  }

  .sss {
    font-size: 20px;
    line-height: 25px;
  }

  .slide-5 {
    background-position: 65% 70%;
  }

  .titulo_empresa-2 {
    margin-top: 40px;
    margin-bottom: 90px;
    font-size: 30px;
  }

  .our-story-section-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .image-29-copy {
    overflow: visible;
  }

  .paragraph-50 {
    margin: 25px 10px;
    font-size: 18px;
  }

  .image-33 {
    overflow: visible;
  }

  .image-29-empresa {
    overflow: visible;
  }

  .heading-8905 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

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

  .home-header-2 {
    margin-left: 0px;
    padding-right: 2px;
    padding-left: 0px;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
  }

  .circle-close-button-2 {
    margin-top: 9px;
  }

  .parcela_atraso {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0px 0px -100px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .circle-close-button6 {
    margin-top: 9px;
  }

  .circle-close-button10 {
    margin-top: 9px;
  }

  .circle-close-button7 {
    margin-top: 9px;
  }

  .circle-close-button11 {
    margin-top: 9px;
  }

  .circle-close-button-15 {
    margin-top: 9px;
  }

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

  .titulo_empresa-3 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .paravoce_desktop1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .image-35 {
    position: relative;
    width: 100%;
    height: 250px;
    max-height: 200px;
    padding-right: 0px;
  }

  .our-story-container-2 {
    text-align: center;
  }

  .heading-8906 {
    margin-top: 20px;
    line-height: 30px;
  }

  .heading-8907 {
    margin-top: 20px;
    line-height: 34px;
  }

  .image-29-copy-2 {
    overflow: visible;
  }

  .paravoce_mobile1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .paravoce_desktop2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .image-36 {
    overflow: visible;
    width: 100%;
    height: 250px;
    max-height: 200px;
  }

  .paravoce_mobile2 {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .parasua_empresa {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .image-29-empresa-2 {
    overflow: visible;
    width: 100%;
    height: 250px;
    max-height: 200px;
    max-width: 460px;
  }

  .parasua_empresa_mobile {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .content-2 {
    padding: 30px 10px;
  }

  .heading-8908 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

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

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

  .image-37 {
    width: 100%;
    height: 280px;
    max-height: 200px;
    max-width: 440%;
  }

  .circle-close-button-copy2 {
    margin-top: 55px;
  }

  .circle-close-button4 {
    margin-top: 30px;
  }

  .circle-close-button-16 {
    margin-top: 70px;
  }

  .circle-close-button-copy {
    margin-top: 30px;
  }

  .learn-button-copy.our-story {
    margin-left: 0px;
  }

  .learn-button-copy.our-story {
    margin-left: 0px;
  }

  .learn-button-copy.our-story {
    margin-left: 0px;
  }

  .header-local {
    font-size: 20px;
    line-height: 25px;
  }

  .mapa2 {
    height: 400px;
    margin-right: -35px;
    margin-left: -28px;
  }

  .mapa1-copy {
    height: 400px;
    margin-right: -35px;
    margin-left: -28px;
  }

  .titulogrande {
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 34px;
  }

  .heading-8907-copy {
    margin-top: 20px;
  }

  .perguntas1 {
    margin-top: 20px;
  }

  .slider-container-copy {
    margin-top: 86px;
    margin-bottom: 0px;
    padding: 0px 25px;
  }

  .titulogrande-copssy {
    margin-top: 0px;
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 42px;
    line-height: 41px;
  }

  .titulogrande-cossspy {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 40px;
    line-height: 38px;
  }

  .paragraph-50-cossspy {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    font-size: 18px;
    text-align: justify;
  }

  .chatbot {
    display: none;
    width: 100%;
    margin-right: 0px;
    margin-left: -68px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .chatbot_botoao_close {
    margin-top: 9px;
  }

  .circle-close-button-copys {
    margin-top: 9px;
  }

  .circle-close-buttons-copy {
    margin-top: 9px;
  }

  .contact-block-5 {
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 30px;
  }

  .div-block-38 {
    display: none;
    margin-left: -29px;
  }

  .html-embed-18 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-height: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .image-42 {
    margin-top: 0px;
    margin-right: 12px;
    margin-left: -27px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .container-42 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .circle-close-button-17 {
    margin-top: 9px;
  }

  .image-44 {
    width: 100%;
    height: 250px;
    max-height: 200px;
    max-width: 460px;
  }

  .image-45 {
    width: 100%;
    height: 250px;
    max-height: 200px;
    max-width: 460px;
  }

  .div-block-39 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .circle-close-button-16-copy {
    margin-top: 40px;
  }

  .circle-close-button-16-copys {
    margin-top: 30px;
  }

  .circle-close-button-16-copyasdd {
    margin-top: 40px;
  }

  .circle-close-button-16-copyxc {
    margin-top: 25px;
  }

  .circle-close-button-16-cddopy {
    margin-top: 30px;
  }

  .link-2 {
    line-height: 16px;
    font-style: normal;
  }

  .paragraph-54 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-43.centered {
    overflow: visible;
    margin-top: 4px;
  }

  .correspondente {
    margin-top: 80px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Lato, sans-serif;
    font-size: 30px;
    line-height: 28px;
  }

  .titulogrande2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 35px;
    line-height: 35px;
  }

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

  .close_ded {
    margin-top: 0px;
  }

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

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

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

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

  .div-block-45 {
    display: block;
    width: 100%;
    height: 100%;
  }

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

  .bold-text-68 {
    font-size: 18px;
    text-align: left;
  }

  .bold-text-69 {
    font-family: Montserrat, sans-serif;
    color: #036;
    font-size: 18px;
    text-align: left;
  }

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

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

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

  .div-block-46 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .form_mobile-copy {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -55px;
  }

  .form_mobile-2 {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -55px;
  }

  .form_mobile-3 {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -55px;
  }

  .form_mobile4 {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -55px;
  }

  .form_mobile6 {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -55px;
  }

  .form_mobile7 {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -55px;
  }

  .form_mobile9 {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -55px;
  }

  .div-block-47 {
    width: auto;
    height: auto;
    margin-bottom: -100px;
    padding-top: 55px;
  }

  .form_consignado {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div_consignado {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form_veiculo {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div_veiculo {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form_cpvls {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div_cpvl {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form_girosus {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div_girosus {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .circle-close-button2 {
    margin-top: 55px;
  }

  .section-17 {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .html-embed-19 {
    margin: -107px 0px -42px;
    padding-bottom: 1px;
  }

  .html-embed2 {
    display: block;
    margin-top: -102px;
  }

  .paragraph-55 {
    overflow: visible;
    margin: 15px 20px 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: justify;
  }

  .paragraph-56 {
    margin-bottom: 0px;
    text-align: justify;
  }

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

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

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

  .color-sectioncorresponden-copy.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .color-sectioncorresponden-copy.green {
    margin-top: 1px;
    margin-bottom: 2px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    background-image: url('../images/IMG-20160831-WA0004.jpg');
    background-position: 65% 7%;
    background-size: cover;
  }

  .color-sectioncorresponden-copy.green-correspondent {
    margin-top: 1px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #d14949;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 0px 0px;
    background-size: 125px, 125px;
    color: #f5f0f0;
  }

  .color-sectioncorresponden-copy.green-correspondent-copy {
    display: block;
    overflow: hidden;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
    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('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');
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-size: 125px, 125px, 125px, 125px, 125px, 125px, 125px, 125px, 125px, 125px, 125px;
    color: #f5f0f0;
  }

  .color-sectioncorresponden-copy.green2 {
    padding: 60px 25px 26px;
  }

  .manuhmobile {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    margin-right: 0px;
    margin-left: auto;
    float: right;
    clear: none;
    opacity: 0.95;
    text-shadow: 1px 1px 6px #000;
  }

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

  .container-44 {
    position: relative;
  }

  .div-block-49 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    margin-top: 71px;
  }

  .header {
    height: auto;
    margin-bottom: 1px;
  }

  .main-slider {
    height: 250px;
    background-color: #000;
  }

  .main-slide {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/GettyImages-1092934742.jpg');
    background-position: 55% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .main-slide-navbar {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
  }

  .html-embed-20 {
    display: none;
  }

  .h4-white-3 {
    margin-top: 19px;
    margin-bottom: 9px;
    text-align: center;
  }

  ._2-half-column {
    padding-right: 0px;
  }

  .left-column {
    margin-top: -52px;
    margin-bottom: -20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-70 {
    width: auto;
    height: auto;
    margin: 101px auto 12px;
    padding-top: 0px;
    padding-bottom: 18px;
  }

  .all-paragraphs-white-2 {
    margin-top: 0px;
    margin-bottom: 27px;
    text-align: center;
  }

  .right-column {
    margin-top: 3px;
    margin-bottom: -55px;
    padding-left: 0px;
  }

  .html-embed-21 {
    display: block;
    margin-right: -22px;
    margin-left: -9px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-2 {
    display: block;
  }

  .main-slide-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/GettyImages-1092934742.jpg');
    background-position: 55% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image-46 {
    display: block;
    width: 600px;
    height: 100%;
    max-width: none;
    margin-right: 7px;
    margin-left: -98px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-18 {
    display: none;
  }

  .html-embed-14-copy {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    width: 400px;
    height: 820px;
    max-width: none;
    min-height: 0%;
    min-width: 0%;
    margin-bottom: 0px;
    margin-left: -30px;
    padding-top: 0px;
    padding-right: 44px;
    padding-left: 0px;
  }

  .paragraph-33-copy {
    margin-left: 85px;
  }

  .paragraph-ss {
    margin-left: 85px;
  }

  .paragraph-sss {
    margin-left: 85px;
  }

  .tabs-grid-element {
    text-align: left;
  }

  .paragraph-light {
    font-size: 15px;
  }

  .button-7 {
    height: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .tab-link {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 5px;
  }

  .tab-link.last-child {
    padding-left: 5px;
  }

  .section-19 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tabs-menu {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-style: none;
  }

  .icon-4.accordion-icon._1 {
    display: none;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .section-faq-2 {
    padding: 50px 15px;
  }

  .asd.asd {
    margin-top: 10px;
  }

  .asd.asd-copy {
    margin-top: 10px;
  }

  .asd.asd {
    margin-top: 0px;
    margin-bottom: 10px;
    border-color: #036;
    background-color: #036;
  }

  .asd.asd.creditopessoalpublico {
    margin-top: -8px;
  }

  .divider-line-3 {
    display: block;
    width: 200px;
    margin-right: 0px;
    margin-left: -33px;
  }

  .large-title-3 {
    margin-top: 6px;
    font-size: 30px;
    line-height: 20px;
  }

  .large-title-3.white {
    font-size: 30px;
  }

  .slider-container-2 {
    margin-top: -484px;
    margin-bottom: 0px;
    padding: 0px 131px 0px 0px;
  }

  .div-block {
    margin-top: 199px;
  }

  .button-copy-copy.wh-copy-copy-copy {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .secao01 {
    margin-top: 0px;
    padding-top: 0px;
    background-color: rgba(124, 121, 124, 0.09);
  }

  .container-11 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .div-block-50 {
    margin-top: 0px;
  }

  .heading-8910 {
    margin-top: 50px;
    margin-left: 20px;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
  }

  .div-block-11 {
    margin-top: 110px;
  }

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

  .secao01-2 {
    margin-top: 0px;
    padding-top: 0px;
    background-color: rgba(124, 121, 124, 0.09);
  }

  .container-47 {
    margin-top: 0px;
  }

  .secao01-2-copy {
    margin-top: 0px;
    padding-top: 0px;
    background-color: rgba(124, 121, 124, 0.09);
  }

  .secao02 {
    margin-top: 0px;
    padding-top: 0px;
    background-color: rgba(124, 121, 124, 0.09);
  }

  .button-8 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 45px;
    margin-bottom: 5px;
    margin-left: 45px;
    opacity: 1;
  }

  .header-3 {
    display: none;
    height: 99px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .image-47 {
    min-height: 100%;
    min-width: 100%;
    margin-top: 0px;
  }

  .observacao {
    font-size: 15px;
  }

  .seja_um_correspondente {
    margin-top: 0px;
    padding-top: 0px;
    background-color: rgba(124, 121, 124, 0.09);
  }

  .text_imobiliario {
    font-size: 15px;
  }

  .card.card2-content {
    height: 350px;
    border-radius: 20px;
  }

  .card.card1-content {
    height: 450px;
    padding-right: 5px;
    padding-left: 10px;
    border-radius: 20px;
  }

  .card.card1-content {
    height: 450px;
    padding-right: 5px;
    padding-left: 10px;
    border-radius: 20px;
  }

  .card.card1-content.card1 {
    height: 350px;
  }

  .card.card1-content.card1-copy {
    height: 350px;
  }

  .card.card2-content {
    height: 350px;
    border-radius: 20px;
  }

  .card.card2-content-copy {
    height: 350px;
    border-radius: 20px;
  }

  .card.card2-content-copy {
    height: 350px;
  }

  .card.card2-content-copy {
    height: 350px;
  }

  .card.card2-content-copy {
    height: 350px;
  }

  .card.card2-content-copy-copy {
    height: 350px;
  }

  .card.card2-content-copy-copy {
    height: 350px;
  }

  .card.card2-content-copy-copy-copy {
    height: 350px;
  }

  .card.card2-content-copy-copy-copy {
    height: 350px;
  }

  .card.card2-content-copy-azul {
    height: 350px;
  }

  .card.card2-content-copy-copycinza {
    height: 350px;
    border-radius: 20px;
  }

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

  .text-block-71 {
    font-size: 15px;
  }

  .navbar-5 {
    display: block;
    height: 80px;
    background-color: #036;
  }

  .nav-menu-container {
    margin-top: 0px;
    background-color: #036;
  }

  .nav-link-5 {
    display: block;
    padding-left: 25px;
    border-bottom-style: none;
    background-color: #036;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-link-5:hover {
    background-color: #036;
    background-image: none;
  }

  .nav-link-5.w--current {
    border-bottom-style: none;
    background-color: #036;
    -webkit-transition-property: none;
    transition-property: none;
  }

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

  .menu-button-3 {
    position: relative;
    display: block;
    padding-top: 17px;
    float: right;
    -webkit-transition-property: none;
    transition-property: none;
    color: #fff;
  }

  .menu-button-3:hover {
    background-color: transparent;
    opacity: 1;
    color: #fff;
  }

  .menu-button-3:active {
    background-color: transparent;
    opacity: 1;
  }

  .menu-button-3:focus {
    opacity: 1;
  }

  .menu-button-3.w--open {
    background-color: hsla(0, 0%, 100%, 0.3);
  }

  .menu-icon {
    display: block;
    margin-top: 0px;
    opacity: 1;
    font-size: 40px;
  }

  .heading-8913 {
    padding-left: 10px;
  }

  .card-headline-3.black {
    font-size: 22px;
  }

  .slide-5-copy {
    background-position: 65% 70%;
  }

  .slider1 {
    background-position: 65% 70%;
  }

  .slider2 {
    background-image: url('../images/CAPA_1.jpg');
    background-position: 10% 100%;
    background-size: cover;
  }

  .slider3 {
    background-position: 65% 70%;
  }

  .slider4 {
    background-position: 65% 70%;
  }

  .titulo_conhe-a {
    margin-top: 50px;
    margin-left: 20px;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
  }

  .heading-8914 {
    font-size: 23px;
    line-height: 25px;
  }

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

  .html-embed-15 {
    height: 400px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cadr_seguros1.card1-content {
    height: 350px;
    padding-right: 5px;
    padding-left: 10px;
  }

  .bold-text-52.fonte.black {
    font-size: 22px;
  }

  .cardseguros2.card2-content {
    height: 350px;
  }

  .cardseguros4.card2-content {
    height: 350px;
  }

  .cardseguros3.card1-content {
    height: 350px;
    padding-right: 5px;
    padding-left: 10px;
  }

  .heading-8916 {
    padding-left: 10px;
  }

  .subtitulo-2 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }

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

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

  .bot-o1 {
    display: none;
    font-size: 14px;
  }

  .button-9 {
    padding: 11px 15px;
    font-size: 18px;
    text-align: center;
  }

  .button-9.seguro-copy {
    margin-right: 0px;
    color: #fff;
  }

  .black-copy {
    margin-top: 15px;
    margin-right: 0%;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
  }

  .column-55 {
    padding-right: 0px;
  }

  .black {
    margin-top: 15px;
    margin-right: 0%;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    text-align: justify;
  }

  .slider-4 {
    height: 100%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: 125px;
  }

  .envio_proposta-copy {
    margin-top: 20px;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
  }

  .link-10 {
    color: #fff;
  }

  .icon-5 {
    margin-top: 250px;
    color: #fff;
  }

  .slide-13 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.58))), url('../images/02-Porto-do-Itaqui.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('../images/02-Porto-do-Itaqui.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .inova-o {
    margin-top: 15px;
    margin-right: 0%;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
  }

  .column-56 {
    margin-bottom: 0px;
  }

  .image-49 {
    display: none;
  }

  .paragraph-67 {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
  }

  .right-arrow-10 {
    display: block;
  }

  .columns-14 {
    display: block;
  }

  .slide-12 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.58))), url('../images/high-angle-view-of-a-man-256381.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('../images/high-angle-view-of-a-man-256381.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .slide-14 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.58))), url('../images/pexels-photo-952594.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('../images/pexels-photo-952594.jpeg');
    background-position: 0px 0px, 20% 50%;
    background-size: auto, cover;
  }

  .comunicacao {
    margin-top: 15px;
    margin-right: 0%;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
  }

  .left-arrow-10 {
    display: block;
  }

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

  .slider-5 {
    display: none;
  }

  .container-412 {
    margin-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .envio_proposta-copy-2 {
    margin-top: 20px;
    color: #333;
    font-size: 25px;
    line-height: 30px;
  }

  .secao01-3 {
    margin-top: 0px;
    padding-top: 0px;
    background-color: rgba(124, 121, 124, 0.09);
  }

  .container-422 {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
  }

  .container-423 {
    margin-top: 0px;
  }

  .titulos {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    color: #333;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-68_2 {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-weight: 400;
  }

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

  .column-60 {
    margin-top: 15px;
    text-align: center;
  }

  .column-61 {
    margin-top: 20px;
    -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;
  }

  .heading-8918 {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

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

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

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

  .link-block-23 {
    padding-top: 0px;
    padding-left: 0%;
  }

  .image-22 {
    min-width: 120px;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0%;
  }

  .columns-15 {
    display: block;
  }

  .image-53 {
    display: none;
  }

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

  .div-block-53 {
    padding-right: 0px;
  }

  .large-title-4 {
    margin-top: -27px;
    margin-right: -243px;
    margin-left: -31px;
    font-size: 28px;
    line-height: 24px;
    font-weight: 900;
  }

  .large-title-4.white {
    font-size: 30px;
  }

  .column-64 {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .youtube {
    padding-bottom: 0px;
  }

  .column-65 {
    padding-top: 20px;
  }

  .paragraph-70 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .column-66 {
    display: none;
  }

  .column-67 {
    display: none;
  }

  .image-55 {
    width: auto;
    max-width: 100%;
  }

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

  .container-424 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-71 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }

  .feature-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-56 {
    margin-bottom: 28px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .black-2 {
    margin-right: 20%;
    font-size: 15px;
    line-height: 30px;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .parag_informativo2 {
    display: block;
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    text-align: justify;
  }

  .feature-content {
    width: auto;
    max-width: none;
    margin-right: auto;
    text-align: left;
  }

  ._3-posts {
    padding-bottom: 60px;
  }

  .posts-image {
    width: auto;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .post-info-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .heading-8919 {
    margin-top: 10px;
  }

  .heading-8919.creditopessoalpublico {
    margin-top: 0px;
  }

  .heading-8919.brbcard {
    margin-top: 0px;
  }

  .inicio {
    display: block;
  }

  .slider-6 {
    display: block;
    height: 100%;
    margin-top: -23px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .mask {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slide-1 {
    position: static;
    top: 0px;
    right: -2px;
    bottom: 0px;
    width: 100%;
    height: 450px;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/capa-microcredito-mobile-branco_1.png');
    background-position: 24% 50%;
    background-size: cover;
  }

  .hero-text {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider-1 {
    top: 1px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
  }

  .slider2-copy {
    background-image: url('../images/INTERNAS.jpg');
    background-position: 90% 50%;
    background-size: cover;
  }

  .navbar-6 {
    display: none;
    height: 80px;
    margin-bottom: 0px;
  }

  .logo-container-3 {
    display: block;
    margin-top: 0px;
    padding-bottom: 70px;
  }

  .nav-menu-4 {
    display: block;
  }

  .dos {
    margin-top: 0px;
    font-size: 25px;
    line-height: 20px;
    text-align: left;
  }

  .large-title-5 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 20px;
    text-align: left;
  }

  .slider_desktop {
    display: none;
    background-position: 65% 50%;
    background-size: cover;
    background-repeat: repeat-y;
  }

  .div-block-55 {
    margin-top: 24px;
    text-align: left;
  }

  .container-427 {
    display: block;
    height: 200px;
    margin-top: 70px;
    background-image: url('../images/Progiro-Corona.png');
    background-position: 100% 50%;
    background-size: cover;
  }

  .dos-copy {
    margin-top: 0px;
    font-size: 25px;
    line-height: 20px;
    text-align: left;
  }

  .titulo_pilares {
    margin-top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  .parag_informativo {
    display: block;
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
  }

  .paragraph-72 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }

  .black-3 {
    margin-right: 20%;
    font-size: 15px;
    line-height: 30px;
  }

  .cartao-2 {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 36px;
    text-align: center;
  }

  .feature-wrap-2 {
    width: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-59 {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }

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

  .logo-container {
    margin-top: 7px;
    padding-top: 0px;
    padding-right: 100px;
    padding-bottom: 0px;
    background-image: url('../images/5baced445765a38e497ca159_Marca-BRB_Preferencial-Branca.png');
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
  }

  .logo-container:hover {
    background-color: transparent;
  }

  .nav-link-8 {
    padding-left: 25px;
    border-bottom-style: none;
    background-color: #036;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-link-8:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
  }

  .nav-link-8.w--current {
    border-bottom-style: none;
    background-color: transparent;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .navbar-7 {
    height: 70px;
    margin-bottom: 19px;
    padding-bottom: 0px;
  }

  .container-429 {
    margin-top: 0px;
  }

  .divider-line-5 {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 17px;
    padding-top: 0px;
  }

  .slider-container-3 {
    margin-top: 113px;
    margin-bottom: 0px;
    padding: 0px 123px 0px 25px;
  }

  .slider-7 {
    height: 400px;
  }

  .slider2-2 {
    margin-top: 0px;
    background-image: url('../images/Banner-só-o-médico_Prancheta-1.png');
    background-position: 90% 50%;
    background-size: cover;
  }

  .large-title-6 {
    margin-top: 6px;
    font-size: 30px;
    line-height: 20px;
  }

  .div-block-56 {
    margin-top: -1px;
    padding-right: 0px;
  }

  .container-430 {
    margin-top: 0px;
  }

  .envio_proposta-2 {
    margin-top: 0px;
    color: #333;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-73 {
    margin-bottom: 40px;
  }

  .section-23 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-74 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .header-5 {
    height: 99px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .nav-bar-home {
    display: block;
    height: 85px;
    margin-top: -10px;
    background-color: #093f71;
  }

  .container-5 {
    height: auto;
    min-height: 75px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .logo {
    margin-top: 0px;
    padding-top: 15px;
  }

  .nav-menu-5 {
    display: none;
  }

  .nav-link-9 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .menu-button-4 {
    top: 18px;
    font-size: 14px;
  }

  .mobile-icon {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 40px;
    line-height: 20px;
    text-align: left;
  }

  .section-8 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    height: 65px;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 1px;
    background-color: #093f71;
  }

  .slide-15 {
    position: static;
    top: 0px;
    right: -2px;
    bottom: 0px;
    width: 100%;
    height: 450px;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/capa-microcredito-mobile-branco.png');
    background-position: 24% 50%;
    background-size: cover;
  }

  .secao01-4 {
    margin-top: 0px;
    padding-top: 0px;
    background-color: rgba(124, 121, 124, 0.09);
  }

  .heading-8920 {
    margin-top: 50px;
    margin-left: 20px;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
  }

  .div-block-57 {
    margin-top: 0px;
  }

  .paragraph-75 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .portrait-image-pf {
    width: 90%;
    margin-top: -6px;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0px;
  }

  .container-431 {
    margin-bottom: 0px;
  }

  .h4-white-4 {
    margin-bottom: 19px;
  }

  .paragraph-31 {
    margin-top: 10px;
  }

  .cta-bar {
    padding: 30px 25px;
  }

  .secao04 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .container-9 {
    margin-top: 0px;
  }

  .div-block-12 {
    margin-top: 20px;
  }

  .text-block-73 {
    font-size: 14px;
    text-align: left;
  }

  .div-block-q1-2 {
    margin-top: 0px;
  }

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

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

  .resposta-11 {
    margin-right: 0px;
  }

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

  .resposta-12 {
    margin-right: 0px;
  }

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

  .text-block-74 {
    font-size: 14px;
    text-align: left;
  }

  .repostas-7 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer {
    margin-top: 0px;
    padding-bottom: 24px;
  }

  .image-60 {
    margin-left: 15px;
  }

  .social-wrapper {
    padding-top: 0px;
  }

  .slider4-copy {
    background-image: url('../images/Banner-só-o-médico_Prancheta-1.png');
    background-position: 10% 100%;
    background-size: cover;
  }

  .slider3-copy {
    background-image: url('../images/Banner-só-o-médico_Prancheta-1.png');
    background-position: 10% 100%;
    background-size: cover;
  }

  .div-block-53-copy {
    padding-right: 0px;
  }

  .div-block-53-copy-copy {
    padding-right: 0px;
  }

  .div-block-53-copy {
    padding-right: 0px;
  }

  .slider-container-2-copy {
    margin-top: 111px;
    margin-bottom: 0px;
    padding: 0px 126px 0px 10px;
  }

  .title-4-copy {
    margin-top: -27px;
    margin-right: -121px;
    margin-left: -30px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 14px;
    font-weight: 900;
  }

  .title-4-copy.white {
    font-size: 30px;
  }

  .brbinvestimento-banner {
    background-image: url('../images/Banner-Investimento.jpg');
    background-position: 100% 100%;
    background-size: cover;
  }

  .prev-e-cont-banner {
    background-image: url('../images/Prevencao-e-Contencao.jpg');
    background-position: 30% 40%;
    background-size: cover;
  }

  .capital-de-giro {
    background-image: url('../images/MILLENIUM-mobile.png');
    background-position: 30% 40%;
    background-size: cover;
  }

  .div-block-53-copy {
    padding-right: 0px;
  }

  .title-4-copy-copy {
    margin-top: 10px;
    margin-right: -22px;
    margin-left: -34px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 14px;
    font-weight: 900;
  }

  .title-4-copy-copy.white {
    font-size: 30px;
  }

  .bot-o2 {
    display: none;
    font-size: 14px;
  }

  .image-61 {
    display: block;
    padding-left: 10px;
  }

  .feature-content-2 {
    width: auto;
    max-width: none;
    margin-right: auto;
    text-align: left;
  }

  .feature-wrap-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature-content-3 {
    width: auto;
    max-width: none;
    margin-right: auto;
    text-align: left;
  }

  .cartao-3 {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 36px;
    text-align: center;
  }

  .feature-content-3-progiro {
    width: auto;
    max-width: none;
    margin-right: auto;
    text-align: left;
  }

  .paragraph-76 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }

  .black-4 {
    margin-right: 20%;
    font-size: 15px;
    line-height: 30px;
  }

  .feature-content-4 {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 45px;
    text-align: left;
  }

  .canais {
    display: none;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #fff;
  }

  .boxes-sbs {
    width: auto;
    max-width: none;
    margin-right: auto;
    text-align: left;
  }

  .image-64 {
    display: none;
  }

  .column-70 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-71 {
    display: none;
  }

  .column-72 {
    display: none;
  }

  .column-73 {
    padding-left: 0%;
  }

  .column-74 {
    padding-right: 25%;
    padding-left: 6%;
  }

  .link-block-27 {
    padding-left: 0%;
  }

  .boxes1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 300px;
    max-width: none;
    min-width: 200px;
    margin-right: 10px;
    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: 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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .slider-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .carrosselagencias-pj {
    width: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .microcreditobanner {
    background-image: url('../images/redmensionada2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .cr-dito-pessoal-banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 102, 0.32)), to(rgba(0, 51, 102, 0.32))), url('../images/5fbfe9430d1dcc5caeb04fd1_supera-df-seguro-residencial.jpg');
    background-image: linear-gradient(180deg, rgba(0, 51, 102, 0.32), rgba(0, 51, 102, 0.32)), url('../images/5fbfe9430d1dcc5caeb04fd1_supera-df-seguro-residencial.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .boxes-canais {
    width: auto;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
  }

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

  .imagem-canais {
    display: none;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .titulos-canais {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    font-size: 25px;
    line-height: 30px;
  }

  .imagem-canais-copy {
    display: none;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .imagem-canais-box2 {
    display: none;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .imagem-canais-2 {
    display: none;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .carrossel-copy-2 {
    display: none;
  }

  .column-83 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-66 {
    display: block;
  }

  .slider-copy {
    height: 300px;
    margin-bottom: 18px;
  }

  .boxes2 {
    width: auto;
    max-width: none;
    min-height: auto;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
  }

  .ag-ncias {
    display: none;
  }

  .image-22-copy {
    margin-right: 0px;
    margin-left: 0%;
  }

  .image-22-copy {
    margin-right: 0px;
    margin-left: 0%;
  }

  .imagem-canais-copy {
    display: none;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .boxes1-copy {
    width: 300px;
    height: auto;
    max-width: none;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .link-block-23-copy {
    padding-left: 25%;
  }

  .divider-line-3-copy {
    display: block;
    width: 200px;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: -33px;
  }

  .paragraph-68_2-copy {
    margin-bottom: 20px;
    font-weight: 400;
  }

  .title-4-copy-copy-copy {
    display: none;
    margin-top: 10px;
    margin-right: -22px;
    margin-left: -34px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 14px;
    font-weight: 900;
  }

  .title-4-copy-copy-copy.white {
    font-size: 30px;
  }

  .image-wrapper-2 {
    width: 100%;
    padding-top: 0px;
    float: none;
    text-align: center;
  }

  ._80 {
    display: block;
    margin-right: 4px;
    margin-left: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .columns-27-copy {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-23-copy {
    width: 120px;
    margin-left: 0px;
    padding-left: 0%;
  }

  .image-22-copy {
    display: inline-block;
    width: 120px;
    max-width: none;
    margin: 20px 0% 0px;
  }

  .column-70-copy {
    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;
  }

  .columns-29 {
    margin-left: -8%;
  }

  .paragraph-68_2-copy {
    margin-bottom: 20px;
    font-weight: 400;
  }

  .icon-left-aligned-3-copy {
    height: 60px;
  }

  .text-block-75 {
    width: 90%;
    max-width: none;
    min-width: auto;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-8921 {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
  }

  .abrasuaconta {
    margin-bottom: 20px;
    font-weight: 400;
  }

  .slide-16 {
    background-position: 100% 100%;
  }

  .header-6 {
    display: none;
    height: 99px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .slider-container-invest {
    margin-top: 111px;
    margin-bottom: 0px;
    padding: 0px 131px 0px 0px;
  }

  .slider-container-pj {
    margin-top: 111px;
    margin-bottom: 0px;
    padding: 0px 131px 0px 0px;
  }

  .resposta-14 {
    margin-right: 0px;
  }

  .resposta-15 {
    margin-right: 0px;
  }

  .repostas-8 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-5-invi {
    display: none;
    padding-left: 25px;
    border-bottom-style: none;
    background-color: #036;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-link-5-invi:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
  }

  .nav-link-5-invi.w--current {
    display: block;
    border-bottom-style: none;
    background-color: transparent;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .heading-8918-copy {
    display: none;
    margin-left: 81px;
    text-align: center;
  }

  .icon-8 {
    display: none;
  }

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

  .supera {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .conteiner-imagens {
    margin-top: 0px;
  }

  .grid-4 {
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
  }

  .div-block-63 {
    display: none;
  }

  .comocontratar {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 0px;
  }

  .container-9-copy {
    margin-top: 0px;
  }

  .heading-8920-copy {
    margin-top: 50px;
    margin-left: 20px;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
  }

  .image-72 {
    width: auto;
    height: auto;
  }

  .grid-5 {
    display: none;
  }

  .image-71-copymobile {
    display: inline-block;
    width: 500px;
    margin-top: 0px;
    padding-left: 0px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .container-435 {
    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;
    -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;
  }

  .titulos-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    color: #333;
    font-size: 25px;
    line-height: 30px;
  }

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

  .imagem-canais-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 10px 10px 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .video-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image-74 {
    display: none;
  }

  .large-title-6-copy {
    margin-top: 6px;
    font-size: 30px;
    line-height: 20px;
  }

  .large-title-6-copy.mobile {
    margin-top: 9px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .mask-3 {
    margin-top: -12px;
  }

  .columns-30 {
    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;
    -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-66 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-67 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .slider-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 350px;
    min-width: 300px;
    margin-top: 101px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: transparent;
  }

  .mask-4 {
    width: auto;
    height: 350px;
    margin-right: 4%;
    margin-left: 5%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -o-object-fit: none;
    object-fit: none;
  }

  .slide-17 {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .icon-9 {
    color: #465356;
  }

  .icon-10 {
    color: #465356;
  }

  .ag-ncias-mobile {
    display: none;
    margin-bottom: 40px;
    -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;
  }

  .right-arrow-8-copy {
    display: none;
  }

  .image-38-copy-2-copy {
    min-width: auto;
  }

  .slide-nav-13 {
    margin-top: -2px;
  }

  .superadf-mobile {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .image-75 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .black-5 {
    margin-right: 20%;
    font-size: 15px;
    line-height: 30px;
  }

  .feature-image-2 {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cartao {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 36px;
    text-align: center;
  }

  .feature-content-5 {
    margin-right: 5%;
    margin-bottom: 40px;
    margin-left: 5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .paragraph-76-copy {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }

  .paragraph-76-copy-copy {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }

  .paragraph-76-copy-copy {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }

  .paragraph-76-copy {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }

  .carrossel-pf {
    display: none;
  }

  .carrossel-pra-voce {
    width: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .carrosselagencias-pj-copy {
    width: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .mask-2-copy {
    width: 700px;
    height: 450px;
    min-height: auto;
  }

  .icon-left-aligned-3-copy {
    height: 60px;
    margin-top: 19px;
    margin-right: 47px;
    padding-right: 13px;
  }

  .image-72-copy {
    width: 350px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .column-90 {
    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;
    -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;
  }

  .cr-dito-pessoal-publico-banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 102, 0.23)), to(rgba(0, 51, 102, 0.23))), url('../images/Banner-BNDES.png');
    background-image: linear-gradient(180deg, rgba(0, 51, 102, 0.23), rgba(0, 51, 102, 0.23)), url('../images/Banner-BNDES.png');
    background-position: 0px 0px, 35% 100%;
    background-size: auto, cover;
  }

  .image-72-copy-copy {
    width: 350px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .list-item-10 {
    padding-right: 0px;
  }

  .list-item-11 {
    margin-right: -76px;
    margin-left: -6px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .clientes-no-exterior-banner {
    background-image: url('../images/Credito-Pessoal.jpg');
    background-position: 35% 100%;
    background-size: cover;
  }

  .container-423-copy {
    margin-top: 0px;
  }

  .secao01-3-copy {
    margin-top: 0px;
    padding-top: 0px;
    background-color: rgba(124, 121, 124, 0.09);
  }

  .div-block-11-copy {
    margin-top: 0px;
  }

  .container-423-copy {
    margin-top: 0px;
  }

  .heading-8920-copy {
    margin-top: 50px;
    margin-left: 20px;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
  }

  .paragraph-75-copy {
    margin-bottom: 20px;
  }

  .bold-text-100 {
    font-weight: 700;
  }

  .all-paragraphs-white-copy {
    margin-right: 179px;
  }

  .seguros-paragrafo {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-weight: 400;
  }

  .imagem-canais-copy {
    display: none;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slide-16-copy {
    background-position: 100% 100%;
  }

  .right-arrow-12 {
    min-width: 10%;
  }

  .left-arrow-12 {
    min-width: 10%;
  }

  .image-58-copy {
    max-width: 100%;
  }

  .slide-16-copy {
    background-position: 100% 100%;
  }

  .banner-brbcard {
    background-image: url('../images/leque-de-cartões.png');
    background-position: 50% 50%;
  }

  .bold-text-102 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .paragraph-75-copy-2 {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .texto-doa-es {
    margin-bottom: 20px;
  }

  .slider-doa-es {
    height: 250px;
    margin-top: -11px;
    margin-bottom: 18px;
  }

  .doa-es-banner {
    background-image: url('../images/Banner-doações2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .div-block-70 {
    grid-auto-rows: minmax(100px, 100px);
    grid-row-gap: 0px;
    -ms-grid-rows: minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px);
    grid-template-rows: minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px);
  }

  .bndes {
    background-image: url('../images/Banner-BNDES.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slider-3 {
    height: 250px;
  }

  .slide-8 {
    background-position: 10% 50%;
  }

  .slide-19 {
    background-position: 50% 50%;
  }

  .slide-20 {
    background-position: 50% 50%;
  }

  .slide-21 {
    background-image: url('../images/_AR_4302_foto_Haruo-Mikami-HDR_Alta.jpg');
    background-position: 50% 50%;
  }

  .slide-22 {
    background-image: url('../images/_AR_4296_foto_Haruo-Mikami-HDR_Alta.jpg');
    background-position: 50% 50%;
  }

  .slider-brb-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 10px 10px 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .column-94 {
    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;
  }

  .slide-nav-14 {
    top: 225.516px;
    margin-top: -33.8906px;
  }

  .collection-list {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr minmax(0px, 0px) minmax(0px, 0px);
    grid-template-columns: 1fr minmax(0px, 0px) minmax(0px, 0px);
  }

  .collection-list.skip1 {
    -ms-grid-columns: 1fr minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px);
    grid-template-columns: 1fr minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px);
  }

  .collection-list.skip2 {
    -ms-grid-columns: 1fr minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px);
    grid-template-columns: 1fr minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px) minmax(0px, 0px);
  }

  .slide-nav-15 {
    top: 225.516px;
  }

  .column-64-copy {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .column-64-copy {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .column-65-copy {
    padding-top: 20px;
  }

  .column-65-copy-copy {
    padding-top: 20px;
  }

  .column-96 {
    padding-top: 20px;
  }

  .column-64-copy-copy {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .paragraph-68_2-copy {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-weight: 400;
  }

  .imagem-canais-mobile-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 10px 10px 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .titulogrande-2 {
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .bold-text-107 {
    font-family: Montserrat, sans-serif;
    color: #036;
    font-size: 18px;
    text-align: left;
  }

  .section-faq-3 {
    padding: 50px 15px;
  }

  .titulogrande-2-copy {
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 34px;
  }

  .subtitulo1 {
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 34px;
  }

  .label.label-article-greenish {
    display: block;
    margin: 15px 17px 25px;
    padding-right: 5px;
    padding-left: 5px;
    -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;
  }

  .label-text {
    position: relative;
    margin-left: 0px;
    clear: none;
  }

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

  .paragraph-232 {
    margin-bottom: 20px;
    font-weight: 400;
  }

  .all-paragraphs-white-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .icon-left-aligned-3-copy {
    height: 60px;
    margin-right: 0px;
  }

  .heading-19 {
    font-size: 23px;
  }

  .overall-column {
    margin-top: 34px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .work-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .features-row {
    margin-bottom: 30px;
  }

  .title-block-2 {
    margin-top: 47px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-8922 {
    font-size: 23px;
  }

  .work-overlay-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 15px;
  }

  ._98 {
    margin-top: 40px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  ._98._2 {
    margin-top: 20px;
    border-radius: 0px;
    color: #20b36c;
    font-size: 25px;
    line-height: 25px;
  }

  .section-title-vantagen {
    margin-top: 40px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .section-title-vantagen._2 {
    margin-top: 20px;
    border-radius: 0px;
    color: #20b36c;
    font-size: 22px;
    line-height: 25px;
  }

  .section-title-copy8 {
    margin-top: 95px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .work-overlay {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .work-overlay.small {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 17px;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._99 {
    margin-top: 40px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  ._99._2 {
    margin-top: 110px;
    border-radius: 0px;
    color: #20b36c;
    font-size: 25px;
    line-height: 25px;
  }

  .work-block-small-2 {
    height: 120px;
    background-position: 25% 45%;
    background-size: 300px;
  }

  .work-block-small-2._2 {
    background-image: url('../images/imagem7.jpg');
    background-position: 50% 50%;
    background-size: 325px;
    background-repeat: repeat;
  }

  .work-block-small-2._3 {
    background-size: 350px;
  }

  .work-block-small-2._4 {
    background-image: url('../images/imagem4.jpg');
    background-position: 40% 45%;
    background-size: 350px;
  }

  .feature-icon {
    margin-top: -45px;
  }

  .section-titlevantagem6 {
    margin-top: 40px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .section-titlevantagem6._2 {
    margin-top: 20px;
    border-radius: 0px;
    color: #20b36c;
    font-size: 22px;
    line-height: 25px;
  }

  .section-titlevantagem3 {
    margin-top: 40px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .section-titlevantagem3._2 {
    margin-top: 20px;
    border-radius: 0px;
    color: #20b36c;
    font-size: 22px;
    line-height: 25px;
  }

  .work-block-large-2 {
    height: 200px;
  }

  .section-titlevantagem5 {
    margin-top: 40px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .section-titlevantagem5._2 {
    margin-top: 20px;
    border-radius: 0px;
    color: #20b36c;
    font-size: 22px;
    line-height: 25px;
  }

  .cr-dito-pessoal-publico-banner-copy {
    background-image: url('../images/image_6483441-1.JPG');
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .icon-16 {
    display: none;
  }

  .icon-17 {
    display: none;
  }

  .image-72-copy-copy {
    width: 350px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .image-788 {
    width: 350px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .image-800 {
    width: 350px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .image-500 {
    width: 350px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .slide-24 {
    background-image: url('../images/WhatsApp-Image-2021-02-27-at-22.41.11.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider-copy {
    height: 300px;
  }

  .icon-left-2 {
    height: 60px;
    margin-right: 0px;
  }

  .icon-creditopssoal {
    height: 60px;
    margin-top: -3px;
    margin-right: 0px;
  }

  .icon-creditopessoal {
    height: 60px;
    margin-top: 19px;
    margin-right: 47px;
    padding-right: 13px;
  }

  .all-paragraphs-white-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
  }

  .icon-left-aligned-3-copy-copy {
    height: 60px;
    margin-top: 19px;
    margin-right: 47px;
    padding-right: 13px;
  }

  .icon-left-aligned-3-copy {
    height: 60px;
    margin-top: -9px;
    margin-right: 0px;
  }

  .nav-link-12 {
    padding-left: 25px;
    border-bottom-style: none;
    background-color: #036;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-link-12:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
  }

  .nav-link-12.w--current {
    border-bottom-style: none;
    background-color: transparent;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .heading-8919-copy {
    margin-top: 10px;
    color: #1a2980;
  }

  .heading-8919-copy.creditopessoalpublico {
    margin-top: 0px;
  }

  .heading-8919-copy.brbcard {
    margin-top: 0px;
  }

  .div-block-11-copy {
    margin-top: 50px;
  }

  .icon-18 {
    display: none;
  }

  .paragraph-75-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cookie-modal {
    left: 0px;
    bottom: 0px;
    display: block;
  }

  .titulos-canais-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    font-size: 25px;
    line-height: 30px;
  }

  .icon-left-aligned-3-copy-copy {
    height: 60px;
    margin-top: 19px;
    margin-right: 47px;
    padding-right: 13px;
  }

  .paragraph-222 {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-weight: 400;
    text-align: left;
  }

  .cookie-modal-2 {
    right: 0px;
    bottom: 0px;
  }

  .image-38-copy-2-copy-copy {
    min-width: auto;
  }

  .paragraph-68_2-copy {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-weight: 400;
  }

  .paragraph-2222 {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-weight: 400;
  }

  .section-25 {
    margin-top: 80px;
  }
}

#w-node-_1e8c4700-cf2f-767d-8e74-f8998ae54375-e28ce554 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_21898338-c74b-b5ad-3f0e-a987f71f9177-e28ce554 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_85c47a91-e78d-2740-3497-8467e09dc5f8-e28ce554 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_65a850cb-c509-f421-073e-26949c84d0dd-e28ce554 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_607d9f4b-16bb-8487-8380-ea2f3582170b-f68ce55c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}