@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

html, body{
    margin: 0;
    padding:0 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* navbar */
.navbar {
    background: linear-gradient(180deg, #0044d2 0%, #0039b5 100%);
    padding: 25px 100px !important;
}
#navlist {
    justify-content: flex-end;
}
.navbar-brand img {
    height: 45px;
}
.nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
    cursor: pointer;
    margin: 0 10px;
}
.nav-link:hover {
    text-decoration: underline;
}
.nav-cta {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 0 0 0 20px;
    display: block;
    background: #ff328c;
}
.nav-cta:hover {
    background: #ffffff;
    color: #0044d2 !important;
}
/* header */
.header {
  background: url(/img/header.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 800px;
  margin-top: 100px;
}
#header-img {
    text-align: center;
}
#header-img img {
    max-width: 100%;
}
#header-content {
  margin: 20px 0 50px 0;
}
.title {
  margin-top: 20px;
  color: #0044d2;
  font-size: 48px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 30px;  
  line-height: 1;
}
#selo {
  padding: 100px 0 5px 0;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.1;
  max-width: 80%;
}
.form-box {
    text-align: center;
    background: #EFEFFA;
    padding: 30px 0 40px 0;
    border-radius: 0 0 25px 25px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}
.blocks-heading {
    border-radius: 25px 25px 0 0;
    background: linear-gradient(180deg, #0044d2 0%, #0039b5 100%);
    color: #FFF;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0;
}
.img-final {
    text-align: center;
    margin-top: 30px;
}
.img-final img {
    max-width: 100%;
    margin: 0 auto;
}

/********* FORMULÁRIO *********/
.passo:not(.active) {
    display: none;
}

.button-block {
    text-align: center;
}

.btn-form {
    border-radius: 33px;
    background: #ff328c;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    padding: 15px 92px 15px 60px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin: 20px auto 0 auto;
    display: inline;
    border: none;
}

.btn-form::after {
    content: '';
    height: 24px;
    width: 24px;
    background-image: url('/img/buttonArrow_White.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 12px);
    right: 55px;
}

.btn-form:hover {
    color: #fff;
    background: #0044d2;
}

.input-block {
    border-radius: 20px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    padding: 20px 40px 40px;
    max-width: 650px;
    margin: 0 auto 10px;
    text-align: left;
}

.slider-result, .input-title {
    text-align: center;
    font-size: 16px;
    line-height: 1.22;
    color: #000000;
    margin-bottom: 10px;
}

.input-title {
    margin-bottom: 20px;
}

.input-title-special {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #808080;
    margin-bottom: 20px;
}

.slider-result .result, .slider-result .currency {
    font-size: 45px;
    font-weight: 900;
    line-height: 0.8;
    text-align: right;
    color: #4b4b4b;
    padding: 10px 0 10px;
    
}

.anos, .slider-desc {
    font-size: 18px;
    line-height: 1.22;
    color: #808080;
}

.slider-result .result {margin-left: auto;}
.slider-result .currency {font-size: 30px;align-self:end;margin-left:5px;}

.slider-input {
    text-align: center;
}

.input-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #e6e6e6;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
}

.input-slider:hover {
    opacity: 1;
}

.input-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #b4ff66;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.input-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #b4ff66;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.slider-desc {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}


.radios-input {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.input-block.input-block-error {
    border-color: #bf0404;
}

div.error {
    flex: none;
    width: 100%;
    color: #bf0404;
}

.constrain {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.radios-input label {
    padding: 15px;
    margin-top: 10px;
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: left top;
    min-width: 90px;
    max-width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.22;
    background-color: #e6e6e6;
    border-radius: 35px;
    cursor: pointer; 
    align-items: center;
    color: #808080;
}

.radios-input label b{  
    font-size: 20px;
}
input[type="radio"]:checked + .radio-label, input[name="fase"] + .radio-label:hover {
    background-color: #0044d2;
    color: white;
    border-color: #0044d2;
} 
.input-titles {
    font-size: 16px;
    line-height: 1.48;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    padding-top: 16px;
}
input[name="fase"] + .radio-label{
    padding: 18px 30px 18px 20px;
    background-color: #fff;
    border: 1px solid #0044d2;
    line-height: 1.4;
    background-image: url('/img/arrow-right.svg');
    background-size: 35px;
    background-position: 97% center;
    background-repeat: no-repeat;
}
input[name="fase"]:checked + .radio-label, input[name="fase"] + .radio-label:hover{
    background-image: url('/img/arrow-right-white.svg');
}
/*Tem credito*/
#label-temcredito-sim, #label-entrada-sim, #label-outroscreditos-sim, #label-projecto-sim {background-image: url(/img/CMBCHabitacao_IconSim.svg);}
#label-temcredito-nao, #label-entrada-nao, #label-outroscreditos-nao, #label-projecto-nao {background-image: url(/img/CMBCHabitacao_IconNao.svg);}

#label-temcredito-sim:hover, #label-entrada-sim:hover, #label-outroscreditos-sim:hover, #label-projecto-sim:hover {background-image: url(/img/CMBCHabitacao_IconSim_OVER.svg);}
#label-temcredito-nao:hover, #label-entrada-nao:hover, #label-outroscreditos-nao:hover, #label-projecto-nao:hover {background-image: url(/img/CMBCHabitacao_IconNao_OVER.svg);}


#temcredito-sim:checked ~ #label-temcredito-sim, #entrada-sim:checked ~ #label-entrada-sim, #outroscreditos-sim:checked ~ #label-outroscreditos-sim, #projecto-sim:checked ~ #label-projecto-sim {background-image: url(/img/CMBCHabitacao_IconSim_OVER.svg);}
#temcredito-nao:checked ~ #label-temcredito-nao, #entrada-nao:checked ~ #label-entrada-nao, #outroscreditos-nao:checked ~ #label-outroscreditos-nao, #projecto-nao:checked ~ #label-projecto-nao {background-image: url(/img/CMBCHabitacao_IconNao_OVER.svg);}


/*Radios creditos a decorrer*/
#label-ncreditos-1 {background-image: url(/img/CMBCConsol_Icon1.svg);}
#label-ncreditos-2 {background-image: url(/img/CMBCConsol_Icon2a4.svg);}
#label-ncreditos-5 {background-image: url(/img/CMBCConsol_Icon5mais.svg);}

#label-ncreditos-1:hover {background-image: url(/img/CMBCConsol_Icon1_OVER.svg);}
#label-ncreditos-2:hover {background-image: url(/img/CMBCConsol_Icon2a4_OVER.svg);}
#label-ncreditos-5:hover {background-image: url(/img/CMBCConsol_Icon5mais_OVER.svg);}

#ncreditos-1:checked ~ #label-ncreditos-1 {background-image: url(/img/CMBCConsol_Icon1_OVER.svg);}
#ncreditos-2:checked ~ #label-ncreditos-2 {background-image: url(/img/CMBCConsol_Icon2a4_OVER.svg);}
#ncreditos-5:checked ~ #label-ncreditos-5 {background-image: url(/img/CMBCConsol_Icon5mais_OVER.svg);}

#titulares2:checked ~ #label-titulares2 {background-image: url(/img/CMBCConsol_Icon2_OVER.svg);}

/*Radios SIM/NÃO*/

#label-pagamentos-sim,
#label-credito_hab-sim,
#label-rendimentos_pt-sim {background-image: url(/img/CMBCConsol_IconSim.svg);}

#label-pagamentos-nao,
#label-credito_hab-nao,
#label-rendimentos_pt-nao {background-image: url(/img/CMBCConsol_IconNao.svg);}


#label-pagamentos-sim:hover,
#label-credito_hab-sim:hover,
#label-rendimentos_pt-sim:hover {background-image: url(/img/CMBCConsol_IconSim_OVER.svg);}

#label-pagamentos-nao:hover,
#label-credito_hab-nao:hover,
#label-rendimentos_pt-nao:hover {background-image: url(/img/CMBCConsol_IconNao_OVER.svg);}


#pagamentos-sim:checked ~ #label-pagamentos-sim,
#credito_hab-sim:checked ~ #label-credito_hab-sim,
#rendimentos_pt-sim:checked ~ #label-rendimentos_pt-sim {background-image: url(/img/CMBCConsol_IconSim_OVER.svg);}

#pagamentos-nao:checked ~ #label-pagamentos-nao,
#credito_hab-nao:checked ~ #label-credito_hab-nao,
#rendimentos_pt-nao:checked ~ #label-rendimentos_pt-nao {background-image: url(/img/CMBCConsol_IconNao_OVER.svg);}

/*Radios titulares*/

#label-titulares1 {background-image: url(/img/CMBCConsol_IconPessoa1.svg);}
#label-titulares2 {background-image: url(/img/CMBCConsol_IconPessoa2.svg);}

#label-titulares1:hover {background-image: url(/img/CMBCConsol_IconPessoa1_OVER.svg);}
#label-titulares2:hover {background-image: url(/img/CMBCConsol_IconPessoa2_OVER.svg);}

#titulares1:checked ~ #label-titulares1 {background-image: url(/img/CMBCConsol_IconPessoa1_OVER.svg);}
#titulares2:checked ~ #label-titulares2 {background-image: url(/img/CMBCConsol_IconPessoa2_OVER.svg);}

/*Radios estado civil*/

#label-casado {background-image: url(/img/CMBCConsol_IconECivCasado.svg);}
#label-solteiro {background-image: url(/img/CMBCConsol_IconECivSolteiro.svg);}
#label-divorciado {background-image: url(/img/CMBCConsol_IconECivDivorciado.svg);}
#label-viuvo {background-image: url(/img/CMBCConsol_IconECivViuvo.svg);}

#label-casado:hover {background-image: url(/img/CMBCConsol_IconECivCasado_OVER.svg);}
#label-solteiro:hover {background-image: url(/img/CMBCConsol_IconECivSolteiro_OVER.svg);}
#label-divorciado:hover {background-image: url(/img/CMBCConsol_IconECivDivorciado_OVER.svg);}
#label-viuvo:hover {background-image: url(/img/CMBCConsol_IconECivViuvo_OVER.svg);}

#casado:checked ~ #label-casado {background-image: url(/img/CMBCConsol_IconECivCasado_OVER.svg);}
#solteiro:checked ~ #label-solteiro {background-image: url(/img/CMBCConsol_IconECivSolteiro_OVER.svg);}
#divorciado:checked ~ #label-divorciado {background-image: url(/img/CMBCConsol_IconECivDivorciado_OVER.svg);}
#viuvo:checked ~ #label-viuvo {background-image: url(/img/CMBCConsol_IconECivViuvo_OVER.svg);}

/*Radios dependentes*/

#label-dependentes-0 {background-image: url(/img/CMBCConsol_Icon0.svg);}
#label-dependentes-1 {background-image: url(/img/CMBCConsol_Icon1.svg);}
#label-dependentes-2 {background-image: url(/img/CMBCConsol_Icon2.svg);}
#label-dependentes-3 {background-image: url(/img/CMBCConsol_Icon3mais.svg);}

#label-dependentes-0:hover {background-image: url(/img/CMBCConsol_Icon0_OVER.svg);}
#label-dependentes-1:hover {background-image: url(/img/CMBCConsol_Icon1_OVER.svg);}
#label-dependentes-2:hover {background-image: url(/img/CMBCConsol_Icon2_OVER.svg);}
#label-dependentes-3:hover {background-image: url(/img/CMBCConsol_Icon3mais_OVER.svg);}

#dependentes-0:checked ~ #label-dependentes-0 {background-image: url(/img/CMBCConsol_Icon0_OVER.svg);}
#dependentes-1:checked ~ #label-dependentes-1 {background-image: url(/img/CMBCConsol_Icon1_OVER.svg);}
#dependentes-2:checked ~ #label-dependentes-2 {background-image: url(/img/CMBCConsol_Icon2_OVER.svg);}
#dependentes-3:checked ~ #label-dependentes-3 {background-image: url(/img/CMBCConsol_Icon3mais_OVER.svg);}

/*Radios sit pro*/

#label-empregado {background-image: url(/img/CMBCConsol_IconJob_Empregado.svg);}
#label-publico {background-image: url(/img/CMBCConsol_IconJob_Publico.svg);}
#label-reformado {background-image: url(/img/CMBCConsol_IconJob_Reformado.svg);}
#label-desempregado {background-image: url(/img/CMBCConsol_IconJob_Desempregado.svg);}
#label-propria {background-image: url(/img/CMBCConsol_IconContaPropria.svg);}
#label-outro {background-image: url(/img/CMBCConsol_IconProOutro.svg);}


#label-empregado:hover {background-image: url(/img/CMBCConsol_IconJob_Empregado_OVER.svg);}
#label-publico:hover {background-image: url(/img/CMBCConsol_IconJob_Publico_OVER.svg);}
#label-reformado:hover {background-image: url(/img/CMBCConsol_IconJob_Reformado_OVER.svg);}
#label-desempregado:hover {background-image: url(/img/CMBCConsol_IconJob_Desempregado_OVER.svg);}
#label-propria:hover {background-image: url(/img/CMBCConsol_IconContaPropria_OVER.svg);}
#label-outro:hover {background-image: url(/img/CMBCConsol_IconProOutro_OVER.svg);}

#empregado:checked ~ #label-empregado {background-image: url(/img/CMBCConsol_IconJob_Empregado_OVER.svg);}
#publico:checked ~ #label-publico {background-image: url(/img/CMBCConsol_IconJob_Publico_OVER.svg);}
#reformado:checked ~ #label-reformado {background-image: url(/img/CMBCConsol_IconJob_Reformado_OVER.svg);}
#desempregado:checked ~ #label-desempregado {background-image: url(/img/CMBCConsol_IconJob_Desempregado_OVER.svg);}
#propria:checked ~ #label-propria {background-image: url(/img/CMBCConsol_IconContaPropria_OVER.svg);}
#outro:checked ~ #label-outro {background-image: url(/img/CMBCConsol_IconProOutro_OVER.svg);}

/*Radios sit pro 2*/

#label-empregado2 {background-image: url(/img/CMBCConsol_IconJob_Empregado.svg);}
#label-publico2 {background-image: url(/img/CMBCConsol_IconJob_Publico.svg);}
#label-reformado2 {background-image: url(/img/CMBCConsol_IconJob_Reformado.svg);}
#label-desempregado2 {background-image: url(/img/CMBCConsol_IconJob_Desempregado.svg);}
#label-propria2 {background-image: url(/img/CMBCConsol_IconContaPropria.svg);}
#label-outro2 {background-image: url(/img/CMBCConsol_IconProOutro.svg);}


#label-empregado2:hover {background-image: url(/img/CMBCConsol_IconJob_Empregado_OVER.svg);}
#label-publico2:hover {background-image: url(/img/CMBCConsol_IconJob_Publico_OVER.svg);}
#label-reformado2:hover {background-image: url(/img/CMBCConsol_IconJob_Reformado_OVER.svg);}
#label-desempregado2:hover {background-image: url(/img/CMBCConsol_IconJob_Desempregado_OVER.svg);}
#label-propria2:hover {background-image: url(/img/CMBCConsol_IconContaPropria_OVER.svg);}
#label-outro2:hover {background-image: url(/img/CMBCConsol_IconProOutro_OVER.svg);}

#empregado2:checked ~ #label-empregado2 {background-image: url(/img/CMBCConsol_IconJob_Empregado_OVER.svg);}
#publico2:checked ~ #label-publico2 {background-image: url(/img/CMBCConsol_IconJob_Publico_OVER.svg);}
#reformado2:checked ~ #label-reformado2 {background-image: url(/img/CMBCConsol_IconJob_Reformado_OVER.svg);}
#desempregado2:checked ~ #label-desempregado2 {background-image: url(/img/CMBCConsol_IconJob_Desempregado_OVER.svg);}
#propria2:checked ~ #label-propria2 {background-image: url(/img/CMBCConsol_IconContaPropria_OVER.svg);}
#outro2:checked ~ #label-outro2 {background-image: url(/img/CMBCConsol_IconProOutro_OVER.svg);}


/*Radios tipo contrato */

#label-termo_certo {background-image: url(/img/CMBCConsol_IconJob_Contrato.svg);}
#label-conta_prop {background-image: url(/img/CMBCConsol_IconJob_Propria.svg);}

#label-termo_certo:hover {background-image: url(/img/CMBCConsol_IconJob_Contrato_OVER.svg);}
#label-conta_prop:hover {background-image: url(/img/CMBCConsol_IconJob_Propria_OVER.svg);}

#termo_certo:checked ~ #label-termo_certo {background-image: url(/img/CMBCConsol_IconJob_Contrato_OVER.svg);}
#conta_prop:checked ~ #label-conta_prop {background-image: url(/img/CMBCConsol_IconJob_Propria_OVER.svg);}

/*Radios tipo contrato 2*/

#label-termo_certo2 {background-image: url(/img/CMBCConsol_IconJob_Contrato.svg);}
#label-conta_prop2 {background-image: url(/img/CMBCConsol_IconJob_Propria.svg);}

#label-termo_certo2:hover {background-image: url(/img/CMBCConsol_IconJob_Contrato_OVER.svg);}
#label-conta_prop2:hover {background-image: url(/img/CMBCConsol_IconJob_Propria_OVER.svg);}

#termo_certo2:checked ~ #label-termo_certo2 {background-image: url(/img/CMBCConsol_IconJob_Contrato_OVER.svg);}
#conta_prop2:checked ~ #label-conta_prop2 {background-image: url(/img/CMBCConsol_IconJob_Propria_OVER.svg);}

/*Radios Tipos de crédito*/

#label-tipo_creditos-consumo {background-image: url(/img/CMBCConsol_IconCConsumo.svg);}
#label-tipo_creditos-habitacao {background-image: url(/img/CMBCConsol_IconCHabitacao.svg);}
#label-tipo_creditos-ambos {background-image: url(/img/CMBCConsol_IconCAmbos.svg);}

#label-tipo_creditos-consumo:hover {background-image: url(/img/CMBCConsol_IconCConsumo_OVER.svg);}
#label-tipo_creditos-habitacao:hover {background-image: url(/img/CMBCConsol_IconCHabitacao_OVER.svg);}
#label-tipo_creditos-ambos:hover {background-image: url(/img/CMBCConsol_IconCAmbos_OVER.svg);}

#tipo_creditos-consumo:checked ~ #label-tipo_creditos-consumo {background-image: url(/img/CMBCConsol_IconCConsumo_OVER.svg);}
#tipo_creditos-habitacao:checked ~ #label-tipo_creditos-habitacao {background-image: url(/img/CMBCConsol_IconCHabitacao_OVER.svg);}
#tipo_creditos-ambos:checked ~ #label-tipo_creditos-ambos {background-image: url(/img/CMBCConsol_IconCAmbos_OVER.svg);}

/* Radios Situação da Habitação */
#label-sit_hab-proprietario,#label-sit_hab-proprietarioS {background-image: url(/img/CMBCConsol_IconHProprietario.svg);}
#label-sit_hab-locatario {background-image: url(/img/CMBCConsol_IconHLocatario.svg);}
#label-sit_hab-outro {background-image: url(/img/CMBCConsol_IconHOutro.svg);}

#label-sit_hab-proprietario:hover,#label-sit_hab-proprietarioS:hover {background-image: url(/img/CMBCConsol_IconHProprietario_OVER.svg);}
#label-sit_hab-locatario:hover {background-image: url(/img/CMBCConsol_IconHLocatario_OVER.svg);}
#label-sit_hab-outro:hover {background-image: url(/img/CMBCConsol_IconHOutro_OVER.svg);}

#sit_hab-proprietario:checked ~ #label-sit_hab-proprietario,#sit_hab-proprietarioS:checked ~ #label-sit_hab-proprietarioS {background-image: url(/img/CMBCConsol_IconHProprietario_OVER.svg);}
#sit_hab-locatario:checked ~ #label-sit_hab-locatario {background-image: url(/img/CMBCConsol_IconHLocatario_OVER.svg);}
#sit_hab-outro:checked ~ #label-sit_hab-outro {background-image: url(/img/CMBCConsol_IconHOutro_OVER.svg);}

/*Radios Nacionalidade*/

#label-nacionalidade-pt {background-image: url(/img/pessoal/CMBCPessoal_IconPT.svg);}
#label-nacionalidade-ue {background-image: url(/img/pessoal/CMBCPessoal_IconUE.svg);}
#label-nacionalidade-br {background-image: url(/img/pessoal/CMBCPessoal_IconBR.svg);}
#label-nacionalidade-ru {background-image: url(/img/pessoal/CMBCPessoal_IconRU.svg);}
#label-nacionalidade-ua {background-image: url(/img/pessoal/CMBCPessoal_IconUA.svg);}
#label-nacionalidade-md {background-image: url(/img/pessoal/CMBCPessoal_IconMD.svg);}
#label-nacionalidade-outra {background-image: url(/img/pessoal/CMBCPessoal_IconOutra.svg);}

/* Radios Tempo Conta Própria Menos 2 */

#label-menos_2anos,
#label-menos_2anos2 {
    background-image: url(/img/menos_2.svg);
}

#label-menos_2anos:hover,
#label-menos_2anos2:hover {
    background-image: url(/img/menos_2_OVER.svg);
}

#menos_2anos:checked ~ #label-menos_2anos,
#menos_2anos2:checked ~ #label-menos_2anos2 {
    background-image: url(/img/menos_2_OVER.svg);
}

