@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital@0;1&display=swap");

fundo-rodape-2-respul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Work Sans", sans-serif;
}

#cookie {
  box-shadow: 0 0 1em rgb(155, 155, 155, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  margin-bottom: 20px;
  left: 5%;
  background: #faf8f7;
  color: #56504c;
  width: 90%;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  font-size: 1em;
  transition: 0.5s;
  z-index: 999;
  border: 1px solid #56504c;
  border-radius: 10px;
}
#cookie div div {
  width: 75%;
  float: left;
  padding-left: 15px;
}
#cookie a {
  text-decoration: underline;
}
#cookie button {
  background: #faf8f7;
  color: #2379b6;
  border: 1px solid #2379b6;
  border-radius: 10px;
  float: right;
  font-size: 1.2em;
  width: 22%;
  padding-top: 1%;
  padding-bottom: 1%;
  font-weight: bold;
}

#div-tempo-trabalho {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999;
}

#preloader .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.5);
  z-index: 999999;
}

#preloader2 .wrapper2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topo {
  width: 100%;
  height: 115px;
  background: var(--primary-color);
  padding-top: 10px;
}

.topo-parceiro-ef {
  width: 100%;
  height: 115px;
  background: var(--secondary-color);
  padding-top: 10px;
}

a.btn-ajuda {
  text-decoration: none;
  color: #fff;
  float: right;
  margin-top: 30px;
  padding: 0.5rem 1rem;
  transition: all 0.3s linear;
  font-size: 1rem;
  border: 1px solid transparent;
}

a.btn-ajuda:hover {
  border-color: #fff;
}

.topo2 {
  width: 100%;
  height: 115px;
  background: #fff;
  padding-top: 10px;
  display: none;
}

a.btn-ajuda2 {
  text-decoration: none;
  color: var(--primary-color);
  float: right;
  margin-top: 30px;
  padding: 0.5rem 1rem;
  transition: all 0.3s linear;
  font-size: 1rem;
  border: 1px solid transparent;
}

a.btn-ajuda2:hover {
  border-color: var(--primary-color);
}

.progresso-inicio {
  width: 100%;
  padding-top: 0;
}

.progresso-inicio ul {
  position: relative;
  display: block;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--primary-color) 0,
    var(--primary-color) calc(100%),
    #ededed 20%,
    #ededed 100%
  );
}

.progresso-inicio ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  font: bold 14px arial;
  height: 50px;
  text-align: center;
}

.progresso {
  width: 100%;
  padding-top: 0;
  display: none;
}

.progresso ul {
  position: relative;
  display: block;
  height: 3px;
  background: linear-gradient(
    to right,
    var(--primary-color) 0,
    var(--primary-color) calc(50% - 430px),
    #ededed 20%,
    #ededed 100%
  );
}

.progresso ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
  font: bold 14px arial;
  height: 50px;
  text-align: center;
}

.progresso ul li p {
  margin-top: 15px;
  text-align: center;
  color: #b0b0b0;
}

.progresso ul li span {
  content: "";
  top: -7px;
  display: block;
  width: 15px;
  height: 15px;
  left: 45%;
  border-radius: 10px;
  background: #b0b0b0;
  position: absolute;
}

.progresso-imoveis {
  width: 100%;
  padding-top: 0;
  display: none;
}

.progresso-imoveis ul {
  position: relative;
  display: block;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--primary-color) 0,
    var(--primary-color) calc(50% - 360px),
    #ededed 20%,
    #ededed 100%
  );
}

.progresso-imoveis ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33%;
  font: bold 14px arial;
  height: 50px;
  text-align: center;
}

.progresso-imoveis ul li p {
  margin-top: 15px;
  text-align: center;
  color: #dedede;
}

.progresso-imoveis ul li span {
  content: "";
  top: -7px;
  display: block;
  width: 15px;
  height: 15px;
  left: 45%;
  border-radius: 10px;
  background: #dedede;
  position: absolute;
}

.progresso-giro {
  width: 100%;
  padding-top: 0;
  display: none;
}

.progresso-giro ul {
  position: relative;
  display: block;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--primary-color) 0,
    var(--primary-color) calc(50% - 260px),
    #ededed 20%,
    #ededed 100%
  );
}

.progresso-giro ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  font: bold 14px arial;
  height: 50px;
  text-align: center;
}

.progresso-giro ul li p {
  margin-top: 15px;
  text-align: center;
  color: #dedede;
}

.progresso-giro ul li span {
  content: "";
  top: -7px;
  display: block;
  width: 15px;
  height: 15px;
  left: 48%;
  border-radius: 10px;
  background: #dedede;
  position: absolute;
}

li.active-line span {
  background: #f36c48 !important;
}

li.active-line p {
  color: var(--primary-color-fade) !important;
}
#div-veiculos-etapa-1 {
  display: block;
}
#div-veiculos-etapa-2 {
  display: none;
}
#div-veiculos-etapa-2-1 {
  display: none;
}

.objetivo button {
  margin-bottom: 15px;
}
.div-imovel-financiado {
  display: none;
}

#div-etapa-1-imovel {
  display: none;
}
#div-etapa-2 {
  display: none;
}
.dados-endereco1 {
  display: none;
}
.dados-endereco2 {
  display: none;
}
.div-assalariado {
  display: none;
}
#form-conjuge2 {
  display: none;
}

.opc_valor {
  display: none;
}
.bg-simulador {
  background: linear-gradient(
    to right,
    #f9f5fa 0,
    #f9f5fa calc(50% - 180px),
    #f9f5fa 20%,
    #f9f5fa 100%
  );
  padding-top: 60px;
  margin-top: -18px;
  padding-bottom: 50px;
  min-height: 500px !important;
}

.campo-obrigatorio {
  float: none;
  margin-left: 5px;
  color: red;
  display: none;
}

.campo-obrigatorio-2 {
  float: right;
  margin-left: 3px;
  color: #c1c0c0 !important;
}

.form-simulador {
  width: 50%;
  margin: 0 auto;
  min-height: 100vh;
}

.form-simulador h1 {
  text-align: center;
  color: var(--primary-color-fade);
  font-size: 40px;
  line-height: 72px;
  font-weight: 500;
  margin-bottom: 50px;
}

.form-simulador-parceiro-ef h1 {
  color: #011e76 !important;
}
.form-simulador h2 {
  text-align: center;
  color: var(--primary-color-fade);
  font-size: 25px;
  font-weight: lighter;
  margin-top: 0;
  margin-bottom: -10px;
}

.form-simulador-parceiro-ef h2 :not(div > h1) {
  color: #011e76 !important;
}

.form-simulador h3 {
  text-align: center;
  color: var(--primary-color-fade);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-top: -45px;
}

.form-simulador-parceiro-ef h3 {
  color: #011e76;
}

.form-simulador p span {
  margin-bottom: -10px;
  font-size: 14px;
}

.form-simulador form {
  margin-top: 50px;
}

.texto-lateral {
  position: absolute;
  height: auto;
  width: 350px;
  margin-left: calc(50% - 550px);
  text-align: left;
  margin-top: 150px;
  display: none;
}

.texto-lateral h1 {
  text-align: left;
  color: var(--primary-color-fade);
  font-size: 28px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: -45px;
}

.texto-lateral h3 {
  text-align: left;
  color: var(--primary-color-fade);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}

.texto-lateral p {
  text-align: left;
  color: var(--primary-color-fade);
  font-size: 16x;
  margin-top: 0;
  margin-bottom: 20px;
}

label {
  color: #4a4a4a;
}

input {
  border-color: #ddd;
  color: #626262 !important;
  background: #fff !important;
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  color: #cfcfcf !important;
  text-transform: none;
}

:-moz-placeholder {
  color: #cfcfcf !important;
  text-transform: none;
}

::-moz-placeholder {
  color: #cfcfcf !important;
  text-transform: none;
}

:-ms-input-placeholder {
  color: #cfcfcf !important;
  text-transform: none;
}

.bg-modelo {
  z-index: 999;
  background: #fff;
  color: #7b7b7b;
  border: 1px solid #ddd;
}

.bg-modelo:hover {
  background: #fff;
  color: var(--primary-color-fade);
  border-color: var(--primary-color-fade);
}

.active {
  background: var(--primary-color-fade);
  color: #fff;
}

.active:hover {
  background: var(--primary-color-fade);
  color: #fff;
}

.btn-tipo-veiculo button {
  margin-left: 0;
  width: 19%;
}

.btn-tipo-imovel button {
  margin-right: 1.9px;
  width: auto;
}

.btn-tipo-gc button {
  margin-left: 0;
  width: 49%;
  margin-bottom: 15px;
}

.btn-relacao-empresa button {
  margin-left: 0;
  width: 49%;
  margin-bottom: 15px;
}

