.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%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

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: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  padding: 0px;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
  line-height: 26px;
}

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-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-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.alinhamento-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.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: 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;
  border-width: 1px;
  border-color: #000 #000 #333;
  border-radius: 4px;
  background-color: transparent;
  color: #333;
  font-size: 1em;
}

.input:focus {
  border-bottom-color: #f9dd16;
}

.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.div-borda {
  border-color: #ec7000;
}

.input.simulador {
  display: block;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #fff;
}

.input.select {
  max-width: 100%;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
}

.input.select.simulador {
  display: inline-block;
  width: 100%;
  padding-top: 3px;
}

.input.div-padding-5 {
  margin: 0px;
}

.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-image: linear-gradient(242deg, #fff, #000);
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.icone-input-form.valor {
  padding-top: 0px;
  box-shadow: 1px 1px 10px 0 rgba(0, 56, 168, 0.6);
}

.titulo-pagina {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ec7000;
}

.menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 6px;
  -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;
}

.div-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
}

.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.div-fundo {
  background-color: #ec7000;
}

.secao-base.div-fundo.fonte-branco.padding-topo {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.secao-base.padding-0 {
  padding: 0px;
}

.secao-base.div-fundo-cinza {
  background-color: #efe9e5;
}

.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: 12%;
  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-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.link-menu:hover {
  color: #003767;
}

.link-menu.w--current {
  border-bottom: 1px none #fff;
  color: #fff;
}

.link-menu.w--current:hover {
  color: #003767;
}

.link-menu.select-menu {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  clear: left;
}

.link-menu.dropdown-2 {
  padding-right: 20px;
}

.bloco-dados-envio {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 15px 10px 15px 15px;
  clear: both;
  border-style: none;
  border-width: 1px;
  border-color: #d3d3d3;
}

.bloco-dados-envio.bloco-dados-pop-up {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.div-input-simulador {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  text-align: right;
}

.div-input-simulador.input-bloco {
  margin-bottom: 8px;
  padding: 0px;
}

.dropdown-link {
  position: relative;
  color: #fff;
}

.dropdown-link:hover {
  background-color: #ec7000;
}

.dropdown-link.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.label-input {
  position: absolute;
  left: 5px;
  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;
}

.div-texto-slide {
  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;
}

.div-texto-slide.div-margem-superior-85 {
  margin-top: 85px;
}

.seta-slide {
  width: 40px;
}

.bloco-icone-vantagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider {
  height: 80vh;
  max-height: 80vh;
  min-height: 450px;
  background-color: #e6e6e6;
}

.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;
}

.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, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/consorcio-imovel-veiculo-caminhao.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/consorcio-imovel-veiculo-caminhao.jpg');
  background-position: 0px 0px, 100% 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%;
  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-radius: 5px;
  background-color: #003767;
  -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;
}

.botao-conversao:hover {
  background-color: #fff;
  color: #003767;
}

.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.cor-laraja {
  background-color: #ec7000;
}

.botao-conversao.cor-laraja:hover {
  color: #fff;
}

.botao-conversao.botao-simulador-slide {
  width: 100%;
}

.botao-conversao.botao-bloco {
  margin-top: 5px;
}

.link-logo.alinhamento-centralizado.logo-tablet {
  display: none;
}

.bloco-simulador-3 {
  z-index: 60;
  padding: 20px 15px;
  text-align: left;
}

.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 {
  color: #fff;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.margem-superior {
  margin-top: 20px;
}

.icone-dropdown {
  margin-right: 14px;
  color: #fff;
  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;
}

.icone.fonte-laranja {
  color: #ec7000;
}

.titulo-slide {
  font-size: 64px;
  line-height: 1.1em;
  font-weight: 700;
}

.titulo-slide.chamativo-3 {
  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;
  text-align: right;
}

.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.div-fundo {
  background-color: #ec7000;
}

.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: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 12px 40px 0 rgba(0, 33, 97, 0.2);
  color: grey;
  text-align: center;
}

.div-form-conversor.div-fundo-laraja {
  background-color: #ec7000;
}

.div-form-conversor.fundo-branco {
  background-color: #fff;
}

.div-form-conversor.fundo-branco.fonte-azul {
  color: #003767;
}

