.header-socials{display:flex;align-items:center;gap:7px;margin-left:17px;padding-left:17px;border-left:1px solid rgba(23,33,27,.14)}
.header-social{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid rgba(23,33,27,.12);transition:transform .2s,box-shadow .2s}
.header-social:hover{transform:translateY(-2px);box-shadow:0 5px 14px rgba(0,0,0,.13)}
.header-social svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.header-social .fill,.header-social .dot{fill:currentColor;stroke:none}
.header-social.email{color:#0b3d69}.header-social.whatsapp{color:#1b9b53}.header-social.tiktok{color:#111}.header-social.instagram{color:#c13584}.header-social.facebook{color:#1877f2}
.header-social.disabled{opacity:.42;cursor:not-allowed}
@media(max-width:1120px){header .navlinks{gap:15px}.header-socials{gap:5px;margin-left:9px;padding-left:9px}.header-social{width:31px;height:31px}}
@media(max-width:850px){header nav.wrap{justify-content:space-between}.header-socials{display:flex!important;margin-left:auto;padding-left:0;border-left:0}.header-social{width:32px;height:32px}.header-social svg{width:17px;height:17px}}
@media(max-width:430px){.header-socials{gap:4px}.header-social{width:30px;height:30px}.brand-logo-button img.brand-logo-mark{width:48px!important;height:38px!important}}
