.bg-primary {
    background-color: var(--primary) !important
}

.bg-gray {
    background-color: var(--lightgray-a) !important
}

.bg-white {
    background-color: var(--white) !important
}

.color-yellow {
    color: var(--yellow) !important
}

.h-auto {
    height: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.loader-container,
.loader-container:after {
    inset: 0;
    position: absolute;
    margin: 16px 0;
}

.loader-container:after {
    background-color: var(--white);
    content: "";
    opacity: .5;
    z-index: 0
}

.loader {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background-image: url('https://ingenieriaindustrial.ing.uc.cl/wp-content/uploads/2025/01/loader.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: girar 0.5s linear infinite;
  }
  
  @keyframes girar {
    to {
      transform: translate(-50%, -50%) rotate(1turn);
    }
  }



.uc-search-filter {
    margin-top: 0;
    position: relative
}

/*
.uc-search-filter:before {
    background-color: var(--lightgray-a);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 0
}
*/

.uc-search-filter .uc-table-list {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    transition: all 1s;
}
.uc-search-filter .uc-table-list_content {
    transition: all 1s;
}

.section-filter-home .uc-btn.btn-listed:hover,.uc-btn.btn-listed.hover {
    text-decoration: none;
    background-color: rgba(1, 118, 222, 0.08)!important;
}
.uc-search-filter .heading-container {
    position: relative
}

.section-filter-home .uc-search-filter .uc-btn.btn-listed:first-child {
    border-top: 0px solid #eaeaea!important;
}
.section-filter-home .uc-search-filter_results li:last-child .uc-btn.btn-listed {
    border-bottom: 0px solid #eaeaea !important;
}

.section-filter-home .uc-btn.btn-listed {
    padding: 16px!important;
}

.uc-search-filter .heading-container h2 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 75% */
     
}

.uc-search-filter .btn-listed {
    font-size: 16px !important;
    font-weight: 400 !important
}

.uc-search-filter button:focus,
.uc-search-filter button:hover {
    background-color: inherit
}

.uc-search-filter .uc-input-style {
    background-color: var(--white) !important
}

.uc-search-filter .uc-filters {
    background-color: inherit!important;
    color: var(--white);
    gap: 16px;
    padding-inline: 0;
    padding-top: 40px;
    padding-bottom: 16px;
}

@media(min-width:992px) {
    .uc-search-filter .uc-filters {
        padding-inline: 24px
    }
}

@media(min-width:768px) {
    .uc-search-filter .uc-form-group {
        max-width: 300px
    }

    .uc-search-filter .uc-form-group:first-child {
        max-width: none
    }
}

.uc-search-filter .uc-table-list {
    border-radius: 4px;
    margin-inline: 0
}

@media(min-width:992px) {
    .uc-search-filter .uc-table-list {
        margin-inline: 24px
    }
}

.uc-search-filter .uc-table-list_content {
    border: 0;
    border-top: 0 !important;
    padding: 0 !important
}

@media(min-width:992px) {
    .uc-search-filter .uc-table-list_content {
        padding: 24px !important
    }
}

.uc-search-filter_content {
    min-height: 60px;
    position: relative;
    z-index: 1
}

.uc-search-filter_results::-webkit-scrollbar {
    width: 8px
}

.uc-search-filter_results::-webkit-scrollbar-track {
    background-color: var(--white)
}

.uc-search-filter_results::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 4px
}

.uc-archive-filter {
    min-height: 100vh
}

.uc-archive-filter .btn-search {
    position: absolute;
    right: 0;
    top: 0
}

.uc-archive-filter button:focus,
.uc-archive-filter button:hover {
    background-color: inherit
}

.uc-archive-filter .uc-input-style {
    background-color: var(--white) !important
}

.uc-archive-filter .uc-filters {
    gap: 1rem;
    padding: 24px
}

@media(min-width:768px) {
    .uc-archive-filter .uc-form-group {
        max-width: 300px
    }

    .uc-archive-filter .uc-form-group:first-child {
        max-width: none
    }
}

.uc-archive-filter_results {
    position: relative
}

.btn-search {
    position: absolute !important;
    right: 0;
    top: 0
}

.uc-card.card-hovered {
    background-color: var(--primary) !important
}


.section-filter-home{
    padding-top:140px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 8.98%, rgba(142, 142, 142, 0.12) 100%);

}