.btn-50 button {
  width: 49%;
  margin-left: 1%;
}

.btn-35 button {
  width: 35%;
  margin-left: 3%;
}

.required-button button {
  width: auto;
}

.required-button.btn-25 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}
.required-button.btn-33 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}
.required-button.btn-50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}

.btn-3 button {
  width: 32.5%;
  margin-left: 0;
}

.btn-30 button {
  width: 30%;
  margin-left: 4%;
}

.btn-25 button {
  width: 24%;
}

.btn-20 button {
  width: 19%;
}

.btn-questao-empresa button {
  width: 48%;
}

.utilizar_credito button {
  margin-left: 0;
  width: 32%;
  margin-bottom: 15px;
}

@keyframes anima {
  to {
    opacity: 0.7;
  }
}

#msg-quitar {
  display: none;
  background: #f36c48;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  animation: anima 900ms ease infinite;
}
#msg-quitar h1 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 15px;
}

#div_info_veiculo {
  display: none;
  width: 100%;
  padding: 15px 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #fff;
  border: none;
  color: #4a4a4a;
  font-size: 17px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (max-width: 960px) {
  #div_info_veiculo {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 768px) {
  .btn-20 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .btn-20 button {
    flex: 1 1 45%;
  }

  .required-button.btn-25 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 10px;
  }
  .required-button.btn-33 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 10px;
  }
  .required-button.btn-50 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 10px;
  }
}

.div-casado {
  display: none;
}
.div-somar-renda {
  display: none;
}
.div-assalariado {
  display: none;
}
.div-fun-publico {
  display: none;
}
.div-aposentado {
  display: none;
}
.div-empresario {
  display: none;
}
.cta-cadastro {
  display: none;
}

#tipo_casamento {
  display: none;
}

.btn-tipo-casamento button {
  width: 48%;
  margin-bottom: 15px;
}

.prazo_fina {
  margin-top: 25px;
}

#prazo-240 {
  margin-top: 25px;
}

#prazo-300 {
  margin-top: 25px;
}

#prazo-360 {
  margin-top: 25px;
}

#profissao button {
  margin-bottom: 15px;
}

#profissao-conjuge button {
  margin-bottom: 15px;
}

#veiculo-quitado {
  display: block;
  z-index: 99999999;
}

.msg-veiculo-quitado {
  display: none;
  z-index: 99999999;
}

.msg-veiculo-quitado-caixa {
  z-index: 99999999;
  position: absolute;
  left: 50%;
  margin-left: 350px;
  margin-top: -85px;
  width: 160px;
  height: 140px;
  background: #5b9bd5;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.seta-esquerda:before {
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-top: -45px;
  margin-left: 315px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 35px solid #5b9bd5;
}

.msg-veiculo-nome {
  display: none;
  z-index: 99999999;
}

.msg-veiculo-alienado {
  display: none;
  z-index: 99999999;
}

#btn-voltar-site {
  display: none;
}

.msg-veiculo-menos-6-meses {
  display: none;
  z-index: 99999999;
}

.msg-veiculo-menos-6-meses2 {
  display: none;
  z-index: 999999999;
}

.msg-veiculo-loja {
  display: none;
}

.msg-cpf {
  display: none;
}

.msg-cpf-caixa {
  z-index: 9999999;
  position: absolute;
  left: 50%;
  margin-left: 350px;
  margin-top: -85px;
  width: 190px;
  height: 140px;
  background: #c9c9c9;
  color: #000;
  text-align: center;
  padding: 15px;
}

.seta-esquerda2:before {
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-top: -45px;
  margin-left: 315px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 35px solid #c9c9c9;
}

.msg-empresa {
  position: absolute;
  left: 50%;
  margin-left: 350px;
  margin-top: -85px;
  width: 220px;
  height: 140px;
  background: #c9c9c9;
  color: #000;
  text-align: center;
  padding: 15px;
}

.btn-outras-linhas {
  position: absolute;
  left: 50%;
  margin-left: 350px;
  width: 280px;
  margin-top: 50px;
}

.msg-cidade {
  display: none;
}

.msg-cidade-caixa {
  z-index: 99999999;
  position: absolute;
  left: 50%;
  margin-left: 350px;
  margin-top: -85px;
  width: 190px;
  height: 140px;
  background: #c9c9c9;
  color: #000;
  text-align: center;
  padding: 15px;
}

.msg-valor {
  display: none;
}

.msg-tipo-veiculo {
  display: none;
}

.msg-valor-medio {
  display: none;
}

.msg-valor-medio-refi {
  display: none;
}

.msg-valor-maximo-imovel {
  display: none;
}

.msg-valor-caixa {
  z-index: 99999999;
  position: absolute;
  left: 50%;
  margin-left: 350px;
  margin-top: -85px;
  width: 210px;
  height: 140px;
  background: #5b9bd5;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.msg-valor-superior {
  display: none;
}

.msg-valor-inferior {
  display: none;
}

.msg-valor-imovel-superior {
  display: none;
}

.msg-valor-imovel-inferior {
  display: none;
}

.msg-cpf2 {
  display: none;
}

.msg-cpf-caixa2 {
  z-index: 99999999;
  position: absolute;
  left: 50%;
  margin-left: 340px;
  margin-top: -70px;
  width: 160px;
  height: 100px;
  background: #f65a5a;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.seta-esquerda-cpf:before {
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-top: -45px;
  margin-left: 315px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #f65a5a;
}

.valor-veiculo {
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: var(--primary-color-fade);
  color: #fff;
  display: none;
  border: 1px solid var(--primary-color-fade);
  font-weight: 700;
}

#valor-do-veiculo {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

#valor-financiar {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.valor-imovel {
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: var(--primary-color-fade);
  color: #fff;
  display: none;
  border: 1px solid var(--primary-color-fade);
}

.f_antigo_dono {
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: var(--primary-color-fade);
  color: #fff;
  border: 1px solid var(--primary-color-fade);
  margin-bottom: 15px;
}
#p_mora_garantia {
  display: none;
}
#valor_quitar {
  display: none;
}
#msg_valor_quitar {
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: var(--primary-color-fade);
  color: #fff !important;
  text-align: center;
  border: 1px solid var(--primary-color-fade);
}

.endereco {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  color: var(--primary-color-fade);
  text-align: center;
  font-weight: 400;
  display: none;
  border: 1px solid var(--primary-color-fade);
}

.info-empresa {
  display: block;
  text-align: left;
  padding-left: 25px;
  color: #4a4a4a;
  margin-top: 50px;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: 0 0;
  font-weight: 400;
  border: 1px solid var(--primary-color-fade);
  margin-bottom: 50px;
}

#parcelas {
  display: none;
  transition: 2s;
  margin-top: 50px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#parcelas a {
  color: var(--primary-color-fade);
}

#parcelas label {
  color: var(--primary-color-fade);
  font-size: 18px;
}

#parcelas2 {
  display: none;
  transition: 2s;
  margin-top: 50px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#parcelas2 a {
  color: var(--primary-color-fade);
}

#parcelas2 label {
  color: var(--primary-color-fade);
  font-size: 18px;
}

#resultado {
  font-size: 32px !important;
  font-weight: 400;
  color: var(--primary-color-fade);
}

#resultado_erro {
  font-size: 32px !important;
  font-weight: 400;
  color: var(--primary-color-fade);
}

#resultado_erro_parceiro_ef {
  font-size: 32px !important;
  font-weight: 400;
  color: rgb(1, 30, 118);
}

#next1 {
  display: none;
  transition: 2s;
  margin-top: 35px;
  text-align: center;
}

#next2 {
  display: none;
  transition: 2s;
  margin-top: 10px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

#cor-aprovado {
  color: #00b050;
  font-weight: 700;
  font-size: 26px;
}

#cor-frase-minuto {
  color: var(--primary-color-fade);
  font-weight: 400;
  font-size: 20px;
}

.btn-ver-parcelas {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.bg-ver-parcela {
  -webkit-box-shadow: (1px 5px 0 1px var(--secondary-color-fade));
  -moz-box-shadow: 1px 5px 0 1px var(--secondary-color-fade);
  box-shadow: 1px 5px 0 1px var(--secondary-color-fade);
  width: 80%;
  padding-top: 10px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-top: 30px;
  background: var(--secondary-color);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  border: none;
  border-radius: 25px;
  font-weight: 700;
  transition: 0.2s;
}

.bg-ver-parcela-parceiro-ef {
  background: #ed8116 !important;
  -webkit-box-shadow: (1px 5px 0 1px #eead6c) !important;
  -moz-box-shadow: 1px 5px 0 1px #eead6c !important;
  box-shadow: 1px 5px 0 1px #eead6c !important;
  transition: 0.2s;
}

.bg-ver-parcela:hover {
  -webkit-box-shadow: (1px 0 0 0 var(--secondary-color-fade));
  -moz-box-shadow: 1px 0 0 0 var(--secondary-color-fade);
  box-shadow: 1px 0 0 0 var(--secondary-color-fade);
  background: var(--secondary-color);
  transition: 0.2s;
}

.bg-ver-parcela-parceiro-ef:hover {
  background: #ed8116 !important;
  -webkit-box-shadow: (1px 0 0 0 #eead6c) !important;
  -moz-box-shadow: 1px 0 0 0 #eead6c !important;
  box-shadow: 1px 0 0 0 #eead6c !important;
}

#ver_parcelas:disabled,
#ver_parcelas[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  cursor: no-drop;
}

#ver_parcelas {
  cursor: pointer;
}

#ver_parcelas_ge {
  margin-top: 0;
  cursor: pointer;
}

