.ajust-select {
    margin-top: -15px;
}

.show-mobile {
    display: none;
}

.show-desk {
    display: block;
}

.nav {
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: 99;
}

.nav a {
    text-decoration: none;
}

.menu-mobile {
    float: right;
}

.menu {

    font-size: 22px;
    color: #545454;
    letter-spacing: 0.18px;
    cursor: pointer;
    margin: 14px;
}

.menu:hover {
    color: #39BC02;
}


/* ----------------------*/

.bg-taxas_porque {
    border-radius: 16px;
    background: #F6F8FA;
    padding: 30px 20px;
    margin-bottom: 20px;
    width: 48%;
    margin: 13px;
}

.bg-termos {
    background-color: #F5F5F5;
}

.bg-home-agradecimento {
    height: 440px !important;
    background: linear-gradient(83deg, #2F4858 0%, #18606D 24.83%, #25A8B3 45.91%, #16616D 66.43%, #2F4858 86.94%);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilos para página 404 */
.bg-home-404 {
    height: 400px !important;
    background: linear-gradient(83deg, #2F4858 0%, #18606D 24.83%, #25A8B3 45.91%, #16616D 66.43%, #2F4858 86.94%);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 584px;
    position: relative;
    overflow: hidden;
}

.error-404-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.error-404-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    max-width: 100%;
    height: auto;
}

.error-404-number.show-desk {
    display: block;
}

.error-404-number.show-mobile {
    display: none;
}

.title-left-404 {
    text-align: center;
    color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 2;
}

.error-404-description {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

#bg-home {
    height: 550px;
    background-color: #00937A;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #00937A, #006178);
    margin-top: 20px;
}

#bg-home-2 {
    /* height: 550px; */
    background-color: #00937A;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #00937A, #006178);
    margin-top: 20px;
    padding-bottom: 38px;
}

.top-title-form {
    margin-top: 100px;
}

.bg-green-title {
    background-color: #39BC02;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -10px;
    padding-top: 3px;
    padding-bottom: 1px;
}

.bg-green-sub-title {
    background-color: #39BC02;
    padding-left: 5px;
    padding-right: 5px;
}

.title-left {
    font-size: 43px;
    color: #FFFFFF;
    letter-spacing: 0.18px;
    text-indent: 10px;
    line-height: 1.5;
    font-weight: 700;
}

.title-left2 {
    margin-left: 5px;
}

.sub-title {

    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px;
    width: 415px;
    margin-left: 5px;
}

.detalhe-title {
    margin-top: 35px;
    margin-left: -110px;
}

.bg-form {
    background-color: #F5F5F5;
}

.bg-form2 {
    background-color: #F5F5F5;
    height: 400px;
}

.title-form {

    font-size: 48px;
    color: #00937A;
}

.questions-form {
    color: #052827;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
}

.ajust-input-form input {
    color: #052827 !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.ajust-input-form input::placeholder {
    color: #052827 !important;
    opacity: 1;
    /* garante que a cor apareça totalmente */
}


.ajust-input-form {
    margin-top: 0;
    height: 38px;
}

/* Tamanho do select */
.select-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 24px;
    background-size: 7%;
    cursor: pointer;

    color: #052827;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.select-form-tipo select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* padding-right: 24px; */
    background-size: 5%;
    cursor: pointer;

    font-size: 13px;
    color: #545454;
    height: 38px;
}

.select-form-2 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 24px;
    background: url("../img/seta-form.png") 97% 62% no-repeat #fff;
    background-size: 30%;
    cursor: pointer;

    font-size: 13px;
    color: #545454;
}

.select-day {
    width: 80px;
    height: 38px;
    margin-right: 5px;
}

.termos-politica-form {
    color: #052827;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    z-index: 999;
    cursor: pointer;
}

.termos-politica-form a {
    color: #052827;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.btn-restricao {

    font-size: 18px !important;
    color: #545454;
    background-color: rgb(255, 255, 255);
    border-color: #ced4da;
    cursor: pointer;
    height: 38px;
    width: 41%;
    line-height: 21px;
    /* margin-right: 10px; */
}

a.disabled {
    pointer-events: none;
    cursor: default;
}


.btn-restricao:hover {
    color: #fff;
    background-color: #39BC02;
    border-color: #39BC02;
}

.btn-check:checked+.btn-restricao {
    color: #fff;
    background-color: #39BC02;
    border-color: #39BC02;
}

.btn-form {
    width: 230px;
    background-color: #f76d1d;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 1;
    height: 40px;
    border-radius: 8px;
    font-weight: 700;
}

.important-info {
    color: #052827;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 40px;
}

.btn-form:hover {
    color: #FFFFFF !important;
    box-shadow: none;
}

.btn-consultar-form {
    margin-bottom: 30px;
}

.triangulo-cima-form {
    margin-top: -6px;
    margin-left: -18px;
}

.triangulo-baixo-form {
    display: block;
    position: relative;
    top: -24px;
    left: 20px;
}

.triangulo-baixo-form1 {
    display: block;
    position: relative;
    top: -26px;
    left: 20px;
}


/* ==================== */

.publicidade {
    font-size: 13px;
    color: #545454;
    letter-spacing: 0px;
    margin-top: 20px;
}

.title-vantagens {

    font-size: 40px;
    color: #545454;
    font-weight: bold;
    letter-spacing: 0.48px;
    line-height: 1.2;
    margin-top: 20px;
}

