body {
    font-size: 125%;
}
figure {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    break-inside: avoid;
}

.btn-toolbar {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

.navnumber-body-blue {
    background-color: #224b70;
    border: 2px solid white;
}

.navnumber-body {
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid grey;
}

.navnumber-body-blue .navnumber-title {
    background-color: #4492d8;
}

.navnumber-title {
    color: white;
    background-color: grey;
    padding: 5px;
    border-bottom: 2px solid white;
}

.navnumber {
    position: relative;
    overflow: hidden;
}

.fonte {
    color: grey;
    text-align: left;
    font-size: 90%;
    margin-top: 10px;
}

.navnumber-item {
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
}

.navnumber-item .active {}

.navnumber-block-conteudo {
    width: 90%;
    overflow: hidden;
    height: 300px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
}

.navnumber-body-blue .navnumber-content {
    color: white;
}

.navnumber-content {
    position: absolute;
    left: 100%;
    top: 0;
    transition-property: left;
    transition-duration: 1s;
    overflow: auto;
    height: 300px;
    width: 100%;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    color: black;
}

.navnumber-content.ativo {
    left: 0;
}