#ver_parcelas_ge:disabled,
#ver_parcelas_ge[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  cursor: no-drop;
}

#ver_parcelas_desconto {
  margin-top: 0;
  cursor: pointer;
}

#ver_parcelas_desconto:disabled,
#ver_parcelas_desconto[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  cursor: no-drop;
}

#ver_parcelas_imovel:disabled,
#ver_parcelas_imovel[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  cursor: no-drop;
}

.bg-resultado {
  -webkit-box-shadow: (1px 5px 0 1px #f9b7a5);
  -moz-box-shadow: 1px 5px 0 1px #f9b7a5;
  box-shadow: 1px 5px 0 1px #f9b7a5;
  cursor: pointer;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-top: 30px;
  background: #f36c48;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  border: none;
  border-radius: 25px;
  font-weight: 700;
}

.bg-resultado:hover {
  -webkit-box-shadow: (1px 0 0 0 #f9b7a5);
  -moz-box-shadow: 1px 0 0 0 #f9b7a5;
  box-shadow: 1px 0 0 0 #f9b7a5;
  background: #f36c48;
  transition: 0.2s;
}

.bg-resultado2 {
  -webkit-box-shadow: (1px 5px 0 1px #f9b7a5);
  -moz-box-shadow: 1px 5px 0 1px #f9b7a5;
  box-shadow: 1px 5px 0 1px #f9b7a5;
  cursor: pointer;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-top: 30px;
  background: #f36c48;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  border: none;
  border-radius: 25px;
  font-weight: 700;
}

.bg-resultado2:hover {
  -webkit-box-shadow: (1px 0 0 0 #f9b7a5);
  -moz-box-shadow: 1px 0 0 0 #f9b7a5;
  box-shadow: 1px 0 0 0 #f9b7a5;
  background: #f36c48;
  transition: 0.2s;
}

.bg-next {
  -webkit-box-shadow: (1px 5px 0 1px var(--secondary-color-fade));
  -moz-box-shadow: 1px 5px 0 1px var(--secondary-color-fade);
  box-shadow: 1px 5px 0 1px var(--secondary-color-fade);
  cursor: pointer;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-top: 30px;
  background: var(--secondary-color);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  border: none;
  border-radius: 25px;
  font-weight: 700;
}

.bg-next-parceiro-ef {
  background: #ed8116 !important;
  -webkit-box-shadow: (1px 0 0 0 #f9b7a5) !important;
  -moz-box-shadow: 1px 0 0 0 #f9b7a5 !important;
  box-shadow: 1px 0 0 0 #f9b7a5 !important;
}

.bg-next:hover {
  -webkit-box-shadow: (1px 0 0 0 var(--secondary-color-fade));
  -moz-box-shadow: 1px 0 0 0 var(--secondary-color-fade);
  box-shadow: 1px 0 0 0 var(--secondary-color-fade);
  background: var(--secondary-color);
  transition: 0.2s;
}

.bg-next-parceiro-ef:hover,
.bg-next-parceiro:hover {
  background: #ed8116 !important;
}

.bg-next:disabled,
.bg-next[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  cursor: no-drop;
}

#btn-enviar-proposta:disabled,
#btn-enviar-proposta[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  cursor: no-drop;
}

.bg-enviar-proposta {
  -webkit-box-shadow: (1px 5px 0 1px #f9b7a5);
  -moz-box-shadow: 1px 5px 0 1px #f9b7a5;
  box-shadow: 1px 5px 0 1px #f9b7a5;
  cursor: pointer;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-top: 30px;
  background: #f36c48;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  border: none;
  border-radius: 25px;
  font-weight: 700;
}

.msg-restricao-cpf {
  display: none;
  background: #fff;
  transition: 2s;
  border: 1px solid var(--primary-color-fade);
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.msg-restricao-cpf p {
  padding-left: 35px;
  padding-right: 35px;
}

.msg-restricao-cpf2 {
  display: none;
  background: #fff;
  transition: 2s;
  border: 1px solid var(--primary-color-fade);
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.msg-restricao-cpf2 p {
  padding-left: 35px;
  padding-right: 35px;
}

.msg-restricao-loja {
  display: none;
  background: #fff;
  transition: 2s;
  border: 1px solid var(--primary-color-fade);
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.msg-restricao-loja p {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.msg-restricao-leilao {
  display: none;
  background: #fff;
  transition: 2s;
  border: 1px solid var(--primary-color-fade);
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.msg-restricao-leilao p {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.msg-restricao-quitado {
  display: none;
  background: #fff;
  transition: 2s;
  border: 1px solid var(--primary-color-fade);
  padding-right: 3px;
  padding-left: 3px;
  margin-top: 30px;
  color: var(--primary-color-fade);
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.msg-restricao-quitado p {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.msg-restricao-cidade {
  display: none;
  background: #fff;
  transition: 2s;
  border: 1px solid var(--primary-color-fade);
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.msg-restricao-cidade p {
  padding-left: 35px;
  padding-right: 35px;
}

#msg-nao-continuar-cpf {
  display: none;
  transition: 2s;
  margin-top: 15px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-nao-continuar-cpf h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-nao-continuar-cpf p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-nao-continuar-cpf p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-nao-continuar-cpf a {
  color: var(--primary-color-fade);
}

#msg-nao-continuar-cpf-leilao {
  display: none;
  transition: 2s;
  margin-top: 15px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-nao-continuar-cpf-leilao h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-nao-continuar-cpf-leilao p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-nao-continuar-cpf-leilao p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-nao-continuar-cpf-leilao a {
  color: var(--primary-color-fade);
}

#msg-analise {
  display: none;
  transition: 2s;
  margin-top: 50px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-analise h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-analise p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-analise p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-analise a {
  color: var(--primary-color-fade);
}

#msg_antigo_dono {
  display: none;
  transition: 2s;
  margin-top: 50px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg_antigo_dono h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg_antigo_dono p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg_antigo_dono p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg_antigo_dono a {
  color: var(--primary-color-fade);
}

#imovel_antigo_dono {
  display: none;
}

.msg-nao-continuar {
  display: none;
  transition: 2s;
  margin-top: 50px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-nao-continuar-cpf2 {
  display: none;
  transition: 2s;
  margin-top: 50px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-nao-continuar-cpf2 h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-nao-continuar-cpf2 p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-nao-continuar-cpf2 p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-nao-continuar-cpf2 a {
  color: var(--primary-color-fade);
}

#msg-nao-continuar-cpf2-mei {
  display: none;
  transition: 2s;
  margin-top: 50px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-nao-continuar-cpf2-mei h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-nao-continuar-cpf2-mei p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-nao-continuar-cpf2-mei p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-nao-continuar-cpf2-mei a {
  color: var(--primary-color-fade);
}

#msg-nao-continuar-cpf3 {
  display: none;
  transition: 2s;
  margin-top: 50px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-nao-continuar-cpf3 h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-nao-continuar-cpf3 p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-nao-continuar-cpf3 p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-nao-continuar-cpf3 a {
  color: var(--primary-color-fade);
}

#msg-nao-continuar-cidade {
  display: none;
  transition: 2s;
  margin-top: 50px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-nao-continuar-cidade h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-nao-continuar-cidade p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-nao-continuar-cidade p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-nao-continuar-cidade a {
  color: var(--primary-color-fade);
}

#msg-final2 {
  visibility: sisible;
  transition: 2s;
  padding-top: 80px;
  width: 85%;
  margin: 0 auto;
}

.uso-dinheiro h5 {
  color: var(--primary-color-fade);
  text-align: center;
  margin-top: -25px;
}

.msg-veiculo-menos-6-meses {
  display: none;
  background: #fff;
  transition: 2s;
  border: 1px solid var(--primary-color-fade);
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.msg-veiculo-menos-6-meses p {
  padding-left: 35px;
  padding-right: 35px;
}

.msg-veiculo-menos-6-meses {
  display: none;
  background: #fff;
  transition: 2s;
  border: 1px solid var(--primary-color-fade);
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.msg-veiculo-menos-6-meses2 {
  display: none;
  background: #fff;
  transition: 2s;
  border: 1px solid var(--primary-color-fade);
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.msg-veiculo-menos-6-meses2 p {
  padding-left: 35px;
  padding-right: 35px;
}

.msg-veiculo-menos-6-meses2 {
  display: none;
  background: #fff;
  transition: 2s;
  border: 1px solid var(--primary-color-fade);
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.matricula_refi {
  display: none;
}
.form-1 {
  display: block;
}

.form-2 {
  display: none;
}

.form-3 {
  display: none;
}

.form-4 {
  display: none;
}

.form-5 {
  display: none;
}

.form-6 {
  display: none;
}

.form-7 {
  display: none;
}

#cargo {
  display: none;
}
#possui_cnpj {
  display: none;
}
#possui_cnpj_conjuge {
  display: none;
}

#parcelas-autonomo {
  display: none;
}

#msg_restricao_nome {
  display: none;
}

#msg_veiculo_nome {
  display: none;
}

#msg_veiculo_alienado {
  display: none;
}

.texto-lateral-1 {
  display: block;
}

.bg-outras-linha {
  -webkit-box-shadow: (1px 5px 0 1px #f9b7a5);
  -moz-box-shadow: 1px 5px 0 1px #f9b7a5;
  box-shadow: 1px 5px 0 1px #f9b7a5;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-top: 30px;
  background: #f36c48;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  border: none;
  border-radius: 25px;
  font-weight: 700;
}

.bg-outras-linha:hover {
  -webkit-box-shadow: (1px 0 0 0 #f9b7a5);
  -moz-box-shadow: 1px 0 0 0 #f9b7a5;
  box-shadow: 1px 0 0 0 #f9b7a5;
  background: #f36c48;
  transition: 0.2s;
}

a.btn-voltar {
  color: var(--primary-color-fade) !important;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: var(--primary-color-fade);
  margin-top: 30px;
  padding: 0.5rem 1rem;
  transition: all 0.3s linear;
  font-size: 1rem;
  border: 1px solid transparent;
}

a.btn-voltar:hover {
  border-color: var(--primary-color-fade);
}

.termos-uso {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.termos-uso p {
  font-size: 16px;
  text-align: center;
  color: #4a4a4a;
}

.termos-uso a {
  text-decoration: underline;
  color: #4a4a4a;
}

.termos-uso a {
  text-decoration: underline;
  color: #4a4a4a;
}

.btn-continuar {
  width: 80%;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}

.btn-continuar p {
  font-size: 14px;
  text-align: center;
}

.btn-continuar a {
  text-decoration: none;
  color: #000;
}

/*.rodape {
	position: relative;
	z-index: 999;
	width: 100%;
	height: 300px;
	margin-top: 0;
	background: url(../img/fundo-rodape-2.png) center no-repeat
}

.a_empresa {
	width: 25%;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-top: 20px;
	float: left
}

.a_empresa h1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	margin: 0;
	padding: 0;
	color: #fff
}

.a_empresa h3 {
	height: 70px;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	color: #fff
}

.texto_rodape {
	width: 70%;
	float: right;
	margin-top: 0px;
	color: #fff
}

.texto_rodape p {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 24px
}

.texto_rodape p a {
	color: #fff
}*/

.rodape_social {
  margin-top: 100px;
}
.txt-social {
  float: right;
}
.txt-social h4 {
  color: var(--primary-color-fade);
  margin-top: 15px;
  font-weight: bold;
  font-size: 26px;
}
.social {
  width: 300px;
  float: right;
}
.social ul {
  margin: 0px;
  padding: 0px;
}
.social ul li {
  float: left;
  width: 30%;
  text-align: right;
}
.social ul li:hover {
  margin-top: -5px;
  transition: 0.2s;
}

.rodape {
  background: var(--primary-color);
  width: 100%;
  height: auto;
  z-index: 10;
}
.a_empresa {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 100px;
  float: left;
}
.a_empresa h1 {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin: 0px;
  margin: 0px;
  padding: 0px;
}
.a_empresa h3 {
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
}

.menu_tipos_emprestimos {
  font-size: 14px;
  color: #ffffff;
  margin-top: 100px;
  margin-left: 20px;
  float: left;
  line-height: 24px;
}
.menu_tipos_emprestimos a {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.menu_tipos_emprestimos a:hover {
  text-decoration: underline;
  transition: 0.2s;
}
.menu_tipos_emprestimos h3 {
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}

.menu_tipos_financiamentos {
  font-size: 14px;
  color: #ffffff;
  margin-top: 100px;
  margin-left: 25px;
  float: left;
  line-height: 24px;
}
.menu_tipos_financiamentos a {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.menu_tipos_financiamentos a:hover {
  text-decoration: underline;
  transition: 0.2s;
}
.menu_tipos_financiamentos h3 {
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}

.menu_aba_principal {
  font-size: 14px;
  color: #ffffff;
  margin-top: 100px;
  margin-left: 25px;
  float: left;
  line-height: 24px;
}
.menu_aba_principal a {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.menu_aba_principal a:hover {
  text-decoration: underline;
  transition: 0.2s;
}
.menu_aba_principal h3 {
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}

.menu_links {
  font-size: 14px;
  color: #ffffff;
  margin-top: 100px;
  margin-left: 25px;
  float: left;
  line-height: 24px;
}
.menu_links a {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.menu_links a:hover {
  text-decoration: underline;
  transition: 0.2s;
}
.menu_links h3 {
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}

.texto_rodape {
  width: 100%;
  padding-top: 410px;
  color: #ffffff;
}
.texto_rodape p {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 20px;
}

#logo-responsivo {
  display: none;
}

.progresso-resposivo {
  display: none;
}

.progresso-resposivo-imoveis {
  display: none;
}

.progresso-resposivo-giro {
  display: none;
}

.btn-radio {
  margin-left: 13px;
  margin-right: 3px;
}

#msg-final {
  visibility: hidden;
  transition: 2s;
  margin-top: 100px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-final h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-final p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-final p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-final a {
  color: var(--primary-color-fade);
}

#msg-bloqueio {
  display: none;
  transition: 2s;
  margin-top: 100px;
  border: 1px solid var(--primary-color-fade);
  background: var(--primary-color-fade);
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  transition: visibility 0.5s, opacity 0.5s;
}

#msg-final-duplicado {
  display: none;
  transition: 2s;
  margin-top: 100px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-final-duplicado h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-final-duplicado p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-final-duplicado p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-final-duplicado a {
  color: var(--primary-color-fade);
}

#msg-final-especialista {
  width: 80%;
  margin: 0 auto;
  display: none;
  transition: 2s;
  margin-top: 25px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-final-especialista h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-final-especialista p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: none;
}

#msg-final-especialista p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-final-especialista a {
  color: var(--primary-color-fade);
}

#btn-msg-boas-vindas {
  width: 50%;
}

#msg-boas-vindas {
  display: none;
  background: #fff;
  transition: 2s;
  margin-top: 100px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 35px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-boas-vindas h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-boas-vindas p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-boas-vindas p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-boas-vindas a {
  color: var(--primary-color-fade);
}

#msg-simulacao-nao-encontrada {
  display: none;
  background: #fff;
  transition: 2s;
  margin-top: 100px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-simulacao-nao-encontrada h1 {
  color: var(--primary-color-fade);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 46px;
}

#msg-simulacao-nao-encontrada p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-simulacao-nao-encontrada p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-simulacao-nao-encontrada a {
  color: var(--primary-color-fade);
}

#btn-msg-boas-vindas {
  width: 50%;
}

#msg-simulacao-preenchida {
  display: none;
  background: #fff;
  transition: 2s;
  margin-top: 100px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

#msg-simulacao-preenchida h1 {
  color: var(--primary-color-fade);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 46px;
}

#msg-simulacao-preenchida p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#msg-simulacao-preenchida p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-simulacao-preenchida a {
  color: var(--primary-color-fade);
}

#fale-especialista {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  display: none;
  transition: 2s;
  margin-top: 20px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#fale-especialista h1 {
  color: var(--primary-color-fade);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 0;
}

#fale-especialista h2 {
  color: var(--primary-color-fade);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

#fale-especialista p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#fale-especialista a {
  color: var(--primary-color-fade);
}

#fale-especialista button {
  width: 60%;
}

#fale-especialista div {
  float: left;
  margin-left: 30px;
  margin-top: 25px;
}

.foto-parana {
  border-radius: 50%;
  margin-left: 70px;
  margin-bottom: 5px;
  float: left;
}

.foto-whats {
  margin-top: -5px;
}

#fanpage {
  display: none;
  transition: 2s;
  margin-top: 50px;
}

#fanpage p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#fanpage a {
  color: var(--primary-color-fade);
}

.melhor_prazo {
  position: absolute;
  margin-top: -50px;
  color: #4a4a4a;
  margin-left: 30px;
  font-size: 14px;
}

.melhor_prazo_veiculos {
  position: absolute;
  margin-top: -50px;
  color: #4a4a4a;
  margin-left: 25px;
  font-size: 14px;
}

.msg_informacao_obrigatorio {
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
  display: none;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  margin-top: 20%;
  height: 120px;
  position: fixed;
  z-index: 99999;
  background: #cf51b8;
  text-align: center;
}

.msg_informacao_obrigatorio h1 {
  color: #fff;
  font-size: 26px;
}

.popup {
  display: block;
  width: 260px;
  height: 160px;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;
  bottom: 80px;
  left: 0;
  z-index: 99;
  background: rgb(255, 255, 255, 0.95);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: visibility 0s 0.7s, opacity 0.3s,
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: visibility, opacity, transform;
  transition-duration: 0s, 0.3s, 0.2s;
  transition-timing-function: ease, ease, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.7s, 0s, 0s;
}

.hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.show-me {
  opacity: 1;
  transition: visibility 0.3s 0s, opacity 0.7s,
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: visibility, opacity, transform;
  transition-duration: 0.3s, 0.7s, 0.7s;
  transition-timing-function: ease, ease, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0s, 0s, 0s;
}

.popup h1 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color-fade);
}

.popup p {
  font-size: 14px;
  line-height: 24px;
  color: #898989;
}

.popup p a {
  color: #898989;
}

#fechar-popup {
  color: #898989;
  position: absolute;
  left: 220px;
  top: 10px;
  border: 0;
  background: 0 0;
  font-size: 20px;
  cursor: pointer;
}