.titulo-pagina-previa {
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.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-centralizado-vertical.margem-inferior-80 {
  margin-top: 10px;
  margin-bottom: 80px;
}

.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-flex-horizontal.margem-inferior-80 {
  margin-bottom: 80px;
}

.div-flex-horizontal.alinhamento-esticado {
  margin-right: 215px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.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;
  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: 20px;
  background-color: #ec7000;
  -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;
}

.botao-1:hover {
  border-color: #ec7000;
  background-color: #fff;
  color: #ec7000;
}

.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.alinhamento-centralizado:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ec7000;
}

.botao-1.relativo-zindex-10 {
  position: relative;
  z-index: 10;
}

.botao-1.borda-laraja {
  border-style: solid;
  border-width: 1px;
  border-color: #ec7000;
}

.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: #003767;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  line-height: 14px;
}

.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-72.div-mobile-100.alinhamento-centralizado-vertical {
  -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-72.div-mobile-100.alinhamento-centralizado-vertical.efeito-expandido {
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-72.div-mobile-100.alinhamento-centralizado-vertical.efeito-expandido.margem-lateral {
  margin-left: 20px;
}

.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: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.imagem-logo.largura-50 {
  width: 50px;
}

.div-fundo {
  background-color: #003767;
}

.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: 5px;
  color: #fff;
  text-decoration: none;
}

.link-rodape.fonte-preto {
  color: #000;
}

.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.div-borda {
  display: block;
  border-color: #ec7000;
}

.titulo-rodape {
  margin-bottom: 10px;
}

.titulo-rodape.fonte-amarela {
  color: #f2ff00;
}

.titulo-rodape.fonte-laranja {
  color: #ec7000;
}

.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;
}

.mobile {
  display: none;
  margin-right: 5px;
  color: #757676;
}

.div-erro {
  background-color: red;
}

.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;
}

.text-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.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;
  padding: 6px 70px 70px;
  clear: both;
  background-color: #fff;
  text-align: center;
}

.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 {
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 400;
}

.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;
}

.label.font-14 {
  line-height: 16px;
}

.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;
}

.bloco-whatsapp-2.oculta {
  display: none;
}

.secao-chat-whatsapp-cookie {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 280px;
}

.bloco-cookie {
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 5px 20px;
  -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;
}

.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: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: block;
  margin-bottom: 10px;
  padding: 10px 5px 10px 10px;
  clear: both;
  border-radius: 4px;
  background-color: #003767;
}

.bloco-simulador.oculta {
  display: none;
}

.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;
  font-weight: 700;
  text-align: center;
}

.botao-consulta-whatsapp-2:hover {
  background-color: #fff;
  color: #00b2a8;
}

.botao-consulta-whatsapp-2.oculta {
  display: none;
}

.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;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}

.div-acao {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  text-align: center;
}

.div-acao.com-chat {
  margin-bottom: 90px;
}

.paragrafo-cookie {
  margin-bottom: 0px;
  padding-right: 10px;
}

.secao-chat-whatsapp-cookie-2 {
  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;
  color: #003767;
}

.secao-chat-whatsapp-cookie-2.div-flex-vertical {
  display: block;
}

.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;
  font-size: 14px;
  line-height: 14px;
}

.bloco-cookie-2.oculta {
  display: none;
}

.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: inline-block;
  padding: 12px 25px;
  border-radius: 3px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-align: center;
}

.botao-simulacao.mobile {
  display: none;
}

.botao-simulacao.div-fundo {
  background-color: #ec7000;
}

.botao-simulacao.div-fundo.oculta-retrato {
  display: inline-block;
  width: 215.3874969482422px;
}

.botao-simulacao.div-fundo.oculta {
  display: none;
}

.botao-simulacao.div-fundo.bota-simulador-mostra-retrato {
  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;
  border-radius: 3px;
  background-color: #f7941e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.botao-acao:hover {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.3);
}

.botao-acao.botao-inlineblock-2 {
  display: inline-block;
  width: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #ec7000;
}

.botao-acao.cor-laranja {
  background-color: #ec7000;
}

.bloco-int-simulador {
  position: relative;
  padding: 10px;
  clear: both;
}

.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: 72px;
  height: 72px;
  padding: 24px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ec7000;
  border-radius: 100%;
  color: #ec7000;
  font-size: 47px;
  font-weight: 400;
  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 {
  position: relative;
  display: block;
  height: 100%;
  clear: both;
}

.bloco-popup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  max-height: 80vh;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  border-radius: 10px;
  background-color: #fff;
}

.bloco-popup.fundo-popup {
  background-color: #003767;
  color: #fff;
}

