body{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

h2{
    font-size: 16px;
    font-weight: bold
}
.resultado-protocolo{
    clear: both;
    margin-top: 20px;
    background: #fbfbfb;
    padding: 20px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 50%);
    border-radius: 10px;
    line-height: 25px;
    display: none;
    width: 800px;
    margin-left: 30px;
}
