/* __FILE_VERSION__: 3versão | Ficheiro: site-shared.css */
.footer-preferences-btn,
.eco-footer-links button[data-open-cookie-preferences]{
  appearance:none;
  border:1px solid rgba(255,255,255,0.24);
  background:rgba(255,255,255,0.08);
  color:#ffffff;
  border-radius:999px;
  padding:8px 14px;
  font:inherit;
  line-height:1.2;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.footer-preferences-btn:hover,
.eco-footer-links button[data-open-cookie-preferences]:hover{
  background:rgba(255,255,255,0.16);
  border-color:rgba(255,255,255,0.34);
  transform:translateY(-1px);
}
.footer-preferences-btn:focus-visible,
.eco-footer-links button[data-open-cookie-preferences]:focus-visible{
  outline:2px solid #8de7dc;
  outline-offset:2px;
}
.eco-footer-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.eco-footer-links a{
  color:inherit;
  text-decoration:none;
}
.eco-footer-links a:hover{
  text-decoration:underline;
}
.social-bar .child-1:hover{
  box-shadow:0px 10px 10px #1877f2;
}
.social-bar .child-2:hover{
  box-shadow:0px 10px 10px #ff00ff;
}
.social-bar .child-3:hover{
  box-shadow:0px 10px 10px #0a66c2;
}
.social-bar .child-facebook svg{
  fill:#1877f2;
}
.social-bar .child-instagram svg{
  fill:#ff00ff;
}
.social-bar .child-linkedin svg{
  fill:#0a66c2;
}
@media (max-width: 768px){
  .footer-preferences-btn,
  .eco-footer-links button[data-open-cookie-preferences]{
    padding:7px 12px;
    font-size:12px;
    max-width:100%;
  }
  .eco-footer-links{
    width:100%;
    flex-direction:column;
    gap:10px;
  }
  .footer-inner{
    flex-direction:column;
    gap:10px;
  }
}


footer,
.site-footer{
  background:#1a2124;
  color:#e8f1ef;
  padding:24px;
  margin-top:10px;
}
.footer-inner{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px 22px;
  text-align:center;
  font-size:14px;
  line-height:1.5;
}
footer a,
.site-footer a{
  color:#a9bcc1;
  text-decoration:none;
}
.social-bar{
  width:100%;
  margin-top:22px;
  display:flex;
  justify-content:center;
}
.social-bar .parent{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.social-bar .child{
  width:52px;
  height:52px;
  display:flex;
  justify-content:center;
  align-items:center;
  transform-style:preserve-3d;
  transition:all 0.3s cubic-bezier(0.68, 0.85, 0.265, 1.85);
  border-radius:8px;
  box-shadow:inset 1px 1px 2px #fff, 0 0 5px #4442;
  background:#ffffff;
  position:relative;
}
.social-bar .child:hover{
  background-color:#ffffff;
  transform:perspective(180px) rotateX(60deg) translateY(2px);
  box-shadow:0px 10px 10px #ff00ff;
}
.social-bar .child a{
  display:flex;
  width:100%;
  height:100%;
  text-decoration:none;
}
.social-bar .button{
  cursor:pointer;
  width:100%;
  height:100%;
  border:none;
  background-color:transparent;
  font-size:20px;
  transition-duration:0.5s;
  transition-timing-function:cubic-bezier(0.68, -0.85, 0.265, 1.55);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.social-bar .child:hover > a > .button{
  transform:translate3d(0px, 20px, 30px) perspective(80px) rotateX(-60deg) translateY(2px) translateZ(10px);
}


@media (max-width: 640px){
  .social-bar{
    margin-top:18px;
  }
  .social-bar .child{
    width:46px;
    height:46px;
  }
  .social-bar .button{
    font-size:18px;
  }
}
