.promofooter {
    padding: 50px 0 20px 0
}

.br-right-green::after {
    content: '';
    position: absolute;
    width: 40px;
    z-index: auto;
    top: 16px;
    border-bottom: 4px solid var( --color-site-1);
    margin-left: 10px
}

.font-weight-500 {
    font-weight: 600 !important
}

.promofooter span {
    font-size: 16px;
    font-weight: 700
}

.fs-6 {
    font-size: 18px
}

.mb-2 {
    margin-bottom: .5rem !important
}

.links > li > a {
    font-size: 14px;
   margin:0;
    color: #fff;
    font-weight: 600
}

.lh-lg {
    line-height: 2 !important
}

.text-yellow {
    color: #f3a61d;
    font-weight: 700
}

.facebook, .instagram, .youtube, .tiktok  {
    color: #fff;
    padding: 5px 8px
}

.facebook {
    background-color: #1876d6
}

.instagram {
    background-color: #c337a2
}

.youtube {
    background-color: red
}

.tiktok{
    background-color: #000000;
    border:1px solid #000
}


.promofooter .accordion-button::after {

filter: invert(48%) sepia(87%) saturate(2500%) hue-rotate(1deg) brightness(102%) contrast(105%);
}