@media (max-width: 766px) {
    body {
    padding-top: 25px;
}
}

@media (min-width: 767px) {
    .header {
    top: 25px;
}
}

@media (max-width: 766px) {
    .header {
    top: 30px;
}
}

.div_blackfriday {
    position: fixed;
    width: 100%;
    z-index: 11;
    top: 0px !important;
    pointer-events: none;
}

.link_catalog, .link_catalog:hover {
    text-decoration: none;
}

#barra_catalog {
    background-color: #efefef;
    display: flex;
    width: 100%;
    height: 32px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.blackfriday {
    height: 30px !important;
    text-decoration: none;
}

.text_barra_catalog {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 10px;
    z-index: 1;
    transition: .5s;
}

.text_blackfriday {
    font-weight: bold !important;
}

.codi_black {
    font-weight: bold;
    text-decoration: underline;
}

.div_color_ofertes_bar {
    width: 100%;
    position: absolute;
    transition: width 1s, opacity .5s;
    opacity: 1;
    background-size: 122%;
    background-position-x: center;
}

.color_fons {
    background-image: none !important;
    background-color: #000000;
}

.blackfriday {
    height: 30px !important;
    text-decoration: none;
}

@media (max-width: 766px) {
    .text_barra_catalog {
        font-size: 13px;
    }
}

@media (max-width: 766px) {
    .div_color_ofertes_bar {
        background-size: unset;
    }
}