<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.ia-module .welcome .tabbys {
    position: relative;
    display: flex;
    justify-content: space-around;
}
.tag-bar {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    padding-left: 0;
    line-height: 24px;
/*     background-color: #d8d8d8 */
}

.tag-bar a {
    flex: 0 0 auto;
    padding: 0 6px;
    font-size: 13px;
    text-decoration: none;
/*     color: #727272 */
}

@media (max-width:758px) {
    .tag-bar:before {
        content: "";
        display: block;
        padding-right: 300px;
        font-size: 16px;
        color: var(--c-brand)
    }

}

.tag-bar2 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    padding-left: 0;
    line-height: 24px;
/*     background-color: #d8d8d8 */
}

.tag-bar2 a {
    flex: 0 0 auto;
    padding: 0 6px;
    font-size: 13px;
    text-decoration: none;
/*     color: #727272 */
}





/* @media (min-width:1202px) {
    .tag-bar {
        justify-content: space-between;
        order: 9;
        max-width: 1022px;
        margin: 0 auto;
        padding: 5px 16px 0 100px;
        line-height: 35px;
        box-shadow: inset 0 -38px 5px 0 #fff, inset 30px 10px 50px -20px #fff, inset -30px 10px 50px -20px #fff;
        background-color: rgba(0, 0, 0, .2)
    }

    .tag-bar:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 16px;
        right: 16px;
        height: 1px;
        background-color: #fff
    }

    .tag-bar a {
        padding: 0 0 0 6px;
        font-family: CommonsRegular;
        font-size: 15px;
        color: #161616
    }

    .tag-bar a:hover {
        color: var(--c-brand)
    }

    .tag-bar:before {
        content: attr(data-text);
        position: absolute;
        left: 16px;
        top: 5px;
        padding-right: 6px;
        font-family: CommonsDemiBold2;
        font-size: 15px;
        color: #161616
    }
}

header.header:not(.header--home) .tag-bar {
    display: flex
}

@media (min-width:1202px) {
    header.header:not(.header--home) .tag-bar {
        display: none
    }
}

header.header.header--premium .tag-bar {
    background-color: #161616
}

header.header.header--premium .tag-bar a {
    color: #fff
}

header.header.header--premium .tag-bar:before {
    color: #c5ad67
} */


@media (min-width: 770px) {
    .col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
        /* background-color: rgb(238, 0, 0); */

    }

}

@media (max-width: 772px) {
    .col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
        /* background-color: rgb(229, 255, 0); */
    }
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
    } 
    
    
element.style {
    /* min-width: 320px; */
    width: 20px;
}

}

body.ia-module .columns-items .co-top-row, body.ia-module .columns-facets .co-top-row {
    min-height: 0px;
    margin-bottom: 20px;
}
/* Esto era para la prueba del toogle de filtros*/
/* @media (max-width: 567px) {
    body.ia-module.tiles .columns-facets {
        display: contents;
    }
} */

@media (max-width: 567px) {

}
</pre></body></html>