@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Open+Sans:wght@300..800&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sc {
  padding-top: clamp(24px, 5vw, 56px);
  padding-bottom: clamp(24px, 5vw, 56px);
}
strong {
  font-weight: bold !important;
}
a,
a:hover,
a:focus,
a:visited {
  color: unset;
  text-decoration: none;
}
/* HEADER */
header {
  background: linear-gradient(90deg, #d90000 0%, #f00 51.5%, #d90000 100%);
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* INICIAL */

.inicial {
  padding-top: clamp(24px, 5vw, 56px);
  padding-bottom: clamp(24px, 5vw, 56px);
}

.inicial h2 {

    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    background: linear-gradient(90deg, #8d74b3 0%, #57358c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 1rem;
    font-family: "Montserrat";



}

.inicial .check {

  fill: #57358c;

  width: 33px;

  padding-right: 12px;

}

.inicial p {

  font-family: "Ubuntu", sans-serif;

  font-size: 22px;

  font-weight: 500;

  line-height: 48px;

  letter-spacing: 0em;

  text-align: left;

  color: #57358c;

  text-transform: uppercase;

  margin-bottom: 0px;

}

.btn-adquirir-agora {

  border-radius: 32px;

  padding: 24px;

  background: linear-gradient(180deg, #71dd88 0%, #00a85b 100%);

  box-shadow: 0px 3px 10px 0px #00000033;

  font-family: "Ubuntu";

  font-size: 20px;

  font-weight: 700;

  line-height: 30px;

  letter-spacing: 0em;

  box-shadow: 0px 4px 10px 0px #00000040;

  border: none;

  color: white;

  text-transform: uppercase;

  margin-top: 40px;

  transition: all 0.3ms;

}

.btn-adquirir-agora:hover {

  color: white;

  background: linear-gradient(180deg, #53c16a 0%, #01693a 100%);

}

.icones-beneficios {

  width: 72%;

}

/* INICIO */
.inicio {
  background-image: url(../img/fundo_topo-desktop.webp);
  background-position: center;
  background-size: cover;
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 80px);
}
.inicio-logo {
  display: inline-flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 8px;
  border: 0.5px solid #fff;
}
.descricao {
  margin-top: 56px;
  margin-bottom: 56px;

  display: flex;
  padding: 32px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #436972;
  background: radial-gradient(
    1893.49% 50% at 50% 50%,
    #a989db 0%,
    #8d74b3 100%
  );
}
.inicio-logo img {
  width: 275.722px;
}
.descricao h2 {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 120% */
  margin-bottom: 0;
}
.restam{
  color: #FFF;
font-family: "Open Sans";
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 8px;
}
.inicio p{
  color: #FFF;
text-align: center;
font-family: "Open Sans";
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 128.571% */
margin-top: 24px;
margin-bottom: 40px;
}
.inicio .comprar-agora{
  margin-top: 0;
}
/* TARJA */
.tarja {
  background: radial-gradient(
    1893.49% 50% at 50% 50%,
    #a989db 0%,
    #8d74b3 100%
  );
  padding-top: clamp(16px, 3vw, 24px);
  padding-bottom: clamp(16px, 3vw, 24px);
}
.tarja p strong {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(12px, 3vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(16px, 3vw, 18px); /* 133.333% */
}
.tarja p {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(10px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 100% */
  margin-bottom: 0;
}
/* VIDEOS */

.video h2 {
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 48px); /* 120% */
}

/* DEPOIMENTOS */
.depoimentos {
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #f6f2fc 100%);
}
.depoimentos h2 {
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(24px, 3vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(28px, 4vw, 40px); /* 120% */
  margin-bottom: 8px;
}
.depoimentos p {
  color: #8b8b8b;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(20px, 3vw, 24px); /* 120% */
  margin-bottom: 40px;
}

/* FÓRMULA */
.formula {
  background: #fdfff1;
}
.formula h2 {
  background: linear-gradient(90deg, #123532 0%, #41a0b7 50%, #123532 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(28px, 4vw, 48px); /* 120% */
  margin-bottom: clamp(40px, 5vw, 56px);
}
.formula h6 {
  color: #2b8180;
  font-family: "Open Sans";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 3vw, 26px); /* 125% */
}
.comprar-agora {
  border-radius: 12px;
  background: linear-gradient(180deg, #71dd88 0%, #00a85b 100%);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  padding: clamp(20px, 3vw, 24px);
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  text-decoration: none !important;
  width: 100%;
  margin-top: 56px;
}
#wistia_chrome_23 {
  border-radius: 12px !important;
}
/** COMO FUNCIONA **/

.como-funciona {

  background: #fff;

}

.como-funciona img {

  height: 600px;

  width: 329.93px;

}

.como-funciona h3 {

    font-family: "Montserrat";
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    line-height: clamp(28px, 4vw, 40px);
    letter-spacing: 0em;
    background: linear-gradient(90deg, #8d74b3 0%, #57358c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0;
}

.como-funciona p {

    color: #000;

    font-family: "Montserrat";

    font-size: clamp(16px, 3vw, 20px);

    font-style: normal;

    font-weight: 600;

    line-height: clamp(20px, 3vw, 28px);

    margin-bottom: 0;


}
/* BENEFÍCIOS */
.beneficios {
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #f6f2fc 100%);
}
.beneficios h2 {
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(28px, 4vw, 48px); /* 120% */
}
.beneficios h6 {
  color: #8b8b8b;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(20px, 3vw, 24px); /* 120% */
  margin-bottom: clamp(40px, 5vw, 56px);
}
.beneficios p {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(18px, 3vw, 20px); /* 125% */
  margin-bottom: 0;
}
.beneficios-img {
  border-radius: 8px 8px 0px 0px;
}
.box-beneficios {
  border-radius: 0px 0px 8px 8px;
  background: #e7e7e7;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
/* BÔNUS */

.bonus h2 {
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(24px, 3vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(28px, 4vw, 48px); /* 125% */
  margin-bottom: clamp(40px, 8vw, 80px);
}
.bonus p {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(20px, 3vw, 28px); /* 120% */
  margin-bottom: 0;
}
.todos-os-kits {
  color: #8b8b8b;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(16px, 3vw, 20px);
  font-style: italic;
  font-weight: 600;
  line-height: clamp(20px, 3vw, 24px); /* 120% */
  margin-bottom: 40px;
}
.bonus h5 {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(20px, 3vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.titulo-bonus {
  display: flex;
  padding: 16px 64px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-bottom: 16px;
  border-radius: 64px;
  background: linear-gradient(180deg, #8d74b3 0%, #57358c 100%);
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(20px, 3vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.divisor {
  margin-top: clamp(32px, 5vw, 56px);
  margin-bottom: clamp(32px, 5vw, 56px);
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #ffffff 0%, #57358c 51.04%, #ffffff 100%);
}
/* KITS */
.kits {
  background: radial-gradient(
    1893.49% 50% at 50% 50%,
    #a989db 0%,
    #8d74b3 100%
  );
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 80px);
}

.kits h2 {
  color: #fff;
  font-family: "Montserrat";
  font-size: clamp(32px, 4vw, 48px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(40px, 5vw, 56px); /* 127.273% */
  margin-bottom: clamp(24px,4vw,40px);
  text-transform: uppercase;
}
.kits h6{
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(16px,3vw,24px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(20px,3vw,28px); /* 116.667% */
}
.kits p {
  color: #fff;
  font-family: "Montserrat";
  font-size: clamp(16px, 3vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(20px, 3vw, 28px); /* 125% */
  margin-bottom: 0;
}
.box-kit-header {
  border-radius: 8px 8px 0px 0px;
  background: #000;
  display: flex;
  padding: 16px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(20px, 3vw, 24px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(20px, 3vw, 24px); /* 100% */
}

.box-kit-body {
  display: flex;
  padding: clamp(24px, 3vw, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  background-color: white;
  border-radius: 0px 0px 8px 8px;
}
.qtd {
  color: #333;
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(24px, 3vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(24px, 3vw, 36px); /* 100% */
}
.pote {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  color: #6f6f6f;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}
.valor {
  color: #123532;
  font-family: "Open Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px; /* 100% */
}
.valor span {
  font-size: 20px;
}
.em-6-x-no-carto-de {
  color: #6f6f6f;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
}
.em-6-x-no-carto-de strong {
  font-weight: 800;
}
.kits .comprar-agora {
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, #18a851 0%, #0d853c 100%);
  box-shadow: 0px 2px 0px 0px #997900;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  border: none;
  margin-bottom: 20px;
}

/* GARANTIA */
.box-garantia {
  padding: clamp(24px, 4vw, 40px);
  border-radius: clamp(8px, 3vw, 16px);
  border-radius: 16px;
  border: 1px solid #57358c;
}
.garantia h2 {
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(28px, 4vw, 48px); /* 120% */
  margin-bottom: 8px;
}
.garantia h6 {
  color: #4c4c4c;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(20px, 3vw, 24px);
}
.garantia p {
  color: #444444;
  font-family: "Open Sans";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 3vw, 26px);
}
.garantia p:last-child {
  margin-bottom: 0;
}
/** PERGUNTAS FREQUENTES **/



.faq2 h2 {

  font-family: "Lato";

  font-size: 36px;

  font-weight: 900;

  line-height: 46px;

  letter-spacing: 0em;

  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;

}

.accordion-header {

  font-family: "Ubuntu";

  font-size: 16px;

  font-weight: 500;

  line-height: 24px;

  letter-spacing: 0em;

  text-align: left;

  color: #634395;

  background-color: transparent;

  transition: all 0.5s;

}

.accordion-button:not(.collapsed) {

  font-family: "Ubuntu";

  font-size: 16px;

  font-weight: 500;

  line-height: 24px;

  letter-spacing: 0em;

  text-align: left;

  color: #634395;

  background-color: transparent;

  transition: all 0.5s;

  background-color: #fff;

  border: 1.5px solid #634395;

}

.accordion-button:hover {

  color: #fff;

  background-color: #634395;

  transition: all 0.5s;

}

.accordion-button:focus {

  z-index: 3;

  border-color: transparent;

  outline: 0;

  box-shadow: 0 0 0 0.25rem transparent;

  border: 1.5px solid #634395;

}

.accordion-item {

  background-color: transparent;

  border: 1px solid transparent;

  margin-bottom: 16px;

}

.accordion-button {

  padding: 16px 24px;

  border: 1.5px solid #634395;

  border-radius: 24px;

  font-weight: 500;

  color: #634395;

}

.accordion-button:hover {

  z-index: 0;

}

.accordion-button::after,

.accordion-button:focus::after {

  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23634395'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");

}

.accordion-button:hover::after {

  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");

}



.accordion-item:first-of-type .accordion-button {

  border-top-left-radius: 24px;

  border-top-right-radius: 24px;

}

.accordion-item:last-of-type .accordion-button.collapsed {

  border-bottom-right-radius: 24px;

  border-bottom-left-radius: 24px;

}

.accordion-body p {

  font-family: "Ubuntu";

  font-size: 16px;

  font-weight: 400;

  line-height: 24px;

  letter-spacing: 0em;

  color: #e7324f;

}

/* FAQ */
.faq {
  background: #fff8f8;
}
.faq h2 {
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 4vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(28px, 4vw, 48px); /* 120% */
  margin-bottom: 8px;
}
.faq h3:first-child {
  margin-top: 0;
}
.faq h3 {
  color: #57358c;
  font-family: "Open Sans";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: clamp(24px, 3vw, 32px);
}
.faq h6 {
  color: #4c4c4c;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(20px, 3vw, 24px);
  margin-bottom: clamp(40px, 5vw, 56px);
}
.faq p {
  color: #4c4c4c;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 125% */
  margin-bottom: 0;
}

/* FOOTER */
footer {
  background: #1c1c1c;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

footer p {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(10px, 3vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.btn-whats-footer {
  background: linear-gradient(180deg, #71dd88 0%, #00a85b 100%);
  border-radius: 24px;
  padding: 16px 24px 16px 24px;
  box-shadow: 0px 3px 10px 0px #00000033;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0px solid transparent;
  font-family: "Open Sans", sans-serif;
}
.btn-whats-footer:hover {
  background: linear-gradient(180deg, #53c16a 0%, #01693a 100%);
}
.img-btn {
  padding-right: 16px;
}
.img-btn img {
  height: 32px !important;
  width: 32.65px !important;
  margin-bottom: 0 !important;
}
.btn-txt {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
#whatsapp-rolante {
  text-align: right;
  position: fixed;
  bottom: 10px;
  right: 1px;
}
.btn-whats-footer:hover,
.btn-whats:hover {
  background: linear-gradient(180deg, #53c16a 0, #01693a 100%);
}

.btn-whats {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
}
.btn-whats,
.btn-whats-footer {
  background: linear-gradient(180deg, #71dd88 0, #00a85b 100%);
  box-shadow: 0 3px 10px 0 #00000033;
}
.botao-whats {
  align-self: center;
}
@media (max-width: 767px) {

  .inicial h2 {

    font-size: 30px;

    line-height: 35px;

  }

  .inicial p {

    font-size: 14px;

    line-height: 35px;

  }

  .row > * {
    padding-right: 20px;
    padding-left: 20px;
  }
  header img,
  footer img {
    width: 195px;
  }
  .icones-botao {
    width: 268.2px;
  }

  /* INICIO */
  .inicio{
    background-image: url(../img/fundo_topo-mobile.webp);
  }
  .inicio-logo {
    padding: 16px;
}
  .inicio-logo img{
    width: 118.167px;
    
  }
  .consumidor{
    width: 240px;
    
  }
  .descricao{
    display: flex;
padding: 16px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
align-self: stretch;
margin-top: 32px;
margin-bottom: 32px;
  }
  .descricao h2{
font-size: 20px;
line-height: 24px; /* 120% */

  }
  .restam{
    font-size: 14px;
    margin-top: 40px;
  }
  .inicio p{
    font-size: 12px;
    line-height: 14px;
    margin-top: 16px;
    margin-bottom: 0;
    
  }
  .inicio .comprar-agora{
    margin-top: 32px;
  }
  /* VIDEO */
  .botao-video {
    border-radius: 8px;
    padding: 16px 24px;
    letter-spacing: 0.32px;
    font-size: 16px;
    margin-bottom: 12px;
    width: 100%;
  }
  .box-video {
    padding: 0;
  }

  /* FÓRMULA */
  .comprar-agora {
    padding: 16px 24px;
    font-size: 18px;
    letter-spacing: 0.36px;
  }

  .box-formula {
    border-radius: 12px;
    border: 1px solid #7ac4c6;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    margin-top: 40px;
    height: 400px;
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .box-formula h3 {
    color: #123532;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 120% */
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .box-formula p {
    color: #2b8180;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    margin-bottom: 0;
  }
  .slick-dots li button:before {
    font-size: 30px;
    margin-top: 16px;
    border: 1px solid #2b8180;
    background-color: transparent;
    padding: 0;
    border-radius: 100%;
    font-size: 6px;
    line-height: 20px;
    width: 9px;
    height: 9px;
    content: "";
    opacity: 1;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #2b8180;
  }

  /* KITS */
  .kits .logo {
    width: 235px;
  }
  .kits .comprar-agora {
    padding: 16px 48px;
    font-size: 16px;
    line-height: 16px;
  }

  /* GARANTIA */
  .garantia img {
    width: 200px;
  }
  .btn-whats-footer {
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .btn-whats {
    width: 60px;
    height: 60px;
  }

  .botao-whats {
    height: 30px;
    width: 30px;
  }
}
