article{
    margin-top: 110px;
}

main .banner{
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 120px;
}

main .banner .descricao{
    font-weight: normal;
    font-size: 14px;
}

div.descr-principal{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 28px;
}

img.img-principal{
    max-width: 752px;
    width: 100%;
}

div.txt-preco{
    font-weight: bold;
    font-size: 25px;
}

div.txt-preco-detalhes{
    margin: 5px 0 10px 0;
}

div.card-screenshots{
    text-align: center;
}

div.card-screenshots img{
    max-width: 125px;
}