.bg-green-title-vantagens {
    background-color: #39BC02;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFFFFF;
}

.detalhe-vantagens {
    float: right;
    margin-right: -9%;
    margin-top: -10%;
}

.imgs-vantagens {
    margin-top: 20px;
}

.title-imgs-vantagens {

    font-size: 16px;
    color: #545454;
    letter-spacing: 0px;
    margin-top: 10px;
    font-weight: 600;
}

.no-underline a {
    text-decoration: none;
}

.text-imgs-vantagens {

    font-size: 13px;
    color: #545454;
    letter-spacing: 0.8px;
}

.ajust-imgs-vantagens {
    width: 100%;
    height: 240px;
}

.detalhe-center-quemsomos {
    margin-left: -27%;
    margin-top: -1%;
}

.detalhe-right-quemsomos {
    float: left;
    margin-left: 13%;
    margin-top: 39%;
}

.detalhe-left-quemsomos img {
    width: 90%;
    height: auto;
}

.detalhe-right-quemsomos img {
    width: 90%;
    height: auto;
}

.title-quemsomos {

    font-size: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .48px;
    line-height: 1.2;
    background-color: #39bc02;
    padding-left: 20px;
    width: 350px;
    margin-top: 10px;
}

.sub-title-quemsomos {

    font-size: 16px;
    color: #545454;
    letter-spacing: 0px;
    margin-top: 10px;
    width: 106%;
}

.text-quemsomos {

    font-size: 13px;
    color: #545454;
    letter-spacing: 0px;
}

.title-parceiros {

    font-size: 40px;
    color: #545454;
    font-weight: bold;
    margin-top: 20px;
}

