.relatorio {
    width: 340px;
    display: none;
    position: absolute;
    flex-direction: column;
    align-items: center;
    background-color: #fffffffd;
    border-radius: 5px;
}

.relatorio a{
    display: flex;
    flex-direction: row;
}
.relatorio__titulo {
    font-family: 'Montserrat',sans-serif;
    display: flex;
    margin-top: 10px;
    font-weight: 900;
    font-size: 20px;
}
.relatorio__resumo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 320px;
    margin: 0px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 900;
    font-size: 14px;
}
.relatorio__detalhado {
    display: flex;
    flex-direction: column;
    width: 320px;
    
}
.relatorio__texto {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 250px;
    margin-left: 60px;
}