<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.msgLoginPolitica a {
  color: #0433ff;
  text-decoration: underline;
  display: block;
}

.msgLoginPolitica {
  width: 100%;
  text-align: center;
  margin-bottom: 110px !important;
}

form#frmLogin {
    margin-bottom: 55px !important;
}

#footer-lgpd.footer-lgpd-opened {
    transition: .1s ease-in-out;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

#footer-lgpd {
    position: fixed;
    z-index: 9999;
    max-width: 1230px;
    transition: .3s ease-in-out;
    background: #fff;
    bottom: 25px;
    left: 10px;
    right: 10px;
    padding: 20px;
    box-shadow: 0 0 10px #aaa;
    border-radius: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    margin: 0 auto;
}

div.footer-lgpd-opened {
    box-sizing: border-box;
    vertical-align: baseline;
}

#footer-lgpd #lgpd-accept, #footer-lgpd #lgpd-accept-link {
    white-space: nowrap;
    color: #0433ff;
}

#footer-lgpd #lgpd-accept {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #0433ff;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    letter-spacing: 0;
    margin-left: 15px;
    cursor: pointer;
}

div.footer-lgpd-opened * {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 16px;
    color: #666;
    font-family: Hind Madurai,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: initial;
}

div.footer-lgpd-opened strong {
  font-weight: bold;
}

.msgConPdsPolitica a, .msgCarrinhoPolitica a {
  color: #0433ff;
  text-decoration: underline;
}

.msgCarrinhoPolitica a.btnNaoAut {
    border: solid 1px #999;
    border-radius: 3px;
    padding: 0px 5px 0px 5px;
    background-color: #EEE;
    font-size: 10pt;
    color: #666;
    cursor: pointer;
    text-decoration: none;
}</pre></body></html>