@media(max-width: 576px){
    img{
        max-width: 100%;
    }
    
    #topo .coluna .logo{
        padding: 0;
        margin-bottom: 30px;
    }
    #topo .coluna .costela{
        margin-bottom: 30px;
    }
    #topo .coluna .chamada-banner{
        font-size: 20px;
        margin-bottom: 30px;
    }
    #topo .coluna .chamada-formulario{
        font-size: 16px;
        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;
    }
    .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: 35px;
    }
    #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;
    }
    #rodape img{

    }
    #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: 10px;
        font-size: 15px;
    }
}