.versao-container h1{
    font-size: 2.5rem;
}
.versao-body li{
    list-style-type: circle;
}
.versao-body ul{
    padding-left: 2em;
}
.versao-data .ano {
    font-size: .7rem;
    display: block;
    margin-bottom: -8px;
}
.versao-data .dia {
    font-size: 1.5rem;
    font-weight: 900;
}
.versao-data .mes {
    font-size: .7rem;
    text-transform: uppercase;
    display: block;
    margin-top: -6px;
}
.versao-data .border-bot {
    border-bottom: 5px solid grey;
    width: 25%;
}
.versao-head .title {
    font-size: 1.7rem;
    font-weight: lighter;
}
.versao-body .vertical-divider {
    width:100%;
    height:200px;
    background: linear-gradient(to right,
    transparent 0%,
    transparent calc(50% - 2px),
    grey calc(50% - 2px),
    grey calc(50% + 2px),
    transparent calc(50% + 2px),
    transparent 100%);
    margin-top: -30px;
}
.versao-body .versao-minor  h5{
    font-size:1rem;
    font-weight: 900;
}
.versao-body .versao-minor h6 {
    font-size: .8rem;
    color: #0D47A1;
    font-weight: 900;
}
@media screen and  (max-width: 425px) {
    .versao-head .title {
        font-size: 1.3rem;
        margin: 0;
    }
}