.bloco-popup.fundo-popup.div-oculta {
  display: none;
}

.bloco-popup.padding-0.mobile.radius-0 {
  border-radius: 0px;
}

.bloco-popup.padding-0.mobile.radius-0.sem-fundo-cor {
  background-color: transparent;
}

.secao-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 110;
  padding-top: 6vh;
  padding-bottom: 20px;
  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%;
}

.duvidas-dropdown {
  border-bottom: 1px none #000;
}

.duvida-botao {
  display: block;
  border-bottom: 1px none #000;
  white-space: normal;
}

.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;
  color: #ec7000;
  font-size: 20px;
}

.drop-duvida {
  z-index: 1;
  display: block;
}

.drop-duvida.borda-inferior {
  border-bottom-color: #333;
}

.list.div-padding-20.w--open {
  background-color: #fff;
}

.list.div-padding-20.borda-inferior {
  position: static;
  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;
}

.div-pesquisa {
  display: inline-block;
  height: 52px;
  min-width: 381px;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ec7000;
  border-radius: 5px;
}

.div-pesquisa.bloco-pesquisa {
  width: 52px;
  min-width: auto;
  margin-left: 10px;
  text-align: center;
}

.div-pesquisa-topo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -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;
}

.imagem-lupa {
  display: block;
}

.texto-pesquisa {
  display: inline-block;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.1em;
  font-weight: 700;
}

.bloco-formulario {
  margin-bottom: 0px;
  border-radius: 5px;
}

.div-titulo-simulador {
  display: block;
  margin-bottom: 2px;
  text-align: left;
}

.titulo-simulador {
  position: relative;
  z-index: 5;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  font-size: 1.4em;
  text-align: center;
}

.titulo-simulador.popup {
  margin-left: 15px;
  padding-right: 0px;
  color: #ec7000;
  font-size: 1.8em;
  line-height: 39px;
}

.titulo-simulador.margem-inferior-simulador {
  margin-bottom: 10px;
}

.titulo-secao {
  color: #fff;
  font-size: 36px;
}

