.container-jdf-personalized-consultation-form .row-primary {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.container-jdf-personalized-consultation-form .row-primary .col-image {
    width: 481px;
}

.container-jdf-personalized-consultation-form .row-primary .col-content {
    width: 648px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-jdf-personalized-consultation-form .mt-24 {
    margin-top: 24px;
}

.container-jdf-personalized-consultation-form .row-field-6 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
}

.container-jdf-personalized-consultation-form .row-field-12 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 16px;
}

.container-jdf-personalized-consultation-form .col-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    /* margin-top: 76px; */
}

.container-jdf-personalized-consultation-form .col-header .line {
    background-color: #FFDE00;
    height: 4px;
    border-radius: 8px;
    margin-bottom: 4px;
    display: inline-block;
    width: 32px;
}

.container-jdf-personalized-consultation-form .col-header .title {
    color: var(--e-global-color-primary);
    font-family: "JD Sans Pro";
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.container-jdf-personalized-consultation-form .col-title {
    display: flex;
    gap: 90px;
    flex-direction: row;
    margin-bottom: 16px;
}

.container-jdf-personalized-consultation-form .col-title .title {
    color: #E5E6E6;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

.container-jdf-personalized-consultation-form .col-title .title.active {
    color: var(--e-global-color-primary);
}

.container-jdf-personalized-consultation-form .col-progress-bar {
    margin-bottom: 24px;
}

.container-jdf-personalized-consultation-form .progress-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 66px;
}

.container-jdf-personalized-consultation-form .progress-bar .bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--e-global-color-primary);
    background-color: #ffffff;
}

.container-jdf-personalized-consultation-form .progress-bar .bullet.bullet-active {
    background-color: var(--e-global-color-primary);
}

.container-jdf-personalized-consultation-form .progress-bar .line {
    width: 240px;
    height: 2px;
    background-color: #E5E6E6;
}

.container-jdf-personalized-consultation-form .progress-bar .line.line-active {
    background-color: var(--e-global-color-primary);
}

.container-jdf-personalized-consultation-form .progress-bar .line.line-2 {
    width: 210px;
}

.container-jdf-personalized-consultation-form .form .col-field-6 {
     width: calc(50% - 12px);
}

.container-jdf-personalized-consultation-form .form .col-field-12 {
    width: 100%;
}

.container-jdf-personalized-consultation-form .form input[type="text"],
.container-jdf-personalized-consultation-form .form input[type="email"],
.container-jdf-personalized-consultation-form .form input[type="tel"] {
    width: 100%;
    border: 2px solid rgba(84, 88, 90, 0.2);
    border-radius: 12px;
    height: 48px;
    padding: 12px;

    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--e-global-color-text);
}

.container-jdf-personalized-consultation-form .form textarea {
    width: 100%;
    border: 2px solid rgba(84, 88, 90, 0.2);
    border-radius: 12px;
    height: 48px;
    padding: 12px;
    box-sizing: border-box;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--e-global-color-text);
    display: block;
    height: 135px;
}

.container-jdf-personalized-consultation-form .form .ui-selectmenu-button {
    width: 100%;
    border: 2px solid rgba(84, 88, 90, 0.2);
    border-radius: 12px;
    background-color: transparent;
    padding: 10px 12px;
    box-sizing: border-box;
}

.container-jdf-personalized-consultation-form .form .ui-icon {
    background-image: url('../images/arrow-bottom-select.png');
    width: 14px;
    height: 8px;
    margin-top: 8px;
    transition: 500ms all;
}

.container-jdf-personalized-consultation-form .form .ui-selectmenu-button-open .ui-icon {
    transform: rotate(180deg);
    transition: 500ms all;
}

.container-jdf-personalized-consultation-form .form .ui-selectmenu-text {
    opacity: .9;
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.selectmenu-jdf-personalized-consultation-form {
    border-radius: 12px;
}

.selectmenu-jdf-personalized-consultation-form .ui-state-active, 
.selectmenu-jdf-personalized-consultation-form .ui-widget-content .ui-state-active {
    border: 1px solid var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    font-weight: normal;
    color: #fff;
}

.selectmenu-jdf-personalized-consultation-form .ui-menu-item-wrapper {
    padding: 1em; 
    border-radius: 12px;
    /* width: 90%; */
    margin: 0 auto;
}

.selectmenu-jdf-personalized-consultation-form .ui-menu-item-wrapper.ui-state-active {
    background-color: var(--e-global-color-primary);
}

.selectmenu-jdf-personalized-consultation-form ul.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border-radius: 12px;
}

.selectmenu-jdf-personalized-consultation-form .ui-state-disabled {
    display: none;
}

.container-jdf-personalized-consultation-form .field-checkbox {
    display: flex;
    gap: 8px;
}

.container-jdf-personalized-consultation-form .field-checkbox p {
    margin: 0;
    line-height: normal;
}

