/* ///////////////////// SECTION HEADER EMPRÉSTIMO PESSOAL  \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-header-emprestimo-garantia-imovel {
    height: 632px;
    background-color: #fff;
    background-image: url(../images/bg-emprestimo-com-garantia-de-imovel.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2000px 632px; /* Define a largura e a altura da imagem */  
}

#section-header-emprestimo-garantia-imovel .text-banner-emprestimo-garantia-imovel {
    font-family: 'Gotham';
    padding-top: 20px;
    font-weight: 600;
    padding-left: 80px;
    font-size: 1.5rem;
    line-height: 30px;
}

#section-header-emprestimo-garantia-imovel #form-header {
    padding: 0.9rem 1.8rem;
    padding-bottom: 1.2rem;
    position: relative;
    margin-top: 16px;
    margin-left: 0 !important;
    right: 0 !important;
    width: 341px;
    height: auto;
    background-color: #fff;
    box-shadow: -10px 40px 14px -20px rgba(0,0,0,0.175);     
}

#section-header-emprestimo-garantia-imovel .col-md-7 h2 {
    padding-top: 300px;
    margin-left: -120px;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    color: #fff;
    font-size: 4.125rem;
    line-height: 65px;
}

/* ///////////////////// SECTION VALORES MAIS ALTOS \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-valores-mais-altos {
    height: 890px;
    background-color: #fff;
    background-image: url(../images/bg-valores-mais-altos.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2000px 890px; /* Define a largura e a altura da imagem */  
}

#section-valores-mais-altos h2 {
    padding-top: 60px;
    text-align: left;
    color: #fff;
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    font-size: 2.95rem;
    line-height: 62px;
}

#section-valores-mais-altos p {
    padding-top: 30px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 44px;
}

#section-valores-mais-altos .col-md-6 ul {
    padding-top: 25px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
}

#section-valores-mais-altos .custom-list {
    list-style: none; /* Remove bullets padrão */
    padding-left: 0;
}

#section-valores-mais-altos .custom-list li {
    padding-bottom: 22px;
    position: relative;
    padding-left: 20px; /* Espaço para o bullet */
    color: #fff; /* Cor do texto */
    line-height: 30px;
}

#section-valores-mais-altos .custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px; /* Largura do bullet */
    height: 4px; /* Altura do bullet */
    background-color: #34ff2d; /* Cor do bullet */
}

/* ///////////////////// SECTION CONTRATAR LOJA WHATS -> VER ARQUIVO 'main.css' \\\\\\\\\\\\\\\\\\\\\\\\\ */

/* ///////////////////// SECTION PORQUE EMPRESTIMO GARANTIA IMOVEL \\\\\\\\\\\\\\\\\\\\\\\\\ */
#porque-emprestimo-garantia-imovel {
    height: 712px;
    background-color: #fff;
    background-image: url(../images/bg-evoluindo-junto.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2000px 712px; 
}

#porque-emprestimo-garantia-imovel h2 {
    padding-top: 120px;
    text-align: left;
    color: #00205c;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    font-size: 4.25rem;
    line-height: 70px;
}

#porque-emprestimo-garantia-imovel p {
    padding-top: 25px;
    text-align: left;
    color: #00205c;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 40px;
}

#porque-emprestimo-garantia-imovel .card.w-75 {
    width: 93% !important;
}

#porque-emprestimo-garantia-imovel .card p {
    padding: 20px 10px 0px 12px;
    color: #00205c;
    font-size: 1.25rem;
    line-height: 24px;

}

#porque-emprestimo-garantia-imovel .card p.card-text {
    padding-top: 0;
    padding-bottom: 14px;
    font-size: 1.25rem;
    color: #00205c;
    font-weight: normal;

}

#porque-emprestimo-garantia-imovel .card-body:not(.atendimento)::after {
    position: absolute;
    content: '';    
    width: 38px;
    height: 36px;    
    background-image: url(../images/arrow-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: #34ff2d;
    font-size: 2.4rem;
    right: -22px;
    bottom: 10px;
}

#porque-emprestimo-garantia-imovel .card-body.number1::before {
    position: absolute;
    content: '1';    
    width: 38px;
    height: 36px;    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: #00205c;
    font-size: 4.4rem;
    font-weight: 800;
    left: 25px;
    top: -60px;
}
#porque-emprestimo-garantia-imovel .card-body.number2::before {
    position: absolute;
    content: '2';    
    width: 38px;
    height: 36px;    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: #00205c;
    font-size: 4.4rem;
    font-weight: 800;
    left: 25px;
    top: -60px;
}
#porque-emprestimo-garantia-imovel .card-body.number3:before {
    position: absolute;
    content: '3';    
    width: 38px;
    height: 36px;    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: #00205c;
    font-size: 4.4rem;
    font-weight: 800;
    left: 25px;
    top: -60px;
}

#porque-emprestimo-garantia-imovel .cards-seja {
    padding-top: 100px;
}

/* ///////////////////// SECTION COMO FUNCIONA IMOVEL \\\\\\\\\\\\\\\\\\\\\\\\\ */
#como-funciona-imovel {
    height: 814px;
    background-color: #fff;
    background-image: url(../images/bg-como-funciona.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2000px 814px; 
}

#como-funciona-imovel h2 {
    padding-top: 120px;
    padding-bottom: 60px;
    text-align: left;
    color: #00205c;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    font-size: 4.3rem;
    line-height: 74px;
}

#como-funciona-imovel p {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
    color: #00205c;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 26px;
}

/* ///////////////////// SECTION FAQ EMPRÉSTIMO PESSOAL \\\\\\\\\\\\\\\\\\\\\\\\\ */
#faq-emprestimo-garantia-veiculo {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #00ffea;
    height: auto;
}

#faq-emprestimo-garantia-veiculo h2 {
    color: #00205c;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    font-size: 3.8rem;
}

#faq-emprestimo-garantia-veiculo .faq-number {
    display: inline-flex;
    margin-top: -5px;
    padding-right: 10px;
    color: #00205c;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    font-size: 2.1rem;
}

/* ///////////////////// SECTION CONHEÇA NOSSOS PRODUTOS -> VER ARQUIVO 'main.css' \\\\\\\\\\\\\\\\\\\\\\\\\ */

/* ///////////////////// SECTION CANAIS DE ATENDIMENTO EMPRÉSTIMO PESSOAL \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-canais-de-atendimento-emp-pessoal {
    background-color: #00205c;
    height: 377px;
    background-image: url(../images/bg-canais-de-atendimento-emp-pessoal.jpg);
    background-size: 2000px 377px;
    background-position: top center;
    background-repeat: no-repeat;
}

#section-canais-de-atendimento-emp-pessoal .col-md-12 h2 {
    padding-top: 182px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 700;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 46px;
}

#section-canais-de-atendimento-emp-pessoal p {
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    color: #00205c;
}

#section-canais-de-atendimento-emp-pessoal a {
    font-family: 'Gotham';
    font-size: 1.1rem;
    font-weight: bold;
    font-style: normal;
    padding: 0.75rem 4.8rem 0.75rem 4.8rem; 
    text-decoration: none;
    text-wrap: nowrap;
    color: #fff;
    background-color: #00205c;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

#section-canais-de-atendimento-emp-pessoal a:hover {
    background-color: #002c7e;
}
