<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
/* end reset */
/* fonts */
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.otf') format('opentype'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* end fonts */
body {
  color: #757575;
  font: 13px 'Open Sans', sans-serif;
  line-height: 1.7em;
  text-align: justify;
}
.r {
  max-width: 810px;
  position: relative;
  padding: 0 55px;
  margin: 0 auto 60px auto;
  *zoom: 1;
}
.r:before,
.r:after {
  display: table;
  content: "";
  clear: both;
}
header {
  background-color: #005a45;
}
header .r {
  margin-bottom: 78px;
  padding-bottom: 78px;
  padding-top: 65px;
}
.header-logo {
  display: block;
  margin: 0 auto 35px auto;
}
.spacer {
  border-right: 2px solid #ffffff;
  display: none;
  float: left;
  height: 35px;
  margin: 7px 25px 0;
}
h1,
h2 {
  position: relative;
  text-transform: uppercase;
}
h1 {
  color: #ffffff;
  float: left;
  font: 22px Gotham-Medium;
  text-align: center;
  width: 100%;
}
h2 {
  color: #005a45;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
h2:after {
  background: #d7e4dc;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 250px;
}
.bullet {
  border-color: transparent #005a45;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  float: left;
  position: relative;
  margin-right: 8px;
  margin-top: -7px;
}
.bullet span {
  color: #ffffff;
  font-weight: bold;
  left: -14px;
  position: absolute;
  top: -12px;
}
a.mail {
  font-weight: bold;
  text-decoration: underline;
}
ol,
ul {
  margin-top: 32px;
}
ul {
  padding-left: 30px;
}
ul .bullet {
  border-width: 10px 0 10px 10px;
  margin-top: 0;
}
li {
  margin-bottom: 32px;
}
li:last-child {
  margin-bottom: 0;
}
li strong {
  text-transform: uppercase;
}
strong {
  font-weight: bold;
}
footer {
  background-color: #434955;
  padding: 32px 0;
  text-align: center;
}
.privacidade h1 {
  padding-top: 12px;
}
.comprou-ganhou ol,
.comprou-ganhou-natal ol {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    max-width: 385px;
    text-align: left;
  }
  .header-logo {
    float: left;
    margin-bottom: 0;
  }
  .spacer {
    display: block;
  }
  .comprou-ganhou .header-logo {
    margin-top: 10px;
  }
  .comprou-ganhou .spacer {
    margin-top: 18px;
  }
}
</pre></body></html>