.title-green-parceiros {
    background-color: #39BC02;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

.centraliza {
    margin: auto;
}

.title-graph-parceiros {

    font-size: 13px;
    color: #545454;
    letter-spacing: 0px;
}

.title-solicitar-emprestimo {

    font-size: 40px;
    color: #545454;
    font-weight: bold;
    margin-top: 20px;
    line-height: 53px;
}

.title-green-solicitar-emprestimo {
    background-color: #39BC02;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

.imgs-solicitar-emprestimo {
    margin-top: 50px;
}

.detalhe-solicitar-emprestimo {
    float: left;
    margin-top: -10.5%;
    margin-left: -10%;
}

.title-graph-solicitar-emprestimo {

    font-size: 16px;
    color: #545454;
}

.subtitle-graph-solicitar-emprestimo {

    font-size: 13px;
    color: #545454;
}

.ajust-img-solicitar-emprestimo {
    height: 190px;
}

.input-validation2 {
    height: 38px;
}


/* ==================== */

.bg-footer-solid {
    background-color: #F5F5F5;
    margin-top: 40px;
    height: auto;
}

.bg-footer-gradient {
    background: #F6F8FA;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-footer-gradient .container:first-of-type {
    padding-bottom: 30px;
}

.bg-footer-gradient .container:first-of-type .row {
    justify-content: space-between;
}

.bg-footer-gradient .container:first-of-type .col-lg-4 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
}

.bg-footer-gradient .container:last-of-type .text-footer {
    padding-right: 0;
}

.bg-footer-gradient .container:last-of-type {
    padding-top: 0;
}

.logo-footer {
    max-height: 67px;
    width: auto;
}

.badges-container {
    gap: 20px;
}

.badge-seguranca {
    height: auto;
    max-width: 100%;
}

.title-footer {

    font-size: 40px;
    color: #545454;
    font-weight: bold;
    padding-top: 50px;
    line-height: 53px;
    padding-bottom: 25px;
    letter-spacing: 3px;
}

.title-green-footer {
    background-color: #39BC02;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

.item-footer {

    font-size: 14px;
    color: #006178;
    line-height: 30px;
}

.item-footer:hover {
    color: #003644;
}

.item-footer a:link {
    text-decoration: none;
}

.item-footer a:visited {
    text-decoration: none;
}

.item-footer a:hover {
    text-decoration: underline;
}

.item-footer a:active {
    text-decoration: underline;
}

.item-footer ul li {
    color: #006178;
}

.ajust-ssl-footer {
    margin-top: 0;
}

.text-footer {
    color: #333;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 0;
    margin-top: 0;
}

.text-footer p {
    margin-bottom: 0;
}

.text-footer span {}

.text-footer a {
    color: #333;
    text-decoration: none;
}

.detalhe-title-agradecimento {
    margin-top: -200px;
    margin-left: -15%;
    width: 200px;
    float: left;
    position: absolute;
}

.bg-green-title-agradecimento {
    background-color: #39BC02;
    padding: 8px 12px;
    display: inline-block;
}

.title-left-agradecimento {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.text-redirect-comparceiro {

    font-size: 13px;
    color: #FFFFFF;
}

.text-redirect-comparceiro a {
    text-decoration: none;
    color: #39BC02;
}

.termos {
    margin-top: 20px;
}

.termos h2 {

    font-size: 16px;
    color: #39BC02;
    margin-top: 20px;
}

.termos p {

    font-size: 13px;
    color: #707070;
}

.termos a {
    text-decoration: none !important;
    color: #707070;
}

.container-step {
    display: flex;
    align-items: center;
    justify-content: center;

    /* margin-top: 20px; */
    margin-bottom: 10px;
}

.step {
    width: 30px;
    height: 30px;
    color: #fff;
    color: #707070;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin: 0 4px;
    cursor: pointer;
    text-decoration: none;
}

.separator {
    background: #6ab04c;
    height: 2.5px;
    width: 2.5px;
    border-radius: 50%;
    margin: 0 4px;
}

.active {
    background: #6ab04c;
    color: #fff;
}

.container-select-data {
    display: flex;
    flex-direction: row;
    height: 38px;
    width: 88px;
}

.teste {
    display: block;
    position: relative;
    left: -6px;
    top: -25px;
}

.teste2 {
    display: block;
    position: relative;
    top: 20px;
}

.custon-container-select {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #BDBDBD !important;
    background: #fff;
    height: 38px;
    padding: 8px 16px;
    border-radius: 8px;
}

.custon-container-input {
    width: 100%;
    background: #fff;
    height: 38px;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid #BDBDBD !important;
    margin-bottom: 10px;
}

.custon-content-input {
    width: 100%;
    height: 100%;
}

.custon-content-select {
    border: 0 !important;
}

.custon-content-select {
    width: 100%;
}

.custon-text-error {
    font-size: 10px;
    color: #ff4d4d;
    font-weight: bold;
    margin-top: 4px;
    display: block;
    line-height: 1.2;
}

.custon-text-error-CPF {
    position: relative;
    left: -10px;
}

.custon-radio-button-wrapper {
    width: 80% !important;
    gap: 1rem;
    margin-top: -15px;
}

.custon-radio-button {
    border-radius: 24px;
    border: 1px solid #634DF4;
    background: #FFF;
    display: flex;
    width: 95px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.custon-container-select-type-loan {
    margin: 0 !important;
}

.custon-question-form-occupation {
    margin-bottom: 0;
    margin-top: 1.2rem;
}

.btn-link-modal {
    width: 254px;
    background-color: #f76d1d;
    font-size: 18px;
    color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000066;
    opacity: 1;
    height: 41.67px;
    border: 0;
    border-radius: 0.25rem;
}


@media (min-width: 768px) {
    .termos-politica-form {
        margin-bottom: 7px;
        margin-top: 15px;
    }

    .custon-radio-button-wrapper {
        width: 222px !important;
        gap: 8px;
    }

    .custon-question-form-occupation {
        margin-top: 0;
    }

    .taxas-section .row {
        margin-left: -25px;
        margin-right: -25px;
    }

    .taxas-section .row>[class*="col-"] {
        padding-left: 25px;
        padding-right: 25px;
    }

    /* ============================================
       DESKTOP - .beneficios-grid (layout vertical empilhado com ícone ao lado)
       ============================================ */
    .beneficios-grid .beneficio-card {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .beneficios-grid .beneficio-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .beneficios-grid .beneficio-text {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .beneficios-grid .beneficio-title {
        margin-bottom: 8px;
    }

    .beneficios-grid .beneficio-subtitle {
        margin-top: 0;
    }
}


@media only screen and (max-width: 1280px) and (min-height: 720px) {
    #bg-home {
        height: 600px;
        margin-top: 5px;
    }

    .show-tablet {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-desk {
        display: none !important;
    }

    /* Garantir que elementos com display flex sejam ocultados */
    .hero-image-column.show-desk {
        display: none !important;
    }

    .menu-mobile {
        display: none;
    }

    .nav {
        margin-top: 5px;
    }

    .bg-footer-gradient {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bg-footer-gradient .container:first-of-type {
        padding-bottom: 20px;
    }

    .bg-footer-gradient .container:first-of-type .row {
        flex-direction: column;
        align-items: flex-start;
    }

    .bg-footer-gradient .container:first-of-type .col-lg-8,
    .bg-footer-gradient .container:first-of-type .col-md-6,
    .bg-footer-gradient .container:first-of-type .col-sm-12 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .bg-footer-gradient .container:first-of-type .badges-container {
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }

    .logo-footer {
        max-height: 50px;
    }

    .badge-seguranca {
        max-width: 120px;
        height: auto;
    }

    .text-footer {
        padding-top: 0;
        margin-top: 0;
    }

    .bg-home-2 {
        margin-top: 5px;
        height: 758px;
    }

    .bg-form {
        width: 92%;
        margin-left: 4%;
    }

    .bg-form2 {
        width: 92%;
        margin-left: 4%;
        height: auto;
    }

    .title-left {
        font-size: 24px;
    }

    .sub-title {
        font-size: 14px;
        width: 89%;
    }

    .detalhe-title {
        display: none;
    }

    .top-title-form {
        margin-top: 10px;
    }

    .title-form {
        display: none;
    }

    /* Icone do select */
    .select-form select {
        background-size: 6%;
    }

    .select-form-2 select {
        background-size: 24%;
    }

    .questions-form {
        margin-top: 10px;
    }

    .triangulo-cima-form {
        display: none;
    }

    .triangulo-baixo-form {
        display: none;
    }

    .triangulo-baixo-form1 {
        display: none;
    }

    .padding-mobile-form {
        padding: 0px 10px 0px 10px;
    }

    .btn-info {
        width: 25%;
    }

    .mx-2 {
        margin-left: 0rem !important;
    }

    .my-2 {
        margin-top: 0rem !important;
    }

    .title-vantagens {
        font-size: 18px;
    }

    .title-imgs-vantagens {
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        margin-top: 15px;
        font-weight: 600;
        color: black;
    }

    .text-imgs-vantagens {
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .detalhe-vantagens {
        display: none;
    }

    .ajust-imgs-vantagens {
        height: auto;
        margin-top: 15px;
    }

    .ajust-imgs-vantagens img {
        width: auto;
        height: auto;
    }

    .title-quemsomos {
        font-size: 23px;
        text-align: center;
        width: 40%;
        padding-left: 0px;
        margin-left: 30%;
    }

    .sub-title-quemsomos {
        font-size: 13px;
        text-align: center;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-quemsomos {
        font-size: 12px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }


    .title-parceiros {
        font-size: 25px;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 30px;
    }

    .title-solicitar-emprestimo {
        font-size: 20px;
        line-height: 25px;
    }

    .ajust-img-solicitar-emprestimo {
        margin-top: 0px;
    }

    .title-graph-solicitar-emprestimo {
        font-size: 13px;
    }

    .subtitle-graph-solicitar-emprestimo {
        font-size: 10px;
        margin-top: -10px;
    }

    .detalhe-solicitar-emprestimo {
        display: none;
    }

    .top-imgs-mobile {
        margin-top: 0px;
    }

    .title-footer {
        font-size: 25px;
        letter-spacing: 0.25px;
    }

    .item-footer {
        font-size: 13px;
        line-height: 25px;
        margin-top: -15px;
    }

    .detalhe-title-agradecimento {
        display: none;
    }

    .title-left-agradecimento {
        font-size: 24px;
    }

    .text-redirect-comparceiro {
        font-size: 9px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .termos h2 {
        font-size: 13px;
    }

    .termos p {
        font-size: 10px;
    }

    .select-form-tipo select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-size: 6%;
        cursor: pointer;

        font-size: 13px;
        color: #545454;
        height: 38px;
    }

    .adjustment-position {
        display: block;
        position: relative;
        top: -10px;
    }

    .teste2 {
        display: block;
        position: relative;
        top: -10px;
    }

    .container-step {
        margin-top: 20px;
        margin-bottom: 0;
    }

}



@media only screen and (max-width: 968px) {
    .show-mobile {
        display: block;
    }

    .show-desk {
        display: none !important;
    }

    /* Garantir que elementos com display flex sejam ocultados */
    .hero-image-column.show-desk {
        display: none !important;
    }

    .bg-home-404 {
        height: 300px !important;
        min-height: 300px;
    }

    .error-404-number {
        max-width: 80%;
    }

    .error-404-number.show-desk {
        display: none;
    }

    .error-404-number.show-mobile {
        display: block;
    }

    .title-left-404 {
        font-size: 28px;
    }

    .error-404-description {
        font-size: 16px;
        padding: 0 20px;
    }

    .menu-mobile {
        display: none;
    }

    .nav {
        margin-top: 5px;
    }

    .bg-footer-gradient {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bg-footer-gradient .container:first-of-type {
        padding-bottom: 20px;
    }

    .bg-footer-gradient .container:first-of-type .row {
        flex-direction: column;
        align-items: flex-start;
    }

    .bg-footer-gradient .container:first-of-type .col-lg-8,
    .bg-footer-gradient .container:first-of-type .col-md-6,
    .bg-footer-gradient .container:first-of-type .col-sm-12 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .bg-footer-gradient .container:first-of-type .badges-container {
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }

    .logo-footer {
        max-height: 50px;
    }

    .badge-seguranca {
        max-width: 120px;
        height: auto;
    }

    .text-footer {
        padding-top: 0;
        margin-top: 0;
    }

    #bg-home {
        height: 758px;
        margin-top: 5px;
    }

    .bg-home-2 {
        margin-top: 5px;
        height: 758px;
    }

    .bg-form {
        width: 92%;
        margin-left: 4%;
    }

    .bg-form2 {
        width: 92%;
        margin-left: 4%;
        height: auto;
    }

    .title-left {
        font-size: 24px;
    }

    .sub-title {
        font-size: 14px;
        width: 89%;
    }

    .detalhe-title {
        display: none;
    }

    .top-title-form {
        margin-top: 10px;
    }

    .title-form {
        display: none;
    }

    /* Icone do select */
    .select-form select {
        background-size: 6%;
    }

    .select-form-2 select {
        background-size: 24%;
    }

    .questions-form {
        /* margin-top: 10px; */
    }

    .triangulo-cima-form {
        display: none;
    }

    .triangulo-baixo-form {
        display: none;
    }

    .triangulo-baixo-form1 {
        display: none;
    }

    .padding-mobile-form {
        padding: 0px 10px 0px 10px;
    }

    .btn-info {
        width: 25%;
    }

    .mx-2 {
        margin-left: 0rem !important;
    }


    .my-2 {
        margin-top: 0rem !important;
    }

    .title-vantagens {
        font-size: 18px;
    }

    .title-imgs-vantagens {
        font-size: 14px;
        padding-left: 35px;
        padding-right: 35px;
        margin-top: -2px;
        font-weight: 600;
    }

    .text-imgs-vantagens {
        font-size: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .detalhe-vantagens {
        display: none;
    }

    .ajust-imgs-vantagens img {
        width: 60%;
        height: auto;
    }

    .title-quemsomos {
        font-size: 23px;
        text-align: center;
        width: 40%;
        padding-left: 0px;
        margin-left: 30%;
    }

    .sub-title-quemsomos {
        font-size: 13px;
        text-align: center;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-quemsomos {
        font-size: 12px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .detalhe-center-quemsomos {
        display: none;
    }

    .detalhe-left-quemsomos {
        display: none;
    }

    .detalhe-right-quemsomos {
        display: none;
    }

    .title-parceiros {
        font-size: 25px;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 30px;
    }

    .title-solicitar-emprestimo {
        font-size: 20px;
        line-height: 25px;
    }

    .ajust-img-solicitar-emprestimo {
        margin-top: 0px;
    }

    .title-graph-solicitar-emprestimo {
        font-size: 13px;
    }

    .subtitle-graph-solicitar-emprestimo {
        font-size: 10px;
        margin-top: -10px;
    }

    .detalhe-solicitar-emprestimo {
        display: none;
    }

    .top-imgs-mobile {
        margin-top: 0px;
    }

    .title-footer {
        font-size: 25px;
        letter-spacing: 0.25px;
    }

    .item-footer {
        font-size: 13px;
        line-height: 25px;
        margin-top: -15px;
    }

    .detalhe-title-agradecimento {
        display: none;
    }

    .title-left-agradecimento {
        font-size: 24px;
    }

    .text-redirect-comparceiro {
        font-size: 9px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .termos h2 {
        font-size: 13px;
    }

    .termos p {
        font-size: 10px;
    }

    .select-form-tipo select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-size: 6%;
        cursor: pointer;

        font-size: 13px;
        color: #545454;
        height: 38px;
    }

    .adjustment-position {
        display: block;
        position: relative;
        top: -10px;
    }

    .teste2 {
        display: block;
        position: relative;
        top: -10px;
    }

    .container-step {
        margin-top: 20px;
        margin-bottom: 0;
    }
}


/* ==== Mobile Footer - Telas menores que 768px */

@media only screen and (max-width: 768px) {
    .bg-home-404 {
        height: 250px !important;
        min-height: 250px;
    }

    .error-404-number {
        max-width: 70%;
    }

    .title-left-404 {
        font-size: 24px;
    }

    .error-404-description {
        font-size: 14px;
        padding: 0 15px;
    }

    .bg-footer-gradient {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bg-footer-gradient .container:first-of-type {
        padding-bottom: 20px;
    }

    .bg-footer-gradient .container:first-of-type .row {
        flex-direction: column;
        align-items: flex-start;
    }

    .bg-footer-gradient .container:first-of-type .col-lg-8,
    .bg-footer-gradient .container:first-of-type .col-md-6,
    .bg-footer-gradient .container:first-of-type .col-sm-12 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .bg-footer-gradient .container:first-of-type .badges-container {
        justify-content: center;
        width: 100%;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .logo-footer {
        width: 187px;
        height: 32px;
    }

    .badge-seguranca {
        max-width: 120px;
        height: auto;
        object-fit: contain;
    }

    .ajust-ssl-footer {
        max-width: 80px;
        height: auto;
        object-fit: contain;
    }

    .text-footer {
        padding-top: 0;
        margin-top: 0;
    }
}

/* ==== iphone 5 se */

@media only screen and (max-width: 320px) {
    .bg-footer-gradient {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo-footer {
        max-height: 45px;
    }

    .badge-seguranca {
        max-width: 100px;
        height: auto;
        object-fit: contain;
    }

    .ajust-ssl-footer {
        max-width: 70px;
        height: auto;
        object-fit: contain;
    }

    .badges-container {
        gap: 15px;
        justify-content: center;
    }

    .ajust-imgs-vantagens {
        height: auto;
        margin-top: 10px;
    }
}

/* ============================================
   NOVO LAYOUT - ESTILOS BASEADOS NO FIGMA
   ============================================ */

/* Fonte Inter Global */
* {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(83deg, #2F4858 0%, #18606D 24.83%, #25A8B3 45.91%, #16616D 66.43%, #2F4858 86.94%);
    margin-top: 0;
    height: 557px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: visible;
}

.hero-content {
    color: #FFFFFF;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.hero-title {
    color: #FFF;
    font-family: Inter;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.hero-title-highlight {
    background-color: #39BC02;
    padding: 8px 12px;
    display: inline-block;
    color: #FFF;
    margin-bottom: 0;
}

.hero-title-rest {
    display: block;
    margin-top: 8px;
    color: #FFF;
    font-family: Inter;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    padding-right: 55px;
}

.hero-subtitle {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.hero-subtitle strong {
    background-color: #39BC02;
    padding: 2px 5px;
}

.hero-image-column {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    min-height: 650px;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-image-desktop,
.hero-image-mobile {
    width: auto;
    height: auto;
    max-height: 600px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    position: relative;
}

.hero-form-column {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    min-height: 650px;
    padding-left: 20px;
}

.hero-form-card {
    border-radius: 8px;
    border: 1px solid #BDBDBD;
    background: #FFF;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: 120px;
    padding: 24px;
    width: 480px;
    min-height: 460px;
    height: auto;
    overflow: visible;
}

.form-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 8px;
}

.form-progress a {
    text-decoration: none;
}

.progress-step {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #006178;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    font-family: Inter;
}

.progress-step:not(.active) {
    background-color: #F9F9F9;
    color: #006178;
}

.progress-dots {
    display: flex;
    gap: 4px;
    align-items: center;
    margin: 0 8px;
}

.progress-dots svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.form-title {
    color: #052827;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    /* 150% */
}

/* Ajustar espaçamento do progress indicator */
#consulta .form-progress {
    margin-bottom: 20px;
}

/* Espaçamento dos campos do formulário */
/* Nova estrutura simplificada do formulário */
#consulta .form-group {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

/* Cada campo do formulário com espaçamento uniforme */
#consulta .form-field {
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#consulta .form-field:last-child {
    margin-bottom: 0;
}

/* Garantir que o último campo antes do checkbox tenha espaçamento correto */
#consulta .form-field:not(.form-field-checkbox):not(.form-field-button) {
    margin-bottom: 12px;
}

/* Espaçamento específico para checkbox - reduzido */
#consulta .form-field-checkbox {
    margin-top: 12px;
    margin-bottom: 0;
}

/* Espaçamento específico para botão - reduzido */
#consulta .form-field-button {
    margin-top: 16px;
    margin-bottom: 0;
}

/* Garantir que os containers ocupem 100% */
#consulta .form-field .select-form,
#consulta .form-field .inputGroup {
    width: 100%;
}

/* Ajustar espaçamento do select dentro do form-field */
#consulta .form-field .select-form {
    margin-bottom: 0;
    width: 100%;
}

#consulta .form-field .custon-container-select {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

/* Garantir que a mensagem de erro do select tenha o mesmo espaçamento dos inputs */
#consulta .form-field .select-form .custon-text-error {
    margin-top: 0px;
    margin-bottom: -11px;
    margin-left: 15px;
}

/* Remover estilos antigos das rows que não serão mais usados */
#consulta .form-group .row {
    margin-bottom: 0;
}

/* Labels dos campos */
#consulta .questions-form {
    color: #052827;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
    display: block;
}

/* Botão CONFIRMAR - largura total */
#consulta .btn-consultar-form {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

/* Ajustar espaçamento do checkbox */
#consulta .termos-politica-form {
    margin-top: 0;
    margin-bottom: 0;
}

#consulta .btn-avancar,
#consulta .btn-form,
#consulta #btn-step1 {
    width: 230px;
    height: 40px;
    max-width: 100% !important;
    background-color: #f76d1d !important;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 8px 24px !important;
    border-radius: 8px !important;
    border: none !important;
}

#consulta .btn-avancar:hover,
#consulta .btn-form:hover,
#consulta #btn-step1:hover {
    background-color: #e55d0d !important;
    color: #FFFFFF !important;
}

/* Features Section */
.features-section {
    padding: 30px 0;
    background-color: #FFFFFF;
}

/* ============================================
   DESKTOP - .section-title (base)
   ============================================ */
.section-title {
    color: #39BC02;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 125% */
}

.features-grid-wrapper {
    margin-top: 40px;
}

.features-grid {
    margin-top: 0;
}

.feature-card {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    width: 308px;
    margin-left: 22px;
    border-radius: 16px;
    background: #F6F8FA;
}

.feature-icon {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    justify-content: left;
}

.feature-icon img {
    max-width: 100%;
    height: auto;
}

.feature-title {
    color: #39BC02;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    text-align: left;
}

.feature-description {
    color: #333;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

/* Quem Somos Section */
.quem-somos-section {
    padding: 0px 0;
    background-color: #fff;
}

.section-title-green {
    font-size: 40px;
    font-weight: 700;
    color: #39BC02;
    margin-bottom: 30px;
}

.quem-somos-intro {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.quem-somos-text {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.quem-somos-image img {
    max-width: 100%;
    height: auto;
    border-radius: 40px;
}

/* Taxas Section */
.taxas-section {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.taxas-section .row {
    margin-left: -20px;
    margin-right: -20px;
}

.taxas-section .row>[class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.taxas-comparative {
    max-width: 800px;
    margin: 0 auto;
}

.taxa-item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.taxa-item.highlight {
    background-color: #E8F5E9;
    padding: 15px;
    border-radius: 8px;
}

.taxa-label {
    min-width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #545454;
}

.taxa-item.highlight .taxa-label {
    color: #39BC02;
    font-weight: 700;
}

.taxa-bar {
    flex: 1;
    height: 30px;
    background-color: #E0E0E0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.taxa-bar-fill {
    height: 100%;
    background-color: #39BC02;
    border-radius: 15px;
    transition: width 0.5s ease;
}

.taxa-bar-fill.highlight {
    background-color: #39BC02;
}

.taxa-value {
    min-width: 100px;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #545454;
}

.taxa-item.highlight .taxa-value {
    color: #39BC02;
    font-weight: 700;
}

.taxas-mobile img {
    max-width: 100%;
    height: auto;
}

/* Por que Section */
.porque-section {
    padding: 60px 0;
    background-color: #F5F5F5;
}

.beneficios-grid {
    margin-top: 40px;
}

.beneficio-card {
    text-align: left;
    padding: 0 0;
    margin-bottom: 30px;
}

.beneficio-icon {
    margin-bottom: 15px;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.beneficio-icon img {
    max-width: 60px;
    height: auto;
}

.beneficio-title {
    font-size: 18px;
    font-weight: 700;
    color: #39BC02;
    margin-bottom: 8px;
    line-height: 1.3;
}

.beneficio-subtitle {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

/* Opções Section */
.opcoes-section {
    padding: 0px 0;
    background-color: #FFFFFF;
}

.opcoes-grid {
    margin-top: 0px;
}

.opcao-item {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.opcao-item:hover {
    transform: translateY(-5px);
}

.opcao-icon {
    margin-bottom: 0;
    margin-right: 15px;
    height: 80px;
    width: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.opcao-icon img {
    max-width: 100%;
    height: auto;
}

.opcao-text {
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    margin: 0;
}

/* Depoimentos Section */
.depoimentos-section {
    padding-top: 60px;
}

.depoimentos-grid {
    margin-top: 35px;
    gap: 29px;
}

.depoimentos-grid .row {
    margin-left: -15px;
    margin-right: -15px;
}

.depoimentos-grid [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.depoimento-card {
    width: 308px;
    height: 278px;
    padding: 30px;
    border-radius: 16px;
    background: #F6F8FA;
    position: relative;
}

.depoimento-quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: auto;
    z-index: 1;
}

.depoimento-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.depoimento-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.depoimento-info {
    flex: 1;
}

.depoimento-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px 0;
}

.depoimento-profession {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.depoimento-content {
    margin-top: 15px;
}

.depoimento-text {
    color: #333;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 5px;
    padding-right: 10px;
}

/* FAQ Section */
.faq-section {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.faq-accordion {
    margin-top: 30px;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #F6F8FA;
    border-radius: 8px;
    overflow: hidden;
    background-color: #F6F8FA;
    min-height: 66px;
}

.faq-item.active {
    height: auto;
    min-height: 66px;
}

.faq-question {
    padding: 8px 20px;
    background-color: #F6F8FA;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #F6F8FA;
}

.faq-item.active .faq-question {
    background-color: #F6F8FA;
}

.faq-icon {
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease;
    color: #006178;
    width: 24px;
    text-align: center;
    display: inline-block;
}

.faq-item.active .faq-icon {
    transform: rotate(0deg);
}

.faq-item.active .faq-icon::before {
    content: "−";
    display: inline-block;
}

.faq-item:not(.active) .faq-icon::before {
    content: "+";
    display: inline-block;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 15px;
    padding-right: 15px;
    width: 95%;
    place-self: center;
    margin-bottom: 25px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    border-radius: 16px;
    background: #FFF;
}

.faq-answer p {
    padding: 20px 0;
    font-size: 14px;
    color: #545454;
    line-height: 1.8;
    margin: 0;
    background-color: transparent;
}

.faq-answer ul {
    margin: 15px 0;
    padding-left: 20px;
    background-color: transparent;
}

.faq-answer ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #545454;
    line-height: 1.8;
    background-color: transparent;
}

.faq-image {
    text-align: center;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
}

.faq-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin-top: 40px;
    width: 663px;
    height: 344px;
}

/* Responsive Styles */
@media only screen and (max-width: 968px) {
    .hero-section {
        padding: 120px 0 30px 0;
        min-height: auto;
        margin-top: 0;
        align-items: flex-start;
    }

    .hero-section .row {
        align-items: flex-start !important;
    }

    .hero-content {
        order: 1;
        margin-bottom: 30px;
        text-align: center;
        padding: 0 15px;
        margin-top: -80px;
        width: 100%;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .hero-title-highlight {
        padding: 3px 8px;
    }

    .hero-title-rest {
        font-size: 28px;
        line-height: 40px;
    }

    /* Ajustes para título mobile */
    .hero-title.show-mobile .hero-title-rest {
        display: inline;
        margin-top: 0;
        line-height: 40px;
    }

    .hero-title.show-mobile .hero-title-highlight {
        display: inline;
    }

    .hero-subtitle {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 0px;
        padding-right: 23px;
    }

    .hero-image-column {
        min-height: auto;
        order: 2;
        margin-bottom: 20px;
    }

    /* Garantir que show-desk funcione mesmo com display flex */
    .hero-image-column.show-desk {
        display: none !important;
    }

    .hero-image-wrapper {
        width: 100%;
        text-align: center;
    }

    .hero-image-desktop,
    .hero-image-mobile {
        width: 100%;
        max-width: 100%;
        max-height: none;
        margin-bottom: 0;
    }

    .hero-form-column {
        min-height: auto;
        order: 3;
        padding-left: 10px;
    }

    .hero-form-card {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 0;
        padding: 24px 16px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        min-height: auto;
        height: auto;
        overflow: visible;
    }

    .form-progress {
        margin-bottom: 16px;
    }

    .progress-dots svg {
        width: 10px;
        height: 10px;
    }

    .progress-step {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    /* Ajustes do formulário no mobile */
    #consulta .form-field {
        margin-bottom: 12px;
    }

    #consulta .form-field-checkbox {
        margin-top: 12px;
    }

    #consulta .form-field-button {
        margin-top: 16px;
    }

    /* Botão com largura total no mobile */
    #consulta .btn-avancar,
    #consulta .btn-form,
    #consulta #btn-step1 {
        width: 100% !important;
        max-width: 230px !important;
    }

    #consulta .btn-consultar-form {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Ajustar espaçamentos do formulário no mobile */
    .form-title {
        margin-bottom: 20px;
    }

    .form-progress {
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-title-green {
        font-size: 28px;
    }

    .feature-card,
    .opcao-item {
        margin-bottom: -40px;
    }

    .opcao-icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
        margin-right: 12px;
    }

    .opcao-icon img {
        max-width: 40px;
        height: auto;
    }

    .opcao-text {
        color: #333;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
    }

    .beneficio-card {
        margin-bottom: 20px;
    }

    .beneficio-icon {
        margin-bottom: 12px;
    }

    .beneficio-icon img {
        max-width: 50px;
    }

    .beneficio-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .beneficio-subtitle {
        font-size: 13px;
    }

    /* ============================================
       TABLET/MOBILE - .bg-taxas_porque (largura total)
       ============================================ */
    .bg-taxas_porque {
        padding: 20px 15px;
        margin-bottom: 15px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .taxas-section .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .taxas-section .row>[class*="col-"] {
        padding-left: 7.5px;
        padding-right: 34.5px;
    }

    .taxa-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .taxa-label {
        min-width: auto;
        width: 100%;
    }

    .taxa-bar {
        width: 100%;
    }

    .taxa-value {
        min-width: auto;
        width: 100%;
        text-align: left;
    }

    .faq-image {
        margin-top: 30px;
        padding: 10px;
    }

    .faq-image img {
        max-width: 100%;
        height: auto;
        border-radius: 16px;
        margin-top: -30px;
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {

    /* Garantir que show-desk funcione mesmo com display flex */
    .hero-image-column.show-desk {
        display: none !important;
    }

    .hero-section {
        padding: 100px 0 20px 0;
        align-items: flex-start;
        height: auto;
    }

    .hero-section .row {
        align-items: flex-start !important;
    }

    .hero-content {
        padding: 0 10px;
        margin-top: -80px;
        width: 100%;
    }

    .hero-title {
        font-size: 32px;
        margin-bottom: 12px;
        text-align: left;
    }

    .hero-title-highlight {
        padding: 2px 6px;
    }

    /* Ajustes para título mobile pequeno */
    .hero-title.show-mobile .hero-title-rest {
        display: inline;
        margin-top: 0;
    }

    .hero-title.show-mobile .hero-title-highlight {
        display: inline;
    }

    .hero-subtitle {
        color: #FFF;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
    }

    .hero-form-card {
        padding: 15px;
        border-radius: 12px;
    }

    .form-progress {
        margin-bottom: 14px;
    }

    .progress-dots svg {
        width: 9px;
        height: 9px;
    }

    .progress-step {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }

    .form-title {
        color: #052827;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 128.571% */
    }

    /* Ajustes do formulário no mobile pequeno */
    #consulta .form-field {
        margin-bottom: 12px;
    }

    #consulta .form-field-checkbox {
        margin-top: 12px;
    }

    #consulta .form-field-button {
        margin-top: 16px;
    }

    /* Botão com largura total no mobile pequeno */
    #consulta .btn-avancar,
    #consulta .btn-form,
    #consulta #btn-step1 {
        width: 100% !important;
        max-width: 230px !important;
    }

    #consulta .btn-consultar-form {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* ============================================
       MOBILE - .section-title
       ============================================ */
    .section-title {
        color: #39BC02;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .section-title-green {
        font-size: 24px;
    }

    /* Features Grid - Scroll Horizontal no Mobile */
    .features-grid-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        /* Esconde a scrollbar mas mantém funcionalidade */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE e Edge */
    }

    .features-grid-wrapper::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .features-grid {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        width: max-content;
    }

    .features-grid .row {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        width: max-content;
    }

    .feature-card {
        flex: 10 10 auto !important;
        width: calc(90vw - 0px) !important;
        min-width: calc(90vw - 0px) !important;
        max-width: calc(90vw - 0px) !important;
        margin-bottom: 0 !important;
        margin-right: 20px;
        margin-left: 20px;
        padding: 20px 20px;
        scroll-snap-align: center;
        border-radius: 16px;
        background: #F6F8FA;
    }

    /* Indicadores de paginação (bolinhas) */
    .features-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 20px;
        padding: 0 15px;
    }

    .pagination-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #D1D5DB;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .pagination-dot.active {
        width: 24px;
        height: 8px;
        border-radius: 4px;
    }

    .feature-title {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-description {
        font-size: 13px;
    }

    /* Depoimentos Grid - Scroll Horizontal no Mobile */
    .depoimentos-grid-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .depoimentos-grid-wrapper::-webkit-scrollbar {
        display: none;
    }

    .depoimentos-grid {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        width: max-content;
    }

    .depoimentos-grid .row {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        width: max-content;
    }

    .depoimento-card {
        flex: 0 0 auto !important;
        width: calc(90vw - 0px) !important;
        min-width: calc(90vw - 0px) !important;
        max-width: calc(90vw - 0px) !important;
        margin-bottom: 0 !important;
        margin-right: 20px;
        margin-left: 20px;
        scroll-snap-align: center;
        height: auto !important;
    }

    /* Indicadores de paginação (bolinhas) para depoimentos */
    .depoimentos-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 20px;
        padding: 0 15px;
    }

    /* ============================================
       MOBILE - .beneficios-grid (layout horizontal: ícone ao lado do texto)
       ============================================ */
    .beneficios-grid .beneficio-card {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .beneficios-grid .beneficio-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .beneficios-grid .beneficio-icon img {
        max-width: 46px;
        width: 46px;
        height: 46px;
        object-fit: contain;
    }

    .beneficios-grid .beneficio-text {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .beneficio-title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .beneficio-subtitle {
        font-size: 13px;
        margin-top: 0;
    }

    .opcao-text {
        font-size: 14px;
    }
}