#exclamacao-popup {
  color: var(--primary-color-fade);
  position: absolute;
  left: 0;
  top: 20px;
  border: 0;
  background: 0 0;
  font-size: 24px;
  cursor: pointer;
}

.box {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

#fale-especialista2 {
  width: 500px;
  margin: 0 auto;
  transition: 2s;
  margin-top: 80px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
}

#fale-especialista2 h1 {
  color: var(--primary-color-fade);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 0;
}

#fale-especialista2 h2 {
  color: var(--primary-color-fade);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

#fale-especialista2 p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

#fale-especialista2 a {
  color: var(--primary-color-fade);
}

#fale-especialista2 button {
  width: 60%;
}

#fale-especialista2 div {
  float: left;
  margin-left: 30px;
  margin-top: 25px;
}

#msg-final-especialista2 {
  width: 500px;
  margin: 0 auto;
  display: none;
  transition: 2s;
  margin-top: 80px;
  border: 1px solid var(--primary-color-fade);
  color: var(--primary-color-fade);
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  background: #fff;
}

#msg-final-especialista2 h1 {
  color: var(--primary-color-fade);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

#msg-final-especialista2 p {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: none;
}

#msg-final-especialista2 p label {
  color: var(--primary-color-fade);
  font-weight: 300;
  font-size: 16px;
}

