@font-face {
  font-family: Graphik;
  src: url(../fonts/GraphikLight.otf);
  font-weight: 300;
}
@font-face {
  font-family: Graphik;
  src: url(../fonts/GraphikRegular.otf);
  font-weight: 400;
}
@font-face {
  font-family: Graphik;
  src: url(../fonts/GraphikMedium.otf);
  font-weight: 500;
}
@font-face {
  font-family: Graphik;
  src: url(../fonts/GraphikBold.otf);
  font-weight: 600;
}
header {
  padding: 10px 0;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .infos {
  display: flex;
  align-items: center;
  gap: 18px;
}
header .container .infos p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
header .container .infos .linha {
  width: 1px;
  background: #b2b2b2;
  height: 20px;
}

main {
  box-shadow: inset 0 315px #0c426d;
}
main .hurry {
  color: #ffe400;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 23px 0;
  -webkit-animation: mover alternate infinite 0.5s;
          animation: mover alternate infinite 0.5s;
}
main #swiper-wrapper-c93b83c813bfb41a {
  position: relative;
}
main .garantia {
  height: 106px !important;
  top: 0;
  position: absolute;
  z-index: 100;
  right: 30px;
}
main .swiper-slide {
  position: relative;
}
main .swiper-slide img {
  margin: 0 auto 20px auto;
  cursor: pointer;
}
main .ss img {
  width: 80px;
}
main .card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 388px 1fr;
  gap: 56px;
}
main .carousel {
  background: #f8fdff;
  padding: 30px 16px;
  border: 1px solid #d1d6db;
}
main .carousel h2 {
  color: #0c426d;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
main .carousel h2::after, main .carousel h2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #0c426d;
  max-width: 60px;
}
main .itens {
  margin-top: 36px;
  display: grid;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 0;
}
main .itens .item {
  border-right: 1px solid rgb(203, 203, 203);
}
main .itens .item img {
  width: 33px;
  margin: 0 auto;
}
main .itens .item h3 {
  font-size: 16px;
  margin-top: 5px;
}
main .infos_product h1 {
  font-size: 38px;
  margin-bottom: 10px;
}
main .infos_product .avaliacao {
  gap: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d6db;
}
main .infos_product .avaliacao p {
  color: #7f7f7f;
  font-size: 16px;
  padding-top: 5px;
}
main .infos_product .avaliacao span {
  display: flex;
  align-items: center;
}
main .infos_product .avaliacao span img {
  height: 16px;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
main .infos_product p {
  margin: 12px 0 20px;
}
main .infos_product .checks {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
main .infos_product .checks h2 {
  display: flex;
  gap: 6px;
  color: #0c426d;
  font-size: 18px;
  align-items: center;
  margin-bottom: 9px;
}
main .infos_product .checks h2 img {
  width: 30px;
}
main .infos_product .checks li {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  gap: 10px;
  display: flex;
}
main .infos_product .checks li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/check.png) no-repeat;
  background-size: contain;
}
main .infos_product .single {
  display: block;
  background: #10b3f0;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  color: #fff;
  margin-top: 35px;
}
main .infos_product .kits {
  margin-top: 28px;
  display: grid;
  gap: 33px;
  grid-template-columns: repeat(3, 1fr);
}
main .infos_product .kits .kit {
  background: #f4faff;
  border-radius: 5px;
  box-shadow: inset 0 30px #fff;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
main .infos_product .kits .kit .val {
  position: absolute;
  top: 38px;
  left: 0;
}
main .infos_product .kits .kit::after {
  content: "";
  position: absolute;
  top: 30px;
  z-index: 0;
  border-radius: 5px 5px 0 0;
  display: block;
  width: 100%;
  height: 8px;
  background: #dce7f0;
}
main .infos_product .kits .kit .jar-txt {
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #10b3f0;
  border: 3px solid #0c426d;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .infos_product .kits .kit .preco {
  color: #0c426d;
  line-height: 1.3;
}
main .infos_product .kits .kit .preco b {
  font-size: 40px;
  font-weight: 500;
  color: #0c426d;
}
main .infos_product .kits .kit small {
  color: #0c426d;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
main .infos_product .kits .kit .area-compra {
  background: #0c426d;
  text-align: center;
  width: 100%;
  padding: 15px;
}
main .infos_product .kits .kit .area-compra .desconto {
  font-size: 14px;
}
main .infos_product .kits .kit .area-compra * {
  color: #fff;
}
main .promise {
  margin-top: 20px;
}
main .promise h2 {
  color: #0c426d;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  display: flex;
  gap: 10px;
  overflow: hidden;
  align-items: center;
  margin-bottom: 28px;
}
main .promise h2::before, main .promise h2::after {
  content: "";
  width: 100%;
  max-width: 410px;
  display: block;
  height: 1px;
  background: #d1d6db;
}
main .promise .itensPromise {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
main .promise .itensPromise .itemP {
  padding: 0 55px;
  border-right: 1px solid #d1d6db;
}
main .promise .itensPromise .itemP h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
}
main .promise .itensPromise .itemP:last-child {
  border: none;
}
main .promise .itensPromise .itemP img {
  width: 27px;
  margin: 0 auto;
}

@-webkit-keyframes mover {
  from {
    gap: 5px;
  }
  to {
    gap: 15px;
  }
}

@keyframes mover {
  from {
    gap: 5px;
  }
  to {
    gap: 15px;
  }
}
.details {
  background: linear-gradient(to right, #def1f9 50%, #f8fdff 30%);
}
.details .container {
  display: grid;
  grid-template-columns: 240px 1fr;
}
.details .area_tabs {
  background: #def1f9;
  padding: 40px 0 65px 0;
}
.details .area_tabs h2 {
  font-size: 20px;
  margin-bottom: 17px;
}
.details .area_tabs h2 span {
  color: #0096ce;
  display: block;
}
.details .js-tabmenu li {
  cursor: pointer;
  font-weight: 500;
  color: #0c426d;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 19px;
  padding-left: 28px;
  border-top: 1px solid #dfdfdf;
  position: relative;
}
.details .js-tabmenu li.active {
  background: #10b3f0 !important;
  color: #fff;
}
.details .js-tabmenu li.active::before {
  content: url(../img/before.png);
  position: absolute;
  top: 0;
  left: 0;
}
.details .js-tabmenu li.active::after {
  content: url(../img/after.png);
  position: absolute;
  top: 0;
  right: 0;
}

.js-tab-content {
  background: #f8fdff;
  padding: 40px 0 65px 55px;
}
.js-tab-content section {
  display: none;
}
.js-tab-content section h2 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 15px;
}
.js-tab-content section p {
  font-size: 16px;
  margin-bottom: 25px;
}
.js-tab-content section.active {
  display: block;
}
.js-tab-content .p1 .grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 49px;
  align-items: center;
}
.js-tab-content .p1 .infos_prod {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.js-tab-content .p1 .infos_prod .info_item {
  text-align: center;
  padding: 0 35px;
  margin-bottom: 20px;
  border-right: 1px solid #def1f9;
}
.js-tab-content .p1 .infos_prod .info_item img {
  margin: 0 auto 8px;
  width: 28px;
}
.js-tab-content .p1 .infos_prod .info_item h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.js-tab-content .p1 .infos_prod .info_item span {
  font-size: 14px;
  max-width: 15ch;
  display: block;
  margin: 0 auto;
}
.js-tab-content .p1 .infos_prod .info_item:first-child {
  padding-left: 0;
}
.js-tab-content .p1 .infos_prod .info_item:last-child {
  padding-right: 0;
  border-right: 0;
}
.js-tab-content .p1 .works {
  display: grid;
  margin-bottom: 30px;
  gap: 20px;
  grid-template-columns: repeat(5, auto);
}
.js-tab-content .p1 .works .work {
  display: flex;
  align-items: center;
  gap: 10px;
}
.js-tab-content .p1 .works .work span {
  font-size: 18px;
  font-weight: 500;
}
.js-tab-content .p1 .woman {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 22px;
}
.js-tab-content .p1 .woman .infos_dr {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}
.js-tab-content .p1 .woman .infos_dr h4 {
  color: #00a0dd;
  font-size: 16px;
  margin-bottom: 4px;
}
.js-tab-content .p1 .woman .infos_dr img {
  padding-right: 10px;
  border-right: #def1f9 1px solid;
}
.js-tab-content .p1 h3 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.js-tab-content .p2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.js-tab-content .p2 .grid img {
  position: absolute;
  right: 0;
  max-width: 500px;
  right: 30px;
}
.js-tab-content .p2 p {
  display: grid;
  grid-template-columns: 1fr 70px;
  gap: 20px;
}
.js-tab-content .p2 p::after {
  content: url(/assets/img/ben-sepr.png);
}
.js-tab-content .p2 h3 {
  color: #0c426d;
  font-size: 22px;
}
.js-tab-content .p2 h3::after {
  content: "";
  display: block;
  margin: 10px 0;
  width: 70px;
  height: 4px;
  border-radius: 10px;
  background: #84d8f7;
}
.js-tab-content .p3 h3 {
  color: #0c426d;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.js-tab-content .p3 p {
  font-size: 18px;
  margin-bottom: 0;
}
.js-tab-content .p3 .itens_ing {
  margin-top: 43px;
  display: grid;
  gap: 36px;
}
.js-tab-content .p3 .itens_ing .it {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 120px 1fr;
}
.js-tab-content .p4 .steps {
  display: grid;
  gap: 34px;
  margin-bottom: 34px;
}
.js-tab-content .p4 .steps .step {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 35px;
  align-items: center;
}
.js-tab-content .p4 .steps .step h3 {
  font-size: 18px;
  color: #fff;
  background: #0c426d;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.js-tab-content .p4 .steps .step h4 {
  color: #0c426d;
  font-size: 24px;
  margin-bottom: 10px;
}
.js-tab-content .p4 .steps .step p {
  margin-bottom: 0;
}
.js-tab-content .p4 > h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
.js-tab-content .p4 .apli {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  padding: 20px;
  display: grid;
  display: flex;
  justify-content: space-between;
  gap: 42px;
  border-radius: 10px;
}
.js-tab-content .p4 .apli .ap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.js-tab-content .p4 .apli .ap strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
}
.js-tab-content .p4 .apli .linha::after {
  content: "";
  display: block;
  width: 1px;
  background: #def1f9;
  height: 50px;
}
.js-tab-content .p5 h3 {
  color: #10b3f0;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #def1f9;
  margin-bottom: 15px;
}
.js-tab-content .p5 p {
  line-height: 1.5;
  max-width: 70ch;
}
.js-tab-content .p7 a {
  color: #0096ce;
  text-decoration: underline;
}
.js-tab-content .p7 h3 {
  font-size: 23px;
  color: #10b3f0;
  font-weight: 500;
  margin-bottom: 10px;
}
.js-tab-content .p7 h3.mt {
  margin-top: 38px;
}
.js-tab-content .p7 p {
  margin-bottom: 10px;
}

.customer {
  margin-top: 60px;
}
.customer h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 50px;
}
.customer .coments {
  max-width: 994px;
  margin: 0 auto;
}
.customer .coments .coment {
  padding: 25px;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 21px;
}
.customer .coments .coment .nome {
  font-weight: 300;
  color: #0c426d;
  font-size: 18px;
}
.customer .coments .coment h3 {
  font-size: 20px;
  color: #0c426d;
  font-weight: 500;
  margin-bottom: 12px;
}
.customer .coments .coment p {
  font-size: 18px;
  margin-bottom: 12px;
}
.customer .coments .coment img {
  width: 111px;
  margin-bottom: 12px;
}
.customer .coments .coment .letter {
  height: 75px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  background: #0c426d;
  font-weight: 500;
  border-radius: 50%;
  color: #fff;
}
.customer .coments .coment:nth-child(odd) {
  background: #f8fdff;
}

