/* Rodape compartilhado entre paginas publicas e area logada. */
.site-footer{
  background:linear-gradient(180deg,#fff 0%,#f8f8f8 100%) !important;
  border-top:4px solid transparent !important;
  border-image:linear-gradient(90deg,#abfc1c 0%,#2998ff 50%,#fc0602 100%) 1 !important;
  padding:3.5rem 5vw 2rem !important;
  position:relative !important;
  overflow:hidden !important;
}
.site-footer::before{
  content:'' !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  height:1px !important;
  background:linear-gradient(90deg,transparent,#abfc1c,#2998ff,#fc0602,transparent) !important;
  opacity:.3 !important;
}
.site-footer .bubbles-container,
.site-footer .color-bar,
.site-footer .footer-grid,
.site-footer .footer-bottom{
  position:relative !important;
  z-index:1 !important;
}
.site-footer .color-bar{
  height:5px !important;
  background:linear-gradient(90deg,#fc0602 0%,#fc0602 40%,#abfc1c 40%,#abfc1c 70%,#2998ff 70%,#2998ff 100%) !important;
  margin-bottom:2rem !important;
  border-radius:2px !important;
}
.site-footer .footer-grid{
  display:grid !important;
  grid-template-columns:minmax(460px,3.4fr) .8fr .8fr !important;
  gap:3rem !important;
  margin-bottom:2.5rem !important;
}
.site-footer .footer-brand p{
  font-size:.82rem !important;
  color:#666 !important;
  line-height:1.75 !important;
  margin-top:1rem !important;
  font-weight:400 !important;
}
.site-footer .footer-brand p i,
.site-footer .footer-company-info p i{
  color:#2998ff !important;
  width:1.05rem !important;
  margin-right:.35rem !important;
  text-align:center !important;
  flex-shrink:0 !important;
}
.site-footer .footer-company-info{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:1.5rem !important;
  margin-top:1.5rem !important;
}
.site-footer .footer-company-info .footer-col-title{margin-bottom:.65rem !important}
.site-footer .footer-company-info p{
  margin:.25rem 0 !important;
  max-width:none !important;
  font-size:.76rem !important;
  line-height:1.55 !important;
  display:flex !important;
  align-items:flex-start !important;
  gap:.15rem !important;
}
.site-footer .footer-company-info a{
  color:#666 !important;
  text-decoration:none !important;
  font-weight:800 !important;
}
.site-footer .footer-company-info a:hover{color:#fc0602 !important}
.site-footer .footer-col-title{
  font-size:.65rem !important;
  font-weight:900 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  background:linear-gradient(135deg,#fc0602 0%,#2998ff 100%) !important;
  -webkit-background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  background-clip:text !important;
  display:block !important;
  margin-bottom:1.1rem !important;
}
.site-footer .footer-col-title i{
  -webkit-text-fill-color:initial !important;
  color:#fc0602 !important;
  margin-right:.35rem !important;
}
.site-footer .footer-col a{
  display:flex !important;
  align-items:center !important;
  gap:.45rem !important;
  font-size:.83rem !important;
  color:#999 !important;
  text-decoration:none !important;
  margin-bottom:.55rem !important;
  font-weight:700 !important;
  transition:all .2s !important;
  position:relative !important;
}
.site-footer .footer-col a i{
  color:#2998ff !important;
  width:1rem !important;
  text-align:center !important;
  flex-shrink:0 !important;
}
.site-footer .footer-col a:hover{
  color:#fc0602 !important;
  transform:translateX(4px) !important;
}
.site-footer .footer-bottom{
  border-top:1px solid rgba(0,0,0,.06) !important;
  padding-top:1.5rem !important;
  display:block !important;
  margin:0 auto !important;
  text-align:center !important;
}
.site-footer .footer-bottom-inner{padding-top:1.5rem !important;width:100% !important}
.site-footer .footer-copy-main{
  font-size:.8rem !important;
  color:#111 !important;
  font-weight:700 !important;
  line-height:1.8 !important;
}
.site-footer .footer-copy-dev{
  font-size:.75rem !important;
  color:#666 !important;
  margin-top:.8rem !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.4rem !important;
}
.site-footer .footer-copy i{color:#2998ff !important}
.site-footer .footer-copy-dev a{
  color:#2998ff !important;
  font-weight:700 !important;
  text-decoration:none !important;
}

@media(max-width:768px){
  .site-footer .footer-grid{grid-template-columns:1fr !important;gap:2rem !important}
  .site-footer .footer-company-info{grid-template-columns:1fr !important}
  .site-footer .footer-bottom,
  .site-footer .footer-bottom-inner{padding-top:.65rem !important}
  .site-footer .footer-copy-main{
    font-size:.66rem !important;
    line-height:1.45 !important;
    max-width:300px !important;
    margin:0 auto !important;
  }
  .site-footer .footer-copy-dev{
    margin-top:.45rem !important;
    font-size:.62rem !important;
    line-height:1.4 !important;
    gap:.25rem !important;
    flex-wrap:wrap !important;
    max-width:310px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .site-footer .footer-copy i{font-size:.7rem !important}
}