/* Radios Tempo Conta Própria Mais 2 */

#label-mais_2anos,
#label-mais_2anos2 {
    background-image: url(/img/mais_2.svg);
}

#label-mais_2anos:hover,
#label-mais_2anos2:hover {
    background-image: url(/img/mais_2_OVER.svg);
}

#mais_2anos:checked ~ #label-mais_2anos,
#mais_2anos2:checked ~ #label-mais_2anos2 {
    background-image: url(/img/mais_2_OVER.svg);
}

.input-field {
    margin-bottom: 15px;
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.input-field label {
    display: block;
    font-size: 16px;
    line-height: 1.19;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.input-field label span {
    font-size: 11px;
}

.form-input {
    -webkit-appearance: none !important;
    border-radius: 40px;
    border: solid 1px #0044d2;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    color: #808080;
    padding: 8px 0 8px 15px;
    background-size: 24px auto;
    background-position: 17px center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 400px;
}

.form-input.error {
   border: solid 1px #de4545; 
}

.form-input::placeholder {
    color: #bfbfbf;
}

.form-input:focus,
.form-input:active {
    outline: none;
}

.nome-input {background-image: url(/img/CMB_CHabitacao_iconFormNome.svg);}
.data-input {background-image: url(/img/CMB_CHabitacao_iconFormIdade.svg);}
.idade-input {background-image: url(/img/CMB_CHabitacao_iconFormIdade.svg);}
.email-input {background-image: url(/img/CMB_CHabitacao_iconFormEmail.svg);}
.telefone-input {background-image: url(/img/CMB_CHabitacao_iconFormTelefone.svg);}
.mnt-input {background-image: url(/img/CMB_CHabitacao_iconFormValor.svg);}
.cp-input {background-image: url(/img/CMB_CHabitacao_iconFormCPostal.svg);}
.nif-input {background-image: url(/img/CMB_CHabitacao_iconFormNIF.svg);}

.nome-input, .data-input, .idade-input, .email-input, .telefone-input, .mnt-input, .cp-input, .nif-input {
    padding: 8px 0 8px 50px;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 64px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.21;
  color: #808080;
  max-width: 650px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: left;
}
.check-container a {
    color: #808080;
    text-decoration: underline;
}
.check-container a:hover {
    color: #9c9c9c;
    text-decoration: underline;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 40px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border: 1px solid #5579c4;
}
.check-container:hover input ~ .checkmark {
  background-color: #5579c4;
}
.check-container input:checked ~ .checkmark {
  background-color: #5579c4;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-container input:checked ~ .checkmark:after {
  display: block;
}
.check-container .checkmark:after {
  left: 3px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 
label.error {
    font-size: 14px;
    text-transform: initial;
    color: #de4545;
    display: block;
    margin: 0;
}
.loading {
    text-align: center;
}
.loading img {
    height: 130px;
    width: 130px;
    -webkit-animation: rotate 0.8s linear infinite;
    -moz-animation: rotate 0.8s linear infinite;
    -ms-animation: rotate 0.8s linear infinite;
    -o-animation: rotate 0.8s linear infinite;
    animation: rotate 0.8s linear infinite;
}
.loading-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #808080;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}
#ty-box {
    background: linear-gradient(180deg, #0044d2 0%, #0039b5 100%);
}
.loading-title-special {
    color: #fff;
    margin-top: 30px;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.22;
    text-align: center;
}
.loading-desc {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    max-width: 90%;
    margin: 20px auto 0;
}
.client-logo {
    height: 60px;
}
/*** FORMULARIO END ***/
#bank-content {
    padding: 20px 0;
    display: inline-flex;
    align-items: center;
}
#bank-content img {
    max-width: 100%;
    text-align: right;
}
#bank-content p {
    color: #000;
    font-size: 14px;
    margin: 5px 0 0 20px;
    font-weight: 400;
    padding: 0;
}
#bank-content2 {
    display: none;
    padding: 0 0 40px 0;
    align-items: center;
}
#bank-content2 img {
    max-width: 100%;
    text-align: right;
}
#bank-content2 p {
    text-align: left;
    color: #000;
    font-size: 11px;
    margin: 5px 0 0 20px;
    font-weight: 400;
    padding: 0;
}
/* section 1 */
.section1 {
    text-align: center;
    padding: 100px 0 80px 0;
}
#partners-title h2 {
    color: #0044d2;
    font-size: 30px;
    font-weight: 700;
}
#partners-logos {
    margin: 50px 0 20px 0;
}
.parceiros-slider::before {
    content: '';
    display: block;
    background: linear-gradient(90deg, transparent 0%, #ffffff 70%);
    height: 100px;
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
    z-index: 1;
}
.parceiros-slider::after{
    content: '';
    display: block;
    background: linear-gradient(90deg,  #ffffff 0%, transparent 70%);
    height: 100px;
    position: absolute;
    width: 100px;
    top: 0;
}
#part-img img {
    margin: 0 auto;
    transition: all 0.3s ease;
}
#part-img img:hover{
    transform: scale(1.3);
}
/* section 2 */
.section2 {
    text-align: center;
}
#sec2-content {
    background: #EFEFFA;
    border-radius: 50px;
    padding: 60px 20px;
}
#sec2-title {
    color: #0044d2;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
