/* PATCH 212 — login: mãos fundidas no fundo + retorno da mensagem com coração */
.faith-hands-footer{
  overflow:hidden!important;
  background:#02122b!important;
}
.hands-art-wrap{
  position:relative!important;
  width:calc(100% + 64px)!important;
  height:174px!important;
  margin-left:-32px!important;
  overflow:hidden!important;
  background:#02122b!important;
}
.hands-art-wrap::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0 0 auto 0;
  height:70px;
  pointer-events:none;
  background:linear-gradient(180deg,#02122b 0%,rgba(2,18,43,.88) 20%,rgba(2,18,43,.46) 53%,transparent 100%);
}
.hands-art-wrap .art-bottom{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center 34%!important;
  opacity:1!important;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.25) 10%,#000 36%,#000 100%);
  mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.25) 10%,#000 36%,#000 100%);
}
.faith-footer-message{
  position:absolute;
  z-index:4;
  left:0;right:0;bottom:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 18px;
  color:#fff;
  font-size:12.5px;
  line-height:1.2;
  font-weight:650;
  text-shadow:0 2px 8px rgba(0,0,0,.65);
}
.faith-footer-message svg{
  width:19px;
  height:19px;
  flex:0 0 19px;
  fill:#f7bd45;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.35));
}
.faith-footer-message strong{color:#f7bd45;font-weight:850}
@media(max-width:420px){
  .hands-art-wrap{
    width:calc(100% + 48px)!important;
    height:152px!important;
    margin-left:-24px!important;
  }
  .hands-art-wrap::before{height:62px}
  .faith-footer-message{bottom:10px;font-size:11.5px}
  .faith-footer-message svg{width:17px;height:17px;flex-basis:17px}
}
