.banner-titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    margin-bottom: 40px;
}

.banner-titulo .titulo {
    width: 100%;
    color: #fff;
    font-family: Roboto;
    font-size: 76px;
    font-style: normal;
    font-weight: 800;
    line-height: 37.6px; /* 60% */
    justify-content: center;
    display: flex;
    margin-top: 80px;
}

.banner-titulo p {
    max-width: 796px;
    width: 60%;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.2px;
    justify-content: center;
    margin-bottom: 40px;
}
.simuladorBase {
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    padding: 0.5%;
}
.dadosForm {
    display: inline-flex;
    padding: 20px 136px 20px 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.titulSim {
    margin-bottom: 18px;
}
.titulSim h4 {
    color: #011b33;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 116.667% */
}
.form-group {
    margin-bottom: 18px;
}
.form-group label {
    color: #011b33;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.formGroup label {
    color: #011b33;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.formGroup {
    margin-bottom: 20px;
}
.formGroup input,
.formGroup select {
    width: 316px;
    height: 57px;
    flex-shrink: 0;
    border-radius: 9px;
    border: 1px solid #99ceff;
    background: #fff;
    padding: 10px;
}
.resultado p {
    color: #011b33;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btnSum {
    margin-top: 20px;
    display: flex;
    padding: 10px 59px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 28px;
    background: #bcae87;
    color: white;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}

.banner2::after {
    margin-top: 68px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 1030px) {
    * {
    }
    .banner-titulo .titulo {
        font-size: 50px;
        line-height: 55px;
        font-weight: 400;
    }
    .banner-titulo .p {
        font-size: 15px;
        line-height: 20px;
        width: auto;
        font-weight: 400;
        margin-bottom: 4px;
    }

    .formGroup input {
        width: 100% !important;
    }

    .dadosForm {
        padding: 20px 20px;
    }

    .banner2::after {
        height: 80%;
    }
}
.table-result td b {
    margin-left: 30px;
}