#sec2-selo {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
}
#icon-box {
    padding: 20px 0;
}
#icon-box .h-100{
    transition: all 0.3s ease;
}
#icon-box .h-100:hover{
    transform: scale(1.1);
}
#icons {
    background: #ffffff;
    max-width: 225px;
    border-radius: 20px;
    min-height: 280px;
    margin: 0 10px;
    transition: all 0.3s ease;
}
#icons img {
    max-height: 100px;
    margin: 30px 0 20px 0;
}
#icons h6 {
    color: #0044d2;
    font-size: 20px;
    font-weight: 700;
}
#icons p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    max-width: 75%;
    margin: 10px auto 20px auto;
    line-height: 1.1;
}
#icons:hover{
    transform: scale(1.1);
}
#icon1-txt {
    max-width: 95% !important;
}
/* section 3 */
#curve {
    background: url(/img/section3.svg), #EFEFFA;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 150px;
}
.section3 {
  background: #EFEFFA;
  text-align: center;
  padding-bottom: 80px;
}
#sec3-title {
    color: #0044d2;
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0 30px 0;
}
#stars {
    margin: 0 0 20px 0;
    max-width: 100%;
}
.slick-track {
    margin: 20px auto !important;
}
.test-box {
    text-align: left;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.20);
    margin: 0 20px;
    min-height: 220px;
    transition: all 0.3s ease-in-out;
}
.test-box:hover{
    transform: scale(1.05);
}
#test-space {
    margin-top: 35px;
}
.test-box img {
    max-width: 100%;
    margin: 0 auto;    
}
.test-box h5 {
    margin-top: 20px;
    color: #0044d2;
    font-size: 20px;
    font-weight: 700;
}
.test-box p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    max-width: 95%;
    line-height: 1.1;
}
.prev {
    background: transparent;
    border: none;
}
.nex {
    background: transparent;
    border: none;
}
.nex img {
    rotate: 180deg;
}
/* footer */
.footer {
    padding: 50px 0;
    background: linear-gradient(180deg, #0044d2 0%, #0039b5 100%);;
}
#footer-txt h4{
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
}
#cta-box {
    text-align: center;
}
.cta-footer {
    width: 300px;
    height: 55px;
    background: #ff328c;
    border-radius: 30px;
    border: none;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}
