.header {
    top: 0;
}

.conteudos-container {
    margin-top: 90px;
    padding-bottom: 100px;
}

.informacoes-versoes {
    margin-bottom: 70px;
}

.introducao {
    margin-bottom: 70px;
    text-align: center;
}

.introducao p {
    text-indent: 0;
}

.introducao p {
    text-align: center;
}

.nome-versoes {
    font-weight: bold;
    font-size: 18px;
}

.escolherVersao__container--video {
    text-align: center;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-around;
}

.escolherVersao__video {
    margin-top: 50px;
}

.escolherVersao__video p {
    font-weight: bold;
    text-transform: uppercase;
    width: 345px;
}

@media screen and (max-width: 670px) {
    header .redesSociais-escolherVersao {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .nome-versoes {
        font-size: 16px;
    }

    .paragrafo {
        text-indent: 20px;
    }
}

@media screen and (max-width: 430px) {
    .escolherVersao__video iframe {
        width: 90%;
    }
}