.rowTable{
    .boxBlock-section-table{
        height: 100%;
        .boxBlock{
            height: 100%;
            .boxBlock-body{
                height: 100%;
            }
        }
    }
    .archivos_table{
      font-size: var(--font-size-normal-S360);
        width: 100%;
        table{
            border-collapse: collapse;
            margin: auto;
            thead{
                .table_title {
                    position: sticky;
                    top: -1px;
                    background-color: var(--color-dark-hover-S360);
                    color: var(--suite-primary-S360);
                    font-size: var(--font-size-normal-S360);
                    z-index: 10;
                }
                th{
                    border: 1px solid var(--color-border-S360);
                    width: 50%;
                }
            }
            tbody{
                th{
                    border: 1px solid var(--color-border-S360);
                }
                td{
                    border: 1px solid var(--color-border-S360);
                    text-align: center;
                }

                .btn_content_table{
                    width: 100%;
                    height: 100%;
                    display: flex;
                    gap: 4px;
                    justify-content: center;
                    align-items: center;

                }

                & button{
                  font-size: var(--font-size-normal-S360);
                }
            }

        }
    }
}