.cta-footer:hover {
    color: #0044d2;
    background: #ffffff;
}
#mob {
    display: none;
}
.form-input-percentagem {
  border-radius: 40px;
  border: solid 1px #2E294E;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  color: #2E294E;
  padding: 8px 0 8px 25px;
  background-size: 24px auto;
  background-position: 17px center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-appearance: none !important;
}
.docs{
    box-shadow: 0 0 15px 5px #efeffa70;  
    border-radius: 15px;
}
.docs p{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 145px;
    margin: 0 auto;
    text-align: center; 
} 
.percent {
  font-size: 11px;
  line-height: 1.1;
  margin-top: 10px;
}

.process {
  text-align: center;
  padding: 90px 0 0 0; 
}
.proc-txt {
  margin-bottom: 60px;
}
.proc-txt h4 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}
.proc-txt h4 span {
  color: #0044d2;
}
.step-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.step {
  width: 16%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  height: 100%;
}
.step img {
  width: 70px;
  margin: 0 auto 20px auto;
}
.step span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0 auto;
  background: #2c7dc5;
}
.step p {
  font-size: 16px;
  font-weight: 600;
  margin: 20px auto 0 auto;
  max-width: 80%;
  line-height: 1.2;
  min-height: 40px;
}
.line:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: transparent;
  border-top: 6px solid #e6e6e6;
  left: 110px;
  top: 52%;
  z-index: -1;
}
/* disclaimer */
#disc {
    padding: 20px 0 0 0;
}
#disc p {
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px;
}
#disc ul {
    padding-left: 10px !important;
}
#disc ul li {
    font-size: 9px;
}
/* adstrategy */
#section-ads {
    padding: 30px 0;
}
.small-text{
    font-size: 12px;   
}
/* Media Queries */
@media (max-width: 1380px) {
    .nav-link, .nav-cta {
        font-size: 16px;
    }
    #selo {
        font-size: 20px;
    }
    #header-content {
        padding-top: 60px;
    }
    .section3 {
        background-size: cover;
        background-position: left;
    }
    #footer-txt h4 {
        font-size: 30px;
    } 
    #curve{
        margin: 0;
        min-height: 100px;
    }
    
    #icon-box{
        row-gap: 20px
    }
    #icon-box .h-100{
        height: auto !important;
    }
    .line:after{
        left: 80px;
        top: 48%;
    }
}

