.w-form-formrecaptcha {
  margin-bottom: 8px;
}
.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;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
}
p {
  margin-bottom: 10px;
}
a {
  padding: 0px;
  text-decoration: none;
  color: #000;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.div-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.div-24.inline-block {
  display: inline-block;
}
.div-24.alinhamento-vertical-centro {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.div-24.alinhamento-direita {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.div-24.div-borda.div-padding-10.margem-5 {
  margin: 5px;
}
.div-24.div-padding-20.margem-a {
  margin-top: -45px;
}
.div-24.hover-sombra-deslocamento {
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, box-shadow 300ms ease;
  transition: transform 500ms ease, box-shadow 300ms ease, -webkit-transform 500ms ease;
}
.div-24.hover-sombra-deslocamento:hover {
  box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.div-24.div-borda-sombra {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.div-24.div-fundo {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.div-24.div-borda-cor.div-padding-10.margem-5 {
  margin: 5px;
}
.link-produto-adicionar {
  display: inline-block;
  height: 34px;
  padding-right: 5px;
  padding-left: 5px;
  color: #333;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}
.imagem-produto {
  display: block;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.div-produto {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 350ms ease, -webkit-transform 200ms ease;
  transition: all 350ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, all 350ms ease;
  transition: transform 200ms ease, all 350ms ease, -webkit-transform 200ms ease;
}
.div-produto:hover {
  z-index: 10;
  box-shadow: 0 5px 30px 0 rgba(10, 40, 30, 0.1);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.div-qtd {
  display: inline-block;
  max-width: 200px;
  margin-bottom: 15px;
}
.input-produto-quantidade {
  display: inline-block;
  width: 40%;
  height: 34px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 8px;
  padding: 0px;
  border-radius: 45px;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
}
.input-produto-quantidade::-webkit-input-placeholder {
  color: #000;
}
.input-produto-quantidade:-ms-input-placeholder {
  color: #000;
}
.input-produto-quantidade::-ms-input-placeholder {
  color: #000;
}
.input-produto-quantidade::placeholder {
  color: #000;
}
.preco-produto {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.6em;
}
.botao-detalhes {
  width: 70%;
  padding: 12px 0px 9px;
  border: 1.5px solid #000;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
  line-height: 18px;
}
.botao-detalhes:hover {
  border-color: transparent;
  background-color: #333;
  color: #fff;
}
.botao-adicionar {
  width: 25%;
  height: 40px;
  margin-right: 2%;
  padding: 0px;
  border-radius: 50px;
  background-color: #333;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
}
.div-produto-texto {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-align: center;
}
.div-produto-texto.alinhamento--esquerdo {
  text-align: left;
}
.botao-consulta-whatsapp {
  margin-bottom: 5px;
  padding: 2px 5px;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 350ms ease;
  transition: color 200ms ease, background-color 350ms ease;
  color: #00b2a8;
  font-size: 0.8em;
}
.botao-consulta-whatsapp:hover {
  background-color: #00b2a8;
  color: #fff;
}
.icone-fa {
  font-family: Fontawesome, sans-serif;
}
.circulo-botao-compra {
  display: inline-block;
  width: 21%;
  height: 35px;
  padding: 8px 0px 10px;
  border-radius: 50px;
  background-color: #333;
  font-family: Fontawesome, sans-serif;
  line-height: 1em;
  text-align: center;
}
.titulo-produto {
  overflow: hidden;
  min-height: 40px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 1.125em;
  line-height: 1.1em;
  font-weight: 400;
}
.icone-botao-compra {
  color: #fff;
}
.botao-compra-2 {
  width: 89%;
  padding: 0px 17px 0px 0px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 350ms ease;
  transition: color 200ms ease, background-color 350ms ease;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}
.botao-compra-2:hover {
  background-color: #333;
  color: #fff;
}
.paragrafo-botao-compra {
  display: inline-block;
  width: 76.5%;
  margin-bottom: 0px;
  text-align: center;
}
.block {
  display: block;
}
.botao-detalhes-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1.5px solid #000;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
  line-height: 18px;
}
.botao-detalhes-2:hover {
  border-color: transparent;
  background-color: #333;
  color: #fff;
}
.botao-adicionar-2 {
  height: 40px;
  padding: 0px;
  -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;
  border-radius: 50px;
  background-color: #333;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
}
.bloco-simulador-2 {
  position: absolute;
  left: -1px;
  top: -1px;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  width: 101%;
  height: 101%;
  padding: 20px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #0038a8;
}
.opcao-simulador {
  width: 32%;
  margin-bottom: 15px;
  padding: 6px 0px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #f9dd16;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #f9dd16;
  text-align: center;
}
.opcao-simulador:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.opcao-simulador.w--current {
  background-color: #27b99e;
  color: #fff;
}
.opcao-simulador.email {
  width: 31%;
  margin-right: 2%;
  margin-left: 2%;
}
.icone-simulador {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
}
.input {
  display: inline-block;
  height: auto;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #333;
  background-color: transparent;
  font-size: 1em;
}
.input.text-area {
  min-height: 80px;
}
.input.placeholder-transparente::-webkit-input-placeholder {
  color: hsla(0, 0%, 50.2%, 0);
}
.input.placeholder-transparente:-ms-input-placeholder {
  color: hsla(0, 0%, 50.2%, 0);
}
.input.placeholder-transparente::-ms-input-placeholder {
  color: hsla(0, 0%, 50.2%, 0);
}
.input.placeholder-transparente::placeholder {
  color: hsla(0, 0%, 50.2%, 0);
}
.input.placeholder-transparente.sem-borda {
  border-bottom-style: none;
}
.input.pequeno {
  display: block;
  height: 30px;
  margin-bottom: 5px;
  padding: 0px;
}
.input.pequeno.fonte-cor {
  color: #0c0c0c;
}
.input.sem-borda {
  border-bottom-style: none;
}
.icone-input-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -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;
  border-radius: 100px;
  background-color: #333;
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
.icone-input-form.valor {
  padding-top: 0px;
  font-weight: 400;
}
.titulo-pagina {
  margin-bottom: 20px;
  font-size: 37px;
  line-height: 39px;
}
.titulo-pagina.cor-fonte-2 {
  color: #cd071e;
}
.menu-flex {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.div-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.secao-base {
  position: relative;
  padding: 8vh 5vw;
}
.secao-base.gradiente {
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.25), rgba(51, 51, 51, 0.25)), linear-gradient(25deg, #333, #fff);
  color: #fff;
}
.secao-base.flex {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.secao-base.padding-0 {
  padding: 0px;
}
.dropdown-menu {
  display: block;
}
.whatsapp-div-balao {
  display: none;
}
.link-block-2 {
  display: block;
}
.whatsapp-icone-image {
  width: 22px;
  height: 22px;
}
.div-simulador-slide {
  position: absolute;
  left: auto;
  top: 60px;
  right: 5vw;
  bottom: auto;
  z-index: 20;
  width: 22%;
  min-width: 290px;
}
.bloco-titulo-slide {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.ornamento-linha {
  height: 3px;
  background-color: #333;
}
.titulo-form-conversor {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.titulo-form-conversor.branco {
  color: #fff;
}
.link-menu {
  padding: 15px 0px;
  border-bottom: 1px solid transparent;
}
.link-menu:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.link-menu.select-menu {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  clear: left;
}
.link-menu.cor-fonte-1 {
  color: #fff;
}
.bloco-dados-envio {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 0px;
}
.div-input-simulador {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px 6px 6px 15px;
  background-color: #fff;
  text-align: right;
}
.dropdown-link {
  position: relative;
  padding-right: 40px;
}
.dropdown-link:hover {
  border-bottom-color: #fff;
}
.dropdown-link.w--current {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom-color: #fff;
  color: #fff;
}
.label-input {
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  z-index: -1;
  margin-bottom: 0px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-weight: 400;
  text-align: left;
}
.label-input.label-efeito-simulador {
  left: 40px;
  top: 15px;
  right: auto;
  bottom: auto;
  z-index: -1;
}
.label-input.label-efeito-1 {
  display: block;
}
.div-texto-slide {
  position: absolute;
  left: 70px;
  top: 173px;
  width: 50%;
  height: auto;
  max-width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.seta-slide {
  width: 40px;
}
.bloco-icone-vantagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider {
  height: 80vh;
  max-height: 80vh;
  min-height: 450px;
  background-color: transparent;
}
.whatsapp-botao-verde {
  display: block;
  padding: 4px 20px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #078a76;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}
.whatsapp-botao-verde:hover {
  background-color: #027664;
  text-decoration: none;
}
.div-texto-efeito-2 {
  margin-top: -30px;
}
.bloco-titulo-pagina {
  margin-bottom: 30px;
  padding-bottom: 5px;
  clear: both;
  text-align: left;
}
.whatsapp-paragrafo {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 5px;
  color: #fff;
}
.whatsapp-icone {
  display: inline-block;
}
.logo-2 {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.slide-nav {
  display: none;
}
.margem-inferior-30 {
  margin-bottom: 30px;
}
.bloco-sup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 5vw 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slide-gradiente {
  padding: 35px 5vw;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0.64)), to(rgba(0, 43, 129, 0))), url('../images/consorcio-imoveis-veiculos.jpg');
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.64), rgba(0, 43, 129, 0)), url('../images/consorcio-imoveis-veiculos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}
.whatsapp-bloco {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.bloco-25 {
  display: inline-block;
  width: 24.5%;
  margin-bottom: 20px;
  clear: none;
}
.bloco-25.vantagens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23.5%;
}
.bloco-25.como-funciona {
  width: 28%;
  padding-right: 10px;
  padding-left: 10px;
}
.div-padding-10 {
  padding: 10px;
  text-align: left;
}
.div-padding-10.esticado {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.div-padding-10.transparente {
  background-color: hsla(0, 0%, 100%, 0);
}
.div-padding-10.div-fundo {
  background-color: #d3d3d3;
}
.bloco-imagem-slide {
  position: absolute;
  display: inline-block;
  width: 75px;
  padding-top: 18px;
  padding-right: 10px;
  padding-left: 10px;
}
.secao-slides {
  position: relative;
}
.botao-conversao {
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: #830909;
  border-radius: 5px;
  background-color: #333;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.botao-conversao.botao-menu-icone {
  width: auto;
  padding-left: 35px;
  background-image: url('../images/banco-do-brasil-consorcios-simulador-de-consorcio-branco.svg');
  background-position: 15px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}
.botao-conversao.botao-menu-icone.mobile {
  display: none;
}
.botao-conversao.simular-consorcio {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f9dd16;
  color: #0038a8;
}
.botao-conversao.simular-consorcio:hover {
  background-color: #ebcd00;
}
.botao-conversao.cor-invertida {
  background-color: #d3d3d3;
  color: #333;
}
.botao-conversao.cor-invertida:hover {
  background-color: #333;
  color: #fff;
}
.botao-conversao.largura-auto.botao-cor-2 {
  border-color: #fff;
}
.botao-conversao.largura-auto.botao-cor-2:hover {
  border-color: #830909;
  background-color: #830909;
  color: #fff;
}
.botao-conversao.botao-cor-1 {
  border-color: #ff0909;
}
.botao-conversao.botao-cor-1:hover {
  border-color: #ff0909;
  background-color: #fff;
  color: #ff0909;
}
.link-logo {
  width: 45%;
}
.link-logo.logo-3 {
  width: 50%;
  margin-top: 5px;
  margin-right: 5px;
  margin-right: 10px;
}
.bloco-simulador-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 60;
  display: none;
  padding: 30px 15px 20px;
  background-color: #e4e7ec;
}
.ornamento-retangulo-vertical {
  position: absolute;
  left: auto;
  top: -10px;
  right: -10px;
  bottom: auto;
  z-index: -1;
  width: 45%;
  height: 45%;
  background-color: #333;
}
.icone-logo-slide {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 14%;
  opacity: 0.15;
}
.dropdown-list-2 {
  z-index: 100;
  background-color: #b32e33;
  font-weight: 300;
}
.dropdown-list-2.w--open {
  border-radius: 1px;
  background-color: #0074b4;
  text-align: center;
}
.link-icone {
  display: block;
  margin-bottom: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Fontawesome, sans-serif;
  text-decoration: none;
}
.link-icone.redes-sociais {
  display: inline-block;
  margin-right: 5px;
  padding: 6px;
  font-size: 26px;
}
.ornamento-retangulo {
  width: 120px;
  height: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: #d3d3d3;
}
.whatsapp-imagem-balao {
  width: 130px;
}
.ornamento-retangulo-lateral {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 150px;
  background-color: #333;
}
.ornamento-retangulo-lateral.direito {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}
.bloco-logos-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.alinhamento-centralizado {
  text-align: center;
}
.link-contatos-superior {
  letter-spacing: 0.8px;
}
.margem-superior {
  margin-top: 20px;
}
.icone-dropdown {
  display: none;
  margin-right: 14px;
  font-size: 18px;
  line-height: 18px;
}
.menu-text {
  margin-bottom: 0px;
}
.div-texto-qualidades {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.embed-input {
  display: inline-block;
}
.icone {
  font-family: Fontawesome, sans-serif;
  line-height: 14px;
  font-weight: 400;
}
.titulo-slide {
  font-size: 68px;
  line-height: 1em;
}
.titulo-slide.chamativo-3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 110px;
  line-height: 0.8em;
}
.titulo-slide.pequeno {
  font-size: 22px;
}
.titulo-slide.chamativo-4 {
  font-size: 85px;
  line-height: 0.8em;
}
.titulo-slide.chamativo-1 {
  margin-bottom: 10px;
  font-size: 140px;
  line-height: 0.8em;
}
.titulo-slide.chamativo-2 {
  font-size: 90px;
  line-height: 0.8em;
  text-align: right;
}
.menu {
  background-color: transparent;
}
.secao-menu-2 {
  position: relative;
  z-index: 100;
  display: block;
  overflow: visible;
}
.secao-menu-2.cor-1 {
  background-color: #cd071e;
}
.paragrafo.branco {
  color: #fff;
  font-weight: 400;
}
.paragrafo.obrigado-simulacao {
  color: #333;
  font-size: 18px;
  line-height: 1.2em;
  text-align: justify;
}
.paragrafo.rodape {
  margin-bottom: 0px;
}
.div-form-conversor {
  position: relative;
  z-index: 10;
  padding: 20px 15px;
  border-radius: 5px;
  background-color: #e4e7ec;
  box-shadow: 0 12px 40px 0 rgba(0, 33, 97, 0.2);
  color: grey;
  text-align: center;
}
.titulo-pagina-previa {
  margin-bottom: -16px;
  font-size: 0.85em;
  line-height: 1em;
  text-transform: uppercase;
}
.link-block {
  display: block;
}
.titulo-maiusculas {
  text-transform: uppercase;
}
.div-flex-horizontal {
  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;
}
.div-flex-horizontal.filhos {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.div-flex-horizontal.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.div-flex-horizontal.distribuidos {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.div-flex-horizontal.div-flex-altura-100--dektop {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.div-flex-horizontal.div-flex-altura-100--dektop.mobile-tamanho-50.alinhamento-esquerdo {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.div-flex-horizontal.oculta-desk {
  display: none;
}
.div-flex-horizontal.div-alinhamento-centralizado {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.div-flex-horizontal.div-efeito-icone {
  padding-left: 110px;
  background-image: url('../images/banco-do-brasil-consorcios-circulo-branco.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.div-flex-horizontal.alinhamento-topo {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.div-flex-horizontal.alinhamento-centralizado-vertical {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.div-flex-horizontal.alinhamento-direita {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.div-flex-horizontal.alinhamento-centralizado {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.div-flex-horizontal.alinhamento-esquerdo {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.div-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.div-48.alinhamento-vertical-centro {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.div-48.div-sobreposicao-direita {
  position: relative;
  right: -5%;
  z-index: 20;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fff;
}
.div-48.div-sobreposicao-esquerda {
  position: relative;
  left: -5%;
  z-index: 20;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fff;
}
.titulo-maiusculas-2 {
  margin-bottom: 5px;
  font-size: 1em;
  text-transform: uppercase;
}
.div-form-conversao {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 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;
  background-color: #d3d3d3;
}
.div-form-conversao.oculta {
  display: none;
}
.div-borda {
  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-style: solid;
  border-width: 1px;
  border-color: #c8c8c8;
}
.div-borda.radius-100.block {
  display: block;
}
.botao-1 {
  display: block;
  border-radius: 5px;
  background-color: #333;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  font-weight: 700;
  text-align: center;
}
.botao-1.botao-grow {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.botao-1.alinhamento-centralizado {
  text-align: center;
}
.botao-1.relativo-zindex-10 {
  position: relative;
  z-index: 10;
}
.botao-fechar {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 2px;
  -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: 20px;
  background-color: #e4e7ec;
  font-family: Fontawesome, sans-serif;
  color: #333;
  line-height: 14px;
}
.botao-fechar:hover {
  color: #333;
}
.icone-logo-consorcios {
  position: absolute;
  right: -40px;
  bottom: -15px;
  z-index: 2;
  width: 120px;
  opacity: 0.1;
}
.margem-inferior-0 {
  margin-bottom: 0px;
}
.div-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.div-72.div-flex-75-grow {
  margin-right: 1.33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.div-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ornamento-linha-2 {
  width: 50%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: grey;
}
.imagem-logo.largura-50 {
  width: 50px;
}
.cor-1 {
  background-color: #ff0909;
  color: #fff;
}
.paragrafo-italico {
  font-style: italic;
}
.div-botao-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19.2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.div-botao-tab.w--current {
  color: #333;
}
.link-rodape {
  display: block;
  margin-bottom: 10px;
}
.link-rodape.cor-fonte-2 {
  color: #333;
}
.alinhamento-direita {
  text-align: right;
}
.bloco-pontilhado {
  position: absolute;
  left: auto;
  top: 0%;
  right: 70px;
  bottom: auto;
  width: 280px;
  opacity: 0.07;
}
.bloco-pontilhado.imoveis {
  top: -5%;
  width: 20%;
}
.bloco-pontilhado.investimento {
  left: -160px;
  top: 0%;
}
.div-input {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  text-align: left;
}
.div-input.form-prod {
  margin-bottom: 15px;
}
.titulo-rodape {
  margin-bottom: 10px;
}
.elemento-imagem {
  position: absolute;
  width: 130px;
}
.elemento-imagem.investimento {
  left: -70px;
  right: auto;
  bottom: -65px;
  z-index: -1;
}
.elemento-imagem.beneficios {
  top: auto;
  right: -7%;
  bottom: -10%;
  width: 100px;
}
.div-padding-20 {
  padding: 20px;
}
.div-padding-20.div-alinhamento-esquerdo {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}
.div-padding-20.div-borda-cor {
  border-color: #cd071e;
}
.mobile {
  display: none;
  margin-right: 5px;
  color: #757676;
}
.div-erro {
  background-color: #ffdede;
  color: #045ea6;
}
.div-flex-vertical {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.div-flex-vertical.filhos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.div-padding-5 {
  margin: 5px;
  padding: 5px;
  text-align: left;
}
.div-texto-efeito-1 {
  display: inline-block;
  margin-top: -45px;
  margin-bottom: 20px;
  background-color: #d3d3d3;
}
.margem-inferior-60 {
  margin-bottom: 60px;
}
.margem-superior-30-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.div-margem-topo-30 {
  margin-top: 30px;
}
.div-oculta {
  display: none;
}
.ornamento-retangulo-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 60%;
  height: 15px;
  background-color: #d3d3d3;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.ornamento-retangulo-2.posicao-inferior {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}
.div-55 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
}
.bloco-titulo-secao {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.ornamento-retangulo-gradiente {
  display: inline-block;
  width: 70px;
  height: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#d3d3d3));
  background-image: linear-gradient(90deg, #333, #d3d3d3);
}
.div-borda {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 5px;
}
.ornamento-retangulo-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 60%;
  height: 15px;
  background-color: #d3d3d3;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.ornamento-retangulo-3.posicao-inferior {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}
.secao-acao {
  position: relative;
  z-index: 2000;
  padding: 6px 5vw;
  text-align: right;
}
.link-texto-acao-web {
  color: #000b98;
  text-decoration: none;
}
.titulo-acao-web {
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  color: #000b98;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
}
.imagem-acao-web {
  width: 80px;
}
.body {
  padding-bottom: 48px;
}
.branco {
  color: #fff;
}
.oculta {
  display: none;
}
.slider-2 {
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}
.img-circulo-1 {
  width: 200px;
  height: 200px;
  border-radius: 200px;
}
.subtitulo {
  color: #fff;
  font-size: 36px;
  line-height: 39px;
}
.int-flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ornamento-circulos {
  position: absolute;
  width: 125px;
  height: 200px;
  background-image: url('../images/Sem-Título-2_1Sem-Título-2.png');
  background-position: 0% 0%;
  background-size: 25px 25px;
}
.ornamento-circulos.inferior-direito {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-bottom: -120px;
}
.ornamento-circulos.centralizado {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  margin-top: 212px;
}
.fonte-tamanho-1-9em {
  font-size: 1.9em;
  line-height: 1.1em;
}
.fonte-tamanho-1-9em.fonte-peso-700 {
  font-weight: 700;
}
.titulo-2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 2.5em;
  line-height: 42px;
  text-transform: uppercase;
}
.titulo-background {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 4em;
  line-height: 0.8;
  text-transform: uppercase;
}
.ornamento-retangulo-lateral-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 10px;
  height: 80%;
  margin-top: 10%;
  margin-left: -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d3d3d3;
}
.div-relativo {
  position: relative;
}
.div-altura-300 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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;
  background-image: url('../images/placeholder.svg');
  background-position: 50% 50%;
  background-size: cover;
}
.paragrafo-borda {
  display: inline-block;
  margin-right: 6px;
  padding-right: 6px;
  padding-left: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 5px;
}
.label {
  margin-bottom: 3px;
  text-align: left;
}
.valor {
  font-size: 1.9em;
  line-height: 1.3em;
  font-weight: 700;
}
.input-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent #024072;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}
.input-2.input-produto {
  height: 34px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom-width: 2px;
  border-bottom-color: #0267b7;
}
.retangulo-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: 10px;
  margin-top: -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d3d3d3;
}
.retangulo-horizontal.inferior {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: -5px;
}
.div-input-2 {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.div-input-2.form-prod {
  margin-bottom: 3px;
}
.div-75-imagem-backgound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  background-image: url('../images/placeholder.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bloco-simular-consorcio {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  padding: 10px;
  background-color: #024072;
  color: #fff;
  text-align: left;
}
.botao-fechar-2 {
  position: relative;
  z-index: 10;
  width: 1.2em;
  height: 1.2em;
  padding: 1px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Fontawesome, sans-serif;
  color: #333;
}
.div-absoluto-vertical {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}
.botao-form {
  display: block;
  width: 100%;
  margin-top: 10px;
  background-color: #13afa9;
}
.div-bol {
  position: absolute;
  width: 125px;
  height: 200px;
  background-image: url('../images/Sem-Título-2_1Sem-Título-2.png');
  background-position: 0% 0%;
  background-size: 25px 25px;
}
.div-bol.inferior-esquerdo {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  margin-bottom: -120px;
}
.div-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bloco-whatsapp-2 {
  z-index: 2200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.div-gradiente {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#fff));
  background-image: linear-gradient(90deg, #000, #fff);
}
.imagem-topo {
  position: relative;
  height: 34vw;
  min-height: 600px;
  background-color: transparent;
}
.imagem-topo.paginas {
  height: 430px;
  min-height: auto;
}
.bloco-simulador {
  position: absolute;
  left: 80px;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 20;
  width: 40%;
  min-width: 300px;
  margin-bottom: 0px;
}
.div-imagem-topo {
  position: relative;
  display: inline-block;
  width: 80vw;
  height: 100%;
  padding-top: 30px;
  background-image: url('../images/conect-consorcios-imobiliarios-itau-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.div-imagem-topo.pagina {
  padding-right: 80px;
  background-image: none;
}
.div-texto-topo {
  position: relative;
  z-index: 30;
  width: 39%;
  margin-left: -15vw;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}
.div-texto-topo.sobre {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  width: 310px;
  margin-top: -30px;
  margin-right: -25px;
  margin-left: 0vw;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
}
.imagem-absoluto {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.margem-inferior-20 {
  margin-bottom: 20px;
}
.margem-superior-20 {
  margin-top: 20px;
}
.div-menu {
  padding: 10px 5vw;
}
.traco-inferior {
  position: absolute;
  left: 0vw;
  top: 1.25em;
  right: 0vw;
  bottom: auto;
  height: 2px;
  background-color: #d3d3d3;
}
.titulo-1 {
  position: relative;
  z-index: 10;
  display: inline-block;
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-weight: 300;
  text-align: center;
}
.int-flex-marca {
  width: 12%;
}
.div-8 {
  display: inline-block;
  width: 8%;
  padding-right: 5px;
  padding-left: 5px;
}
.div-titulo-pagina {
  display: inline-block;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.div-icone-titulo-pagina {
  display: inline-block;
  width: 48px;
}
.titulo-pagina-3 {
  margin-top: 0px;
}
.titulo-pagina-3.pretitulo {
  color: #d3d3d3;
  font-weight: 400;
}
.titulo-pagina-3.pretitulo {
  color: #d3d3d3;
  font-weight: 400;
}
.div-12 {
  width: 12%;
}
.padding-5 {
  padding: 5px;
}
.hover-borda {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}
.hover-borda:hover {
  box-shadow: 0 0 0 1px #000;
}
.botao-consulta-whatsapp-2 {
  display: block;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #00b2a8;
  border-radius: 20px;
  background-color: #00b2a8;
  -webkit-transition: color 200ms ease, background-color 350ms ease;
  transition: color 200ms ease, background-color 350ms ease;
  text-align: center;
}
.botao-consulta-whatsapp-2:hover {
  background-color: #fff;
  color: #00b2a8;
}
.botao-compra-3 {
  padding: 0px 17px 0px 0px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 350ms ease;
  transition: color 200ms ease, background-color 350ms ease;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}
.botao-compra-3:hover {
  background-color: #333;
  color: #fff;
}
.negrito {
  font-weight: 700;
}
.margem-inferior-10 {
  margin-bottom: 10px;
}
.margem-inferior-15 {
  margin-bottom: 15px;
}
.paragrafo-carrinho {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 500;
}
.paragrafo-carrinho.referencia {
  font-size: 1em;
  font-weight: 400;
}
.botao-2 {
  background-color: #fff;
  color: #333;
}
.botao-2:hover {
  background-color: #333;
  color: #fff;
}
.imagem-produto-2 {
  display: block;
  max-height: 200px;
}
.radius-100 {
  border-radius: 100px;
}
.margem-inferior-5 {
  margin-bottom: 5px;
}
.padding-direito-10 {
  padding-right: 10px;
}
.inline-block {
  display: inline-block;
}
.div-3 {
  width: 3%;
  text-align: center;
}
.div-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.tour-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.support-box {
  cursor: pointer;
}
.title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  cursor: pointer;
}
.currency-language-button {
  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;
  cursor: pointer;
}
.fonte-branco {
  color: #fff;
}
.secao-acao-2 {
  position: relative;
  /* z-index: 1500; */
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
.div-acao {
  position: relative;
  /* z-index: 2100; */
  display: block;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  text-align: center;
}
.paragrafo-cookie {
  margin-bottom: 0px;
  padding-right: 10px;
}
.secao-chat-whatsapp-cookie-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bloco-cookie-2 {
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 5px 20px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  line-height: 14px;
}
.linha-titulo {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: 13px;
  margin-right: 10px;
  background-color: #d3d3d3;
}
.imagem-backgroud-inferior-direito {
  position: absolute;
  left: auto;
  top: auto;
  right: -10px;
  bottom: -15px;
  z-index: -1;
  width: 40%;
  opacity: 0.05;
}
.div-icone-17 {
  display: inline-block;
  width: 40%;
}
.icone-titulo-pagina {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -20px;
  width: 20px;
  opacity: 0.4;
}
.linha-icone {
  width: 20px;
  height: 2px;
  background-color: #d3d3d3;
}
.overflow-hidden {
  overflow: hidden;
}
.seta-slide-2 {
  left: auto;
  top: 3vw;
  right: 70px;
  bottom: auto;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  font-size: 20px;
}
.seta-slide-2.evento {
  top: -60px;
  right: 0%;
  border-color: #3ebfa2;
  color: #3ebfa2;
}
.slider-marcas {
  height: auto;
  background-color: transparent;
}
.blog-tag {
  display: inline-block;
  padding: 0px 3px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
}
.botao-ler-artigo {
  background-color: hsla(0, 0%, 100%, 0);
  color: grey;
}
.bloco-titulo-evento {
  position: relative;
  z-index: 10;
  max-width: 65%;
  margin-top: -40px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 5px 10px;
  background-color: #fff;
}
.div-texto-blog {
  position: relative;
  margin-top: -15px;
  margin-left: 15px;
  padding: 5px 10px;
  background-color: #f5f5f5;
}
.oculto {
  display: none;
}
.bloco-simulador-2 {
  position: relative;
  z-index: 100;
  padding: 0px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f7941e;
  border-radius: 3px;
  background-color: #0064b4;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
}
.bloco-simulador-2.oculto {
  z-index: 300;
  display: none;
  opacity: 0;
}
.link-menu-2 {
  margin-right: 10px;
  padding: 10px 5px 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  color: #fff;
}
.link-menu-2:hover {
  border-bottom-color: #f7941e;
}
.link-menu-2.w--current {
  border-bottom-color: #f7941e;
  color: #fff;
}
.nav-menu-2 {
  display: inline-block;
  margin-top: 12px;
  padding-left: 30px;
  float: none;
  background-color: transparent;
}
.bloco-info-contato {
  text-align: right;
}
.icone-simulador-2 {
  margin-bottom: 5px;
  font-size: 24px;
}
.icone-simulador-2.contato {
  display: block;
  line-height: 1em;
}
.menu-2 {
  position: static;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}
.logo {
  display: inline-block;
  width: 150px;
  float: none;
}
.bloco-botao-simulacao {
  position: fixed;
  left: auto;
  right: 70px;
  bottom: auto;
  z-index: 200;
  display: inline-block;
  width: 25vw;
  max-width: 320px;
}
.botao-simulacao {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: #f7941e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ef7d00), to(#ffb32d));
  background-image: linear-gradient(0deg, #ef7d00, #ffb32d);
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-align: center;
}
.botao-simulacao.mobile {
  display: none;
}
.botao-tipo-consulta {
  width: 48%;
  margin-bottom: 15px;
  margin-left: 1%;
  padding: 6px 0px;
  border-radius: 3px;
  background-color: #f7941e;
  color: #fff;
  text-align: center;
}
.botao-tipo-consulta:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
}
.opcao-simulador-2 {
  width: 30%;
  margin-right: 1%;
  margin-bottom: 15px;
  margin-left: 1%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #f7941e;
  font-size: 15px;
  text-align: center;
}
.opcao-simulador-2.w--current {
  background-color: #27b99e;
  color: #fff;
}
.opcao-simulador-2.selecionado {
  background-color: #d27300;
}
.botao-acao {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px 8px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700;
  text-align: center;
}
.botao-acao:hover {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.3);
}
.botao-acao.botao-cor-1:hover {
  background-color: #fff;
  color: #ff0909;
}
.bloco-int-simulador {
  padding: 10px;
}
.bloco-int-simulador.oculto {
  display: none;
  background-color: #f7941e;
  color: #fff;
}
.label-3 {
  font-weight: 400;
  text-align: left;
}
.link-contato-menu {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.link-contato-menu.atl3-redes-sociais {
  margin-right: 10px;
  margin-left: 5px;
}
.input-4 {
  margin-bottom: 10px;
  padding: 0px 0px 0px 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: left;
}
.input-4:focus {
  border-bottom-color: #f7941e;
}
.input-4::-webkit-input-placeholder {
  color: #fff;
}
.input-4:-ms-input-placeholder {
  color: #fff;
}
.input-4::-ms-input-placeholder {
  color: #fff;
}
.input-4::placeholder {
  color: #fff;
}
.input-4.valor {
  background-image: url('../images/icone-valor-branco.svg');
  background-position: 2px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.input-4.email {
  background-image: url('../images/icone-email-branco.svg');
  background-position: 2px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.input-4.telefone {
  background-image: url('../images/icone-telefone-branco.svg');
  background-position: 2px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.input-4.nome {
  background-image: url('../images/icone-nome-branco.svg');
  background-position: 2px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.paragrafo-3 {
  margin-bottom: 5px;
}
.paragrafo-3.atl3-atendimento-menu {
  display: inline-block;
  margin-bottom: 9px;
}
.paragrafo-3.obrigado-simulacao {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2em;
  text-align: justify;
}
.div-logo {
  display: inline-block;
  float: left;
  text-align: left;
}
.secao-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.secao-menu.div-fundo.oculta {
  display: none;
}
.sombra-inferior {
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.botao-fixo-topo {
  position: fixed;
  right: 5vw;
}
.largura-auto {
  width: auto;
}
.borda-inferior {
  border-bottom: 1px solid #333;
}
.logo-como-funciona {
  max-height: 210px;
}
.retangulo-lateral {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 150px;
  background-color: #d3d3d3;
}
.retangulo-lateral._3 {
  left: auto;
  top: 18%;
  right: 0%;
  bottom: auto;
  width: 30px;
}
.icone-logo-como-funciona {
  opacity: 0.1;
}
.bloco-como-funciona {
  position: relative;
  text-align: right;
}
.bloco-passo {
  width: 80px;
  height: 80px;
  padding-top: 28px;
  border-radius: 100%;
  background-color: #d3d3d3;
  color: #333;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}
.titulo-pagina-3 {
  font-size: 2.4em;
  font-weight: 300;
}
.whatsapp-botao-circulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: 100px;
  background-color: #078a76;
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}
.whatsapp-botao-circulo:hover {
  background-color: #027664;
  text-decoration: none;
}
.whatsapp-div {
  margin-bottom: 20px;
}
.whatsapp-div-1 {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.5);
}
.whatsapp-paragrafo--1 {
  margin-bottom: 0px;
  padding: 10px;
  background-color: #078a76;
  color: #fff;
}
.whatsapp-paragrafo-2 {
  margin-bottom: 0px;
  padding: 10px;
  background-color: #fff;
  text-align: left;
}
.whatsapp-div-2 {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.5);
}
.whatsapp-botao-submit {
  background-color: transparent;
  font-family: Fontawesome, sans-serif;
  color: #078a76;
  font-size: 24px;
  line-height: 20px;
}
.whatsapp-input {
  display: inline-block;
  margin-bottom: 0px;
  padding: 5px 5px 0px;
  border: 0px none #fff;
  background-color: transparent;
  font-size: 1em;
}
.whatsapp-input:focus {
  border-bottom-color: #f9dd16;
}
.whatsapp-input::-webkit-input-placeholder {
  color: transparent;
}
.whatsapp-input:-ms-input-placeholder {
  color: transparent;
}
.whatsapp-input::-ms-input-placeholder {
  color: transparent;
}
.whatsapp-input::placeholder {
  color: transparent;
}
.whatsapp-div-input {
  position: relative;
  z-index: 1;
  text-align: left;
}
.whatsapp-bloco-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5vh;
  text-align: center;
}
.whatsapp-botao-fechar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-bottom: 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;
  border-radius: 100px;
  background-color: #078a76;
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}
.whatsapp-botao-fechar:hover {
  background-color: #027664;
  text-decoration: none;
}
.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.padding-direito-20 {
  padding-right: 20px;
}
.padding-0 {
  padding: 0px;
}
.cor-imagem-investimento {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.bloco-imagem-investimento-1 {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}
.bloco-imagem-investimento-2 {
  position: absolute;
  right: 0px;
  bottom: -10%;
  z-index: 10;
  width: 75%;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.ornamento-retangular {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 150px;
  background-color: grey;
}
.ornamento-retangular.ornamento-esquerdo {
  left: 0%;
  top: -8%;
  right: auto;
  bottom: -8%;
}
.botao-2 {
  padding: 12px 15px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #0038a8;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.botao-2:hover {
  background-color: #002c85;
}
.bloco-investimento-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: inline-block;
  overflow: hidden;
  width: 75%;
  border-top-left-radius: 70px;
  background-color: #fff;
  background-image: url('../images/placeholder.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.ornamento-retangulo-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: -15%;
  bottom: 0%;
  width: 250px;
  height: 300px;
  background-color: grey;
}
.bloco-imagem-beneficios-2 {
  position: absolute;
  left: -20px;
  top: auto;
  right: auto;
  bottom: -17%;
  width: 70%;
}
.alinhamento-esquerdo {
  text-align: left;
}
.texto-sucesso {
  font-size: 16px;
}
.bloco-conversao-whatsapp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  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;
  background-color: #078a76;
  text-align: center;
}
.bloco-conversao-whatsapp.oculta {
  display: none;
}
.div {
  position: relative;
}
.div.conversao {
  margin-bottom: 8px;
  text-align: right;
}
.botao-whatsapp {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #00b2a8;
  background-image: url('../images/Icone-Whatsapp-chat_1Icone-Whatsapp-chat.png');
  background-position: 10% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.botao-whatsapp:hover {
  background-color: #fff;
  color: #333;
}
.popup-titulo {
  display: block;
  margin-top: 0px;
  padding: 6px 10px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#d3d3d3), to(grey));
  background-image: linear-gradient(90deg, #d3d3d3, grey);
  color: #fff;
  font-size: 90px;
  line-height: 1em;
}
.popup-div-simulador {
  top: -36px;
  display: inline-block;
  width: 395px;
  height: 500px;
  padding: 12px;
}
.popup-botao-fechar {
  position: absolute;
  left: auto;
  top: -4%;
  right: 0%;
  bottom: auto;
  padding: 0px 4px;
  background-color: transparent;
  text-align: center;
  text-decoration: underline;
}
.bloco-imagem-popup {
  display: block;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url('../images/placeholder.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bloco-popup {
  position: relative;
  width: 745px;
  height: 500px;
  margin-top: 11vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fff;
}
.secao-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 110;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.paragrafo-exito {
  font-size: 16px;
}
.popup-subtitulo {
  font-size: 30px;
  line-height: 1.1em;
}
.bloco-input {
  margin-bottom: 12px;
}
.div-fundo-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 50vw;
  height: 100%;
  background-color: rgba(22, 20, 21, 0.1);
}
.bloco-50 {
  display: inline-block;
  width: 49%;
}
.bloco-50.contato-direita {
  padding-left: 2%;
  text-align: left;
}
.bloco-50.contato-esquerda {
  position: relative;
  z-index: 10;
  padding-right: 3%;
  text-align: left;
}
.botao-enviar {
  padding: 12px 15px;
  background-color: #fff;
  color: #3ebfa2;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
}
.z-index-10 {
  position: relative;
  z-index: 10;
}
.div-49 {
  position: relative;
  display: inline-block;
  width: 48%;
  margin-left: 1%;
}
.div-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.div-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fundo-transparente {
  background-color: hsla(0, 0%, 100%, 0);
}
.div-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.div-item-adicionado {
  position: fixed;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 30px;
  z-index: 2200;
  height: 53px;
  padding-top: 16px;
  padding-right: 20px;
  padding-left: 50px;
  border-radius: 4px;
  background-color: #188336;
  background-image: url('../images/produto-adicionado.svg');
  background-position: 10px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: left;
}
.efeito-expandido {
  width: 39%;
  height: 120%;
  margin-top: -4%;
}
.duvida-botao {
  display: block;
}
.duvida-botao.w--open {
  background-color: #cec9c9;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}
.icon-duvidas {
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 20px;
}
.drop-duvida {
  display: block;
}
.list.div-padding-20.w--open {
  background-color: #fff;
}
.list.div-padding-20.borda-inferior {
  border-bottom-color: #646363;
}
.h4-titulo {
  margin-bottom: 0px;
}
.grid-2 {
  grid-auto-flow: row dense;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.oculta-desktop {
  display: none;
}
.botao-cookie {
  padding: 7px 10px;
  border-radius: 6px;
}
.bloco-vantagens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 87.5999984741211px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}
.bloco-vantagens.div-margem-superior-20 {
  margin-top: 20px;
}
.div-padding-topo-20 {
  padding-top: 20px;
}
.text-block {
  font-family: Fontawesome, sans-serif;
  font-size: 90px;
  line-height: 1.1em;
  text-align: center;
}
.icone-vantagem {
  display: inline-block;
  margin-bottom: 15px;
  font-family: Fontawesome, sans-serif;
  font-size: 50px;
  line-height: 1em;
}
.titulo-vantagem {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 400;
}
.paragrafo-vantagem {
  margin-top: 5px;
  margin-bottom: 0px;
}
.logo-rodape {
  width: 55%;
}
.div-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  margin-right: 10px;
  -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;
}
.div-linha {
  display: block;
  width: 120px;
  height: 1px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #333;
}
.cor-fundo-1 {
  background-color: red;
  color: #fff;
}
.cor-2 {
  background-color: #cd071e;
  color: #fff;
}
.div-block {
  border-style: solid;
  border-width: 1px;
  border-color: #ff0909;
}
.div-borda-cor {
  border-style: solid;
  border-width: 1px;
  border-color: #830909;
  border-radius: 5px;
  background-color: #fff;
}
.link {
  text-decoration: none;
}
.cor-fonte-1 {
  color: #fff;
}
.cor-fonte-2 {
  color: #cd071e;
}
.botao-cor-1 {
  background-color: #ff0909;
  color: #fff;
}
.botao-cor-2 {
  background-color: #fff;
  color: #ff0909;
}
.div-100 {
  width: 100%;
}
.margem-inferior-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .div-24 {
    width: 48%;
  }
  .div-24.div-tablet-auto {
    width: auto;
  }
  .div-24.div-padding-20.margem-a {
    margin-top: 0px;
  }
  .link-produto-adicionar {
    height: auto;
    line-height: 30px;
  }
  .div-produto {
    padding-bottom: 5px;
  }
  .input-produto-quantidade {
    height: 28px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 1.2em;
    line-height: 1.3px;
  }
  .preco-produto {
    font-size: 18px;
  }
  .botao-detalhes {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .botao-adicionar {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding-top: 0px;
    padding-right: 1px;
    padding-bottom: 0px;
    font-size: 17px;
    line-height: 1.7em;
  }
  .div-produto-texto {
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .circulo-botao-compra {
    width: 34px;
    height: 31px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .titulo-produto {
    margin-bottom: 10px;
    font-size: 1em;
  }
  .paragrafo-botao-compra {
    width: 70%;
  }
  .botao-detalhes-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .botao-adicionar-2 {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding-top: 0px;
    padding-right: 1px;
    padding-bottom: 0px;
    font-size: 17px;
    line-height: 1.7em;
  }
  .menu-flex {
    margin-top: 0px;
    padding-top: 10px;
    border-radius: 2px;
    background-color: #333;
  }
  .secao-base.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-simulador-slide {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 60%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .botao-menu {
    margin-top: 10px;
    padding: 0px;
  }
  .botao-menu.w--open {
    border-radius: 2px;
    background-color: transparent;
    color: #333;
  }
  .titulo-form-conversor {
    font-size: 20px;
  }
  .icone-menu {
    background-color: transparent;
    font-size: 50px;
    line-height: 50px;
  }
  .link-menu {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
  .link-menu.w--current {
    color: #d0d0d0;
  }
  .dropdown-link {
    text-align: center;
  }
  .div-texto-slide {
    position: static;
    left: 35px;
    bottom: 20px;
    width: auto;
  }
  .seta-slide {
    width: 30px;
    font-size: 30px;
  }
  .slider {
    height: auto;
    max-height: none;
    min-height: auto;
    background-color: #f0f0f0;
  }
  .bloco-titulo-pagina.subtitulo {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .logo-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slide-gradiente {
    min-height: 400px;
    padding-top: 160px;
    padding-bottom: 0px;
  }
  .bloco-25.vantagens {
    width: 49%;
  }
  .bloco-25.como-funciona {
    width: 49%;
    margin-bottom: 10px;
  }
  .bloco-imagem-slide {
    width: 70px;
    padding-top: 12px;
  }
  .link-logo {
    margin-top: 0px;
  }
  .dropdown-list-2.w--open {
    margin-left: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .ornamento-retangulo {
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bloco-logos-2 {
    width: 80%;
  }
  .titulo-slide {
    font-size: 40px;
    line-height: 0.7em;
  }
  .titulo-slide.pequeno {
    font-size: 18px;
  }
  .titulo-slide.chamativo-1 {
    font-size: 120px;
  }
  .titulo-slide.chamativo-2 {
    font-size: 80px;
  }
  .menu {
    z-index: 10000;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .secao-menu-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-flex-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-flex-horizontal.div-flex-altura-100--dektop {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-flex-horizontal.div-efeito-icone {
    padding-left: 80px;
    background-size: 70px 70px;
  }
  .div-48.div-mobile-100 {
    width: 100%;
  }
  .icone-logo-consorcios {
    z-index: 1;
  }
  .div-72.div-tablet-auto {
    width: auto;
  }
  .div-72.div-tablet-100 {
    width: 100%;
  }
  .div-32 {
    width: 49%;
  }
  .tabcontent {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-top: 24px;
  }
  .div-botao-tab {
    width: 49%;
    margin-bottom: 10px;
  }
  .bloco-pontilhado {
    right: 35px;
    width: 200px;
  }
  .elemento-imagem.beneficios {
    width: 20%;
  }
  .div-flex-vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oculta-tablet {
    display: none;
  }
  .div-55 {
    width: 75%;
  }
  .secao-acao {
    padding-right: 30px;
    padding-left: 30px;
  }
  .subtitulo {
    padding-left: 0%;
  }
  .input-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .div-75-imagem-backgound {
    width: auto;
    height: auto;
  }
  .div-absoluto-vertical {
    position: relative;
  }
  .div-23 {
    width: 49%;
  }
  .bloco-whatsapp-2 {
    left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .imagem-topo {
    height: 330px;
    min-height: auto;
  }
  .bloco-simulador {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .div-texto-topo.sobre {
    width: 285px;
    margin-right: -15px;
    padding: 10px;
  }
  .traco-inferior {
    top: 0.85em;
  }
  .paragrafo-carrinho {
    font-size: 1rem;
  }
  .paragrafo-carrinho.referencia {
    font-size: 0.9rem;
  }
  .botao-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .imagem-produto-2.carrinho {
    max-height: 80px;
  }
  .fonte-fontawesome {
    font-family: Fontawesome, sans-serif;
  }
  .div-acao {
    display: block;
    margin-bottom: 90px;
  }
  .secao-chat-whatsapp-cookie-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bloco-cookie-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .linha-titulo {
    margin-top: 15px;
  }
  .div-icone-17 {
    width: 13%;
  }
  .icone-botao-menu {
    display: inline-block;
  }
  .link-menu-2 {
    margin-right: 0px;
    margin-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-menu-2 {
    z-index: 50;
    margin-top: 0px;
  }
  .bloco-info-contato {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .menu-2 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .logo {
    width: 120px;
  }
  .bloco-botao-simulacao {
    left: auto;
    top: 10px;
    right: 35px;
    bottom: auto;
    width: 35vw;
    max-width: 768px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: right;
  }
  .botao-simulacao {
    display: inline-block;
    padding: 8px 15px;
  }
  .bloco-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: 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-align: center;
  }
  .botao-tipo-consulta {
    margin-bottom: 5px;
  }
  .botao-acao {
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 600;
  }
  .botao-menu-2 {
    position: static;
    margin-left: 10px;
    padding: 5px;
    float: none;
    background-color: transparent;
    -webkit-transition: height 200ms ease, width 200ms ease;
    transition: height 200ms ease, width 200ms ease;
    font-size: 50px;
  }
  .botao-menu-2.w--open {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .link-contato-menu {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .link-contato-menu.atl3-redes-sociais {
    margin-right: 5px;
    margin-left: 5px;
  }
  .input-4 {
    height: 32px;
    padding-top: 4px;
  }
  .paragrafo-3.atl3-atendimento-menu {
    margin-bottom: 5px;
  }
  .div-logo {
    position: relative;
    z-index: 100;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .secao-menu {
    height: 105px;
  }
  .ornamento-retangulo-4 {
    width: 200px;
    height: 200px;
  }
  .bloco-imagem-beneficios-2 {
    left: -10px;
  }
  .div.conversao {
    margin-bottom: 4px;
  }
  .popup-div-simulador {
    width: 390px;
  }
  .bloco-imagem-popup {
    width: 300px;
  }
  .bloco-popup {
    width: 690px;
  }
  .secao-popup {
    display: none;
  }
  .div-49 {
    display: block;
    width: auto;
  }
  .div-tablet-100 {
    width: 100%;
  }
  .div-item-adicionado {
    right: 20px;
    bottom: 34px;
  }
  .bloco-vantagens {
    display: inline-block;
  }
  .div-logos {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .link-produto-adicionar {
    line-height: 34px;
  }
  .div-produto {
    margin-bottom: 20px;
  }
  .input-produto-quantidade {
    height: 34px;
  }
  .preco-produto {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 24px;
  }
  .botao-detalhes {
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: none;
    font-size: 16px;
  }
  .botao-detalhes:hover {
    background-image: none;
  }
  .botao-adicionar {
    width: 36px;
    height: 36px;
    padding-top: 9px;
    font-size: 20px;
    line-height: 1em;
  }
  .botao-adicionar:hover {
    background-image: none;
  }
  .div-produto-texto {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .circulo-botao-compra {
    font-size: 1em;
  }
  .circulo-botao-compra:hover {
    background-image: none;
  }
  .titulo-produto {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.2em;
  }
  .botao-compra-2 {
    width: 80%;
    font-size: 1em;
  }
  .botao-compra-2:hover {
    background-image: none;
  }
  .paragrafo-botao-compra {
    width: 76.5%;
  }
  .botao-detalhes-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: none;
    font-size: 16px;
  }
  .botao-detalhes-2:hover {
    background-image: none;
  }
  .botao-adicionar-2 {
    width: 36px;
    height: 36px;
    padding-top: 9px;
    font-size: 20px;
    line-height: 1em;
  }
  .botao-adicionar-2:hover {
    background-image: none;
  }
  .titulo-pagina {
    font-size: 2em;
  }
  .whatsapp-div-balao {
    top: -68px;
  }
  .div-simulador-slide {
    width: auto;
    margin-right: 24px;
    margin-left: 20px;
  }
  .botao-menu {
    margin-top: 5px;
  }
  .link-menu {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .dropdown-link {
    font-size: 16px;
    line-height: 20px;
  }
  .seta-slide {
    width: 20px;
    font-size: 20px;
  }
  .whatsapp-paragrafo {
    font-size: 16px;
  }
  .slide-gradiente {
    background-image: linear-gradient(45deg, rgba(51, 51, 51, 0.64), rgba(0, 43, 129, 0)), url('../images/consorcio-imoveis-veiculos.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div-padding-10.alinhamento-direita.alinhamento-esquerdo-mobile {
    text-align: left;
  }
  .bloco-imagem-slide {
    width: 46px;
    padding-top: 8px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .botao-conversao {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .botao-conversao.botao-menu-icone {
    display: none;
  }
  .botao-conversao.botao-menu-icone.mobile {
    display: inline-block;
  }
  .botao-conversao.simular-consorcio {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .link-logo {
    margin-left: 0px;
    padding-left: 0px;
  }
  .ornamento-retangulo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .whatsapp-imagem-balao {
    width: 120px;
  }
  .titulo-slide.chamativo-3 {
    margin-bottom: 10px;
    font-size: 65px;
  }
  .titulo-slide.pequeno {
    font-weight: 400;
  }
  .titulo-slide.chamativo-4 {
    margin-bottom: 12px;
    font-size: 50px;
  }
  .titulo-slide.chamativo-1 {
    font-size: 80px;
  }
  .titulo-slide.chamativo-2 {
    font-size: 52px;
  }
  .div-flex-horizontal.div-flex-altura-100--dektop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-flex-horizontal.div-flex-altura-100--dektop.mobile-tamanho-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  .div-flex-horizontal.div-flex-altura-100--dektop.mobile-tamanho-100 {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .div-flex-horizontal.oculta-desk {
    display: block;
  }
  .div-flex-horizontal.oculta-mobile {
    display: none;
  }
  .div-flex-horizontal.div-efeito-icone {
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .botao-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .div-72.div-tablet-auto {
    width: auto;
  }
  .div-72.div-tablet-100 {
    width: auto;
  }
  .tabcontent {
    display: block;
    overflow: hidden;
  }
  .bloco-pontilhado {
    right: 20px;
  }
  .elemento-imagem.investimento {
    left: -30px;
    bottom: -30px;
    width: 60px;
  }
  .mobile {
    display: block;
  }
  .div-flex-vertical.filhos.oculta-mobile {
    display: none;
  }
  .bloco-titulo-secao {
    margin-bottom: 15px;
  }
  .ornamento-retangulo-gradiente {
    height: 6px;
  }
  .secao-acao {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }
  .subtitulo {
    font-size: 30px;
    line-height: 37px;
  }
  .int-flex-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .input-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .div-input-2 {
    margin-bottom: 5px;
  }
  .bloco-whatsapp-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .imagem-topo {
    height: 300px;
  }
  .imagem-topo.paginas {
    height: auto;
  }
  .bloco-simulador {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-imagem-topo {
    display: block;
    width: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/conect-consorcios-imobiliarios-itau-5.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/conect-consorcios-imobiliarios-itau-5.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div-imagem-topo.pagina {
    height: 250px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }
  .div-texto-topo.sobre {
    width: 250px;
    margin-top: -15px;
    margin-right: -10px;
  }
  .imagem-absoluto {
    opacity: 0.6;
  }
  .div-mobile-16 {
    width: 16%;
  }
  .botao-compra-3 {
    font-size: 1em;
  }
  .botao-compra-3:hover {
    background-image: none;
  }
  .botao-2 {
    font-size: 12px;
  }
  .secao-acao-2 {
    position: relative;
  }
  .div-acao {
    position: relative;
    z-index: 5000;
    margin-bottom: 110px;
  }
  .secao-chat-whatsapp-cookie-2 {
    margin-left: 0px;
  }
  .linha-titulo {
    margin-top: 16px;
  }
  .link-menu-2 {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .nav-menu-2 {
    right: 0px;
    margin-top: 130px;
    padding: 10px;
    background-color: #0064b4;
  }
  .bloco-info-contato {
    width: 75vw;
  }
  .menu-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .bloco-botao-simulacao {
    position: fixed;
    left: auto;
    top: 10px;
    right: 20px;
    z-index: 99999;
    width: 45vw;
    text-align: right;
  }
  .botao-simulacao {
    display: none;
    padding: 10px 18px;
  }
  .botao-simulacao.mobile {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .bloco-menu {
    position: static;
  }
  .bloco-int-simulador {
    display: block;
    padding: 15px;
  }
  .botao-menu-2 {
    display: inline-block;
    margin-left: 10px;
    padding: 5px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 50px;
  }
  .botao-menu-2.w--open {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .label-3 {
    font-size: 12px;
  }
  .link-contato-menu.atl3-redes-sociais {
    display: none;
  }
  .input-4 {
    font-size: 13px;
  }
  .paragrafo-3.obrigado-simulacao {
    margin-bottom: 5px;
  }
  .div-logo {
    display: block;
  }
  .secao-menu {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
  }
  .bloco-passo {
    width: 60px;
    height: 60px;
    padding-top: 18px;
    font-size: 50px;
  }
  .titulo-pagina-3 {
    font-size: 2em;
  }
  .div-mobile-100 {
    width: 100%;
  }
  .botao-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .bloco-conversao-whatsapp {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .botao-whatsapp {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .popup-titulo {
    font-size: 52px;
  }
  .popup-div-simulador {
    width: 220px;
  }
  .bloco-imagem-popup {
    width: 220px;
    height: 400px;
  }
  .bloco-popup {
    width: 440px;
    height: 400px;
  }
  .secao-popup {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .popup-subtitulo {
    font-size: 22px;
  }
  .div-49 {
    display: block;
  }
  .div-item-adicionado {
    bottom: 30px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .oculta-desktop {
    display: block;
  }
  .bloco-vantagens {
    height: 92px;
  }
  .titulo-vantagem {
    min-height: 43px;
  }
  .div-logos {
    width: 30%;
  }
  .margem-inferior-mobile-20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .div-24 {
    width: 100%;
  }
  .preco-produto {
    font-size: 22px;
  }
  .botao-detalhes {
    height: 34.11111068725586px;
    font-size: 20px;
  }
  .botao-adicionar {
    line-height: 0.9em;
  }
  .botao-compra-2 {
    width: 70%;
  }
  .botao-detalhes-2 {
    height: 34.11111068725586px;
    font-size: 20px;
  }
  .botao-adicionar-2 {
    line-height: 0.9em;
  }
  .opcao-simulador {
    display: inline-block;
  }
  .titulo-pagina {
    font-size: 1.8em;
  }
  .secao-base.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;
  }
  .whatsapp-div-balao {
    left: auto;
    top: -69px;
    right: 0px;
    text-align: right;
  }
  .whatsapp-icone-image {
    width: 20px;
    height: 20px;
  }
  .div-simulador-slide {
    min-width: auto;
    margin-right: 15px;
    margin-left: 15px;
  }
  .titulo-form-conversor {
    font-size: 20px;
  }
  .icone-menu {
    font-size: 40px;
    line-height: 40px;
  }
  .div-texto-slide {
    font-size: 15px;
  }
  .whatsapp-botao-verde {
    padding-top: 4px;
    padding-bottom: 8px;
  }
  .whatsapp-paragrafo {
    margin-left: 6px;
  }
  .margem-inferior-30 {
    margin-bottom: 20px;
  }
  .whatsapp-bloco {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .bloco-25.vantagens {
    width: auto;
    margin-bottom: 10px;
  }
  .bloco-25.como-funciona {
    width: auto;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-padding-10 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bloco-imagem-slide {
    padding-top: 2px;
  }
  .botao-conversao {
    padding-right: 12px;
    padding-left: 12px;
  }
  .botao-conversao.botao-menu-icone {
    font-size: 0.8em;
  }
  .botao-conversao.simular-consorcio {
    padding: 5px;
  }
  .ornamento-retangulo-lateral {
    width: 10px;
  }
  .bloco-logos-2 {
    width: 90%;
  }
  .link-contatos-superior {
    margin-right: 0px;
  }
  .div-texto-qualidades {
    width: 80.5%;
  }
  .titulo-slide.chamativo-3 {
    font-size: 54px;
  }
  .titulo-slide.chamativo-4 {
    font-size: 40px;
  }
  .paragrafo.rodape {
    display: inline;
  }
  .div-48 {
    width: auto;
  }
  .titulo-maiusculas-2 {
    font-size: 0.8em;
  }
  .botao-1 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .div-32 {
    width: auto;
  }
  .tabcontent {
    margin-top: 12px;
  }
  .div-botao-tab {
    width: 100%;
  }
  .bloco-pontilhado {
    right: 15px;
  }
  .elemento-imagem.investimento {
    left: -40px;
    bottom: -40px;
    width: 90px;
  }
  .div-padding-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .margem-inferior-60 {
    margin-bottom: 20px;
  }
  .ornamento-retangulo-2.posicao-inferior {
    z-index: 15;
  }
  .div-55 {
    display: block;
    width: auto;
  }
  .ornamento-retangulo-3.posicao-inferior {
    z-index: 15;
  }
  .secao-acao {
    text-align: center;
  }
  .subtitulo {
    font-size: 23px;
    line-height: 25px;
  }
  .div-input-2 {
    margin-bottom: 10px;
  }
  .div-23 {
    width: 100%;
  }
  .bloco-whatsapp-2 {
    left: 0px;
    display: block;
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .bloco-simulador {
    width: auto;
    min-width: auto;
    margin-right: 15px;
    margin-left: 15px;
  }
  .div-imagem-topo {
    display: block;
    width: auto;
  }
  .div-imagem-topo.pagina {
    height: 300px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .margem-inferior-20 {
    margin-bottom: 20px;
  }
  .traco-inferior {
    top: 0.7em;
  }
  .titulo-1 {
    max-width: 70%;
  }
  .div-8 {
    width: 20%;
  }
  .paragrafo-carrinho.referencia {
    font-size: 14px;
  }
  .div-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-titulo {
    margin-bottom: 20px;
  }
  .secao-acao-2 {
    padding-bottom: 50px;
    text-align: center;
  }
  .div-acao {
    width: 100%;
    margin-bottom: 120px;
  }
  .paragrafo-cookie {
    text-align: justify;
  }
  .bloco-cookie-2 {
    -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;
  }
  .linha-titulo {
    width: 30px;
    margin-top: 13px;
  }
  .nav-menu-2 {
    margin-top: 114px;
  }
  .menu-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .logo {
    min-width: 90px;
  }
  .bloco-botao-simulacao {
    right: 15px;
    width: 90vw;
  }
  .botao-tipo-consulta {
    width: 47.5%;
  }
  .opcao-simulador-2 {
    display: inline-block;
  }
  .botao-acao {
    margin-top: 20px;
  }
  .bloco-int-simulador {
    padding: 10px;
  }
  .link-contato-menu {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .link-contato-menu.mobile {
    display: none;
  }
  .paragrafo-3.atl3-atendimento-menu {
    display: none;
  }
  .paragrafo-3.obrigado-simulacao {
    font-size: 20px;
  }
  .retangulo-lateral {
    width: 10px;
  }
  .retangulo-lateral._3 {
    width: 20px;
  }
  .bloco-passo {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 30px;
  }
  .titulo-pagina-3 {
    font-size: 1.8em;
  }
  .whatsapp-bloco-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .ornamento-retangular {
    width: 10px;
  }
  .botao-2 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .bloco-imagem-beneficios-2 {
    left: -30px;
  }
  .botao-whatsapp {
    padding-right: 12px;
    padding-left: 12px;
  }
  .div-50 {
    width: auto;
  }
  .div-item-adicionado {
    right: 15px;
    bottom: 45px;
    height: 45px;
    padding-top: 13px;
    padding-right: 10px;
    padding-left: 40px;
    background-position: 5px 50%;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .botao-cookie {
    width: 60%;
    margin-top: 5px;
  }
  .titulo-vantagem {
    min-height: auto;
  }
  .div-logos {
    width: 50%;
  }
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}