/*@media(max-width:30em){
    table{
        width: 100% !important;
    }
    table tr{
        padding: 1em;
        margin-bottom: 1em;
    }
    table td{
        display: flex;
        flex-direction: column;
        padding: 1em;
        
    }
    table td[data-titulo]{
        display: flex;
    }
    table td[data-titulo]::before{
        content:attr(data-titulo);
        width: 200px;
        font-weight: bold;
    }
    table thead{
        display: none;
    }
}*/