@media (max-width: 1138px) {
    #icons {
        max-width: 100%;
    }
    #icons h6 {
        font-size: 15px;
    }
    #icons p {
        font-size: 12px;
    }
    .nav-link {
        font-size: 14px;
        margin: 0 5px;
    }
    .nav-cta {
        font-size: 14px;
    }
    #part-img img {
        max-width: 120px;
    }
    .header {
        background-size: cover;
    }
    .title {
        max-width: 100%;
    }
    #selo {
        font-size: 18px;
        padding: 20px 0 10px 0;
    }
    #footer-txt h4 {
        font-size: 30px;
    }
}
@media (max-width: 1055px) {
    .nav-link {
        margin: 0;
    }
    #part-img img {
        max-width: 125px !important;
    }
    #icons p {
        font-size: 16px;
    }
    #footer-txt h4 {
        font-size: 27px;
    }
    .test-box p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .navbar-brand {
        margin: 0 auto;
    }
    .title {
        width: 100%;
        font-size: 45px;
    }
    #selo {
        font-size: 16px;
        padding: 50px 0 10px 0;
    }
    #bank-content p {
        font-size: 11px;
    }
    #icons h6 {
        font-size: 20px;
    }
    #header-content {
        padding-top: 30px;
        margin-bottom: 50px;
    }
    #icons {
        margin-bottom: 20px;
    }
    .form-box {
        padding: 40px;
    }
    #sec2-selo {
        width: 100%;
        font-size: 20px;
    }
    #footer-txt h4 {
        font-size: 25px;
    }
    #bank p {
        text-align: left;
    }
    .cta-footer {
        max-width: 100%;
    }
}
@media (max-width: 910px) {
    #footer-txt h4 {
        font-size: 24px;
    }   
    input[name="fase"] + .radio-label{ 
        background-position: 100% center;
    }
    .step-line {
        flex-direction: column;
        align-items: center;
    }
    .step {
        width: 220px;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 40px;
    }
    .step img {
        margin: 0
    }
    .step p {
        max-width: 55%;
        text-align: left;
        margin-left: 20px;
    }
    .step span {
        display: none;
    }
    .line:after {
        display: none;
    }
    .mobile-line img {
        margin: 10px -20px 0 0;
        height: 90%;
    }
}
@media (max-width: 767px) {
    
    .input-block {
      padding: 20px 20px 40px;
    }
    #desk {
        display: none;
    }
    #mob {
        display: block;
        margin: 0 auto 50px auto;
    }
    #bank-content {
        display: none;
    }
    #bank-content2 {
        display: inline-flex;
    }
    .section3 {
        background-position: center;
    }
    .header {
        text-align: center;
        margin-top: 60px;
    }
    #header-content {
        margin-bottom: 0px;
    }
    #header-img img {
        margin-top: 20px;
    }
    #selo {
        font-size: 20px;
        padding: 40px 0 0 0;
        margin: 0 auto;
    }
    #bank-content p {
        text-align: left;
        font-size: 13px;
    }
    .title {
        margin-bottom: 10px;
    }
    .navbar {
        padding: 10px 50px !important;
    }
    .navbar-brand img {
        max-width: 140px;
    }
    #part-img img {
        max-width: 100% !important;
    }
    #icons {
        margin-bottom: 40px;
    }
    .footer {
        padding: 70px 0 0 0;
        text-align: center;
    }
    #footer-txt h4 {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
    #icons p {
        font-size: 20px;
        margin: 20px auto 0 auto;
    }
    .slider-result, .input-title {
       display: block;
    }
    
    .slider-result .result, .slider-result .currency {
       font-size: 39px;
       text-align: center;
       line-height: 1.4;
    }
    
    .radios-input {
        flex-direction: column;
        align-content: center;
    }
    .radios-input label {
      padding-top: 75px;
      background-size: 70px;
      margin-bottom: 25px;
      max-width: 100%;
    }
    input[name="fase"] + .radio-label{
        margin-bottom: 10px; 
    }
    
    .input-field {
        width: 100%;
    }
    .input-block-text {
        padding: 20px 10px 30px;
    }
    .input-block-text .form-input {
        width: 100%;
        font-size: 13px;
        background-size: 20px auto;
    }
    
    .input-field label {
        font-size: 13px;
    }
    
    .input-title-special {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .btn-form {
        font-size: 19px;
        padding: 10px 60px 10px 20px;
    }
    
    .btn-form::after {
        height: 20px;
        width: 20px;
        right: 31px;
        background-size: 10px;
        top: calc(50% - 10px);
    }    
    .agradecimento-img {
        width: 100%;
        max-height: auto;
    }
    
    .loading img {
        height: 60px;
        width: 60px;
    }
    
    .loading-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .loading-title-special {
        margin-top: 15px;
        font-size: 16px;
    }
    
    .loading-desc {
        font-size: 12px;
        margin: 5px auto 0;
    }
    #bank p {
        text-align: center;
    }
    #cta-box {
        padding-bottom: 30px;
    }
}
@media (max-width: 550px) {
    .title {
        font-size: 40px;
    } 
    #selo{
        padding: 0;
    }
    .card-p{
        text-align: center;
        margin-bottom: 25px;
    }
    .docs{
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 10px !important;
    }
} 
@media (max-width: 414px) {  
    #bank-content2 p {
        font-size: 10px;
    }
    .test-box p {
        font-size: 13px;
    }
    .form-box {
        padding: 30px 15px;
    }
    .cta-footer {
        width: 100%;
    }
    #selo {
        font-size: 17px;
        width: 95%;
    }
    .blocks-heading {
        font-size: 22px;
    }
    #footer-txt h4 {
        max-width: 95%;
    }
}
@media (max-width: 380px) {
    #selo {
        font-size: 16px;
    }
    #footer-txt h4 {
        font-size: 20px;
    }
}
@media (max-width: 320px) {
    .title {
        font-size: 35px;
    }
    #header-content img {
        max-width: 180px;
    }
    .blocks-heading {
        font-size: 17px;
    }
    #sec2-title, #sec3-title {
        font-size: 25px;
    }
    .input-block {
        padding: 20px;
    }
    #bank p {
        font-size: 11px;
    }
    #footer-txt h4 {
        font-size: 18px;
    }
    #partners-title h2 {
        font-size: 24px;
    }
}