/* DEVARTIVA - FOOTER GLOBAL FASE1 FIX1 */
.dev-footer-global .footer-columns{
  display:grid!important;
  grid-template-columns:1.15fr 1fr .8fr 1.05fr!important;
  gap:42px!important;
  align-items:start!important;
}
.dev-footer-global .footer-columns>div{min-width:0!important}
.dev-footer-global .footer-brand-column img{
  width:auto!important;height:auto!important;max-width:170px!important;max-height:54px!important;object-fit:contain!important
}
.dev-footer-global h3{margin-top:0!important;margin-bottom:14px!important}
.dev-footer-global .footer-columns a{display:block!important;margin:0 0 9px!important}
.dev-footer-global .footer-columns p{line-height:1.55!important}
.dev-footer-global .footer-specialized{
  margin-top:17px!important;padding-top:13px!important;border-top:1px solid rgba(255,255,255,.12)!important
}
.dev-footer-global .footer-specialized span{
  display:block!important;margin-bottom:9px!important;font-size:11px!important;letter-spacing:.12em!important;
  text-transform:uppercase!important;opacity:.68!important;font-weight:800!important
}
.dev-footer-global .footer-specialized a{display:inline-block!important;margin:0 14px 0 0!important;font-size:13px!important}
.dev-footer-global .footer-bottom{
  display:flex!important;justify-content:space-between!important;align-items:center!important;gap:24px!important
}
.dev-footer-global .footer-bottom-links{
  display:flex!important;gap:20px!important;align-items:center!important;flex-wrap:wrap!important
}
.dev-footer-global .footer-bottom-links a{margin:0!important}
@media(max-width:1050px){
  .dev-footer-global .footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 42px!important}
}
@media(max-width:650px){
  .dev-footer-global .footer-columns{grid-template-columns:1fr!important;gap:28px!important}
  .dev-footer-global .footer-bottom{align-items:flex-start!important;flex-direction:column!important}
  .dev-footer-global .footer-bottom-links{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}
}