#msg-final-especialista2 a {
  color: var(--primary-color-fade);
}

.foto-parana2 {
  border-radius: 50%;
  margin-left: 70px;
  margin-bottom: 5px;
  float: left;
}

.foto-whats2 {
  margin-top: -5px;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: 700;
  margin-right: 15px;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.resultado_espaco {
  display: none;
  min-height: 100vh;
  background: #fff !important;
}

#parcelas_resultado {
  text-align: center;
  padding-top: 50px;
}

.msg_aguarde {
  margin-top: 5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: var(--primary-color);
}

.msg_analisando {
  margin-top: 50px;
  padding-bottom: 50px;
  color: var(--primary-color);
}

.msg_analisando p {
  font-size: 24px;
}

#myProgress {
  width: 40%;
  margin: 0 auto;
  background-color: #a6a6a6;
}

#myBar {
  width: 1%;
  height: 40px;
  background-color: #f36c48;
}

.processando {
  display: none;
}

.processando_continua {
  display: none;
  padding-top: 20px;
}

.processando_continua h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.processando_continua p {
  font-size: 16px;
  line-height: 26px;
}

#processando_continua_btn {
  width: 50%;
}

.processando_final {
  display: none;
  text-align: center;
}

.processando_final p {
  font-size: 22px;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-bottom: 2rem;
}

.processando_final h1 {
  margin-bottom: 3rem;
  padding: 50px 2rem 0 2rem;
  font-size: 2rem;
}

.texto-destaque-obrigado-parceiros {
  text-decoration: underline;
  text-decoration-color: white;
}

.imagem-obrigado-parceiros {
  width: 20%;
  height: auto;
  margin-bottom: 3rem;
}

.processando_final a {
  color: #000;
}

.processando_erro {
  display: none;
  padding-top: 50px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

#opc-assalariado {
  display: none;
}

#opc-autonomo {
  display: none;
}

#opc-aposentado {
  display: none;
}

#opc-empresario {
  display: none;
}

#opc-mora-no-imovel {
  display: none;
}

#etapa1 {
  display: block;
}

#etapa2 {
  display: none;
}

#etapa3 {
  display: none;
}

#etapa4 {
  display: none;
}

#etapa5 {
  display: none;
}

#msg-resultado {
  display: none;
}

#opc-banco-debito {
  display: none;
}

#info_manual {
  display: none;
}

#mais_um_milhao {
  display: none;
}

#form-capital {
  display: none;
}

#form-capital-cep {
  display: none;
}

#form-capital-faturamento {
  display: none;
}

.form_biz {
  display: none;
}

#form_1 {
  display: block;
}

#form_2 {
  display: none;
}

#form_3 {
  display: none;
}

#form_4 {
  display: none;
}

#form_5 {
  display: none;
}

#form_6 {
  display: none;
}

#form_7 {
  display: none;
}

#outra_renda {
  display: none;
}
#outra_renda_conjuge {
  display: none;
}

#msg-boas-vindas-texto {
  display: none;
  font-size: 24px;
  padding: 0;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}

#msg_contrato {
  color: red;
  font-weight: 700;
  display: none;
}

#btn_concorda_contrato {
  background: #ff3600;
  color: #fff;
}

#btn_concorda_contrato:hover {
  background: #d62d00;
  transition: 0.3s;
}

#dados_conjuge {
  display: none;
}

#infos_socio_admin {
  display: none;
}

#opc-alienado-bv {
  display: none;
}

#opc-alienado-2 {
  display: none;
}

#msg_veiculo_alienado_bv {
  display: none;
}

.msg_veiculo_alienado_2 {
  display: none;
}

.msg-veiculo-alienado-bv {
  display: none;
}

.profissao-conjuge-b1 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 24% !important;
}

.aviso-servicos {
  background-color: #d851b7;
  background-image: linear-gradient(to right, #d851b7, #554fba);
  bottom: 0;
  right: 0;
  position: fixed;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px #58367e;
  text-align: center;
  font-size: 20px;
  z-index: 99;
}

#aviso-servicos-quebra {
  display: none;
}

.add_socio {
  background: #f36c48;
  color: #fff;
  font-size: 18px;
  border: 0px;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}
.add_socio:hover {
  background: #f55a31;
}

#form_socio2 {
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
#form_socio3 {
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
#form_socio4 {
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
#form_socio5 {
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

#dados_endereco {
  display: none;
}

#msg-aviso-inicio {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 200px;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  background: var(--primary-color);
  text-align: center;
}

.vatagens_pj {
  margin-top: -25px;
  margin-bottom: 25px;
}
.vatagens_pj_a {
  width: 47%;
  float: left;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #7030a0;
  font-weight: bold;
  margin-bottom: 15px;
  border-radius: 10px;
}
.vatagens_pj_b {
  width: 47%;
  float: right;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #a365d1;
  font-weight: bold;
  margin-bottom: 15px;
  border-radius: 10px;
}

.new_duvidas {
  padding-top: 60px;
  padding-bottom: 60px;
}
.new_duvidas h1 {
  font-size: 28px;
  color: var(--primary-color-fade);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.new_duvidas p {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 1px 2px 2px 2px #00000035;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_duvidas span {
  font-size: 20px;
  display: none;
  color: #737373;
}
.back-top-btn {
  height: 4rem;
  width: 4rem;
  position: sticky;
  top: 5vh;
  left: 100vw;
  margin-right: 1rem;
  margin-top: 5vh;
  cursor: pointer;
  border-radius: 990px;
  background-color: #f56516;
  color: white;
  border: none;
  outline: none;
  box-shadow: 2px 0px 10px 1px #00000075;
  text-decoration: none;
  z-index: 100;
  transition: 300ms;
}
.back-top-btn:hover {
  scale: 1.05;
  color: white;
  text-decoration: none;
}
.back-top-btn > i {
  font-size: 24px;
}

#div_dados_conjuge {
  display: none;
}

