.fo-footer{
  width:100%;
  min-height:250px;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:30px 20px 28px;
  text-align:center;
}

.fo-footer-logo{
  display:block;
  width:520px;
  max-width:70vw;
  height:auto;
  margin:0 auto 22px;
}

.fo-footer-copy{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  line-height:1.4;
  color:#53606c;
}

@media(max-width:700px){
  .fo-footer{
    min-height:190px;
    padding:24px 16px;
  }

  .fo-footer-logo{
    width:72vw;
    max-width:420px;
    margin-bottom:16px;
  }

  .fo-footer-copy{
    font-size:12px;
  }
}

/* CORRECAO DEFINITIVA DO RODAPE */
body .page .fo-footer {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 280px !important;
    padding: 35px 0 30px !important;
    margin: 0 !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}

body .page .fo-footer .fo-footer-logo {
    position: static !important;
    display: block !important;
    width: 520px !important;
    max-width: none !important;
    height: auto !important;
    min-width: 520px !important;
    margin: 0 auto 24px !important;
    padding: 0 !important;
    object-fit: contain !important;
    transform: none !important;
}

body .page .fo-footer .fo-footer-copy {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #53606c !important;
}

@media (max-width:700px) {
    body .page .fo-footer .fo-footer-logo {
        width: 78vw !important;
        min-width: 0 !important;
        max-width: 520px !important;
    }
}

/* TESTE DE ESCALA DO RODAPE */
body .page footer.fo-footer img.fo-footer-logo {
    width: 900px !important;
    min-width: 900px !important;
    max-width: 90vw !important;
    height: auto !important;
}

body .page footer.fo-footer {
    min-height: 330px !important;
}

/* ESCALA FINAL DA LOGO DO RODAPE */
body .page footer.fo-footer img.fo-footer-logo {
    width: 1400px !important;
    min-width: 0 !important;
    max-width: 92vw !important;
    height: auto !important;
    margin: 0 auto 18px !important;
}

body .page footer.fo-footer {
    min-height: 300px !important;
    padding: 25px 0 25px !important;
}

/* TAMANHO DO TEXTO DO RODAPE */
body .page footer.fo-footer .fo-footer-copy {
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}

/* TEXTO DO RODAPE - ESCALA CORRIGIDA */
body .page footer.fo-footer p.fo-footer-copy {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 36px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    color: #53606c !important;
    text-align: center !important;
    margin: 0 !important;
}

@media (max-width:700px) {
    body .page footer.fo-footer p.fo-footer-copy {
        font-size: 20px !important;
    }
}

/* TEXTO DO RODAPE - AJUSTE 52PX */
body .page footer.fo-footer p.fo-footer-copy {
    font-size: 52px !important;
    line-height: 1.25 !important;
}

@media (max-width:700px) {
    body .page footer.fo-footer p.fo-footer-copy {
        font-size: 26px !important;
    }
}

/* LOGO RODAPE - AJUSTE DE TAMANHO */
body .page footer.fo-footer img.fo-footer-logo {
    width: 1550px !important;
    max-width: 94vw !important;
    min-width: 0 !important;
    height: auto !important;
}
