
/* V208 - Logo do rodapé maior e mais destacada */
.footer-v178 .footer-logo-wrap-v178,
.footer-v177 .footer-logo-wrap-v178,
.footer .footer-logo-wrap-v178,
.footer .footer-brand-block{
  align-items:flex-start!important;
}

.footer-v178 .footer-logo-v178,
.footer-v177 .footer-logo-v177,
.footer-v176 .footer-logo-v176,
.footer-v175 .footer-logo-v175,
.footer .footer-logo-white,
.footer img[class*="footer-logo"],
.footer .footer-brand-block img{
  max-height:96px!important;
  max-width:280px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  display:block!important;
  margin-bottom:18px!important;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}

/* Destaque discreto sem criar caixa branca */
.footer .footer-brand-block{
  position:relative!important;
}

.footer .footer-brand-block::before{
  content:"";
  position:absolute;
  left:12px;
  top:12px;
  width:150px;
  height:80px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  filter:blur(22px);
  pointer-events:none;
  z-index:0;
}

.footer .footer-brand-block img,
.footer .footer-brand-block h3,
.footer .footer-brand-block p{
  position:relative!important;
  z-index:1!important;
}

@media(max-width:760px){
  .footer-v178 .footer-brand-v178,
  .footer-v177 .footer-brand-v177,
  .footer-v176 .footer-brand-v176,
  .footer .footer-brand-block{
    text-align:center!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .footer-v178 .footer-logo-wrap-v178,
  .footer .footer-logo-wrap-v178{
    justify-content:center!important;
    align-items:center!important;
    width:100%!important;
    min-height:auto!important;
    margin-bottom:10px!important;
  }

  .footer-v178 .footer-logo-v178,
  .footer-v177 .footer-logo-v177,
  .footer-v176 .footer-logo-v176,
  .footer-v175 .footer-logo-v175,
  .footer .footer-logo-white,
  .footer img[class*="footer-logo"],
  .footer .footer-brand-block img{
    max-height:92px!important;
    max-width:260px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    margin-bottom:14px!important;
  }

  .footer .footer-brand-block::before{
    left:50%!important;
    top:12px!important;
    transform:translateX(-50%)!important;
    width:190px!important;
    height:92px!important;
  }

  .footer .footer-brand-block p{
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

@media(max-width:420px){
  .footer-v178 .footer-logo-v178,
  .footer-v177 .footer-logo-v177,
  .footer-v176 .footer-logo-v176,
  .footer-v175 .footer-logo-v175,
  .footer .footer-logo-white,
  .footer img[class*="footer-logo"],
  .footer .footer-brand-block img{
    max-height:84px!important;
    max-width:230px!important;
  }
}
