
/* V248 - Centraliza e aumenta os ícones sociais do rodapé */
.footer-v210 .footer-social-v247{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  margin:16px auto 0!important;
  padding:0!important;
}

.footer-v210 .footer-social-link-v247{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border-radius:999px!important;
  box-shadow:0 10px 22px rgba(0,0,0,.14)!important;
}

.footer-v210 .footer-social-link-v247 svg{
  width:23px!important;
  height:23px!important;
  display:block!important;
  margin:auto!important;
}

.footer-v210 .footer-social-link-v247:hover{
  transform:translateY(-2px) scale(1.04)!important;
}

@media(max-width:760px){
  .footer-v210 .footer-social-v247{
    justify-content:center!important;
    gap:12px!important;
    margin-top:18px!important;
  }

  .footer-v210 .footer-social-link-v247{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
  }

  .footer-v210 .footer-social-link-v247 svg{
    width:24px!important;
    height:24px!important;
  }
}
