<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");
* {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

/* LINKS */
a,
a:active,
a:hover {
  color: unset;
}

a,
a:active,
a:hover {
  text-decoration: none;
}
header {
  background-color: #f9f9f9;
}
header img {
  width: 12%;
}
/* CONTEÃšDO */
.conteudo{
    padding-top: 20px;
    padding-bottom: 20px;
}
.conteudo h2{
    color: #000000;
    font-size: 24px;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.conteudo p, .conteudo li{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
/* RODAPE */
#rodape {
  text-align: center;
  background-color: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 20px;
}

#rodape h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.img-rodape {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 20px;
  display: block;
}

.whats {
  width: 100%;
  max-width: 200px;
}

.correios {
  max-width: 150px;
}

.telefone {
  margin-bottom: 2px;
}

.email {
  margin-bottom: 2px;
}

.termos {
  margin-bottom: 0;
}

.trocas {
  margin-top: 0;
}

.copyright {
  font-size: 14px;
  margin-top: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  header img {
    width: 40%;
  }
}
</pre></body></html>