
/* V244 - Redes sociais do rodapé mais bonitas e profissionais */
.footer-v210 .footer-social-v243{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:10px 0 0!important;
  padding:0!important;
}

.footer-v210 .footer-social-v243 a{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  color:#fff!important;
  text-decoration:none!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.10)!important;
  padding:0!important;
  margin:0!important;
  transition:transform .16s ease, filter .16s ease, box-shadow .16s ease!important;
}

/* Instagram */
.footer-v210 .footer-social-v243 a[aria-label="Instagram"]{
  background:linear-gradient(135deg,#f58529 0%,#dd2a7b 45%,#8134af 72%,#515bd4 100%)!important;
}

/* Facebook */
.footer-v210 .footer-social-v243 a[aria-label="Facebook"]{
  background:#1877F2!important;
}

.footer-v210 .footer-social-v243 a:hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.08)!important;
  box-shadow:0 12px 24px rgba(0,0,0,.16)!important;
  color:#fff!important;
}

.footer-v210 .footer-social-v243 svg{
  width:17px!important;
  height:17px!important;
  display:block!important;
  fill:currentColor!important;
  stroke:none!important;
}

/* Instagram precisa ficar com linhas brancas, não preenchido estranho */
.footer-v210 .footer-social-v243 a[aria-label="Instagram"] svg rect,
.footer-v210 .footer-social-v243 a[aria-label="Instagram"] svg circle{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
}

.footer-v210 .footer-social-v243 a[aria-label="Instagram"] svg circle:last-child{
  fill:currentColor!important;
  stroke:none!important;
}

/* Facebook preenchido */
.footer-v210 .footer-social-v243 a[aria-label="Facebook"] svg{
  fill:currentColor!important;
  stroke:none!important;
}

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

  .footer-v210 .footer-social-v243 a{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
  }

  .footer-v210 .footer-social-v243 svg{
    width:18px!important;
    height:18px!important;
  }
}