#residencial {
  margin-left: 0px;
  width: 32%;
}
#comercial {
  width: 32%;
}
#terreno {
  width: 33%;
}
#construir {
  margin-left: 0px;
  width: 32%;
  margin-top: 10px;
}
#reformar {
  width: 32%;
  margin-top: 10px;
}
#terminar_obra {
  width: 33%;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .bg-simulador {
    background: linear-gradient(
      to right,
      #efddea 0,
      #efddea 34%,
      #f9f5fa 20%,
      #f9f5fa 100%
    );
    padding-top: 60px;
    margin-top: -18px;
    padding-bottom: 50px;
  }
  .aviso-servicos {
    width: calc(50% + 190px);
    font-size: 18px;
  }

  .form-simulador {
    width: 50%;
    margin: 0 auto;
    left: 50%;
    margin-left: 400px;
  }
  .texto-lateral {
    position: absolute;
    height: auto;
    width: 350px;
    margin-left: 30px;
    text-align: left;
    margin-top: 150px;
  }
  .melhor_prazo {
    margin-left: 20px;
  }

  .btn-tipo-imovel button {
    margin-bottom: 10px;
    width: 35%;
    margin-right: 0;
  }
  #casa {
    width: 32%;
  }
  #apartamento {
    width: 33%;
  }
  #sobrado {
    width: 32%;
  }
  #sala_comercial {
    width: 49%;
  }
  #loja_comercial {
    width: 49%;
  }

  .a_empresa {
    width: 200px !important;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    margin-top: 100px;
    float: left;
    margin-left: 0px;
  }
  .a_empresa h1 {
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    margin: 0px;
    padding: 0px;
  }
  .a_empresa h3 {
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
  }

  .menu_tipos_emprestimos {
    width: 200px !important;
    font-size: 14px;
    color: #ffffff;
    margin-top: 100px;
    margin-left: 20px;
    float: left;
    line-height: 24px;
    margin-left: 0px;
  }
  .menu_tipos_emprestimos a {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
  }
  .menu_tipos_emprestimos h3 {
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
  }

  .menu_tipos_financiamentos {
    width: 180px !important;
    font-size: 14px;
    color: #ffffff;
    margin-top: 100px;
    margin-left: 10px;
    float: left;
    line-height: 24px;
    margin-left: 0px;
  }
  .menu_tipos_financiamentos a {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
  }
  .menu_tipos_financiamentos h3 {
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
  }

  .menu_aba_principal {
    width: 170px !important;
    font-size: 14px;
    color: #ffffff;
    margin-top: 100px;
    margin-left: 10px;
    float: left;
    line-height: 24px;
    margin-left: 0px;
  }
  .menu_aba_principal a {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
  }
  .menu_aba_principal h3 {
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
  }

  .menu_links {
    width: 150px !important;
    font-size: 14px;
    color: #ffffff;
    margin-top: 100px;
    margin-left: 10px;
    float: left;
    line-height: 24px;
    margin-left: 0px;
  }
  .menu_links a {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
  }
  .menu_links h3 {
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
  }

  .texto_rodape {
    width: 100%;
    padding-top: 410px;
    color: #ffffff;
  }
  .texto_rodape p {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 992px) {
  .btn_menor {
    font-size: 14px;
  }
  .melhor_prazo {
    margin-left: -5px;
  }

  .bg-simulador {
    background: #f9f5fa;
  }

  #aviso-servicos-quebra {
    display: block;
    line-height: 8px;
    padding: 0px;
    margin: 0px;
  }
  .aviso-servicos {
    width: 100%;
    font-size: 12px;
    line-height: 8px;
  }
  .texto-lateral {
    display: none;
  }
  .form-simulador {
    width: 100%;
    margin-left: 0;
  }

  .a_empresa {
    width: 100%;
    text-align: left;
    margin-top: 25px;
    float: none;
  }
  .a_empresa h1 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    margin: 0;
    padding: 0;
    color: #fff;
  }
  .a_empresa h3 {
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    color: #fff;
  }
  .texto_rodape {
    width: 100%;
    float: none;
    margin-top: 50px;
    color: #fff;
  }
  .texto_rodape p {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 24px;
  }
  .texto_rodape p a {
    color: #fff;
  }
  .utilizar_credito {
    width: 100%;
  }
  .utilizar_credito ul li {
    width: 50%;
  }
  .msg_informacao_obrigatorio {
    margin-top: 50%;
    width: 100%;
    height: 180px;
    position: fixed;
    z-index: 99999;
    background: #cf51b8;
    text-align: center;
  }
  .msg_informacao_obrigatorio h1 {
    color: #fff;
    font-size: 22px;
  }
  .btn-tipo-imovel button {
    margin-bottom: 10px;
    width: 35%;
    margin-right: 0;
  }
  #casa {
    width: 32%;
  }
  #apartamento {
    width: 33%;
  }
  #sobrado {
    width: 32%;
  }
  #sala_comercial {
    width: 49%;
  }
  #loja_comercial {
    width: 49%;
  }
  .resultado_espaco {
    display: none;
    min-height: 100vh;
    background: #fff !important;
  }
  #parcelas_resultado {
    text-align: center;
    padding-top: 20px;
  }
  .msg_aguarde {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: var(--primary-color);
  }
  .msg_analisando {
    margin-top: 50px;
    padding-bottom: 50px;
    color: var(--primary-color);
  }
  .msg_analisando p {
    font-size: 24px;
  }
  #myProgress {
    width: 90%;
    margin: 0 auto;
    background-color: #a6a6a6;
  }
  #myBar {
    width: 1%;
    height: 40px;
    background-color: #6d5474;
  }
  .processando {
    display: none;
  }
  .processando_continua {
    display: none;
    padding-top: 0px;
  }
  .processando_continua h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .processando_continua p {
    font-size: 16px;
  }
  #processando_continua_btn {
    width: 90%;
  }
  .processando_final {
    display: none;
    padding-top: 10px;
    text-align: center;
  }
  .processando_final p {
    font-size: 22px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 1.5rem 0 1.5rem 0;
  }
  .processando_final h1 {
    /* margin-bottom: 3rem; */
    padding: 10px 2rem 0 2rem;
    font-size: 2rem;
  }
  .imagem-obrigado-parceiros {
    width: 70%;
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
  .processando_final a {
    color: #000;
  }
  .processando_erro {
    display: none;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .melhor_prazo_veiculos {
    margin-left: 3px;
  }

  #msg-boas-vindas {
    margin-top: 20px;
  }
  #prazo_compra button {
    width: 50%;
    margin-bottom: 15px;
  }
  #msg-aviso-inicio {
    width: 90%;
  }

  .rodape {
    background: var(--primary-color);
    width: 100%;
    height: auto;
    z-index: 10;
    margin-top: -23px !important;
    margin-bottom: 0px;
  }
  .a_empresa {
    width: 100% !important;
    font-size: 16px;
    padding-top: 50px;
    margin-left: 0px;
    float: none;
  }
  .a_empresa p {
    font-size: 16px;
  }
  .a_empresa h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .menu_tipos_emprestimos {
    width: 100% !important;
    font-size: 18px;
    color: #ffffff;
    margin-top: 50px;
    margin-left: 0px;
    float: none;
    line-height: 24px;
  }
  .menu_tipos_emprestimos a {
    font-size: 16px;
  }
  .menu_tipos_emprestimos h3 {
    height: 30px;
  }
  .menu_tipos_emprestimos h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .menu_tipos_financiamentos {
    width: 100% !important;
    font-size: 18px;
    color: #ffffff;
    margin-top: 50px;
    margin-left: 0px;
    float: none;
    line-height: 24px;
  }
  .menu_tipos_financiamentos a {
    font-size: 16px;
  }
  .menu_tipos_financiamentos h3 {
    height: 30px;
  }
  .menu_tipos_financiamentos h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .menu_aba_principal {
    width: 100% !important;
    font-size: 18px;
    color: #ffffff;
    margin-top: 50px;
    margin-left: 0px;
    float: none;
    line-height: 24px;
  }
  .menu_aba_principal a {
    font-size: 16px;
  }
  .menu_aba_principal h3 {
    height: 30px;
  }
  .menu_aba_principal h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .menu_links {
    width: 100% !important;
    font-size: 18px;
    color: #ffffff;
    margin-top: 50px;
    margin-left: 0px;
    float: none;
    line-height: 24px;
  }
  .menu_links a {
    font-size: 16px;
  }
  .menu_links h3 {
    height: 30px;
  }
  .menu_links h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .texto_rodape {
    width: 100% !important;
    margin-left: 0px;
    padding-top: 70px;
  }
  .texto_rodape p {
    font-size: 16px;
    line-height: 22px;
  }
  .objetivo button {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .rodape {
    height: auto;
    padding-bottom: 40px;
  }

  #imovel-garantia-averbado button {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .btn-tipo-imovel,
  .prazo_compra,
  #btn_prazo,
  .objetivo {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .btn-tipo-imovel > .btn {
    flex: 1 1 40%;
  }

  .prazo_compra button,
  #btn_prazo button,
  .objetivo button {
    flex: 1 1 45%;
  }
}

@media screen and (max-width: 480px) {
  #logo {
    display: none;
  }
  .container-header-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #logo-responsivo {
    display: block;
    float: left;
  }
  .topo {
    height: 80px;
  }
  a.btn-ajuda {
    margin-top: 10px;
  }
  .bg-simulador {
    padding-top: 10px;
  }
  .btn-50 button {
    width: 49%;
    margin-left: 0;
  }
  .btn-35 button {
    width: 35%;
    margin-left: 0;
  }
  .btn-3 button {
    width: 32.5%;
    margin-left: 0;
  }
  .btn-30 button {
    width: 32%;
    margin-left: 0;
  }
  .btn_produto_aux button {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .btn-25 button {
    width: 24%;
  }

  .opc_valor button {
    width: 100%;
    margin-bottom: 15px;
  }

  .progresso-inicio {
    display: none;
  }
  .progresso {
    display: none;
  }
  .progresso-imoveis {
    display: none;
  }
  .progresso-giro {
    display: none;
  }
  .progresso-resposivo {
    display: block;
  }
  .progresso-resposivo ul {
    position: relative;
    display: block;
    height: 2px;
    background: linear-gradient(
      to right,
      var(--primary-color-fade) 0,
      var(--primary-color-fade) 10%,
      #ededed 20%,
      #ededed 100%
    );
  }
  .progresso-resposivo-imoveis {
    display: block;
  }
  .progresso-resposivo-imoveis ul {
    position: relative;
    display: block;
    height: 2px;
    background: linear-gradient(
      to right,
      var(--primary-color-fade) 0,
      var(--primary-color-fade) 10%,
      #ededed 20%,
      #ededed 100%
    );
  }
  .progresso-resposivo-giro {
    display: block;
  }
  .progresso-resposivo-giro ul {
    position: relative;
    display: block;
    height: 2px;
    background: linear-gradient(
      to right,
      var(--primary-color-fade) 0,
      var(--primary-color-fade) 10%,
      #ededed 20%,
      #ededed 100%
    );
  }
  .msg-cpf-caixa {
    z-index: 9999999;
    position: absolute;
    left: 35%;
    margin-left: 0;
    margin-top: -85px;
    width: 190px;
    height: 140px;
    background: #c9c9c9;
    color: #000;
    text-align: center;
    padding: 15px;
  }
  .seta-esquerda2:before {
    content: "";
    vertical-align: middle;
    width: 0;
    height: 0;
    position: absolute;
    left: 35%;
    margin-top: -45px;
    margin-left: -10px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #c9c9c9;
  }
  .msg-veiculo-quitado-caixa {
    z-index: 9999999;
    position: absolute;
    left: 35%;
    margin-left: 0;
    margin-top: -85px;
    width: 160px;
    height: 140px;
    background: #5b9bd5;
    color: #fff;
    text-align: center;
    padding: 15px;
  }
  .seta-esquerda:before {
    content: "";
    vertical-align: middle;
    width: 0;
    height: 0;
    position: absolute;
    left: 35%;
    margin-top: -45px;
    margin-left: -10px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #5b9bd5;
  }
  .msg-valor-caixa {
    z-index: 9999999;
    position: absolute;
    left: 35%;
    margin-left: 0;
    margin-top: -85px;
    width: 210px;
    height: 140px;
    background: #5b9bd5;
    color: #fff;
    text-align: center;
    padding: 15px;
  }
  .msg-cpf-caixa2 {
    z-index: 9999999;
    position: absolute;
    left: 50%;
    margin-left: 0;
    margin-top: -70px;
    width: 160px;
    height: 100px;
    background: #f65a5a;
    color: #fff;
    text-align: center;
    padding: 15px;
  }
  .seta-esquerda-cpf:before {
    content: "";
    vertical-align: middle;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-top: -45px;
    margin-left: -10px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #f65a5a;
  }
  #fale-especialista {
    width: 100%;
  }
  #fale-especialista button {
    width: 90%;
  }
  #fale-especialista div {
    float: none;
    margin-left: 0;
    margin-top: 0;
  }
  .foto-parana {
    margin-left: 0;
    margin-bottom: 15px;
    float: none;
  }
  .popup {
    width: 100%;
    max-width: 400px;
    height: 130px;
    padding-left: 70px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255, 0.95);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
    display: block;
  }
  .popup h1 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color-fade);
  }
  .popup p {
    font-size: 14px;
    line-height: 24px;
    color: #898989;
  }
  .popup p a {
    color: #898989;
  }
  #fechar-popup {
    left: 320px;
    top: 10px;
    border: 0;
  }
  #exclamacao-popup {
    left: 15px;
    top: 20px;
    border: 0;
  }
  #casa {
    width: 25%;
  }
  #apartamento {
    width: 40%;
  }

  .sexo button {
    width: 48%;
    margin-bottom: 15px;
  }
  .col-responsivo {
    margin-bottom: -15px;
  }
  .col-responsivo .col {
    width: 100%;
    min-width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .btn-tipo-casamento button {
    width: 100%;
    margin-left: 0px;
  }
  #comprova-renda button {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  #comprova-renda-conjuge button {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  #profissao-conjuge button {
    margin-bottom: 15px;
    width: 45%;
  }
  .profissao-conjuge-b1 {
    width: 45% !important;
    margin-right: 1% !important;
  }

  #btn_empresa button {
    width: 18%;
    text-align: center !important;
  }
  #EIRELI {
    padding-left: 3px;
  }
  #faturamento_anual button {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn_prazo_micro button {
    width: 23% !important;
  }

  #btn_maneira_pagamento button {
    width: 100%;
    margin-bottom: 10px;
  }

  .imovel-alugado button {
    width: 48% !important;
  }

  .prazo-cheque {
    margin-right: 3px;
  }
  .prazo-debito {
    margin-right: 3px;
  }
  .prazo_compra button {
    width: 50%;
    margin-bottom: 15px;
  }

  .rodape {
    height: auto;
  }

  .btn-tipo-veiculo button {
    width: 49%;
  }
  .btn-tipo-veiculo button {
    width: 49%;
    margin-bottom: 15px;
  }
  #caminhoes {
    width: 36%;
  }
  #onibus {
    width: 30%;
  }
  #van {
    width: 30%;
  }

  #residencial {
    font-size: 14px;
  }
  #comercial {
    font-size: 14px;
  }
  #terreno {
    font-size: 14px;
  }
  #construir {
    font-size: 14px;
  }
  #reformar {
    font-size: 14px;
  }
  #terminar_obra {
    font-size: 14px;
  }
}