.container-jdf-personalized-consultation-form .field-checkbox .label-lgpd-checkbox {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.container-jdf-personalized-consultation-form .field-checkbox a {
    text-decoration: underline;
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.container-jdf-personalized-consultation-form .field-button {
    display: flex;
    margin-top: 24px;
    flex-direction: row;
    justify-content: center;
}

.container-jdf-personalized-consultation-form .button {
    display: flex;
    padding: 16px 32px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
    transition: 500ms all;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container-jdf-personalized-consultation-form .button:hover {
    opacity: 0.7;
}

.container-jdf-personalized-consultation-form .button-disabled {
    opacity: .4;
}

.container-jdf-personalized-consultation-form .button .text {
    color: #ffffff;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.container-jdf-personalized-consultation-form .button .icon {
    display: flex;
}

.container-jdf-personalized-consultation-form .buttons .btn {
    display: flex;
    padding: 16px 32px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
    transition: 500ms all;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container-jdf-personalized-consultation-form .buttons .btn:hover {
    opacity: 0.7;
}

.container-jdf-personalized-consultation-form .buttons .btn .icon {
    display: flex;
}

.container-jdf-personalized-consultation-form .buttons .btn .text {
    color: #ffffff;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}






.container-jdf-personalized-consultation-form .button-submit button {
    display: flex;
    padding: 16px 32px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    border-radius: 4px;
    transition: 500ms all;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container-jdf-personalized-consultation-form .button-submit button .text {
    color: #ffffff;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.container-jdf-personalized-consultation-form .button-submit button .icon {
    display: flex;
}

.container-jdf-personalized-consultation-form .field-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 16px;
}

.container-jdf-personalized-consultation-form .button-back {
    display: flex;
    padding: 16px 32px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 4px;
    border: 2px solid var(--e-global-color-primary);
    transition: 500ms all;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container-jdf-personalized-consultation-form .button-back .text {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.container-jdf-personalized-consultation-form .button-back .icon {
    display: flex;
}

.container-jdf-personalized-consultation-form .form .step {
    display: none;
}

.container-jdf-personalized-consultation-form .form .step.step-one {
    display: block;
}

.container-jdf-personalized-consultation-form .step-final .step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-jdf-personalized-consultation-form .step-final .title {
    color: var(--e-global-color-primary);
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px;
}

.container-jdf-personalized-consultation-form .step-final .description {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 24px;
}

.container-jdf-personalized-consultation-form .field-other {
    display: none;
    margin-top: 16px;
}

.container-jdf-personalized-consultation-form .field-other textarea {
    height: 96px;
    overflow: hidden;
}

@media(max-width: 1215px) {
    .container-jdf-personalized-consultation-form .col-header {
        margin-bottom: 27px;
        margin-top: 0;
    }

    .container-jdf-personalized-consultation-form .col-header .title {
        color: var(--e-global-color-primary);
        font-family: "JD Sans Pro";
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .container-jdf-personalized-consultation-form .col-title {
        display: flex;
        gap: 48px;
        flex-direction: row;
        margin-bottom: 16px;
    }

    .container-jdf-personalized-consultation-form .col-title .title {
        color: #E5E6E6;
        font-family: "JD Sans Pro";
        font-size: 10px;
        font-weight: 700;
        line-height: 11px;
    }

    .container-jdf-personalized-consultation-form .row-progress-bar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-jdf-personalized-consultation-form .progress-bar {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        margin-left: 26px;
    }

    .container-jdf-personalized-consultation-form .progress-bar .line {
        width: 141px;
        height: 2px;
        background-color: #E5E6E6;
    }

    .container-jdf-personalized-consultation-form .progress-bar .line.line-2 {
        width: 111px;
    }

    .container-jdf-personalized-consultation-form .form .col-field-6 {
        width: 100%;
    }

    .container-jdf-personalized-consultation-form .row-primary .col-image {
        display: none;
        width: 100%;
    }

    .container-jdf-personalized-consultation-form .row-primary .col-content {
        width: 100%;
    }

    .container-jdf-personalized-consultation-form .form input[type="text"],
    .container-jdf-personalized-consultation-form .form input[type="email"],
    .container-jdf-personalized-consultation-form .form input[type="tel"] {
        font-size: 14px;
    }

    .container-jdf-personalized-consultation-form .form textarea {
        font-size: 14px;
    }

    .container-jdf-personalized-consultation-form .form .ui-selectmenu-text {
        font-size: 14px;
    }

    .container-jdf-personalized-consultation-form .field-checkbox .label-lgpd-checkbox,
    .container-jdf-personalized-consultation-form .field-checkbox .label-lgpd-checkbox p {
        font-size: 14px;
    }

    .container-jdf-personalized-consultation-form .field-buttons {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-top: 16px;
        gap: 24px;
    }

    .container-jdf-personalized-consultation-form .button-submit button {
        width: 100%;
    }
}