/* ===== RODAPÉ SAKS CUSTOMIZADO ===== */
#footer, .footer, .portal-footer {
  background-color: #131C2F !important;
  color: #FFFBF1 !important;
  text-align: center !important;
  padding: 30px 20px !important;
  font-size: 14px !important;
  border-top: 1px solid #334EDE !important;
  line-height: 1.6;
}

/* Remove "Powered by Zoho Desk" se estiver visível */
.powered-by {
  display: none !important;
}

/* Insere informações da SAKS após o rodapé */
#footer::after {
  content: "Saks Global Agente de Valores S.A. | RUT 215230830014 | Luis Bonavita 1294, WTC Free Zone, Torre II, of.533, Montevideo CP 11300 - Uruguay \A © Copyright 2024. All Rights Reserved Saks. \A Contato: support@saks.global | clientes@hellosaksglobal.com";
  white-space: pre-wrap;
  display: block;
  margin-top: 15px;
  color: #FFFBF1;
  font-size: 13px;
}
 .home .Button__tagPrimary{
    background-color: #131C2F /*cor do botão*/ ;
    color:#ffffff /*cor do texto*/;
 }