@media screen and (max-width: 410px) {
  .rodape {
    height: auto;
  }
}

@media screen and (max-width: 376px) {
  #valor-financiar {
    font-size: 14px !important;
  }
  .btn-50 button {
    width: 49%;
    margin-bottom: 15px;
  }
  .btn-35 button {
    width: 100%;
    margin-bottom: 15px;
  }
  .btn-3 button {
    width: 100%;
    margin-bottom: 15px;
  }
  .btn-30 button {
    width: 32%;
    margin-bottom: 15px;
  }
  .btn_produto_aux button {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .btn-25 button {
    width: 100%;
    margin-bottom: 15px;
  }
  .btn-20 button {
    width: 100%;
    margin-bottom: 15px;
  }
  .btn-tipo-veiculo button {
    width: 100%;
    margin-bottom: 15px;
  }

  .tempo-servico {
    width: 80%;
    margin: 0 auto;
  }
  .tempo-servico button {
    width: 100%;
    margin-bottom: 15px;
  }
  .prazo button {
    width: 23.5%;
    padding-left: 1px;
    padding-right: 1px;
  }
  .btn-tipo-gc {
    width: 80%;
    margin: 0 auto;
  }
  .btn-tipo-gc button {
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
  }
  .estado-civil button {
    width: 49%;
  }
  .btn-tipo-veiculo button {
    width: 49%;
  }
  #profissao button {
    padding-left: 1px;
    padding-right: 1px;
  }
  #caminhoes {
    width: 36%;
  }
  #onibus {
    width: 30%;
  }
  #van {
    width: 30%;
  }
  #btn-msg-boas-vindas {
    width: 100%;
  }
  #fechar-popup {
    left: 280px;
    top: 15px;
  }
  .prazo-cheque {
    margin-right: 3px;
  }
  .prazo-debito {
    margin-right: 3px;
  }
  .prazo_compra button {
    width: 49%;
    margin-bottom: 15px;
  }
  #residencial {
    font-size: 12px;
  }
  #comercial {
    font-size: 12px;
  }
  #terreno {
    font-size: 12px;
  }
  #construir {
    font-size: 12px;
  }
  #reformar {
    font-size: 12px;
  }
  #terminar_obra {
    font-size: 12px;
  }

  .rodape {
    height: auto;
  }

  .objetivo button {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .estado-civil,
  .tempo-servico,
  .btn-25 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .estado-civil button,
  .btn-25 button {
    flex: 1 1 45%;
  }
  .tempo-servico button {
    flex: 1 1 40%;
  }
}

