main > section#abertura > p.frase{
    width: 350px;
    text-align: center;
}

main >section#quemSou{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

main >section#quemSou > div{
    width: 300px;
    margin-left: 0px;
}

main >section#quemSou > div > p{
    width: 300px;
}

main >section#quemSou > img{
    margin-bottom: 20px;
}

main > section#alemPlanilha{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

main > section#alemPlanilha > div#perder{
    height: auto;
    margin-bottom: 30px;
}

main > section#alemPlanilha > div#perder > article.checkExclui{
    margin-bottom: 12px;
}

main > section#alemPlanilha > div#ganhar{
    width: 320px;
    height: 350px;
    margin-left: 0px;
}

main > section#alemPlanilha > div#ganhar > article.check > p{
    padding-right: 15px;
}

main > section#iniciarProjeto{
    flex-wrap: wrap;
    width: 300px;
}

main > section#iniciarProjeto #order4{
    order: 4;
}

main > section#planos{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

main > section#planos > div{
    width: 320px;
    margin-left: 0px;
    margin-bottom: 30px;
}

main > section#experiencias{
    width: 300px;
}

main > section#experiencias > img{
    width: 300px;
    height: auto;
}

main > article#textoTransf{
    width: 320px;
}

main > section#faq{
    width: 300px;
}

main > section#faq > article.pergunta > div{
    width: 250px;
}

main > section#ia{
    flex-wrap: wrap;
    width: 300px;
}

main > section#ia > img{
    display: none;
}

main > p{
    width: 300px;
    margin: auto;
    margin-bottom: 20px;
}

footer img.icones{
    height: 50px;
    margin-right: 15px;
}