#simulador {
    margin: 66px 0 51px 0;
}

#simulador h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: calc(0.12 * 45px);
    color: #163D66;
    margin-bottom: 26px;
    text-transform: uppercase;
}

#simulador h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #484848;
    margin-bottom: 60px;
}

#simulador p {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #163D66;
    margin-bottom: 36px;
}

#simulador .form-simulador {
    width: 100%;
}

#simulador .form-simulador .container-radio-group {
    gap: 42px;
}

#simulador .form-simulador .radio-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    color: #333;
}

#simulador .form-simulador .radio-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #484848;
}

#simulador .form-simulador .radio-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

#simulador .form-simulador .radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #484848;
}

#simulador .form-simulador .radio-container input[type="radio"] {
    display: none;
}

#simulador .form-simulador .radio-custom {
    width: 24.15px;
    height: 24px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

#simulador .form-simulador .radio-custom::after {
    content: "";
    width: 16.55px;
    height: 16.55px;
    background: #1f5b94;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s;
}

#simulador .form-simulador .radio-container input[type="radio"]:checked+.radio-custom::after {
    opacity: 1;
}

#simulador .form-simulador .group-inputs {
    display: flex;
    gap: 20px;
    margin-bottom: 39px;
}

#simulador .form-simulador .group-input {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#simulador .form-simulador .group-input label {
    margin-left: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #484848;
    margin-bottom: 12px;
}

#simulador .form-simulador .group-input input,
#simulador .form-simulador .group-input select {
    background: #163D6621;
    border-radius: 3px;
    height: 44px;
    border: none;
    outline: none;
    padding: 0 16px;
}

#simulador .form-simulador .group-input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#simulador .form-simulador .group-accept-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#simulador .form-simulador .group-accept-submit label {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #484848;
    display: flex;
    align-items: center;
}

#simulador .form-simulador .group-accept-submit label input {
    width: 17px;
    height: 16px;
    margin-right: 9px;
}

#simulador .form-simulador .group-accept-submit>input {
    width: 200px;
    height: 45px;
    border: none;
    border-radius: 5px;
    background-color: #1E538C;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

/* #simulador h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #484848;
} */

/* #simulador .step-title {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
    color: #163D66;
    margin-bottom: 30px;
}

#simulador .step-title span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-right: 17px;
    background-color: #163D66;
    box-shadow: 0px 4px 20px 0px #00000040;
}

#simulador .col-sm-12 .form-group label,
#simulador .col-sm-12 .checkbox-group>label {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-left: 17px;
    color: #484848;
    margin-bottom: 10px;
}

#simulador .col-sm-12 .checkbox-group>label {
    margin-left: 0
}

#simulador .col-sm-12 .form-check label {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #484848;
}

#simulador .col-sm-12 .form-group .form-control {
    height: 44px;
    border: none;
    outline: none;
    box-shadow: none;
    color: #484848;
    background-color: #163D6621;
    border-radius: 3px;
}

#simulador .col-sm-12:nth-child(1) .form-group,
#simulador .col-sm-12:nth-child(2) .form-group {
    margin-bottom: 28px;
}

#simulador .col-sm-12:nth-child(3) .form-group,
#simulador .col-sm-12:nth-child(4) .form-group {
    margin-bottom: 45px;
}

#simulador .nosso-stand {
    width: 100%;
    height: 395px;
    padding: 49px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #163D66 0%, #1E5187 100%);
    border-radius: 10px;
}

#simulador .nosso-stand h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36.4px;
    color: #fff;
    margin-bottom: 29px;
}

#simulador .nosso-stand p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    margin-bottom: 44px;
}

#simulador .nosso-stand a {
    width: 100%;
    height: 44px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: calc(0.06 * 15px);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
} */

/* MOBILE */
@media all and (max-width: 767px) {

    #simulador h1 {
        font-size: 28px;
        letter-spacing: calc(0.12 * 28px);
        margin-bottom: 23px;
        text-align: center;
    }

    #simulador h2 {
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 100%;
        text-align: center;
    }

    #simulador p {
        line-height: 28px;
        text-transform: none;
    }

    #simulador .form-simulador .container-radio-group {
        gap: 48px;
    }

    #simulador .form-simulador .radio-container {
        flex-direction: column;
        align-items: flex-start;
    }

    #simulador .form-simulador .radio-group {
        gap: 48px;
    }

    #simulador .form-simulador .group-inputs {
        flex-direction: column;
        margin-bottom: 20px;
    }

    #simulador .form-simulador .group-accept-submit {
        flex-direction: column;
        align-items: flex-start
    }

    #simulador .form-simulador .group-accept-submit label {
        margin-bottom: 24px;
    }

    #simulador .form-simulador .group-accept-submit>input {
        width: 100%;
    }

    /* #simulador .col-sm-12 .form-group {
        width: 380px;
    } */

    /* #simulador .nosso-stand {
        width: 380px;
    }

    #simulador .nosso-stand h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
        margin-bottom: 25px;
    } */

    /* .col-custom {
        display: flex;
        justify-content: center;
    } */

    /* .p-custom {
        padding: 0 !important;
    } */

    #simulador .col-sm-12 .checkbox-group {
        margin-bottom: 50px;
    }

}

/* TABLET */
/* @media (min-width: 768px) and (max-width: 1024px) {
    #simulador .col-sm-12 .checkbox-group {
        margin-bottom: 50px;
    }
} */