@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;
}
/** 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;
}
/** 0800 **/
.myButton {
	background:linear-gradient(to bottom, #fac219 5%, #eba946 100%);
	background-color:#fac219;
	border-radius:28px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#1a001a;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background:linear-gradient(to bottom, #eba946 5%, #fac219 100%);
	background-color:#eba946;
}
.myButton:active {
	position:relative;
	top:1px;
}
/** 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;
}
.video pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important;
    background-color: #0b0043;
}
/** 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: #353b6e;
  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: #353b6e;
  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: #353b6e;
  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: 40%;
}
.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: #353b6e;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 45px;
  font-weight: 600;
}
.comprar-agora {
  font-family: "Libre Franklin", Sans-serif;
  font-size: 16px;
  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: #74be33 !important;
}
.kit-cor .off {
  background-color: #74be33 !important;
}
.kit-cor .quantidade,
.kit-cor .valor-final {
  color: #74be33 !important;
}
.mais-vendido {
  width: 52%;
}
.frasco5 {
  width: 90%;
}
.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: #e6fcff;
}
.garantia h1 {
  color: #353b6e;
  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: #353b6e;
  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, #48a5b5 0%, #353b6e 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: #353b6e;
  margin-bottom: 0;

  text-align: left;
}
#accordion p,
#accordion span {
  border-width: 0px;
  border-bottom-color: rgba(21, 21, 21, 0);
  color: #353b6e;
  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: #353b6e;
}

.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;
}
/* REFERÃŠNCIAS */
.referencia {
  padding-top: 70px;
  padding-bottom: 60px;
}
.referencia h2 {
  margin-bottom: clamp(25px, 5vw, 50px);
  font-size: clamp(24px, 5vw, 54px);
  line-height: clamp(26px, 5vw, 56px);
  color: gray;
  font-weight: 400;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.ref-text {
  font-size: clamp(18px, 3vw, 25px);
  line-height: clamp(20px, 3vw, 23px);
}
.references-list {
  margin-bottom: 0;
  margin-left: -10px;
  color: #7f7f7f;
  font-weight: 700;
  list-style-type: decimal;
  font-family: "Roboto", sans-serif;
  padding-right: 24px;
}
.list-item {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
}
.paragraph-medium {
  max-width: none;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 42px;
  line-height: 20px;
  font-weight: 500;
  text-align: justify;
}
.fake-link {
  color: #b0b0b0;
  word-break: break-all;
}
/* FOOTER */
#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;
}
footer {
  padding-bottom: 60px;
  padding-top: 10px;
  background-color: #f7f7f7;
}
footer .logos img{
    width: 98px;
    opacity: .8;
}
.mr90 {
    margin-right: 80px;
}
.nav-link {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 4px 0;
    border-bottom: 3px solid transparent;
    transition: opacity .3s ease-in-out;
    color: gray;
    font-weight: 700;
    text-decoration: none;
    transition-property: border-color;
    font-size: 18px;
    margin-right: 16px;
    margin-left: 16px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
}
.nav-menu {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}
nav {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: transparent;
}
.nav-link:hover {
    border-bottom-color: gray;
    text-decoration: none;
    color: gray;
}
a:active, a:hover {
    outline: 0;
}
.bloco{
  padding: 30px 35px 30px 45px;
    border-radius: 10px;
    background-color: #efefef;
}
.bloco img{
  width: 313px;
    opacity: .5;
    margin-right: 30px;
}
.bloco .texto{
  margin-bottom: 0;
  opacity: .5;
  color: #4e4e4e;
  font-size: 15px;
  text-align: justify;
}
footer p{
  margin-bottom: 0;
    opacity: .5;
    color: #4e4e4e;
    font-size: 15px;
    text-align: justify;
    text-align-last: center;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 767px) {
  /* REFERÃŠNCIAS */
  .referencia {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  /* FOOTER */
  footer {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  footer .logos img{
    width: 70px;
    opacity: .8;
}
.mr90 {
    margin-right: 60px;
}
.nav-menu {
  display: block;
}
.nav-link{
  margin-right: 0px;
  margin-left: 0px;
}
.bloco{
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.bloco img {
  width: 210px;
  margin-right: 0px;
  margin-bottom: 30px;
}
}
.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;
  }
}
