/*DOWNLOADS*/
.search-downloads-div {
    display: flex;
    width:100%;
    max-width: 407px;
    padding: var(--spacing-spacing-xs, 8px) var(--spacing-spacing-s, 16px);
    align-items: center;
    gap: var(--spacing-spacing-xs, 8px);
    border-radius: 8px 8px var(--radius-radius-s, 8px) var(--radius-radius-s, 8px);
    background: rgba(255, 255, 255, 0.05); /* antes blanco 0.15 */
    backdrop-filter: blur(40px);
    margin-top: 24px;
}

.search-downloads-div button {
    position: relative;
    background: transparent;
    color: #F5B800; /* antes #040A17 */
    min-width: inherit;
    height: 100%;
    left: 0;
    min-height: 38px;
    border: none;
}

.search-downloads-div button i {
    margin: 4px 8px 8px 12px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    color: #7A7A7A; /* antes #B9C1CF */
}

.search-downloads-div input {
    color: #7A7A7A; /* antes #B9C1CF */
    font-feature-settings: 'salt' on;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background-color: transparent;
}

.mb-40 { margin-bottom: 40px!important; }
.mt-40 { margin-top: 40px!important; }

.catalog-card {
    margin: 0px!important;
    border: none;
    border-radius: 0px;
    padding: 16px;
}

.catalog-card article {
    border: 1pt solid #2A2A2A; /* antes #dadada */
    border-radius: 8px;
}

.catalog-card article p.post-content {
    min-height: 0px;
}

.catalog-card .post-title {
    font-family: 'inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 64px;
}

.catalog-card .post-footer {
    display: flex;
    padding: var(--spacing-spacing-xs, 8px) var(--spacing-spacing-s, 16px);
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spacing-spacing-s, 16px);
    border-top: 1px solid #2A2A2A; /* antes #D4D9E3 */
    min-height: 80px;
    justify-content: center;
}

.catalog-card .post-read-more {
    display: flex !important;
    padding: 12px 16px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #F9FAE3; /* antes #D7F6F5 */
    color: #C69200; /* antes #10646C */
    font-family: 'archivo';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.6px;
}

.catalog-card .post-media {
    max-height: 200px;
    overflow: hidden;
}

.catalog-card div.post-details {
    padding: 24px;
}

.catalog-card .post-meta img {
    filter: grayscale(1) contrast(1);
    max-width: 100px;
    height: auto;
}

.catalog-card .post-content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #7A7A7A; /* antes #49566D */
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-height: 72px;
}

.catalog-card .catalog-year {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    border: 0.5px solid #C69200; /* antes #238996 */
}

.catalog-card .catalog-year .year {
    color: #B88900; /* antes #10646C */
    font-family: 'inter';
    font-size: 12px;
    font-weight: lighter;
    line-height: 18px;
}

.catalog-card .catalog-year .icon {
    color: #B88900; /* antes #10646C */
    font-size: 16px;
    line-height: 16px;
}

.catalog-card .catalog-lang {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 6px;
    color: #B88900; /* antes #10646C */
    font-family: 'inter';
    font-size: 12px;
    font-weight: lighter;
    text-transform: capitalize;
    border-radius: 100px;
    border: 0.5px solid #C69200; /* antes #238996 */
}

#lastCatalogContainer {
    border-radius: 24px;
    background: url('/images/azul-negro.jpg'); /* pendiente reemplazar cuando tengas versión AudioMusic */
}

#lastCatalog {
    display: flex;
    padding: 32px;
    justify-content: space-between;
    align-items: flex-end;
    background-size: contain;
    background-position-x: 70%;
}

#lastCatalog .banner-content {
    display: flex;
    width: 393px;
    flex-direction: column;
    gap: 8px;
}

#lastCatalog .banner-content img {
    filter: brightness(0) invert(1);
}

#lastCatalog .banner-title {
    color: #FFF;
    font-family: 'archivo';
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

#lastCatalog .btn-lastCatalog {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #F9FAE3; /* antes #D7F6F5 */
    border: none;
}

#lastCatalog .btn-lastCatalog span {
    color: #C69200; /* antes #10646C */
    font-family: Archivo;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.6px;
}

#lastCatalog .btn-lastCatalog i {
    color: #C69200; /* antes #10646C */
    font-size: 16px;
}

#lastCatalog .btn-lastCatalog:hover,
.catalog-card .post-read-more:hover {
    background: #FFD256; /* antes #43C6CD */
    color:#FFF;
}

#lastCatalog .btn-lastCatalog:hover i,
#lastCatalog .btn-lastCatalog:hover span,
.catalog-card .post-read-more:hover i {
    color:#FFF;
}

#downloads_types_list li {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
}

#downloads_types_list li:hover {
    background: #C69200; /* antes #238996 */
    color: #FFF;
}

#downloads_types_list li:hover span,
#downloads_types_list li.active span {
    color: #FFF;
}

#downloads_types_list li span {
    color: #F5B800; /* antes #040A17 */
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#downloads_types_list li i {
    font-size: 24px;
}

#downloads_types h3 span.toggle-btn {
    display: none;
}

h3.title {
    margin: 0 auto 24px auto!important;
}

.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-tags a.tag {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #FFECA0;
    background: #ffffff;
    color:#7A7A7A;
}

.category-tags-title {
    color: #B88900;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.breadcrumb {
    margin-top: 16px !important;
    color: #C69200; /* antes #10646C */
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.breadcrumb li:last-child {
    color: #C69200;
}

.breadcrumb a {
    text-decoration: underline;
    color: #7A7A7A!important; /* antes #909CB0 */
}

.breadcrumb li:not(:last-child)::after {
    content: '/';
}

.category-tags-container {
    margin-top: 32px;
    margin-bottom: 32px;
}

.orderby-select {
    padding: 8px 16px!important;
    border-radius: 8px!important;
    border: 1px solid #2A2A2A!important;
    background: #151515!important;
    color: #F5B800!important;
    font-family: Inter!important;
    font-size: 14px!important;
    font-weight: 400;
}

.toolbox-products .toolbox-right {
    justify-content: right;
}

.card-header a {
    color: #F5B800;
    font-family: Archivo;
    font-size: 32px;
    font-weight: 400;
}

.card-header .collapse {
    color: #F5B800;
}

a.filtercategory.active {
    border: 1px solid #FFD256; /* antes #18CDDF */
    background: #F9FAE3; /* antes #EFFCFC */
}

.technical-aside a:hover {
    color:#FFF;
}

.technical-aside a.selected {
    background: #C69200; /* antes #10646C */
    color: #FFF;
}
