body, html {
    margin: 0;
    padding: 0;
    width: 100dvw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body *, html * {
    box-sizing: border-box;
    margin: 0;
}

@font-face {
    font-family: 'CAIXA Std Book';
    src: url("../font/Futura\ Book\ font.ttf") format("truetype");
    font-display: swap;
}

._simulador_wrapper {
    width: 100dvw;
    overflow-x: hidden;
}

._simulador_wrapper ._hero {
    width: 100%;
    background-color: #004075;
    position: relative;
    overflow: hidden;
}

._simulador_wrapper ._hero ._hero_container {
    padding-inline: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_container {
        padding-left: 6%;
        padding-right: 6%;
    }
}

@media screen and (min-width: 75em) {
    ._simulador_wrapper ._hero ._hero_container {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_container {
        padding-left: 6%;
        padding-right: 6%;
    }
}

._simulador_wrapper ._hero ._hero_wizard {
    width: 100%;
}
@media screen and (min-width: 1280px) {
    ._simulador_wrapper ._hero ._hero_wizard {
        margin-top:116px
    }
}

._simulador_wrapper ._hero ._hero_wizard .wizard_step_1 ._hero_wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding-block: 140px;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard .wizard_step_1 ._hero_wrapper {
        padding-block: 0;
        padding-top: 40px;
        height: 640px;
    }
}

._simulador_wrapper ._hero ._hero_wizard .wizard_step_2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard .wizard_step_2 {
        flex-direction: row;
        align-items: start;
        padding: 0;
        height: 640px;
    }
}

._simulador_wrapper ._hero ._hero_wizard .wizard_step_3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard .wizard_step_3 {
        flex-direction: row;
        align-items: start;
        padding: 0;
        height: 640px;
    }
}

