<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  list-style: none;
  color: #222323;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.img {
  display: block;
  max-width: 100%;
}
.btn {
  background: #129ada;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  height: 64px;
  width: 100%;
  max-width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  border-radius: 40px;
  transition: 0.4s;
}
.btn:hover {
  background: #fff;
  border: 2px solid #129ada;
  color: #129ada;
}
body {
  overflow-x: hidden;
}
.titulo {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 10px;
}
.subtitulo {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
}
body {
  overflow-x: hidden !important;
}
/* header */
header {
  position: fixed;
  height: 60px;
  background: transparent;
  width: 100%;
  z-index: 100;
}
.change {
  background: #222323;
  transition: 0.4s;
}
.change .menu a {
  color: #fff;
  transition: 0.4s;
}
.menu a:hover,
.menu a.ativo {
  border-color: #129ada;
}
header .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu {
  display: flex;
}
.menu a {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
  transition: 0.4s;
}
.menu a:hover {
  border-color: #129ada;
}
/* sobre */
.sobre,
#comprar,
.avaliacos {
  background: #f4f0ed;
  padding: 60px 0;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  align-items: center;
}
.diferenciais {
  margin-top: 40px;
}
.diferenciais .item {
  display: grid;
  grid-template-columns: 97px 1fr;
  gap: 30px;
  margin-bottom: 20px;
}
.item h2 {
  font-size: 24px !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.infos .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 0 0 0;
}
.infos p {
  font-size: 24px;
  line-height: 32px;
}
/* compra */
.carousel {
  overflow: hidden;
  width: 100%;
  min-width: 300px;
  position: relative;
}
.carousel_item img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.carousel_item,
.carousel_item_hidden {
  display: none;
}
.carousel_visible {
  display: block;
  animation: slide 0.5s forwards;
  width: 100%;
  height: auto;
}
.carousel_actions {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.carousel_actions button {
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  background: #2223236d;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
}
.prev {
  margin-left: 30px;
}
.next {
  margin-right: 30px;
}
@keyframes slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* compra */
.cores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 40px;
}
.cor {
  margin: 0 10px;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  border: 4px solid #000;
}
.cor .subtitulo {
  font-size: 24px;
  line-height: 30px;
}
.cor {
  text-align: center;
}
.cor span {
  display: block;
  margin-top: 30px;
}
.cor_ {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cor_::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: #000;
  margin-right: 20px;
}
.cor_.prata_::before {
  background: #b7b7b7;
}
.prata {
  border-color: #b7b7b7;
}
.cor_.rose_::before {
  background: #d6bebb;
}
.rose {
  border-color: #d6bebb;
}
.cor span s {
  text-decoration: line-through;
}
.cor span strong {
  font-size: 24px;
  font-weight: 500;
  color: #00bb70;
}
.parcele {
  font-size: 22px;
  margin-top: 20px;
  font-weight: bold;
}
.parcele strong {
  font-weight: bold;
  font-size: 32px;
  color: #00bb70;
}
#comprar .btn {
  max-width: 100%;
  background: #00bb70;
  border-color: transparent;
  cursor: pointer;
}
#comprar .btn:hover {
  border-color: #00bb70;
  color: #00bb70;
  background: #fff;
}
#comprar img {
  margin: 30px auto;
}
.detalhes {
  margin-top: 60px;
}
.detalhes ul {
  padding-left: 20px;
}
.detalhes ul li {
  margin-bottom: 12px;
  list-style: disc;
}
.inclui {
  padding: 60px 0;
}
.itens_inclusos {
  margin-bottom: 40px;
}
.selos {
  margin-top: 10px;
}
.strelas {
  margin-top: 20px;
}
/* avaliaÃ§Ãµes */
.avalia_container {
  column-count: 4;
}
.avalia_container .item {
  padding: 10px;
  box-shadow: 0 2px 6px rgba(50, 50, 90, 0.1);
  break-inside: avoid-column;
}

.nome {
  font-size: 18px !important;
  margin: 12px 0;
}
.avalia_container .item svg {
  margin: 12px 0;
}
.ver_mais {
  margin: 30px auto;
  display: block;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid #222323;
  cursor: pointer;
  transition: 0.5s;
}
.ver_mais:hover {
  background: #d6d4d1;
}
/* footer */
footer {
  padding: 10px;
  text-align: center;
  background: #129ada;
}
footer span {
  color: #fff;
}

.menu_mobile,
.esconder {
  display: none !important;
}

@media (max-width: 1140px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .capa .container {
    grid-template-columns: 2fr 1fr;
  }
  .grid {
    grid-template-columns: 1fr;
    place-items: center;
  }
  .inclui &gt; img {
    grid-row: 2;
  }
  .avalia_container {
    column-count: 2;
  }
  html {
    overflow-x: hidden;
  }
  /* menu mobile */
  header .container {
    justify-content: center;
  }
  .menu_mobile {
    display: block !important;
    padding: 0.5rem;
    border: none;
    background: none;
    cursor: pointer;
  }
  .hamburgger {
    border-top: 2px solid #fff;
    display: block;
  }
  .hamburgger::after,
  .hamburgger::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 5px;
  }
  .menu_mobile.ativo .hamburgger {
    border-top-color: transparent;
  }
  .menu_mobile.ativo .hamburgger::before {
    transform: rotate(135deg);
    width: 30px !important;
  }
  .menu_mobile.ativo .hamburgger::after {
    transform: rotate(-135deg);
    top: -10px;
  }
  .menu {
    display: block;
    position: absolute;
    width: 100%;
    top: 60px;
    right: 0px;
    background: #d6d4d1;
    height: 0px;
    display: block;
    transition: 0.6s;
    visibility: hidden;
    overflow-y: hidden;
  }
  .menu.ativo {
    height: 200px;
    visibility: visible;
    overflow-y: auto;
  }
  .menu a {
    padding: 10px;
    display: block;
    color: #222323 !important;
    text-align: center;
  }
  .cores {
    grid-template-columns: 1fr;
    place-items: center;
  }
  .cor {
    max-width: 300px;
  }
}
@media (max-width: 668px) {
  .capa .container {
    grid-template-columns: 1fr;
    place-items: center;
  }
  .capa {
    height: auto;
    padding: 80px 0;
  }
  .master,
  .master span {
    font-size: 24px;
    line-height: 30px;
  }
  .capa p {
    font-size: 16px;
    line-height: 24px;
  }
  .capa img {
    max-width: 300px;
  }
  .titulo {
    text-align: center;
  }
  .subtitulo {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .b3 {
    width: 200px !important;
    top: -50%;
  }
  .b1,
  .b2 {
    width: 120px;
  }
  .diferenciais .item {
    grid-template-columns: 1fr;
    text-align: center;
    place-items: center;
  }
  .avalia_container {
    column-count: 1;
  }
  .infos img {
    display: block;
    width: 100%;
  }
}
</pre></body></html>