.titulo-consorcios-servicos {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding: 6px 10px;
  background-color: rgba(0, 50, 150, 0.8);
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.bloco-servicos {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -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;
}

.bloco-servicos:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.logo-rodape {
  width: 55%;
}

.paragrafo-vantagem {
  margin-top: 5px;
  line-height: 1.4em;
}

.titulo-vantagem {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 400;
}

.traco-laranja {
  width: 50px;
  height: 3px;
  background-color: #ee7203;
}

.icone-vantagem {
  margin-bottom: 15px;
  font-family: Fontawesome, sans-serif;
  color: #003767;
  font-size: 56px;
  line-height: 1em;
}

.div-vantagem {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 49%;
  height: 240px;
  max-width: 450px;
  margin-bottom: 20px;
  margin-left: 5px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: left;
}

.div-vantagem:hover {
  z-index: 100;
  background-color: #ee7203;
  box-shadow: 0 5px 50px 0 rgba(238, 114, 3, 0.7);
  color: #fff;
}

.imagem-arredondado {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 13px;
}

.barra-inferior {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 5px 5vw 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #003767;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 16px;
}

.div-info-barra {
  position: relative;
  z-index: 10;
  clear: both;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.bloco-25-fixo {
  position: absolute;
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 5px;
  width: 26vw;
  text-align: right;
}

.link-barra {
  display: inline-block;
  margin-right: 20px;
  margin-left: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 1.1em;
}

.text-span {
  font-family: Fontawesome, sans-serif;
  color: #fff;
}

.text-span.fonte-azul {
  color: #003767;
}

.texto-drop {
  display: inline-block;
}

.icone-drop {
  position: static;
  display: inline-block;
  margin-top: 3px;
  margin-right: 0px;
  margin-left: 5px;
}

.dropdown-list {
  z-index: 100;
  font-weight: 300;
}

.dropdown-list.w--open {
  border-radius: 1px;
  text-align: center;
}

.div-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-logos.logo-1 {
  width: 14%;
}

.div-logos.logo-3 {
  width: 8%;
}

.div-16 {
  width: 16%;
}

.div-16.alinhamento-centralizado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagem-como-funciona {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
}

.div-borda-azul {
  border-style: solid;
  border-width: 1px;
  border-color: #003767;
}

.bloco-simulador-interno {
  position: relative;
  z-index: 10;
  display: block;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.titulo-dados-simulador {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.imagem-popup {
  width: 100%;
  height: 100%;
  clear: both;
  border-radius: 8px;
  background-image: url('../images/simulador-itau.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imagem-popup.radius-0 {
  border-radius: 0px;
}

.botao-fechar-2 {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  z-index: 100;
  padding: 2px;
  border-radius: 5px;
  background-color: #e4e7ec;
  color: #0038a8;
  line-height: 1em;
}

.bloco-simulador-efeito {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  clear: both;
  border-radius: 4px;
  background-color: #003767;
}

.bloco-simulador-efeito.oculta {
  display: none;
}

.botao-cookie {
  padding: 7px 10px;
  border-radius: 6px;
}

.paragrafo-whatsapp {
  display: inline-block;
}

.paragrafo-whatsapp.oculta-paisagem {
  margin-bottom: 0px;
  line-height: 24px;
}

.botao-verde {
  display: block;
  padding: 1px 8px 3px 2px;
  border-style: solid;
  border-width: 2px;
  border-color: #ee7203;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #003767;
}

.botao-verde:hover {
  border-color: transparent;
  background-color: #128c7e;
  color: #fff;
}

.icone-whatsapp-image {
  margin-bottom: 0px;
  font-family: Fontawesome, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.div-imagem-balao {
  text-align: right;
}

.bloco-whatsapp {
  z-index: 250;
  margin-top: -80px;
  text-align: center;
}

.imagem-balao {
  width: 120px;
}

.icone-whatsapp {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 50px;
  background-color: #128c7e;
  color: #fff;
}

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

.fonte-cor-laranja {
  color: #ec7000;
}

.bloco-titulo {
  margin-bottom: 40px;
}

.div-titulo-2 {
  position: relative;
  z-index: 10;
}

.bloco-cadastro {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
}

.titulo-cadastro {
  font-size: 1.3em;
  line-height: 1em;
}

.div-20 {
  display: inline-block;
  width: 19%;
  margin-bottom: 15px;
}

.div-20.margem-direita {
  margin-right: 1%;
}

.select {
  display: inline-block;
  height: auto;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  background-color: transparent;
  font-size: 1em;
}

.select.div-borda {
  border-color: #ec7000;
}

.div-titulo-2 {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }

  .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 {
    width: auto;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    background-color: #ec7000;
  }

  .secao-base.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .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;
  }

  .titulo-form-conversor {
    font-size: 20px;
  }

  .icone-menu {
    font-size: 60px;
    line-height: 50px;
  }

  .link-menu {
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom-color: #8d2528;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
  }

  .bloco-dados-envio {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-link {
    background-color: #ec7000;
    color: #fff;
  }

  .div-texto-slide {
    position: static;
    left: 35px;
    bottom: 20px;
    width: auto;
  }

  .div-texto-slide.div-margem-superior-85 {
    max-width: 500px;
    margin-top: 20px;
  }

  .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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/consorcio-imovel-veiculo-caminhao.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/consorcio-imovel-veiculo-caminhao.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .bloco-25.vantagens {
    width: 49%;
  }

  .bloco-25.como-funciona {
    width: 49%;
    margin-bottom: 10px;
  }

  .bloco-imagem-slide {
    width: 70px;
    padding-top: 12px;
  }

  .botao-conversao.largura-auto {
    display: none;
  }

  .link-logo {
    margin-top: 0px;
  }

  .link-logo.alinhamento-centralizado.logo-tablet {
    margin-left: 10px;
  }

  .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: 20px;
    margin-bottom: 10px;
  }

  .bloco-logos-2 {
    width: 80%;
  }

  .titulo-slide.pequeno {
    font-size: 18px;
  }

  .titulo-slide.chamativo-1 {
    font-size: 120px;
  }

  .titulo-slide.chamativo-2 {
    font-size: 80px;
  }

  .menu {
    z-index: 10000;
    -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-flex-horizontal.alinhamento-esticado {
    margin-right: 0px;
  }

  .botao-1 {
    border-style: none;
  }

  .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%;
  }

  .label.font-14 {
    font-size: 16px;
  }

  .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;
  }

  .secao-chat-whatsapp-cookie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bloco-cookie {
    padding-right: 10px;
    padding-left: 10px;
  }

  .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;
  }

  .div-acao.com-chat {
    margin-bottom: 130px;
  }

  .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 {
    padding: 8px 15px;
  }

  .botao-simulacao.div-fundo.oculta-retrato {
    font-size: 16px;
  }

  .botao-simulacao.div-fundo.bota-simulador-mostra-retrato {
    font-size: 16px;
  }

  .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;
  }

  .bloco-passo {
    padding-left: 20px;
  }

  .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;
  }

  .div-49 {
    display: block;
    width: auto;
  }

  .div-tablet-100 {
    width: 100%;
  }

  .div-item-adicionado {
    right: 20px;
    bottom: 34px;
  }

  .titulo-secao {
    font-size: 28px;
  }

  .bloco-servicos {
    margin: 10px;
  }

  .bloco-servicos:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .logo-rodape.margem-superior {
    margin-top: 10px;
  }

  .div-vantagem {
    height: auto;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .barra-inferior {
    padding-right: 240px;
  }

  .bloco-25-fixo {
    width: 45vw;
  }

  .link-barra {
    margin-right: 0px;
    margin-left: 10px;
  }

  .dropdown-list.w--open {
    margin-left: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .div-logos.logo-1 {
    width: 40%;
  }

  .div-logos.logo-3 {
    width: 12%;
  }

  .titulo-dados-simulador {
    margin-bottom: 0px;
  }

  .bloco-simulador-efeito {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
  }

  .paragrafo-whatsapp {
    font-size: 16px;
    line-height: 1em;
  }

  .botao-verde {
    background-color: #fff;
  }

  .bloco-whatsapp {
    left: auto;
    right: 35px;
    bottom: 70px;
    z-index: 90;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-20 {
    width: 32%;
  }

  .div-20.margem-direita {
    margin-right: 1%;
    margin-left: 0%;
  }
}

@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;
  }

  .input.div-padding-5 {
    line-height: 22px;
  }

  .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;
  }

  .bloco-dados-envio {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-input-simulador.input-bloco {
    margin-bottom: 4px;
  }

  .div-texto-slide.div-margem-superior-85 {
    max-width: 250px;
  }

  .seta-slide {
    width: 20px;
    font-size: 20px;
  }

  .whatsapp-paragrafo {
    font-size: 16px;
  }

  .slide-gradiente {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/consorcio-imovel-veiculo-caminhao.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/consorcio-imovel-veiculo-caminhao.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 {
    font-size: 36px;
    line-height: 1.1em;
  }

  .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;
  }

  .div-48.oculta-mobile {
    display: none;
  }

  .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%;
  }

  .label.mobile-fonte {
    font-size: 16px;
    line-height: 1.2em;
  }

  .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;
  }

  .secao-chat-whatsapp-cookie {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: 0px;
  }

  .bloco-cookie {
    padding-bottom: 35px;
  }

  .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-menu {
    padding-top: 5px;
  }

  .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;
  }

  .div-acao.com-chat {
    margin-bottom: 160px;
  }

  .paragrafo-cookie {
    font-size: 16px;
  }

  .paragrafo-cookie.cookie-vertical {
    line-height: 18px;
  }

  .secao-chat-whatsapp-cookie-2 {
    margin-left: 0px;
  }

  .bloco-cookie-2.com-chat {
    padding-bottom: 50px;
  }

  .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 {
    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;
    padding-left: 13px;
    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: auto;
    height: 100%;
  }

  .bloco-popup {
    width: 70vw;
    height: auto;
    max-height: 95vh;
    padding: 10px;
  }

  .bloco-popup.padding-0 {
    padding: 0px;
  }

  .bloco-popup.padding-0.mobile {
    width: auto;
    max-height: 95%;
    max-width: 95%;
  }

  .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;
  }

  .div-pesquisa {
    width: 250px;
    height: 80px;
    min-width: 200px;
  }

  .div-pesquisa-topo.margem-superior-20.div-mobile-oculta {
    display: none;
  }

  .texto-pesquisa {
    font-size: 1.4em;
  }

  .titulo-simulador {
    font-size: 4vw;
    line-height: 1.2em;
  }

  .titulo-simulador.popup {
    position: static;
    display: block;
    margin-top: 0px;
    margin-left: 15px;
    padding-right: 0px;
  }

  .titulo-secao {
    font-size: 22px;
  }

  .titulo-consorcios-servicos {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 1em;
  }

  .titulo-vantagem {
    min-height: 43px;
  }

  .imagem-arredondado.imagem-investimento.oculta-mobile {
    display: none;
  }

  .barra-inferior {
    padding-right: 210px;
  }

  .div-info-barra {
    display: none;
  }

  .bloco-25-fixo {
    right: 20px;
    width: 50vw;
  }

  .link-barra {
    margin-left: 5px;
    font-size: 16px;
  }

  .bloco-simulador-interno {
    clear: both;
  }

  .imagem-popup.mobile.oculta-mobile-paisagem {
    display: none;
  }

  .div-imagem-balao {
    top: -68px;
  }

  .bloco-whatsapp {
    right: 20px;
  }

  .div-20.margem-direita {
    margin-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 5px;
  }

  .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;
  }

  .input.div-padding-5 {
    line-height: 24px;
  }

  .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: 50px;
    line-height: 40px;
  }

  .div-texto-slide {
    font-size: 15px;
  }

  .div-texto-slide.div-margem-superior-85 {
    max-width: 220px;
  }

  .whatsapp-botao-verde {
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .whatsapp-paragrafo {
    margin-left: 6px;
  }

  .margem-inferior-30 {
    margin-bottom: 20px;
  }

  .slide-gradiente {
    padding-top: 10px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/consorcio-imovel-veiculo-caminhao.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/consorcio-imovel-veiculo-caminhao.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .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 {
    font-size: 37px;
  }

  .titulo-slide.chamativo-3 {
    font-size: 54px;
  }

  .titulo-slide.chamativo-4 {
    font-size: 40px;
  }

  .paragrafo.rodape {
    display: inline;
  }

  .div-48 {
    width: auto;
  }

  .div-48.div-mobile-100 {
    width: 100%;
  }

  .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;
  }

  .label.font-14 {
    font-size: 17px;
    line-height: 20px;
  }

  .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-cookie.cookie-mobile-flex-vertical {
    -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;
  }

  .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;
  }

  .div-acao.com-chat {
    margin-bottom: 180px;
  }

  .paragrafo-cookie {
    text-align: justify;
  }

  .paragrafo-cookie.cookie-vertical {
    padding-right: 0px;
    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-simulacao {
    display: none;
  }

  .botao-simulacao.div-fundo.bota-simulador-mostra-retrato {
    display: inline-block;
  }

  .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: 7px 10px 5px;
    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;
  }

  .bloco-popup.padding-0.mobile {
    display: block;
    width: auto;
    max-width: 90%;
  }

  .bloco-popup.mobile {
    display: inline-block;
    max-height: 90%;
    padding: 0px;
  }

  .bloco-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bloco-50.oculta {
    display: none;
  }

  .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;
  }

  .div-pesquisa {
    width: 220px;
    height: 66px;
    min-width: 0px;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-pesquisa.bloco-pesquisa {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-pesquisa.bloco-pesquisa.oculta-retrato {
    display: none;
  }

  .div-pesquisa-topo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-titulo-simulador {
    margin-bottom: 5px;
  }

  .titulo-simulador {
    font-size: 1.4em;
  }

  .titulo-simulador.popup {
    margin-top: 5px;
  }

  .titulo-secao {
    font-size: 20px;
  }

  .bloco-servicos {
    margin: 5px;
  }

  .titulo-vantagem {
    min-height: auto;
  }

  .div-vantagem {
    width: auto;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .barra-inferior {
    padding-right: 105px;
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .bloco-25-fixo {
    left: 15px;
    right: 15px;
    width: auto;
  }

  .link-barra {
    font-size: 14px;
  }

  .div-logos.logo-1 {
    width: 60%;
  }

  .imagem-popup.oculta-mobile {
    display: none;
  }

  .imagem-popup.mobile {
    width: auto;
    height: auto;
  }

  .imagem-popup.mobile.oculta-mobile-paisagem {
    display: block;
  }

  .bloco-simulador-efeito {
    width: auto;
    min-width: auto;
  }

  .botao-cookie {
    width: 60%;
    margin-top: 5px;
  }

  .paragrafo-whatsapp {
    width: 66px;
    font-size: 14px;
    text-align: left;
  }

  .botao-verde {
    padding-right: 4px;
  }

  .div-imagem-balao {
    left: auto;
    top: -69px;
    right: 0px;
    text-align: right;
  }

  .bloco-whatsapp {
    right: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .div-20 {
    display: block;
    width: auto;
    margin-right: 0%;
    margin-bottom: 10px;
  }

  .div-titulo-2 {
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}