
.titulos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    margin-left: 10%;
}

.title {
    /*background-color: yellow;*/
}

.title2 {
    padding-left: .5em;
}

.bottom {
    text-align: right;
    font-size: .6rem;
    max-width: 900px;
    /*border: 1px solid black;*/
}

.dia, .bottom {
    padding: 0 10% 0 10%;
}

@media only screen and (min-width: 900px) {
    .dia, .bottom {
        width: 708px;
    }
}

.h3stats {
    font-size: 2rem;
}

.h4stats {
    font-size: 1.1rem;
}

.space {
    height: .5rem;
}