@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");

* {
  font-family: "Open Sans", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

/* TITULO */
.titulo {
  color: #ccc;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  background-color: #a7140a;
}

.kit1,
.kit2,
.kit3 {
  cursor: pointer;
}

.link {
  cursor: pointer;
  color: #c4170c;
  font-weight: bold;
}

.link2 {
  cursor: pointer;
  color: #c4170c;
  font-weight: bold;
}

.link2:hover {
  text-decoration: underline;
}

.link:hover {
  text-decoration: underline;
}

/* HEADER */
header {
  background-color: #c4170c;
}

.lupa,
.menu {
  width: 24px;
}

/* ESTRUTURA */
.estrutura {
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
}

h1 {
  margin: 3rem 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -2.5px;
}

h2 {
  margin: 3rem 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1px;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #333;
  margin-bottom: 32px;
}

.data-post {
  font-size: 14px;
}

.box-share a {
  color: transparent;
  margin-right: 8px;
}

.comprar {
  border: 0;
  width: 100%;
  outline: none;
  margin: 1rem 0;
  cursor: pointer;
  font-weight: 600;
  padding: 1.5rem 0;
  font-size: clamp(0.5rem, 1rem, 1.8rem);
  border-radius: 0.5rem;
  text-transform: uppercase;
  border-bottom: 3px solid #a7140a;
  box-shadow: 0 0 3rem rgb(0 0 0 / 15%);
  background-color: #c4170c;
  color: white;
}

.comprar:hover {
  filter: contrast(0.9);
  box-shadow: 0 0 3rem rgb(0 0 0 / 25%);
  text-decoration: none;
}

/* ASSISTINDO */
.assistindo {
  margin-left: 1em;
  margin-right: 1em;
  background-color: #00ff00;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

hr {
  border-bottom: 1px solid #ccc;
  opacity: 1;
}

blockquote {
  border-left: 5px solid #c4170c;
  font-size: clamp(24px, 3vw, 32px);
  text-align: left;
  padding-left: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 150%;
  margin-left: clamp(2rem, 4vw, 4rem);
}

.highlight {
  width: max-content;
  background-size: 200% auto;
  background-image: linear-gradient(to right,
      rgba(255, 255, 255, 0) 50%,
      #f3d1ce 0%);
  background-position: 0% 0;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.highlight.active {
  animation-name: highlight;
}

@keyframes highlight {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: -100% 0;
  }
}

/* FOOTER */
footer {
  color: #fff;
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
  background-color: #c4170c;
}

footer a,
footer a:hover {
  color: white;
}

.copyright {
  padding-top: clamp(16px, 3vw, 24px);
  padding-bottom: clamp(16px, 3vw, 24px);

  background-color: #a7140a;
}

.copyright a,
.copyright a:hover {
  color: white;
}

.copyright p {
  color: #eee;
  font-size: clamp(14px, 3vw, 16px);
  text-align: center;
  margin-bottom: 0px;
}

.legenda {
  background-color: #eee;
  font-size: clamp(16px, 3vw, 12px);
  font-style: italic;
  color: #222;
  padding: 0px 0px;
}

/* MOBILE */
@media (max-width: 767px) {

  /* HEADER */
  .logo {
    width: 154px;
    height: 38px;
  }

  .lupa,
  .menu {
    width: 16px;
  }

  /* ESTRUTURA */
  h1 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1.5px;
    margin: 1.5rem 0;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin: 1.5rem 0;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .compra-segura {
    width: 213px;
    height: 32px;
  }
}

/* DEPOIMENTOS */
.box-depoimento {
  border: 3px solid #CB9903;
  padding: clamp(15px, 3vw, 25px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.autor {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  margin-bottom: 1rem;
}

.titulo-dp {
  font-weight: 600;
  font-style: italic;
  color: #222;
  line-height: clamp(36px, 4vw, 48px);
  margin-bottom: clamp(8px, 3vw, 20px);
  font-size: clamp(30px, 4vw, 48px);
}

.dep {
  font-size: clamp(15px, 3vw, 16px);
  line-height: clamp(23px, 3vw, 28px);
  color: #000;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}

.star {
  margin-right: 3px;
}
/* Estilo padrão para desktop */
.bannerpub-img {
    width: 970px;
    height: 250px;
}

/* Estilo para dispositivos móveis */
@media (max-width: 767px) {
    .bannerpub-img {
        width: 602px;
        height: 188px;
    }
}
.d-flex.mb-3 {
  margin-bottom: 0; /* Reduz a margem inferior */
}

.align-self-center {
  margin-top: 0; /* Reduz a margem superior */
}

.data-post {
  margin-top: 0.5rem; /* Ajusta o espaçamento entre o texto e a data */
}

