
/* V237 - Enfeite superior do rodapé mais suave e melhor encaixado */
.footer-v210{
  position:relative!important;
  margin-top:62px!important;
  padding-top:66px!important;
  background:var(--footer-bg)!important;
  border-top:0!important;
  overflow:visible!important;
}

/* Desliga efeitos anteriores */
.footer-v210::before,
.footer-v210::after{
  display:none!important;
  content:none!important;
  background:none!important;
  mask-image:none!important;
  -webkit-mask-image:none!important;
}

.footer-wave-v236{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:-54px!important;
  height:72px!important;
  z-index:1!important;
  pointer-events:none!important;
  color:var(--footer-bg)!important;
  overflow:hidden!important;
  line-height:0!important;
}

.footer-wave-v236 svg{
  width:100%!important;
  height:100%!important;
  display:block!important;
}

.footer-wave-fill-v236{
  fill:currentColor!important;
}

.footer-wave-line-v236{
  fill:none!important;
  stroke:rgba(255,255,255,.36)!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.footer-wave-detail-v236{
  fill:none!important;
  stroke:rgba(255,255,255,.28)!important;
  stroke-width:1.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.footer-v210 .footer-v210-inner{
  position:relative!important;
  z-index:3!important;
}

/* Garante que não fique espaço/linha branca estranha entre conteúdo e rodapé */
.footer-v210 > .container,
.footer-v210-inner{
  background:transparent!important;
}

@media(max-width:760px){
  .footer-v210{
    margin-top:44px!important;
    padding-top:52px!important;
  }

  .footer-wave-v236{
    top:-40px!important;
    height:54px!important;
  }

  .footer-wave-line-v236{
    stroke-width:1.45!important;
    stroke:rgba(255,255,255,.30)!important;
  }

  .footer-wave-detail-v236{
    stroke-width:1.1!important;
    stroke:rgba(255,255,255,.22)!important;
  }
}
