.pt-baixa-app {
    background-color: #FFFFFF;
    border-color: #f5c6cb;
    color: #721c24;
    border-radius: 0 0 25px 25px;
}
.app-body {
    margin-top: 180px;
}
@media (min-width: 700px) {
    .app-body {
        margin-left: 30px;
    }
}
.name-app{
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.row-app {
    display: flex;
    align-items: flex-end; /* Alinha tudo ao fundo */
    border-radius: 50px 50px 0 0;
}

.positioned-image {
    position: absolute;
    right: 0; /* Alinhado à esquerda */
    top: -20%; /* Mover a imagem 20% para cima da base da div */
    height: 120%;
}

.bg-malha-roxa {
    /*img as background*/
    background-image: url('../../../images/background-roxo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.topo-app{
    margin-top: 50px;
    margin-left: 30px;
}
.line-height-special{
    line-height: 0.1;
}