.imagens-footer{
  border-top: 1px solid rgba(132, 111, 72, .20);
  background:
    radial-gradient(circle at 16% 0%, rgba(226, 237, 252, .24), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(245, 248, 252, .98) 100%);
}

.imagens-footer-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 20px 28px;
  display: grid;
  gap: 22px;
}

.imagens-footer-brand{
  display: grid;
  gap: 18px;
}

.imagens-footer-logo{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.imagens-footer-logo-img{
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(94, 84, 58, .10));
}

.imagens-footer-logo-text{
  font-size: 1.15rem;
  font-weight: 700;
  color: #31412c;
}

.imagens-footer-about{
  max-width: 760px;
  font-size: .96rem;
  line-height: 1.84;
  color: #5d5646;
}

.imagens-footer-socials{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.imagens-footer-social{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  color: #5f6e85;
  border: 1px solid rgba(176, 189, 210, .18);
  background: rgba(255, 255, 255, .96);
  transition: all .22s ease;
  box-shadow: 0 6px 14px rgba(61, 74, 99, .06);
}

.imagens-footer-social:hover{
  color: #20365f;
  background: rgba(239, 244, 252, .96);
  transform: translateY(-1px);
}

.imagens-footer-navs{
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: start;
}

.imagens-footer-group{
  display: grid;
  gap: 12px;
  justify-items: start;
  align-content: start;
}

.imagens-footer-group-title{
  display: inline-flex;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #2c3a53;
}

.imagens-footer-links{
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-items: start;
}

.imagens-footer-link{
  color: #6b7b92;
  text-decoration: none;
  transition: all .2s ease;
}

.imagens-footer-link:hover{
  color: #20365f;
  transform: translateX(2px);
}

.imagens-footer-backlinks{
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 0;
  border-top: 1px dashed rgba(176, 189, 210, .26);
  border-bottom: 1px dashed rgba(176, 189, 210, .26);
}

.imagens-footer-backlinks-track{
  display: flex;
  gap: 12px;
  width: max-content;
  align-items: center;
  white-space: nowrap;
}

.imagens-footer-backlinks--text{
  padding: 6px 0 4px;
}

.imagens-footer-backlinks-track--text{
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 8px 18px;
  align-items: center;
  white-space: nowrap;
}

.imagens-footer-backlinks-track--text a{
  display: inline-flex;
  align-items: center;
  color: #6b7b92;
  font-size: .95rem;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.imagens-footer-backlinks-track--text a:hover{
  color: #20365f;
}

.imagens-footer-bottom{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(176, 189, 210, .2);
}

.imagens-footer-copyright{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: #7a879b;
  font-size: .9rem;
}

.imagens-footer-built{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  color: #516682;
  border: 1px solid rgba(176, 189, 210, .28);
  background: rgba(245, 248, 252, .98);
}

.imagens-footer-langs{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.imagens-footer-lang{
  padding: 6px 10px;
  border-radius: 999px;
  text-decoration: none;
  color: #7a879b;
  transition: all .2s ease;
}

.imagens-footer-lang:hover{
  background: rgba(239, 244, 252, .96);
}

.imagens-backtotop{
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(176, 189, 210, .18);
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(245, 248, 252, .96));
  color: #516682;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 14px rgba(88, 74, 44, .09);
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, opacity .2s ease;
  opacity: 0;
  visibility: hidden;
}

.imagens-backtotop:hover{
  box-shadow: 0 9px 16px rgba(88, 74, 44, .11);
}
