html {
  line-height: 1.15;
  text-size-adjust: 100%;
}
body {
  background-color: rgb(246, 246, 246);
}
.container {
  max-width: 1008px;
}
@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSans_W_BdIt.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSans_W_Bd.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSans_W_ExBdIt.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSans_W_LtIt.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSans_W_Lt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSans_W_ExBd.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSans_W_It.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSansCd_W_Bd.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSansCd_W_Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSans_W_Md.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSans_W_MdIt.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Reith Sans";
  src: url("../fonts/BBCReithSans_W_Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Serif";
  src: url("../fonts/BBCReithSerif_W_ExBd.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Serif";
  src: url("../fonts/BBCReithSerif_W_MdIt.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Reith Serif";
  src: url("../fonts/BBCReithSerif_W_Lt.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Reith Serif";
  src: url("../fonts/BBCReithSerif_W_BdIt.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Reith Serif";
  src: url("../fonts/BBCReithSerif_W_Bd.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Serif";
  src: url("../fonts/BBCReithSerif_W_It.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Reith Serif";
  src: url("../fonts/BBCReithSerif_W_ExBdIt.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Reith Serif";
  src: url("../fonts/BBCReithSerif_W_Lt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Serif";
  src: url("../fonts/BBCReithSans_W_Md.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reith Serif";
  src: url("../fonts/BBCReithSerif_W_Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

header {
  background-color: rgb(184, 0, 0);
  height: 4rem;
  display: flex;
  align-items: center;
}
header svg {
  fill: white;
}
/* NAV */
nav {
  border-bottom: 0.0625rem solid rgb(230, 232, 234);
}
nav ul {
  padding: 0;
  margin: 0;
}
.item-nav {
  font-family: "Reith Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(20, 20, 20);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.75rem 0.25rem;
  outline: none;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-inline-end: 0.75rem;
  position: relative;
}
.item-nav:hover::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 0.25rem solid rgb(184, 0, 0);
}
/* CONTEÚDO */
.conteudo {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.conteudo h1 {
  font-size: 2.75rem;
  line-height: 3.625rem;
  font-family: "Reith Serif", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgb(20, 20, 20);
  display: block;
  margin: 0px;
}
.data {
  color: rgb(84, 86, 88);
  display: block;
  font-family: "Reith Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 2rem;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.conteudo p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Reith Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(20, 20, 20);
  padding-bottom: 1.5rem;
  margin: 0px;
}
.conteudo h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Reith Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgb(20, 20, 20);
  padding: 0.5rem 0px;
  margin: calc(1rem) 0px;
  scroll-margin-top: 1rem;
}
.check {
  cursor: pointer;
  border: 0;
  outline: 0;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f6f9fe;
  border-width: 0px;
  border-style: solid;
  border-radius: 4px;
  padding: 15px 40px;
  background-color: rgb(20, 147, 18);
  box-shadow: rgba(0, 0, 0, 0.19) 2.44929e-16px 4px 7px 1px;
  width: 100%;
}
.check:hover {
  background-color: #019e3f !important;
}
/* KITS */
.kits {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.kits a {
  text-decoration: none;
}

.kits h2 {
  color: rgb(31, 32, 34);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  font-size: clamp(28px, 4vw, 48px);
  text-align: center;
}

.kits h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
  line-height: clamp(26px, 3vw, 34px);
  font-size: clamp(19px, 3vw, 26px);
  color: #2f2f2f;
  padding-bottom: 32px;
}

.countdown {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.1em;
}

.countdown-column {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.5em;
  flex-direction: column;
}

.circulo {
  line-height: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 100px;
  border-style: none;
  padding-left: 14px;
  padding-right: 14px;
  box-shadow: 0px 6px 24px -8px #0d98b8;
  background: #0d98b8;
  color: #fff;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.texto-abaixo {
  text-transform: uppercase;
  color: #0d98b8;
  text-align: center;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.box-kit {
  border: 1px solid #9b9b9b;
  border-radius: 20px;
  height: 100%;
}

.box-header {
  padding: 20px 15px;
}

.tipo {
  color: rgb(31, 32, 34);
  font-family: "Reith Sans", display;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.02rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tempo {
  color: rgb(31, 32, 34);
  font-family: "Reith Sans", display;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02rem;
}

.box-body {
  padding-top: 25px;
  padding-bottom: 25px;

}

.valor {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(50px, 7vw, 72px);
  text-align: right;
  line-height: 100%;
  letter-spacing: 0.02rem;
  color: #2f2f2f;
}

.frasco {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 100%;
  letter-spacing: 0.02rem;
  color: #2f2f2f;
}

.comprar {
  border-style: none;
  border-radius: 50px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgb(255, 216, 20);
  border-color: #000000;
  border-width: 1px;
  font-family: "Open Sans", sans-serif;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  font-weight: 700;
}

.kits p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.02rem;
  color: #2f2f2f;
}

.total {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.02rem;
  color: #2f2f2f;
}

.destaque .box-header {
  border-top-right-radius: 17px;
  border-top-left-radius: 17px;
  background: radial-gradient(circle, #0d98b8 41%, #0d3ab8 100%);
}

.destaque .tipo,
.destaque .tempo {
  color: white;
}

.destaque {
  border: 2px solid #0d98b8;
}

.destaque .box-body {
  background: linear-gradient(45deg, rgb(225, 251, 246) 3.00%, rgb(255, 255, 255) 99.00%);
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
}

.review .total {
  font-family: 'Roboto', sans-serif;
}
/* COMENTÁRIOS */
.comentarios {
  font-family: "Open Sans", sans-serif;
  border-top: none rgb(233, 234, 237);
  border-left: none rgb(233, 234, 237);
  border-right: none rgb(233, 234, 237);
  border-bottom: 1px solid rgb(233, 234, 237);
  padding: 20px 10px 50px;
}
.titulo {
  font-size: 16px;
  font-weight: 700;
  color: rgb(75, 79, 86);
}
.recebe-texto {
  color: rgb(197, 199, 210);
  line-height: 1;
  padding: 15px;
  text-shadow: transparent 0px 0px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(197, 199, 210);
  margin: 20px 5px 10px;
}
.comentarios-img {
  width: 48px;
  height: 48px;
  margin: 5px;
}
.autor-pergunta {
  color: rgb(59, 89, 152);
  font-size: 14px;
  font-weight: 700;
}
.pergunta {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
}
.box-pergunta {
  padding: 5px 10px 10px 3px;
}
.fbbuttons {
  margin: 0px 10px 10px 3px;
}
.fbbuttons p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #7f7f7f;
}
.blue {
  color: #627aad;
}
.resposta {
  border-top: none rgb(211, 214, 219);
  border-left: 1px dotted rgb(211, 214, 219);
  border-right: none rgb(211, 214, 219);
  border-bottom: none rgb(211, 214, 219);
  margin: 0px;
  padding: 0px 0px 0px 3px;
}
.resposta .fbbuttons {
  margin-bottom: 0;
}
/* FOOTER */
footer {
  font-family: "Reith Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: rgb(34, 34, 34);
}
footer ul {
  border-bottom: 0.0625rem solid rgb(63, 63, 66);
  display: grid;
  grid-auto-flow: column;
  margin: 0px;
  list-style-type: none;
  padding: 0px 0px 0.5rem;
  column-gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  column-count: 5;
  grid-template-rows: repeat(3, auto);
}
footer ul > li:first-of-type {
  border-bottom: 0.0625rem solid rgb(63, 63, 66);
  padding: 0.5rem 0px;
  margin-bottom: 0.5rem;
  grid-column: 1 / -1;
  width: 100%;
  column-span: all;
}
footer ul li a,
footer u li a:hover {
  font-family: "Reith Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 0.75rem 0px;
  text-decoration: none;
  display: block;
  font-size: 0.8125rem;
  line-height: 1rem;
}
footer p,
footer p a {
  color: rgb(255, 255, 255);
  margin: 0px;
  padding: 1rem 0px;
  font-family: "Reith Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1rem;
}
footer a:hover {
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  header {
    height: 3.75rem;
  }
  header svg {
    width: 234px;
  }
  /* NAV */
  nav ul {
    white-space: nowrap;
    overflow-x: scroll;
    scroll-behavior: auto;
    scrollbar-width: none;
  }
  /* CONTEUDO */
  .conteudo h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .check {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
  }
  /* FOOTER */
  footer ul {
    grid-template-rows: repeat(5, auto);
    column-gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    column-count: 2;
  }
}
