.rowTable{
  font-size: var(--font-size-normal-S360);
    .archivos_table{
        width: 100%;
        height: 100%;
        z-index: 0;
        table{
            border-collapse: collapse;
            margin: auto;
            thead{
                .table_title {
                    border-top: none;
                    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;

                }
            }

        }
    }
}
