.landing-top{
    margin-left:2rem;
    text-align: center;
}

#Otimizadas{
    margin-top: 0px;
}

#formHome .botao{
    font-size: 18px;
    padding: 10px;
}

.mTop60.textCenter{
    margin-top: 20px !important;
}

.formHome2 p{
    margin: 0;
}

#topoLP h1{
    font-size: 2rem;
}

#planos, #planosEmpresarial{
    padding-top: 0px !important;
}

#planos .item .nDivPlano, #planosEmpresarial .item .nDivPlano{
    margin-right: 5px;
}

#planos .mTop100.d-flex, #planosEmpresarial .mTop100.d-flex{
    margin-top: 20px;
}

@media(max-width: 768px){
    header .container div{
        flex-direction: column;
    }

    #Otimizadas{
        margin-top: 0;
    }
}

@media(max-width: 1199px){
    header{
        position: relative !important;
    }

    .logoMobile{
        width: 100%;
        display: flex;
        position: fixed;
        z-index: 9999;
        background-color: var(--blue1);
        justify-content: center;
        padding: 10px 0px;
    }
    .landing-top{
        margin-left:0px;
        text-align: left;
        padding-top: 50px;
    }
}