/* baixe o app */

.baixe-o-app {text-align: center;}

.baixe-o-app .logo-app img{
    width: 350px;
}

.baixe-o-app .div-100 h1 {
    margin: 32px auto;
    font-style: normal;
    font-weight: 800;
    font-size: 40pt;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
}

.baixe-o-app .div-100 p {
    margin: 0 auto;
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000;
    margin-bottom: 7px;
}


.lojas-apps {
    display: flex;
    justify-content: center;
    margin-bottom: 9px;
}

.lojas-apps a {
    padding: 6px;
}

@media (min-width: 768px){
    .menu.superior>.nivel-um {
        width: 1450px !important;
    }

}