main {
    background-color: #ededed;
    padding-top: 10vw;
}

.clasifications__container {
    max-width: 79.16vw;
    width: 100%;
    margin: auto;
    padding-bottom: 2.6vw;
}

.clasificationsTitle {
    color: #3c3c3b;
    font-family: latoBold;
    font-size: 4.6875vw;
    text-align: right;
}

.clasificationsExtraInfo {
    color: #dc1f29;
    font-size: 1.718vw;
    font-family: latoBold;
    text-align: right;
    max-width: 23.43vw;
    margin-left: auto;
}

.clasificationsExtraInfo :is(a) {
    color: #dc1f29;
}

.clasificationCategories {
    background-color: #d8d8d8;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 1.56vw;
    border-top-right-radius: 1.56vw;
    margin: 2.6vw 0 4vw;
}

.clasificationCategory {
    text-align: center;
    width: 12.84vw;
    border-top-left-radius: 1.04vw;
    border-top-right-radius: 1.04vw;
    padding: 1.04vw 0;
    cursor: pointer;
    position: relative;
}

.clasificationCategory:hover {
    background-color: #be222f;
}

.clasificationCategory__icon {
    width: 4.89vw;
    margin-bottom: .52vw;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.clasificationCategory__title {
    color: #b1b1b1;
    font-family: latoBold;
    font-size: 1.718vw;
}

.clasificationCategory--active {
    background-color: #be222f;
}

.clasificationCategory--active .clasificationCategory__icon {
    filter: brightness(0) invert(1);
}

.clasificationCategory--active .clasificationCategory__title {
    color: #fff;
}

.clasificationNumbers {
    background-color: #be222f;
    display: none;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3.9vw;
}

.clasificationCategory--active .clasificationNumbers {
    display: flex;
}

.cNumber {
    display: block;
    font-size: 1.56vw;
    font-family: latoBold;
    color: #fff;
    width: 33.33%;
    padding: 1.04vw 0;
    cursor: pointer;
    background-color: #b1b1b1;
}

.cNumber--dark {
    background-color: #3c3c3b;
}

.cNumber--grey {
    background-color: #b1b1b1;
}

.cNumber--active {
    background-color: #fff;
    color: #3c3c3b;
    width: 50%;
    border-top-right-radius: 1.56vw;
}

.tableController {
    background-color: #fff;
    /* display: none; */
    height: 0;
    overflow: hidden;
    padding: 0;
    border-bottom-left-radius: 1.04vw;
    border-bottom-right-radius: 1.04vw;
    position: relative;
}

.tableController--active {
    padding-top: 1.04vw;
    height: 100%;
}

/* .tableController--active .dataTables_scrollHeadInner {
    width: 100%!important;
}

.tableController--active table{
    width: 100%!important;
} */

.innerTitle {
    display: none;
    color: #dc1f29;
    font-size: 1.718vw;
    font-family: latoBold;
    /* margin-bottom: 1.04vw; */
    padding-left: .52vw;
}

.innerTitle--active {
    display: block;
}

.supsystic-tables-wrap,
.tabla-excel-container,
.dt-container {
    max-height: 60vw;
    overflow-y: auto !important;
    border-bottom-left-radius: 1.04vw;
    border-bottom-right-radius: 1.04vw;
}

.supsystic-tables-wrap--disabled,
.tabla-excel-container--disabled {
    display: none;
}

.supsystic-tables-wrap--active,
.tabla-excel-container--active {
    display: block;
}

.tableController--activeResults .supsystic-tables-wrap,
.tableController--activeResults .tabla-excel-container,
.tableController--activeResults .dt-container {
    max-height: 100% !important;
}

.supsystic-tables-wrap::-webkit-scrollbar,
.tabla-excel-container::-webkit-scrollbar,
.dt-container::-webkit-scrollbar,
.dt-scroll-body::-webkit-scrollbar {
    width: 0.2vw;
    height: 4px;
}


.supsystic-tables-wrap::-webkit-scrollbar-track,
.tabla-excel-container::-webkit-scrollbar-track,
.dt-container::-webkit-scrollbar-track,
.dt-scroll-body::-webkit-scrollbar-track {
    background-image: linear-gradient(rgb(220, 31, 41), white);
}

.supsystic-tables-wrap::-webkit-scrollbar-thumb,
.tabla-excel-container::-webkit-scrollbar-thumb,
.dt-scroll-body::-webkit-scrollbar-thumb {
    background: rgb(220, 31, 41);
    /* outline: 0.33vw solid #dc1f29; */
}

.dataTables_filter,
.dt-search {
    /* float: unset !important; */
    text-align: unset !important;
    margin-bottom: 1.04vw;
    padding-left: 0.52vw;
    padding-right: 0.52vw;
}

.dt-search label {
    font-size: 0;
    position: relative;
}

.dt-search label::before {
    content: '';
    background-image: url('../img/lupa.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.35vw;
    height: 1.36vw;
    position: absolute;
    left: 0.8vw;
    top: -0.7vw;
}

.dataTables_filter input,
.dt-input {
    color: #be222f;
    font-family: lato;
    font-size: 1.04vw !important;
    width: 9.29vw !important;
    height: 2.49vw;
    border-radius: .86vw !important;
    margin: 0 !important;
    padding: 0 0.52vw 0 2.6vw !important;
    border: 1px solid #be222f !important;
}

.dataTables_filter input::placeholder,
.dt-input::placeholder {
    color: #be222f;
}

table.dataTable thead th,
table.dataTable thead td {
    background-color: transparent;
    color: #3c3c3b;
    font-family: latoBold;
    font-size: 1.04vw;
    text-align: center;
}

table.dataTable thead th:first-child {
    background-color: #be222f;
    color: #fff;
}

table td {
    color: #575756;
    font-family: latoLight;
    font-size: 1.04vw;
    padding: 1.04vw !important;
    text-align: center !important;
    border-bottom: 1px solid #57565638;
}

table tr td:first-child {
    font-family: latoBold;
}

table td a {
    color: #be222f;
    font-family: latoBold;
    transition: all ease .3s;
}

table td a:hover {
    opacity: .8;
}

.tableController .supsystic-tables-wrap:nth-child(8) td[data-x='2'],
.tableController .supsystic-tables-wrap:nth-child(8) td[data-x='4'],
.tableController .supsystic-tables-wrap:nth-child(8) td[data-x='6'],
.tableController .supsystic-tables-wrap:nth-child(8) td[data-x='8'],
.tableController .supsystic-tables-wrap:nth-child(8) td[data-x='10'],
.tableController .supsystic-tables-wrap:nth-child(8) td[data-x='12'],
.tableController .tabla-excel-container:nth-child(8) td[data-x='2'],
.tableController .tabla-excel-container:nth-child(8) td[data-x='4'],
.tableController .tabla-excel-container:nth-child(8) td[data-x='6'],
.tableController .tabla-excel-container:nth-child(8) td[data-x='8'],
.tableController .tabla-excel-container:nth-child(8) td[data-x='10'],
.tableController .tabla-excel-container:nth-child(8) td[data-x='12'] {
    border-left: 1px solid #3c3c3b;
}

.hideCell {
    border-top: 0 !important;
    color: #fff;
    font-size: 0;
}

.tableController_barDown {
    background-color: rgba(255, 255, 255, 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 7.81vw;
    position: absolute;
    bottom: 0;
}

.tableController_barDown--disabled {
    display: none;
}

.tableController_barDown img {
    display: block;
    width: 3.63vw;
    cursor: pointer;
}

@media(max-width: 768px) {

    .clasifications__container {
        max-width: 90vw;
        padding-bottom: 8vw;
    }

    .clasificationsTitle {
        font-size: 10.66vw;
        text-align: center;
    }

    .clasificationsExtraInfo {
        font-size: 5.33vw;
        max-width: 62vw;
        margin: auto;
        text-align: center;
    }

    .clasificationCategories {
        flex-wrap: wrap;
        margin-top: 8vw;
        margin-bottom: 6vw;
        gap: 4vw 0;
    }

    .clasificationCategory {
        width: 28vw;
        border-radius: 3vw;
        padding: 4vw 0;
    }

    .clasificationCategory__icon {
        width: 8vw;
        margin-bottom: 2.66vw;
    }

    .clasificationCategory__title {
        font-size: 3.73vw;
    }

    .clasificationNumbers {
        bottom: -6vw;
    }

    .cNumber {
        font-size: 4.266vw;
    }

    .tableController {
        padding-top: 0;
    }

    .tableController--active {
        padding-top: 4vw;
    }

    .innerTitle {
        font-size: 4.8vw;
        padding-left: 2vw;
    }

    .dt-container .dt-layout-cell.dt-layout-end {
        margin-right: auto;
        margin-left: 0;
    }

    .dt-container .dt-search {
        gap: 0;
    }

    .dataTables_filter,
    .dt-search {
        padding-left: 2vw;
        margin: 3vw 0;
    }

    .dataTables_filter label::before,
    .dt-search label::before {
        width: 4vw;
        height: 4vw;
        left: 2.6vw;
        top: -2.1vw;
    }

    .dataTables_filter input,
    .dt-input {
        font-size: 4.26vw !important;
        width: 40vw !important;
        height: 7.33vw !important;
        border-radius: 4vw !important;
        padding: 0 0.52vw 0 7.5vw !important;
    }

    .supsystic-tables-wrap,
    .tabla-excel-container,
    .dt-container {
        max-height: 130vw;
    }

    .supsystic-tables-wrap::-webkit-scrollbar,
    .tabla-excel-container::-webkit-scrollbar,
    .dt-container::-webkit-scrollbar,
    .dt-scroll-body::-webkit-scrollbar {
        width: 1.06vw;
        height: 1.06vw;
    }

    .supsystic-tables-wrap::-webkit-scrollbar-track,
    .tabla-excel-container::-webkit-scrollbar-track,
    .dt-container::-webkit-scrollbar-track,
    .dt-scroll-body::-webkit-scrollbar-track {
        background-image: linear-gradient(rgb(220, 31, 41), #ffffff);
    }

    .supsystic-tables-wrap::-webkit-scrollbar-thumb,
    .tabla-excel-container::-webkit-scrollbar-thumb,
    .dt-container::-webkit-scrollbar-thumb,
    .dt-scroll-body::-webkit-scrollbar-thumb {
        background-color: rgb(220, 31, 41);
        /* outline: 0.33vw solid #dc1f29; */
    }

    table.dataTable thead th,
    table.dataTable thead td {
        font-size: 3.73vw;
    }

    table td {
        font-size: 3.73vw;
        padding: 2vw !important;
    }

    .tableController_barDown {
        height: 13.33vw;
    }

    .tableController_barDown img {
        width: 8vw;
    }
}