#fundacio-cat-bar {
    width: 100%;
    height: 32px;
    background-color: #1c1c1c;
    z-index: 100;
}
.fundacio-cat-bar-red {
    background-color: #E94355 !important;
}
.fundacio-cat-bar-white {
    background-color: #FFF !important;
}

#fundacio-cat-bar a {
    color: #FFF;
}
.fundacio-cat-bar-white a {
    color: #e4002b !important;
}
.fundacio-cat-pos-fixed {
    position: fixed;
    top: 0;
}
.fundacio-cat-pos-static {
    position: relative;
}
#fundacio-cat-bar * {
    box-sizing: border-box;
}

#fundacio-cat-bar .bar-container {
    padding: 0 16px;
    display: flex;
    justify-content: center;
}

#fundacio-cat-bar a.fundacio-logo {
    display: block;
    padding-top: 3px;
}
#fundacio-cat-bar a.fundacio-logo svg {
    height: 22px;
    width: auto;
    vertical-align: middle;
}

#fundacio-cat-bar .social a {
    display: inline-block;
    position: relative;
    padding-top: 3px;
}

#fundacio-cat-bar  .social a svg {
    height: 16px;
    padding-left: 14px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    vertical-align: middle;
}