@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Mulish", sans-serif;
}

h3 {
  font-weight: 900;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
  color: unset;
}

.link {
  cursor: pointer;
}

.esconder {
  display: none;
}

.scroll-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.arrow {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  margin: 5px;
  animation: bounce 1s infinite;
  cursor: pointer;
}

.arrow:nth-child(2) {
  animation-delay: 0.2s;
}

.arrow:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }

  50% {
    transform: translateY(10px) rotate(45deg);
  }
}

/* Topo */
.topo {
  background: linear-gradient(180deg, #000743 0%, #00071F 100%);
}

.topo h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.descricao h4 {
  color: #101010;
  font-size: 26px;
  font-weight: 900;
}

/* Banner */
.banner {
  position: relative;
  z-index: 1;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/background.webp);
  background-size: cover;
  background-position: center;
  opacity: 6%;
  z-index: -1;
}

.banner>* {
  position: relative;
  z-index: 2;
}

.banner h3 {
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  color: #101010;
  margin-top: 20px;
}

.banner h4 {
  color: #000;
  font-size: 26px;
  font-weight: bolder;
}

.banner h3 span {
  font-weight: 700;
}

.texto-colorido {
  background: linear-gradient(180deg, #000743 0%, #00071F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rectangle {
  width: 100%;
  height: 320px;
  border-radius: 15px;
  background: #6F6F6F;
}

.imagem-doutor {
  position: absolute;
  width: 39%;
  bottom: 0;
}

.scroll-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.arrow {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  margin: 5px;
  animation: bounce 1s infinite;
  cursor: pointer;
}

.arrow:nth-child(2) {
  animation-delay: 0.2s;
}

.arrow:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }

  50% {
    transform: translateY(10px) rotate(45deg);
  }
}

/* Descrição */
.descricao p {
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

h2 {
  color: #6B0C1A;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: #000000;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 900;
}

.conteudo h4 {
  color: #000000;
  font-weight: 300;
  font-size: 1.25rem;
}

h4 {
  color: #FFFFFF;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
}

h5 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}

p {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.vermelho {
  color: red;
}

.azul {
  color: blue;
  cursor: pointer;
}

.link {
  cursor: pointer;
}

/* Topo */
.topo {
  background-color: #FA0000;
}

.topo1 {
  background: linear-gradient(180deg, #6B0C1A 0%, #754084 100%);
}

.topo1 svg {
  width: 14px;
  height: 14px;
}

.topo2 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #7A7A7A;
  text-align: end !important;
}

.topo2 a {
  color: #6B0C1A !important;
}

.topo2 a:hover {
  color: #336 !important;
}

.topo p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3em;
}

