.formMenu {
    padding: 20px 0.5%;
    display: flex;
}
.formMenu .logo {
    margin-right: 137px;
}
.control-form {
    padding-right: 100px;
    width: 100%;
}
.lineControl {
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.lineControl .bola {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background-color: #eaeaea;
    border-radius: 100%;
}
.lineControl .linha {
    width: 23%;
    height: 2px;
    background: rgba(217, 217, 217, 0.6);
}
.ancControl {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.ancForm {
    color: #d3d8e0;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.5px; /* 404.167% */
    letter-spacing: -0.15px;
    text-decoration: none;
}
.active {
    display: inline-flex;
    padding: 2px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #0a243f;
    color: white !important;
}
.active-linha {
    background-color: #cbad3c !important;
}

/* local de criação do formulariio */

.baseSecc {
    display: flex;
    justify-content: center;
}

.baseSecc .formFirst {
    width: 60%;
    height: auto;
    border-radius: 12px;
    background: #f9fbfc;
    box-shadow: 0px -1px 40px 0px rgba(0, 0, 0, 0.07);
    padding: 84px 50px;
}
.ld {
    padding-right: 50px;
}

.form-group input[type="text"],
.form-group input[type="date"] {
    display: flex;
    width: 327px;
    padding: 8px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #f1f1f1;
    outline: none;
    color: #767171;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.5px; /* 373.077% */
    letter-spacing: -0.15px;
    border: none;
}
.form-group input[type="data"],
.form-group input[type="date"] {
    display: flex;
    width: 327px;
    padding: 8px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #f1f1f1;
    outline: none;
    color: #767171;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.5px; /* 373.077% */
    letter-spacing: -0.15px;
    border: none;
}
.form-group label,
.form-group span {
    color: #17171f;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.15px;
}

.radiosSecc {
    margin-top: 40px;
    margin-bottom: 47px;
}
.radiosSecc label {
    margin-left: 18px;
}
.passport {
    margin-bottom: 25px;
}
.passport input {
    margin-right: 46px;
}
.OutroLado input[type="text"] {
    margin-bottom: 260px;
}

.submit {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.submit button,
.submit a {
    display: flex;
    width: 296px;
    height: 57px;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #bcae87;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.5px; /* 303.125% */
    letter-spacing: -0.15px;
    text-decoration: none;
    border: none;
    margin-right: 8px;
    margin-bottom: 8px;
}

.submit button:hover {
    opacity: 0.6;
}

.submit .bt-voltar {
    background: white;
    color: #0a243f;
}

.submit .bt-voltar:hover {
    background: #e2e4e6;
}

.submit2 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.submit2 button,
.submit2 a {
    width: 296px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 38.5px; /* 303.125% */
    letter-spacing: -0.15px;
    text-decoration: none;
    border: 2px solid #bcae87;
    background-color: white;
    color: #545454;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .control-form {
        display: none;
    }

    /* local de criação do formulariio */

    .baseSecc {
        justify-content: start !important;
    }
    .baseSecc .formFirst {
        width: 100% !important;
        height: auto;
        border-radius: 12px;
        background: #f9fbfc;
        box-shadow: 0px -1px 40px 0px rgba(0, 0, 0, 0.07);
        padding: 44px 0.5% !important;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .ld {
        padding-right: 50px;
    }

    .form-group label,
    .form-group span {
        color: #17171f;
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.15px;
    }
    .radiosSecc {
        margin-top: 20px !important;
        margin-bottom: 27px !important;
    }
    .radiosSecc label {
        margin-left: 18px;
    }
    .passport {
        margin-bottom: 25px;
    }
    .passport input {
        margin-right: 46px;
    }
    .OutroLado input[type="text"] {
        margin-bottom: 20px !important;
    }

    .submit {
        display: flex;
        justify-content: center;
        flex-wrap: wrap-reverse;
        flex-direction: row-reverse;
        align-items: center;
    }
}

.my-form-group {
    width: 100%;
}

.my-form-group label,
.mlabel {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 600;
}

.my-form-group input,
.my-form-group select,
.my-form-group textarea {
    width: 100% !important;
    background-color: #f1f1f1;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    font-family: Roboto;
}

.situacao-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}
