@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800;900&family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap");
* {
  font-family: "Oswald", sans-serif;
}
.processo-fabricacao {
  background-image: radial-gradient(at center center, #f4bc79 0%, #cd6404 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}
.processo-fabricacao h2 {
  color: #fff2e4;
  font-family: "Libre Franklin", Sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.quero-experimentar2 {
  font-family: "Libre Franklin", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  background-image: linear-gradient(140deg, #74BE33 0%, #499C00 100%);
  border-radius:0px;
  box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 26%);
  padding: 30px 30px 30px 30px;
  color: white;
  margin-top:20px;
}
.quero-experimentar2:hover,
.quero-experimentar2:focus,
.quero-experimentar2:active {
  color: white;
}
.grow {
  transition-duration: 0.3s;
  transition-property: transform;
}
.grow:hover,
.grow:focus,
.grow:active {
  transform: scale(1.1);
  color: white;
}
.satisfacao {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (max-width: 767px) {
  .processo-fabricacao {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .quero-experimentar2 {
    padding: 30px 20px 30px 20px;
  }
}
/** RETIRA O SUBLINHADO DOS LINKS **/
a,
a:active,
a:hover,
a:visited {
  color: unset !important;
}
html {
  scroll-behavior: smooth;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
/** PARA DEIXAR AS IMAGENS DOS KITS CLICÁVEIS **/
.link {
  cursor: pointer;
}
/** SELEÇÃO **/
.selecao p {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
#cidade {
  color: red;
}
/** Video **/
.video h1 {
  color: #000000;
  font-family: "Oswald", Sans-serif;
  font-size: 53px;
  font-weight: 800;
  line-height: 1em;
}
.video p {
  font-size: 22px;
  font-weight: 600;
  color: #54595f;
}
.fa-volume-up {
  color: #8d8d8d;
  font-size: 15px;
}
.ocultar {
  display: none;
}
.video-vsl {
  border: solid;
}
/** QUERO EXPERIMENTAR **/
.btn-experimentar {
  font-family: "Libre Franklin", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  background-color: transparent;
  background-image: linear-gradient(140deg, #74be33 0%, #499c00 100%);
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #3c6442;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 26%);
  padding: 30px 30px 30px 30px;

  color: white;
}
.grow {
  transition-duration: 0.3s;
  transition-property: transform;
}
.grow:hover,
.grow:focus,
.grow:active {
  transform: scale(1.1);
  color: white;
}
/** OFERTA ESPECIAL **/
.oferta-especial {
  background-color: #db0000;
}
.oferta-especial h1 {
  color: #f7ff00;
  font-family: "Montserrat", Sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1;
}
.oferta-especial p {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  font-size: 16px;
}
/** KITS **/
.kit-head{
  background-color: #f2f2f2;
}
.kit {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #6f3700;
  box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 19%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-left: 25px;
  margin-right: 25px;
}
.off {
  background-color: #6f3700;
  padding: 3px 12px;
}
.off span {
  column-gap: 0px;
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.quantidade {
  background-color: #f2f2f2;
  align-self: center;
}
.quantidade span {
  color: #6f3700;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0px 0px 20px;
}
.frete {
  width: 35%;
}
.frasco {
  width: 20%;
}
.frasco3 {
  width: 65%;
}
.kits p {
  text-align: center;
  color: #2d2d2d;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 13px;
  font-weight: 700;
}
hr {
  border-top: 1px solid #000;
  width: 80%;
}
.preco {
  color: #2d2d2d;
  font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}
.valor s {
  color: #ff0000;
  font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-right: 20px;
}
.kits h6 {
  text-align: center;
  color: #2d2d2d;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.valor-final {
  text-align: center;
  color: #6f3700;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 45px;
  font-weight: 600;
}
.comprar-agora {
  font-family: "Libre Franklin", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  background-image: linear-gradient(140deg, #74be33 0%, #499c00 100%);
  border-radius: 0px 0px 0px 0px;
  box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 26%);
  padding: 30px 30px 30px 30px;
  color: white;
  line-height: 1;
}
.kit-cor {
  border-color: #e5820a !important;
}
.kit-cor .off {
  background-color: #e5820a !important;
}
.kit-cor .quantidade,
.kit-cor .valor-final {
  color: #e5820a !important;
}
.mais-vendido {
  width: 52%;
}
.frasco5 {
  width: 66%;
}
.selo-compra {
  width: 64%;
}
.pix {
  width: 9%;
}
/** DEPOIMENTOS **/
.depoimentos {
  background-color: #cd6404;
}
.depoimentos h1 {
  color: #ffffff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.depoimentos p {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: clamp(15px, 3vw, 16px);
  line-height: 1.66;
}
.stars {
  font-size: 29px;
  color: #fdff92;
  vertical-align: sub;
}
.quero-experimentar2 {
  font-family: "Libre Franklin", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  background-image: linear-gradient(140deg, #74be33 0%, #499c00 100%);
  border-radius: 0px 0px 0px 0px;
  box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 26%);
  padding: 25px 30px 25px 30px;
  color: white;
}
.quero-experimentar2:hover,
.quero-experimentar2:focus,
.quero-experimentar2:active {
  color: white;
}
.satisfacao {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
/** GARANTIA **/
.garantia {
  background-color: #f6efe5;
}
.garantia h1 {
  color: #6f3700;
  font-family: "Libre Franklin", Sans-serif;
  font-size: clamp(28px, 3vw, 35px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.garantia p,
.garantia b {
  color: #6f3700;
  font-family: "Montserrat", Sans-serif;
  line-height: 1.5;
  font-size: clamp(15px, 3vw, 16px);
}
.garantia img {
  width: 60%;
}
/** PERGUNTAS FREQUENTES **/
.perguntas-frequentes {
  background-image: radial-gradient(at center center, #f4bc79 0%, #cd6404 100%);
}
.perguntas-frequentes h1 {
  color: #ffffff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}
#accordion {
  border-width: 0px;
  border-color: rgba(21, 21, 21, 0);
  border-radius: 0;
}
.btn-link {
  padding: 0;
}
.btn-link:hover,
.btn-link:visited,
.btn-link:active,
.btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
#accordion h6:active,
#accordion h6:focus,
#accordion h6:visited,
.btn-link:active,
.btn-link:focus,
.btn-link:visited {
  color: #d6bf82 !important;
}
#accordion h6 {
  font-family: "Poppins", Sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.1px;
  color: #6f3700;
  margin-bottom: 0;

  text-align: left;
}
#accordion p,
#accordion span {
  border-width: 0px;
  border-bottom-color: rgba(21, 21, 21, 0);
  color: #6f3700;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.1px;
  text-align: left;
}
.btn-link.collapsed:after {
  content: "\f0da";
  color: #6f3700;
}

.btn-link:after {
  content: "\f0d8";
  width: 30px;
  font-size: 16px;
  right: 5px;
  top: 15px;
  position: absolute;
  color: #d6bf82;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.card {
  border-color: rgba(21, 21, 21, 0);
  background-color: #fcfcfc;
  margin-bottom: 10px;
  border-radius: 0;
}
.card-body {
  background-color: #f2f2f2;
}
.card-header {
  border-bottom: 0;
}
/** FOOTER **/
.footer {
  background-color: #2b2b2b;
}
#c-container {
  background-color: #fffcfc;
  border: solid 1px #ebebeb;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #333;
  text-align: left !important;
  padding: 30px 50px 30px 50px;
  font-size: 14px;
  width: 960px;
  max-width: 100%;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif !important;
}

.comentario-c, .comentario-c > p > span, .comentario-c > p {
  padding: 0px 0px 0px 10px;
  display: grid;
  color: #090909;
  font-size: 14px;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
.foto-c,
.foto-c img {
  background-color: #999;
  width: 50px;
  height: 50px;
  float: left;
}
.face-c img {
  width: 17px;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: -1px;
}
.resposta {
  margin-top: -10px !important;
  margin-left: 40px !important;
  padding: 0px 0px 0px 10px;
  border-left: solid 1px #dcdcdc;
}
.hora-c {
  color: #93979F;
  padding: 10px 0px 0px 0px;
  font-size: 11px;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;

}
.nome-c{
  padding: 0px 0px 0px 10px;
    display: grid;
    font-weight: 800;
    color: #365899;
    font-size: 14px;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
.c-content {
  margin: 0px 0px 30px 0px;
}
.titulo-comentarios{
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  color: #333;
}
#c-container > div.row.face-c > div > span{
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  color: #333;
}
.count-c{
  font-weight: 600;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-bottom: 10px;
}
.copyright{
  text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3em;
}
@media (max-width: 767px) {
  /** VIDEO **/
  .video h1 {
    font-size: 29px;
    line-height: 1.1em;
  }
  .video p {
    font-size: 18px;
    line-height: 1.1em;
  }
  /** QUERO EXPERIMENTAR **/
  .btn-experimentar {
    border-width: 0px 0px 5px 0px;
    line-height: 1;
    text-align: center;
  }
  /** KITS **/
  .kit {
    margin-left: 20px;
    margin-right: 20px;
  }
  .kit p {
    font-size: 14px;
  }
  .selo-compra {
    width: 100%;
  }
  .pix {
    width: 28%;
  }
  /** DEPOIMENTOS **/
  .quero-experimentar2 {
    padding: 30px 20px 30px 20px;
  }
  /** GARANTIA **/
  .garantia p {
    line-height: 1.66;
  }
}
