.txt-center {
    text-align: center;
}
.txt_title {
    font-size: 0.9rem;
    color: #3a3e3e;
}

.txt_info {
    font-size: 0.9rem;
    font-style: italic;
}

.txt_data {
    font-size: 1rem;
    font-weight: 600;
}

.row_info{
    margin-bottom: 1rem;
}

.input_data{
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    text-align: inherit;
}

*{
    font-family: sans-serif;
}

li{
    margin-bottom: 8px;
}