@media screen and (max-width: 300px) {
  #residencial {
    margin-left: 0px;
    width: 100%;
  }
  #comercial {
    width: 100%;
    margin-top: 10px;
  }
  #terreno {
    width: 100%;
    margin-top: 10px;
  }
  #construir {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
  }
  #reformar {
    width: 100%;
    margin-top: 10px;
  }
  #terminar_obra {
    width: 100%;
    margin-top: 10px;
  }
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  color: #626262;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  height: 42px;
  line-height: 32px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.nice-select:hover {
  border-color: #ddd;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #ddd;
  color: #4a4a4a;
}

.nice-select:after {
  border-bottom: 2px solid #90a1b5;
  border-right: 2px solid #90a1b5;
  content: "";
  display: block;
  height: 5px;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  color: #4a4a4a;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
  color: #4a4a4a;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  color: #4a4a4a;
}

.nice-select.open .list {
  opacity: 1;
  color: #4a4a4a;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #e7ecf2;
  color: #90a1b5;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cdd5de;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow-y: scroll;
  height: auto !important;
  max-height: 400px;
  padding: 0;
  padding-top: 65px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  min-height: 33px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f7f9;
}

.nice-select .option.selected {
  font-weight: 700;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.container-geral {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.quadrado-roxo {
  background-color: #760d9f;
}

/* CABELAHO ------------------------------------------------------------------------ */
.cabecalho-aviso {
  background-color: #f56516;
  height: 5vh;
  justify-content: center;
  align-items: center;
}
.cabecalho-aviso > p {
  text-align: justify;
  padding: 8px;
  color: white;
  margin: 0;
  font-size: clamp(0.875rem, 0.3743rem + 0.5865vw, 1.125rem);
}
#cabecalho-aviso-1 {
  display: flex;
}
#cabecalho-aviso-2 {
  display: none;
}

/* FATURA ENERGIA ------------------------------------------------------------------ */

.fatura-energia-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 120px auto;
  max-width: 60%;
  font-family: "Work Sans", sans-serif;
  text-align: justify;
}
.fatura-energia-h1 {
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 4rem;
}
.fatura-energia-h2 {
  color: var(--primary-color);
  font-size: 28px;
  /* font-weight: 600; */
  margin-bottom: 1.5rem;
}
.fatura-energia-ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: #4a4a4a;
  padding: 0;
}
.fatura-energia-ul li {
  font-size: 22px;
  list-style: none;
}
.fatura-energia-ul li > i {
  /* display: flex; */
  text-align: center;
  justify-content: center;
  margin-right: 30px;
  height: 30px;
  width: 30px;
  font-size: 30px;
  color: #f56516;
}
.fatura-energia-informacoes {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 3rem;
  width: 100%;
}
.fatura-energia-informacoes > p {
  font-size: 22px;
}
.fatura-energia-condicoes li {
  /* font-size: 26px; */
  /* font-weight: 600; */
  color: #f56516;
}
.fatura-energia-condicoes span {
  color: #4a4a4a;
}
.fatura-energia-btn {
  display: flex;
  margin: auto;
  padding: 1rem 6rem;
  font-size: 28px;
  width: min-content;
  background-color: #f56516;
  border-radius: 15px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  transition: 300ms;
}
.fatura-energia-btn:hover {
  color: white;
  text-decoration: none;
  scale: 1.05;
  box-shadow: 0px 2px 10px 5px #0005;
}

@media screen and (max-width: 480px) {
  .fatura-energia-main {
    max-width: 100%;
    margin: 50px 0;
  }
  .fatura-energia-main li {
    text-align: start;
  }
  .fatura-energia-btn {
    width: 90%;
    height: min-content;
    padding: 1rem;
    justify-content: center;
  }
  .fatura-energia-ul li .fa-li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .fatura-energia-ul li .fa-li {
    font-size: 28px;
  }
}

@media screen and (max-width: 359px) {
  .fatura-energia-main {
    max-width: 100%;
    margin: 50px 0;
  }
  .fatura-energia-main li {
    text-align: start;
  }
  .fatura-energia-ul li .fa-li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .fatura-energia-ul li .fa-li {
    font-size: 28px;
  }
}

/* RODAPÉ -------------------------------------------------------------------------- */
.rodape {
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
  background-color: #760d9f;
  font-family: "Montserrat";
}
.img-container-rodape > img {
  height: auto;
}
.contatos-rodape {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
.redes-sociais-container-rodape {
  display: flex;
  gap: 30px;
}
.redes-sociais-container-rodape > .fa-brands {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 65px;
  height: 65px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  background-color: #fff;
  border-radius: 50%;
  color: #760d9f;
  transition: 300ms;
}
.redes-sociais-container-rodape > .fa-brands:hover {
  background-color: #ff6600;
  color: #fff;
  transition: 300ms;
}
.informacoes-rodape {
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin-bottom: 3rem;
}
.secao-informacao {
  color: white;
}
.secao-informacao > h2 {
  font-size: 1.4em;
}
.secao-informacao > a,
.secao-informacao > p {
  color: white;
  text-decoration: none;
  display: block;
  margin: 30px 0;
  font-size: 1em;
  margin: 1rem 0;
  font-weight: 200;
  text-decoration: none #f56516;
}
.selos-rodape {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.selo-google {
  height: 6rem;
  width: auto;
}
.segunda-secao-selos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.informacoes-legais-rodape > p {
  color: white;
  text-align: justify;
  font-weight: 400;
}
.informacoes-legais-rodape a {
  color: white;
}

@media screen and (max-width: 480px) {
  .rodape {
    padding-top: 2rem;
  }
  .container-geral {
    width: 90%;
    margin: auto;
  }
  .contatos-rodape {
    flex-direction: column;
  }
  .informacoes-rodape {
    flex-direction: column;
    align-items: center;
  }
  .img-container-rodape {
    display: flex;
    justify-content: center;
  }
  .img-container-rodape > img {
    width: 100%;
    /* background: url(/novo-site/site/img/logo-mobile.png); */
  }
  .informacoes-rodape {
    display: flex;
    justify-content: center;
    gap: 0;
  }
  .selos-rodape {
    display: grid;
  }
  .selo-google-container {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .selo-google {
    width: 100%;
    height: auto;
  }
  .selo-sitelock-container {
    grid-column: 1 / 2;
  }
  .selo-reclameaqui-container {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 359px) {
  .redes-sociais-container-rodape {
    gap: 10px;
  }
  .redes-sociais-container-rodape > .fa-brands {
    padding: 18px;
    font-size: 26px;
    border-radius: 100%;
  }
}

.container-header-form {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
  justify-content: space-around;
}

.container-header-form-img {
  width: auto;
  height: 135px;
}

#header-form-img-fina-imoveis {
  scale: 1.5;
}
#header-form-img-refi-imoveis,
#header-form-img-veiculos {
  scale: 1;
}
#header-form-img-giro,
#header-form-img-parceiros-afiliados {
  scale: 1.4;
}

#header-form-img-condominios {
  height: 170px;
  width: auto;
}

#header-form-img-saque-cartao {
  height: 200px;
  width: auto;
  scale: 1;
}

.container-header-textos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-header-textos > h1 {
  font-size: 28px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 20px;
}

.container-header-textos > h3 {
  font-size: 18px;
  margin: 0;
}

.container-header-textos > h3:nth-child(3) {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .container-header-form {
    flex-direction: column;
    align-items: center;
  }
  .container-header-form-img {
    width: 80%;
    height: auto;
  }
  #header-form-img-fina-imoveis {
    scale: 1.1;
  }
  #header-form-img-refi-imoveis,
  #header-form-img-giro,
  #header-form-img-veiculos {
    scale: 1;
  }
  #header-form-img-parceiros-afiliados {
    scale: 0.8;
  }
  #header-form-img-saque-cartao {
    scale: 1;
  }
  /* .container-header-textos > h1 {
    font-size: 30px;
  }
  .container-header-textos > h3 {
    font-size: 18px;
    margin: 0;
  } */
}