.autor {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.box-autor {
  margin: 0px 0px 0px 0px;
  padding: 6px 10px 6px 10px;
  background-color: #1E1A61;
  border-radius: 5px 5px 5px 5px;
  width: auto;
  margin-right: 15px;
}

.box-autor p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.criador p {
  color: #FFFFFF80;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  font-style: normal;
}

/* Banner */
.banner {
  background-image: url('../img/fundo-desktop.jpg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.lista-sintomas svg {
  fill: #6B0C1A;
  transition: fill 0.3s;
  width: 18px;
  height: 18px;
  font-size: 15px;
  margin-right: 5px;
}

.lista-sintomas p {
  color: #54595F;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.banner-organismo {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 0;
}

.lista-estoque p {
  font-size: 16px;
  font-weight: 400;
  color: #54595f;
  margin-bottom: 0;
}

.lista-estoque svg {
  fill: #FF0000;
  transition: fill 0.3s;
  width: 8px;
  height: 8px;
  font-size: inherit;
  margin-right: 5px;
}

.barra-progresso {
  position: relative;
  background-color: #eee;
  color: #fff;
  height: 7px;
  border-radius: 100px;
}

.barra-vermelha {
  display: flex;
  background-color: #FF0000;
  width: 0;
  font-size: 11px;
  height: 7px;
  line-height: 30px;
  border-radius: 2px;
  transition: width 1s ease-in-out;
}

/* Compra segura */

.comprasegura {
  background-color: #eee;
}

.comprasegura h3 {
  font-size: 36px;
}

.comprasegura h6 {
  font-size: 18px;
}

.caixa-segura {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 22px;
  width: 300px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.caixa-segura i {
  font-size: 33px;
  color: #05133f;
}

.caixa-segura h4 {
  color: #05133f;
  font-size: 18px;
  font-weight: 900;
}

.caixa-segura p {
  font-size: 15px;
  line-height: 20px;
}

/* Conteudo */

.botao {
  font-size: 24px;
  font-weight: 700;
  line-height: 2em;
  background-color: #F2697A;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  width: 100%;
  box-shadow: none;
  text-decoration: none;
  padding: 12px 24px;
  text-align: center;
}

.conteudo {
  padding-top: 30px;
  padding-bottom: 30px;
}

.video-img {
  border-radius: 8px 8px 8px 8px;
}

.foto-doutor {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.foto-doutor img {
  border-radius: 20px 20px 20px 20px;
}

.doutor-titulo {
  background: linear-gradient(180deg, #6B0C1A 0%, #754084 100%);
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  width: 365px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.doutor-titulo-2 {
  width: 270px !important;
}

.doutor-descricao {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.dicas {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

/* Video */

.videosection p {
  color: #54595F;
  font-size: 16px;
  font-weight: 400;
}

.videosection svg {
  fill: #6B0C1A;
  transition: fill 0.3s;
  height: 20px;
  width: 20px;
}

/* Kits */

.kits {
  background: linear-gradient(180deg, #FFFFFF 72%, #000743 72%);
  padding-top: 30px;
  padding-bottom: 35px;
}

.kits h3 {
  color: #05133f;
  font-size: 36px;
  font-weight: 900;
}

.icone,
.icone-2 {
  text-align: center;
  padding-block-start: 2px;
  padding-block-end: 2px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 300px;
}

.icone svg {
  fill: #05133f;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-size: 20px;
  margin: 0 13px;
}

.icone::before {
  display: block;
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  border-block-start: 1px solid #05133f;
}

.icone::after {
  display: block;
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  border-block-start: 1px solid #05133f;
}

.icone-2 svg {
  fill: #fff;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-size: 20px;
  margin: 0 13px;
}

.icone-2::before {
  display: block;
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  border-block-start: 1px solid #fff;
}

.icone-2::after {
  display: block;
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  border-block-start: 1px solid #fff;
}

.kit {
  background-color: #FFF6F6;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  width: 100%;
  padding: 15px;
  height: 680px;
}

.aviso {
  margin: 0 auto;
  padding: 9px 9px 9px 9px;
  background-color: #05133f;
  border-radius: 94px 94px 94px 94px;
  width: 215px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aviso-vermelho {
  background-color: #000d7d !important;
}

.maisvendido {
  height: 715px;
  margin-top: -20px;
}

.aviso p {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.ncaixas p {
  color: #000000;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}

.valor1 p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}

.economize {
  margin: 0 auto;
  padding: 0px 10px 0px 10px;
  background-color: #6B0C1A30;
  border-radius: 5px 5px 5px 5px;
  width: 205px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.valor2 span {
  font-size: 30px;
  vertical-align: top;
  line-height: 27px;
  margin: 5px;
  color: #05133f;
  font-weight: 800;
}

.valor2 p {
  color: #05133f;
  font-size: 84px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 40px;
}

.economize p {
  color: #05133f;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}

.valor3 p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
}

.botao {
  font-size: 16px;
  font-weight: 500;
  background: #59cc64;
  color: #fff !important;
  border-radius: 5px 5px 5px 5px;
  padding: 20px 40px 20px 40px;
  cursor: pointer;
  width: 240px;
  height: 55px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  transition: .3s;
}

.botao:hover {
  color: #fff;
  background: #32993b;
  transition: .3s;
}

.botao svg {
  transform: rotate(0deg);
  transition: 300ms;
  width: 1em;
  height: 1em;
  font-size: 16px;
  fill: #fff;
}

.botao:hover svg {
  transform: rotate(90deg);
  transition: 300ms;
}

.frete {
  margin: 0 auto;
}

.frete p {
  color: #000743;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.frete svg {
  fill: #000743;
  width: 14px;
  height: 14px;
}

.imagemkit{
    margin-top:-35px;
}

.ncaixas p:nth-child(1) {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}

.ncaixas p:nth-child(2) {
  color: #525252;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
}

.ncaixas p:nth-child(3) {
  color: #525252;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
}

.valor1 p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

.pulsating {
  animation: pulse 1s ease-in-out;
  animation-iteration-count: 2;
}

.cada-mes {
    color: #6f6f6f;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: -5px;
    text-align: center;
}

.cada-mes span {
  color: #000743;
  font-weight: 700;
}

/* Ingredientes */

.ingredientes {
  background: #f1f1f1;
}

.ingredientes h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}

.caixa-ingrediente {
  background: #fff;
  width: 305px;
  height: 240px;
  padding: 33px 18px 33px 18px;
  gap: 10px;
  border-radius: 20px;
  margin: 0 auto;
}

.caixa-ingrediente img {
  width: 144px;
}

p.descricao-ingrediente {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

p.title {
  font-size: 19px;
  font-weight: 900;
  line-height: 25px;
  margin: 10px 0 0 0;
}

p.description {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.slick-prev:before,
.slick-next:before {
  color: #6B0C1A !important;
  font-size: 28px !important;
}

.slick-prev {
  left: -35px !important;
}


/* Encomende */

.encomende {
  background: linear-gradient(180deg, #000743 0%, #00071F 100%);
}

.encomende h3 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
}

.encomende p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.botao-encomende {
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 5px 5px 5px 5px;
  padding: 20px 40px 20px 40px;
  background: #59cc64;
  cursor: pointer;
  width: 255px;
  height: 55px;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.botao-encomende svg {
  transform: rotate(0deg);
  transition: 300ms;
  width: 1em;
  height: 1em;
  font-size: 16px;
  fill: #fff;
  margin-left: 5px;
}

.botao-encomende:hover svg {
  transform: rotate(-90deg);
  transition: 300ms;
}

.botao-encomende-2 {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(180deg, #000743 0%, #00071F 100%);
  border-radius: 5px 5px 5px 5px;
  padding: 20px 40px 20px 40px;
  cursor: pointer;
  width: 255px;
  height: 55px;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.botao-encomende-2 svg {
  transform: rotate(0deg);
  transition: 300ms;
  width: 1em;
  height: 1em;
  font-size: 16px;
  fill: #fff;
  margin-left: 5px;
}

.botao-encomende-2:hover svg {
  transform: rotate(90deg);
  transition: 300ms;
}

.estrelas svg {
  fill: #f0ad4e;
  font-size: 14px;
  width: 1em;
  height: 1em;
}

.estrelas p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 0;
}

.organismo p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 0;
}

.imagem-caixa {
  background-image: radial-gradient(at center center, #FFFFFF 57%, #FFFFFF00 58%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 570px;
  height: 492px;
}

/* Resultado */
.resultado h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}

.resultado-box {
  padding: 30px 30px 30px 30px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
  width: 100%;
}

.resultado-box p {
  color: #7A7A7A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.box-image img {
  border-radius: 50%;
}

.box-image h4 {
  color: #000743;
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
}

.box-image span {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.garantia-box {
  background: linear-gradient(180deg, #000743 0%, #00071F 100%);
  border-radius: 20px 20px 20px 20px;
  padding: 50px;
}

.garantia-box h3 {
  color: #FFFFFF;
  font-size: 39px;
  font-weight: 600;
  line-height: 1;
}

.garantia-box h4 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 600;
}

.garantia-box p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0;
}

.garantia-box #circle {
  animation: rotate-animation 10s infinite linear;
  transform-origin: center center;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* FAQ */

.faq {
  background: linear-gradient(180deg, #000743 0%, #00071F 100%);

}

.faq h3 {
  background: linear-gradient(to bottom, #0033d169 0%, #0d1f57 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 97px;
  font-weight: 700;
  margin-bottom: 0;
}

.faq h4 {
  color: #FFFFFF;
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -15px;
}

.faq p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.accordion-header button {
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 500;
  border-radius: 5px;
}

.accordion-header button:hover {
  color: #1d48cd;
}

.accordion-button {
  background: #000743;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #1d48cd;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-item {
  background-color: #fff0;
  border: none;
}

.accordion-body {
  background-color: #fff0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
}

.accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0;
  margin-right: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath 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'/%3e%3c/svg%3e");
  transform: rotate(-90deg);
  fill: #2C0148;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion-button::after {
  content: none !important;
}

.accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231d48cd'%3e%3cpath 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'/%3e%3c/svg%3e");
  transform: rotate(0deg);
}

/* Dúvidas */

.new-color {
  background: linear-gradient(180deg, #000743 0%, #00071F 100%);

}

/* FOOTER */
footer {
  background: #EEEEEE;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer p {
  text-align: center;
  color: #7A7A7A;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

footer img {
  opacity: 0.31;
}

footer svg {
  fill: #fff;
  width: .8em;
  height: .8em;
  position: relative;
  display: block;
}

.socials {
  display: flex;
  justify-content: center;
}

footer .socials a {
  background-color: #7A7A7A;
  border-radius: 10%;
  width: 25px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2px;
  transition: .3s;
}

footer .socials a:hover {
  opacity: .9;
  transition: .3s;
}

footer a {
  color: #000743 !important;
}

footer a:hover {
  color: #00071F !important;
}

.box-header-kit {
  display: flex;
  padding: 17px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px 16px 0px 0px;
  background: linear-gradient(180deg, #000743 0%, #00071F 100%);
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.box-kit {
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.4);
  width: 85%;
}

.box-body-kit {
  display: flex;
  padding: clamp(24px, 3vw, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  align-self: stretch;
  border-radius: 0px 0px 16px 16px;
}

.box-mes {
  background: #e7e7e7;
  border-radius: 8px;
  width: 120px;
  height: 125px;
  opacity: 1;
  transition: opacity 0.4s;
  cursor: pointer;
  transition: .3s;
}

.box-header {
  color: #eeeeee;
  font-size: clamp(10px, 3vw, 14px);
  background-color: #929292;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 100% */
  border-radius: 8px 8px 0px 0px;
  height: 30px;
  padding: 4px;
  display: flex;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.box-mes:hover {
  background-color: #000d7da3;
  transition: .3s;
}

.box-mes:hover .numero,
.box-mes:hover .tempo {
  color: #fff;
}

.numero {
  color: #777777;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin-top: 16px;
  transition: .3s;
}

.tempo {
  color: #777777;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 24px;
  transition: .3s;
}

.selecionado {
  opacity: 1;
  background-color: #000d7d;
}

.selecionado .numero,
.selecionado .tempo {
  color: white;
}

.selecionado .box-header {
  opacity: 1;
  background-color: rgb(195 233 198);
  color: rgb(66, 151, 80);
}

.selecionado:hover {
  opacity: 1;
  background-color: #000d7d;
}

.cada-mes {
  color: #6f6f6f;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
  margin-bottom: 8px;
}

#valor-mes,
#valor-mes2 {
  color: #000743;
  font-weight: 700;
}

.box-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.economize {
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  background: #11ad2a45;
  width: 225px;
  color: #429750;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.preco-hoje {
  color: #6f6f6f;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  margin-bottom: 12px;
}

.valor {
  color: #000743;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  /* 100% */
}

.valor span {
  color: #000743;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  /* 80% */
}

.vezes {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.avista {
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.compre {
  display: flex;
  padding: 25px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  background-color: transparent;
  background: #59cc64;
  background-size: 200% 200%;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  border: none;
  width: 100%;
  transition: background-position 0.3s ease;
}

.compre:hover {
  background-position: 50% 0%;
}

.compre img {
  width: 20px;
}

.margin-left {
  margin-left: -6.5rem;
}

.box-assinatura {
  border-radius: 0px 16px 16px 0px;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.4);
}

.selo-desconto {
  width: 75px;
  position: absolute;
  right: -5%;
  top: -5%;
}

.head-box-assinatura {
  display: flex;
  padding: 24px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 0px 16px 0px 0px;
  background: linear-gradient(180deg, #000743 0%, #00071F 100%);
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  /* 100% */
}

.head-box-assinatura span {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 130% */
}

.body-box-assinatura {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 0px 0px 16px 0px;
  background-color: white;
}

.body-box-assinatura ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.body-box-assinatura li {
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.body-box-assinatura li svg {
  fill: #000743;
  width: 32px;
  flex-shrink: 0;
}

.body-box-assinatura li p {
  color: #3d3d3d;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 122.222% */
  margin-left: 12px;
  margin-bottom: 0;
}

.assinante {
  display: flex;
  padding: 24px 56px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  background: #00074330;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
}

.checkbox {
  border-radius: 8px;
  border: 1px solid #686868;
  background: #e7e7e7;
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.checked {
  background-color: #000743;
}

.badge-desconto {
  position: absolute;
  top: -63px;
  right: 0;
}

.checkbox svg {
  display: none;
}

.checked svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox2 {
  border-radius: 8px;
  border: 1px solid #686868;
  background: #e7e7e7;
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.checked2 {
  background-color: #000743;
}

.checkbox2 svg {
  display: none;
}

.checked2 svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media(max-width:1366px) {

  .doutor-titulo {
    width: 86%;
  }

  .margin-left {
    margin-left: -6.6rem;
  }

  .banner {
    background-image: url(../img/fundo-desktop.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .foto-doutor img {
    border-radius: 20px 20px 20px 20px;
    width: 78%;
  }

  .resultado-box p {
    font-size: 12px;
  }

  .accordion-header button {
    font-size: 13px;
  }

  .garantia-box h3 {
    font-size: 34px;
  }

  .garantia-box h4 {
    font-size: 26px;
  }

  .caixa-ingrediente {
    width: 255px;
  }

  p.title {
    font-size: 17px;
  }

  p.description {
    font-size: 14px;
  }

  /* Topo */
  .mobile-2 svg {
    width: 53%;
  }

  .caixa-segura {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 22px;
    width: 270px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  /* Banner */
  .banner h3 {
    font-size: 40px;
  }

  .rectangle {
    width: 100%;
    height: 245px;
    border-radius: 15px;
    background: #6F6F6F;
    margin-top: 25px;
  }

  .passo {
    width: 220px;
    height: 55px;
    font-size: 17px;
    padding: 15px;
  }

  .descricao p {
    font-size: 23px;
    font-weight: 400;
  }
}

@media(max-width:821px) {

  .banner {
    background-image: url('../img/fundo-mobile.jpg');
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: top;
  }

  .descricao h4 {
    color: #101010;
    font-size: 18px;
    font-weight: 900;
  }

  .badge-desconto {
    position: absolute;
    top: -34px;
    right: 4px;
    width: 87px;
  }

  .dra-sbt {
    width: 325px;
  }

  .encomende p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
  }

  .caixa-segura {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 22px;
    width: 100%;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 15px;
  }

  .pote-banner {
    width: 45%;
  }

  .banner h3 {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 32px;
    color: #101010;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }

  .banner h4 {
    color: #000;
    font-size: 21px;
    font-weight: bolder;
    text-align: center;
  }

  .banner-organismo {
    text-align: center;
  }

  .lista-sintomas p {
    font-size: 14px;
  }

  .lista-sintomas p {
    line-height: 1.7;
  }

  .scroll-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lista-estoque p {
    font-size: 13px;
    margin-bottom: 0;
  }

  .botao-encomende-2 {
    margin: 0 auto;
  }

  .topo2 img {
    width: 65%;
    height: auto;
  }

  .topo2 p {
    font-size: 12px;
    text-align: center !important;
    margin-bottom: 0;
  }

  h2 {
    font-size: 22px;
  }

  .videosection p {
    font-size: 14px;
  }

  .kits h3 {
    font-size: 31px;
  }

  .icone,
  .icone-2 {
    width: 250px;
  }

  .kit {
    height: auto;
  }

  .maisvendido {
    margin-top: 0px;
  }

  .imagemkit img {
    width: 100%;
  }

  .foto-doutor img {
    border-radius: 20px 20px 20px 20px;
    width: 100%;
  }

  .doutor-titulo {
    background: linear-gradient(180deg, #000743 0%, #00071F 100%);
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    width: 290px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .doutor-titulo-2 {
    width: 210px !important;
  }

  .doutor-descricao {
    text-align: start;
  }

  .encomende h3 {
    font-size: 28px;
  }

  .botao-encomende {
    margin: 0 auto;
  }

  .estrelas p {
    font-size: 14px;
    text-align: center;
  }

  .organismo p {
    text-align: center;
  }

  .resultado h3 {
    font-size: 29px;
  }

  .resultado-box p {
    font-size: 14px;
    line-height: 1.4;
    text-align: start;
  }

  .resultado-box {
    width: 83%;
    margin: 0 auto;
  }

  .garantia-box p {
    font-size: 15px;
  }

  .imagem-caixa {
    width: 100%;
    height: 315px;
  }

  .imagem-caixa img {
    width: 40%;
  }

  .dias {
    font-size: 25px;
    display: block;
  }

  .faq h4 {
    font-size: 34px;
  }

  .accordion-header button {
    font-size: 15px;
  }

  .garantia-box h3 {
    font-size: 27px;
  }

  .garantia-box h4 {
    font-size: 21px;
  }

  /* KITS */

  .kits {
    background-image: none;
    background-color: #f1f1f1;
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .compre {
    font-size: 19px;
  }

  .box-kit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    border: none;
    background: transparent;
    box-shadow: 0px 0px 25px 0px transparent;
    width: 100%;
  }

  .box-header-kit {
    display: none;
  }

  .box-mes {
    width: 101px;
    height: 108px;
  }

  .box-header {
    font-size: 10px;
  }

  .assinante {
    color: #686868;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 128.571% */
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
  }

  .checkbox {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #686868;

  }

  .botao-opcao {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 8px;
    background: #C7C7C7;
    color: #616161;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    cursor: pointer;
  }

  .numero {
    color: #777777;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-top: 0px;
  }

  .box-header {
    color: #eeeeee;
    font-size: clamp(10px, 3vw, 12px);
    background-color: #929292;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    border-radius: 8px 8px 0px 0px;
    height: 25px;
    margin-bottom: 7px;
    padding: 4px;
    display: flex;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }

  .box-mes {
    background: #bfbfbf;
  }

  .selecionado {
    opacity: 1;
    background-color: #000743 !important;
  }

  .botao-opcao.selecionado {
    background: #000743;
    color: white;
  }

  .selo-desconto {
    width: 52px;
    position: absolute;
    right: 1%;
    top: -35%;
  }

  .encomende {
    background: linear-gradient(180deg, #000743 0%, #00071F 100%);

    padding-top: 30px !important;
  }

  .assine-duvida {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    opacity: 1 !important;
    text-align: center;
    width: 100%;
    background-color: transparent;
  }

  .div-btn {
    position: absolute;
    bottom: -16px;
    right: 12%;
    z-index: 9;
  }

  .modal-assinatura h4 {
    color: #000743;
    font-size: 25px;
  }

  .modal-assinatura p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }

  .modal-assinatura p span {
    font-weight: 400;
    color: #3d3d3d;
  }

  .lista-modal {
    list-style-image: url(../img/check-modal.png);
  }

  .btn-fechar {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: transparent;
    background: linear-gradient(180deg, #000743 0%, #00071F 100%);
    background-size: 200% 200%;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    border: none;
    width: 70%;
    margin: 0 auto;
  }

  .ingredientes {
    background: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .caixa-ingrediente {
    width: 305px;
  }

  .ingredientes h3 {
    font-size: 26px;
  }

  p.descricao-ingrediente {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }

  .faq p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
  }

  h3 {
    text-align: center !important;
  }
}

@media(max-width:767px) {

  Topo .mobile-2 svg {
    width: 65%;
  }

  .rectangle {
    width: 100%;
    height: 218px;
  }

  .passo {
    width: 285px;
    margin: 25px auto;
    padding: 15px;
  }

  .descricao p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
  }
}

@keyframes passoPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.proximopasso{
    animation: passoPulse 1.5s infinite;
}

.btn-title{
    font-size: 19px;
    font-weight: 800;
}

.btn-sub{
    font-size: 12px;
}

.mobile-div {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #e3e3e3;
  color: white;
  padding: 10px;
  border-radius: 0;
  z-index: 1000;
  width: 100%;
}

.mobile-div.show {
  display: block;
}