.faq {
  background: #f8fdff;
  margin-top: 40px;
  padding: 58px 0;
}
.faq h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 51px;
}
.faq .faq-lista {
  max-width: 982px;
  margin: 0 auto;
}
.faq .faq-lista dt {
  font-size: 20px;
  font-weight: 500;
  color: #0c426d;
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
  padding: 12px 15px;
  cursor: pointer;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.faq .faq-lista dt::before {
  content: "Q";
  margin-right: 12px;
  font-size: 22px;
  color: #dee2e7;
  transition: all 0.7s;
}
.faq .faq-lista dt::after {
  content: "+";
  color: #fff;
  background: #b7c6cb;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 0;
  padding-top: 2px;
  position: absolute;
  right: 15px;
  transition: all 0.7s;
}
.faq .faq-lista dt.ativo {
  margin-bottom: 0;
}
.faq .faq-lista dt.ativo::before {
  color: #0c426d;
}
.faq .faq-lista dt.ativo::after {
  content: "-";
  padding-top: 0;
  font-size: 24px;
  background: #10b3f0;
}
.faq .faq-lista dd {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
  border-radius: 0px 0px 3px 3px;
  overflow: hidden;
  height: 0;
  transition: all 0.6s;
}
.faq .faq-lista dd.ativo {
  padding: 12px 40px 2px 40px;
  margin-bottom: 10px;
  height: auto;
  min-height: 100px;
}
.faq .faq-lista dd p {
  color: #333333;
  font-size: 18px;
  margin-bottom: 15px;
}

.order {
  width: 100%;
  background: #0c426d;
}
.order.change {
  position: fixed;
  bottom: 0;
}
.order .container {
  padding: 36px 114px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 240px;
}
.order .container h2 {
  font-size: 30px;
  color: #fff713;
  font-weight: 500;
}
.order .container a {
  background: #00cb35;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  border-radius: 40px;
}

footer .container {
  padding: 40px 117px 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
footer .container .box {
  text-align: center;
  background: #fbfbfb;
  padding: 21px 31px;
  border: #b2b1b1 1px solid;
}
footer .container .box p {
  font-size: 14px;
}
footer .container .logofooter {
  margin-bottom: 10px;
  width: 166px;
}
footer .container .infos {
  display: flex;
}
footer .container .infos span {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .container .infos span:first-child {
  padding-right: 24px;
}
footer .container .infos span:last-child {
  padding-left: 24px;
}
footer .container .infos .meio {
  padding: 0 24px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
footer .container .navfooter a {
  color: #333333;
  font-size: 14px;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: Graphik;
  font-weight: 400;
  color: #2d2d2d;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

p {
  font-size: 18px;
  line-height: 1.4;
}

.btn {
  background: #00cb35;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 15px;
  font-weight: 500;
  transition: all 0.7s;
}
.btn:hover {
  background: #1755c9;
}

.mob {
  display: none;
}
@media (max-width: 700px) {
  .mob {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 1170px) {
  .container {
    width: 90%;
  }
  main .card {
    grid-template-columns: 250px 1fr;
    gap: 20px;
  }
  .js-tab-content .p1 .infos_prod {
    grid-template-columns: 1fr 1fr;
  }
  .js-tab-content .p1 .infos_prod .info_item {
    border: none;
  }
  .js-tab-content .p1 .works {
    grid-template-columns: 1fr 1fr;
  }
  .js-tab-content .p1 .woman .infos_dr {
    grid-template-columns: 1fr;
  }
  .js-tab-content .p1 .woman .infos_dr img {
    border: none;
  }
}
@media (max-width: 900px) {
  footer .container {
    padding: 20px 0;
  }
  main .infos_product .checks {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  main .infos_product .kits,
.js-tab-content .p2 p,
.js-tab-content .p1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .js-tab-content .p1 .grid {
    place-items: center;
  }
  main .promise h2 {
    justify-content: center;
  }
  main .promise h2::before,
main .promise h2::after {
    max-width: 40px;
  }
 
  .js-tab-content .p1 .infos_prod .info_item {
    padding: 0;
    margin-top: 20px;
  }
  .none {
    display: none;
  }
  .js-tab-content .p2 .grid img {
    position: static;
    grid-row: 1;
    max-width: 100%;
  }
  .js-tab-content .p2 .grid {
    grid-template-columns: 1fr;
  }
  .js-tab-content .p2 p::after {
    display: none;
  }
}
@media (max-width: 700px) {
  header .container {
    justify-content: center;
  }
  header .container .infos {
    display: none;
  }
  main .hurry {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
  }
  .order .container h2 {
    display: none;
  }
  .order .container {
    padding: 10px;
    grid-template-columns: 1fr;
  }
  .order .container a {
    font-size: 26px !important;
    height: 50px;
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
  }
  main .card {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .carousel img.mob {
    margin: 0 auto;
  }
  main .infos_product h1 {
    font-size: 20px;
  }
  main .infos_product .avaliacao {
    flex-direction: column;
  }
  main .infos_product p {
    margin-bottom: 0;
  }
  main .promise .itensPromise {
    flex-wrap: wrap;
  }
  main .promise .itensPromise .itemP {
    border: none;
    margin-bottom: 10px;
  }
  main .itens {
    grid-template-columns: 1fr 1fr;
  }
  main .itens .item {
    border: none;
  }
  main .carousel h2::after,
main .carousel h2::before {
    display: none;
  }
  .details .container,
.js-tab-content .p4 .steps .step,
.js-tab-content .p3 .itens_ing .it,
.js-tab-content .p1 .woman,
.customer .coments .coment {
    grid-template-columns: 1fr;
  }
  .js-tab-content .p1 .woman,
.js-tab-content .p4 .steps .step,
.customer .coments .coment,
.js-tab-content .p3 .itens_ing .it {
    text-align: center;
  }
  .js-tab-content .p1 .woman img,
.js-tab-content .p4 .steps .step img,
.customer .coments .coment img,
.js-tab-content .p3 .itens_ing .it img {
    margin: 0 auto;
  }
  .customer .coments .coment .letter {
    margin: 0 auto;
  }
  .js-tab-content .p4 .apli {
    flex-direction: column;
  }
  .js-tab-content .p4 .apli .linha {
    display: none;
  }
  .js-tab-content {
    padding: 30px 15px;
  }
  .js-tab-content section h2,
.customer h2 {
    font-size: 20px;
  }
  .faq .faq-lista dt {
    font-size: 16px;
    padding-right: 40px;
  }
  .faq .faq-lista dd.ativo {
    padding: 20px 10px;
  }
  .faq .faq-lista dd.ativo p {
    font-size: 16px;
  }
  footer .container .infos {
    flex-wrap: wrap;
  }
  footer .container .infos .meio,
footer .container .infos span:last-child {
    border: none;
    padding: 0;
  }
  .faq h2 {
    font-size: 20px;
  }
  .customer .coments .coment p {
    font-size: 16px;
  }
  .copy {
    display: block;
    text-align: center;
  }
  ul.js-tabmenu {
    display: flex;
    flex-wrap: wrap;
  }
  .details .js-tabmenu li {
    font-size: 14px;
    padding: 10px 20px;
  }
  .details .js-tabmenu li.active::after,
.details .js-tabmenu li.active::before {
    display: none;
  }
  .details .area_tabs h2 {
    text-align: center;
  }
  .details .area_tabs {
    padding: 20px 0;
  }
}/*# sourceMappingURL=style.css.map */


@media (max-width:900px){
    .js-tab-content .p1 .works{
        grid-template-columns: 1fr;
    }
}