._simulador_wrapper ._hero ._hero_wizard .wizard_step_4 ._step_4_wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard .wizard_step_4 ._step_4_wrapper {
        padding-block: 0;
        padding-top: 28px;
        height: 640px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step {
    position: relative;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_breadcrumb {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_breadcrumb {
        top: 50px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_breadcrumb ul li {
    position: relative;
    padding-inline: 6px;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_breadcrumb ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'CAIXA Std Book';
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_breadcrumb ul li::before {
    content: '›';
    position: absolute;
    top: 0;
    right: -6px;
    color: #fff;
    font-family: 'CAIXA Std Book';
    font-weight: normal;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_breadcrumb ul li:last-child::before {
    display: none;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_breadcrumb ul li:first-child {
    padding-left: 0;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content {
    width: 100%;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content {
        width: 46%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content h1 {
    color: #fff;
    font-family: 'CAIXA Std Book';
    font-size: 2.5rem;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content h1 {
        font-size: 4.609rem;
        line-height: 70px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content h2 {
    color: #fff;
    font-family: 'CAIXA Std Book';
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content h2 {
        font-size: 26px;
        line-height: 31px;
        max-width: 70%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content ._step_1_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content ._step_1_btns button,
._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content ._step_1_btns a {
    min-width: 202px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    font-family: 'CAIXA Std Book';
    font-weight: normal;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content ._step_1_btns button,
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content ._step_1_btns a {
        font-size: 18px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content ._step_1_btns button {
    background-color: #F38230;
    color: #FFF;
    border: none;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content ._step_1_btns button:hover {
    background-color: #D17D00;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content ._step_1_btns a {
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_1_content ._step_1_btns a:hover {
    background-color: #FFF;
    color: #005FAD;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step .step_1_image {
    display: none;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step .step_1_image {
        display: block;
        width: 68%;
    }
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step .step_1_image img {
        width: 100%;
        max-width: 690px;
    }
}
@media screen and (min-width: 1560px) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step .step_1_image {
        width: 50%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header {
    width: 100%;
    background-color: #004075;
    padding-bottom: 42px;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header {
        width: 30%;
        display: flex;
        align-items: center;
        padding-left: 5%;
        padding-right: 4%;
        padding-top: 140px;
    }
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._hero_container {
        width: fit-content;
        display: flex;
        flex-direction: column-reverse;
        padding-left: 0;
        margin-left: 0;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_progress {
    width: 100%;
    margin-bottom: 26px;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_progress {
        margin-bottom: 0;
        margin-top: 200px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_progress ._progress_bars {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 10px;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_progress ._progress_bars ._progress_bar {
    width: 100%;
    height: 2px;
    background-color: #C8CBD4;
    border-radius: 8px;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_progress ._progress_bars ._progress_bar.active {
    background-color: #F38230;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_progress small {
    color: #C8CBD4;
    font-family: 'CAIXA Std Book';
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_progress small {
        font-size: 14px;
        line-height: 20px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_text span {
    display: none;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_text span {
        display: block;
        width: fit-content;
        background-color: #005FAD;
        color: #FFF;
        font-family: 'CAIXA Std Book';
        font-size: 16px;
        line-height: 18px;
        font-weight: normal;
        padding: 8px 20px;
        border-radius: 4px;
        margin-bottom: 20px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_text h2 {
    color: #FFF;
    font-family: 'CAIXA Std Book';
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_text h2 {
        font-size: 32px;
        line-height: 34px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_text p {
    color: #FFF;
    font-family: 'CAIXA Std Book';
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_header ._header_text p {
        font-size: 18px;
        line-height: 20px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options {
    width: 100%;
    background-color: #004B89;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options {
        width: 70%;
        padding-top: 140px;
        padding-bottom: 76px;
        height: 100%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 7px;
    padding-block: 32px;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container {
        grid-template-columns: repeat(3, 1fr);
        padding-inline: 6%;
        padding-top: 0;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #006BAE;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 14px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option {
        padding: 20px 16px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option img,
._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option svg {
    width: 30px;
    height: 30px;
    object-fit: contain;
    fill: #F38230;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option img,
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option svg {
        width: 40px;
        height: 40px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option h4 {
    color: #FFF;
    font-family: 'CAIXA Std Book';
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    width: 74%;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option h4 {
        font-size: 17px;
        line-height: 20px;
        width: 82%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option:last-child {
    grid-column: span 2;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option:last-child {
        grid-column: span 1;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option:hover {
    background-color: #F38230;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_2_options ._hero_container ._step_2_option:hover svg {
    fill: #004075;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options {
    width: 100%;
    background-color: #004B89;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options {
        width: 70%;
        padding-top: 140px;
        padding-bottom: 76px;
        height: 100%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._hero_container_options {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-block: 32px;
    min-height: 320px;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._hero_container_options {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(5, 1fr);
        padding-right: 6%;
        padding-left: 10%;
        padding-block: 0;
        padding-bottom: 40px;
        gap: 28px 100px;
        min-height: unset;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._hero_container_options ._step_3_option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._hero_container_options ._step_3_option input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    appearance: none;
    border: 2px solid #F38230;
    outline: none;
    background-color: #004B89;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._hero_container_options ._step_3_option input {
        width: 24px;
        height: 24px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._hero_container_options ._step_3_option input:checked {
    background-color: #F38230;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._hero_container_options ._step_3_option input:checked::after {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -3px;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._hero_container_options ._step_3_option input:checked::after {
        width: 5px;
        height: 10px;
        margin-top: -7px;
        margin-left: -3px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._hero_container_options ._step_3_option h4 {
    color: #FFF;
    font-family: 'CAIXA Std Book';
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    cursor: pointer;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._hero_container_options ._step_3_option h4 {
        font-size: 18px;
        line-height: 20px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._step_controls {
    width: 100%;
    background-color: #004B89;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._step_controls {
        padding-right: 6%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._step_controls ._hero_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
    gap: 10px;
    padding-block: 12px;
    position: relative;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._step_controls ._hero_container button {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-family: 'CAIXA Std Book';
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    border-radius: 4px;
    padding: 16px 30px;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._step_controls ._hero_container ._controls_next_button:disabled {
    background-color: #C8CBD4;
    cursor: not-allowed;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._step_controls ._hero_container ._controls_next_button {
    background-color: #F38230;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._step_controls ._hero_container ._controls_next_button:hover {
    background-color: #D17D00;
}
._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_3_options ._step_controls ._hero_container ._controls_next_button:hover:disabled {
    background-color: #C8CBD4;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper {
        flex-direction: row;
        gap: 50px;
        width: 96%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_title {
    width: 100%;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_title {
        width: 40%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_title h2 {
    color: #FFF;
    font-family: 'CAIXA Std Book';
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_title h2 {
        font-size: 38px;
        line-height: 40px;
    }
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_title h2 {
        padding-right: 15%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel {
    width: 100%;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel {
        width: 60%;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper {
    width: 100%;
    height: 440px;
    display: flex;
    flex-direction: row;
    position: relative;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper {
        height: 590px;
    }
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper {
        height: 600px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card {
    width: 310px;
    height: 390px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFF;
    margin-right: 20px;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card {
        width: 360px;
        height: 520px;
    }
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card {
        width: 370px;
        height: 540px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_image {
    width: 100%;
    height: 166px;
    position: relative;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_image {
        height: 260px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_image span {
    position: absolute;
    top: 12px;
    left: 12px;
    width: fit-content;
    background-color: #F38230;
    color: #FFF;
    font-family: 'CAIXA Std Book';
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    padding: 6px 14px;
    border-radius: 4px;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_content {
    width: 100%;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 166px);
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_content {
        height: calc(100% - 260px);
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_content h4 {
    color: #2874AC;
    font-family: 'CAIXA Std Book';
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_content h4 {
        font-size: 24px;
        line-height: 28px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_content p {
    color: #3A4859;
    font-family: 'CAIXA Std Book';
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin-block: 14px;
}

@media screen and (min-width: 75em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_content p {
        font-size: 18px;
        line-height: 22px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_content a {
    display: block;
    width: fit-content;
    color: #006BAE;
    font-family: 'CAIXA Std Book';
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #68B7C8;
    border-radius: 4px;
    padding: 10px 20px;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_content a:hover {
    background-color: #004075;
    color: #FFF;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel ._carousel_wrapper ._carousel_card ._card_content a {
        font-size: 16px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-dots {
        left: 0;
        transform: translateX(0);
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #FFF;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-theme .owl-dots .owl-dot.active span,
._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFF;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-nav button {
    width: 32px;
    height: 32px;
    background-color: #F38230;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-nav button::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-image: url('../PublishingImages/icons/arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-nav button:nth-child(1) {
    margin-left: -50px;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-nav button:nth-child(1)::after{
    transform: rotate(180deg);
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-nav button:nth-child(2) {
    margin-right: -50px;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-nav button.disabled {
    opacity: 0;
    pointer-events: none;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_wrapper ._step_4_carousel .owl-nav button span {
    margin-top: -7px;
    font-size: 36px;
    color: transparent;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-block: 20px;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons {
        gap: 20px;
    }
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons {
        padding-block: 60px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons.mobile {
    display: flex;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons.mobile {
        justify-content: center;
    }
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons.mobile {
        display: none;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons.desktop {
    display: none;
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons.desktop {
        display: flex;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons button,
._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons a {
    width: fit-content;
    color: #FFF;
    font-family: 'CAIXA Std Book';
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    border-radius: 4px;
    padding: 16px 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons button,
    ._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons a {
        font-size: 18px;
    }
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons button {
    background-color: #F38230;
    border: none;
}
._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons button:hover {
    background-color: #D17D00;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons a {
    background-color: transparent;
    border: 1px solid #FFF;
}

._simulador_wrapper ._hero ._hero_wizard ._wizard_step ._step_4_buttons a:hover {
    background-color: #FFF;
    color: #005FAD;
}

._simulador_wrapper ._produtos {
    width: 100%;
    background-color: #FFF;
    padding-top: 50px;
    padding-bottom: 80px;
}

._simulador_wrapper ._produtos ._produtos_container {
    padding-inline: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._produtos ._produtos_container {
        padding-left: 6%;
        padding-right: 6%;
    }
}

@media screen and (min-width: 75em) {
    ._simulador_wrapper ._produtos ._produtos_container {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._produtos ._produtos_container {
        padding-left: 6%;
        padding-right: 6%;
    }
}

._simulador_wrapper ._produtos ._produtos_container h3 {
    color: #006BAE;
    font-family: 'CAIXA Std Book';
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._produtos ._produtos_container h3 {
        font-size: 38px;
        line-height: 55px;
    }
}

._simulador_wrapper ._produtos ._produtos_container ._produtos_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 30px;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._produtos ._produtos_container ._produtos_list {
        margin-top: 60px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 81.25em) {
    ._simulador_wrapper ._produtos ._produtos_container ._produtos_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #C8CBD4;
}

._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_image {
    width: 100%;
    height: 166px;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_image {
        height: 260px;
    }
}

._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_content {
    width: 100%;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 166px);
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_content {
        height: calc(100% - 260px);
    }
}

._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_content h4 {
    color: #2874AC;
    font-family: 'CAIXA Std Book';
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_content h4 {
        font-size: 25px;
        line-height: 28px;
    }
}

._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_content p {
    color: #3A4859;
    font-family: 'CAIXA Std Book';
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    margin-block: 14px;
}

@media screen and (min-width: 75em) {
    ._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_content p {
        font-size: 20px;
        line-height: 24px;
    }
}

._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_content a {
    display: block;
    width: fit-content;
    color: #006BAE;
    font-family: 'CAIXA Std Book';
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #68B7C8;
    border-radius: 4px;
    padding: 10px 20px;
}

._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_content a:hover {
    background-color: #004075;
    color: #FFF;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._produtos ._produtos_container ._produtos_list ._produto_card ._card_content a {
        font-size: 16px;
        margin-top: 36px;
    }
}

._simulador_wrapper ._produtos ._produtos_button{

    display: block;
    width: fit-content;
    background-color: #F38230;
    color: #FFF;
    font-family: 'CAIXA Std Book';
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 40px auto 0 auto;
    text-align: center;
}
._simulador_wrapper ._produtos ._produtos_button:hover{
    background-color: #D17D00;
}

@media screen and (min-width: 37.5em) {
    ._simulador_wrapper ._produtos ._produtos_button{
        font-size: 18px;
        margin: 80px auto 0 auto;
        padding: 16px 31px;
    }
}

.hidden {
    display: none !important;
}