@media(max-width: 576px) {
    img {
        max-width: 100%;
    }

    #topo .coluna .logo {
        padding: 0;
        margin-bottom: 15px;
    }

    #topo .coluna .logo img {
        height: 150px !important;
        /* Override inline style */
        width: auto;
    }

    #topo .coluna .costela {
        margin-bottom: 15px;
    }

    #topo .coluna .costela img {
        height: 220px !important;
        /* Override inline style */
        width: auto;
    }

    #topo .coluna .chamada-banner {
        font-size: 50px;
        margin-bottom: 15px;
        text-align: center;
        margin-left: 0;
        text-indent: 0;
        line-height: 0.8;
    }

    #topo .coluna .chamada-banner p {
        font-size: 32px;
        margin-top: 10px;
        text-align: center;
        text-indent: 0;
        margin-left: 0;
    }

    /* Faça Parte + Hashi: EXIBIR no mobile com ajuste */
    .familia-japago {
        display: block !important;
        position: relative;
        height: 100px;
        margin-top: 65px;
        margin-bottom: 0;
    }

    .faca-parte1 {
        position: absolute !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 214px;
    }

    .faca-parte1 img {
        width: 100%;
        height: auto;
    }

    .faca-parte2 {
        position: absolute !important;
        right: -10px !important;
        bottom: -20px !important;
        width: 165px;
        margin-top: 0 !important;
    }

    .faca-parte2 img {
        width: 100%;
        height: auto;
    }

    #topo .coluna {
        margin-top: 0 !important;
        /* Remove negative margin from inline */
    }

    #topo .coluna .chamada-formulario {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

    #topo .coluna .formulario {
        margin: 0 20px 40px;
    }

    #topo .coluna .formulario .telefone,
    #topo .coluna .formulario input,
    #topo .coluna .formulario select {
        max-width: 100%;
        margin-bottom: 20px;
    }

    #topo .coluna .formulario .row {
        margin-bottom: 0;
    }

    .aceite label {
        display: none;
        height: 0;
    }

    #topo .coluna .formulario .aceite input {
        margin-bottom: 0;
    }

    #topo .coluna .formulario button {
        font-size: 25px;
        width: 100%;
        max-width: 100%;
    }

    .seja-um-franqueado {
        font-size: 50px;
    }

    .seja-um-franqueado .strong {
        font-size: 75px;
        margin-top: -15px;
    }

    #historia {
        padding-top: 50px;
    }

    #numeros {
        padding: 50px 0;
    }

    #numeros .numero {
        min-height: 170px;
    }

    #numeros .numero p {
        font-size: 20px;
    }

    #numeros .numero strong {
        font-size: 34px;
    }

    #mapa {
        padding-top: 50px;
    }

    #mapa img {
        margin-bottom: 30px;
    }

    #mapa h3 {
        margin: 0 15px;
        font-size: 23px;
    }

    #mapa p {
        margin: 0 15px 2px;
        font-size: 20px;
    }

    #mapa .marcador {
        margin-top: -15px;
    }

    #investimento {
        padding: 50px 0 30px;
    }

    #investimento h2 {
        font-size: 70px;
    }

    #investimento .linha {
        max-width: 90%;
        margin: 0 auto 7px;
        background-color: #fff;
        padding: 10px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 15px;
        font-family: made_tommyregular;
        font-size: 17px;
        margin-bottom: 15px;
        letter-spacing: 2px;
        line-height: 1;
        min-height: 45px;
    }

    #investimento .linha.total.lucratividade .coluna {
        font-size: 20px
    }

    #investimento .linha.total.lucratividade .coluna strong {
        font-size: 30px
    }

    #investimento .grupo .coluna:last-child {
        margin-left: 20px;
    }

    #rodape {
        width: 100%;
        overflow: hidden;
    }

    .japago-familia-contato img {
    height: 30px !important;
}

    #rodape a.saber-mais {
        max-width: 90%;
        line-height: 1;
        background-color: #f8c300;
        border-radius: 15px;
        font-family: lemon_milkbold;
        font-size: 25px;
        padding: 15px 0;
        margin: 0 auto 50px;
    }

    #rodape .linha {
        margin: 0;
        flex-direction: column;
    }

    #rodape p,
    #rodape .linha .coluna {
        margin-top: 20px;
        font-size: 14px;
    }
}