.social-bar-component__container{position:relative;display:flex;flex-direction:column;gap:9px;padding:32px}
@media(min-width:768px){.social-bar-component__container{flex-direction:row;justify-content:space-between;padding:56px 0}
}
.social-bar-component--separator-top::before{content:"";position:absolute;top:0;opacity:.3;width:100%;height:.5px;background:#333}
.social-bar-component--separator-bottom::after{content:"";position:absolute;bottom:0;opacity:.3;width:100%;height:1px;background:#333}
.social-bar-component__buttons{display:flex;gap:17px}
.social-bar-component__buttons :hover{cursor:pointer}
.social-bar-component__button{display:flex;gap:8px;margin-bottom:22px}
@media(min-width:768px){.social-bar-component__button{margin-bottom:16px}
}
.social-bar-component__button-share{display:flex;justify-content:center;align-items:center;border-radius:50%;border:2px solid #fff;width:41px;height:41px;background-color:#da291c}
.social-bar-component__button-icon{width:28px;height:28px;font-size:28px;color:#fff}
.social-bar-component__button-icon-whatsapp{font-size:inherit;text-decoration:none;color:#fff}
.social-bar-component__tags{display:flex;align-items:center;gap:16px;margin-right:-16px;margin-left:-16px}
@media(min-width:768px){.social-bar-component__tags{margin-right:0;margin-left:0}
}
.social-bar-component__list{overflow:auto;display:flex;gap:16px;padding:0 16px}
@media(min-width:768px){.social-bar-component__list{flex-wrap:wrap;justify-content:flex-end;margin:0;padding-right:0}
}
.social-bar-component__item{border:2px solid var(--tag-color-br);padding:9px 22px;font-family:var(--primary-font);font-style:normal;font-weight:700;text-transform:uppercase;font-size:14px;line-height:1.1428;letter-spacing:2px;text-decoration:none}