@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #444444;
  font-size: 1.8rem;
}

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

button {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #444444;
  font-family: "Montserrat", sans-serif;
}

input {
  border: none;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

li {
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

span {
  font-size: 1.8rem;
  color: #444444;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #111111;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #111111;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.cta {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.cta a {
  padding: 1rem 2rem;
  background-color: #017F5F;
  text-align: center;
  color: #fff;
  border-radius: 75px;
  display: flex;
  align-items: center;
}

strong {
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

.carousel-button:hover {
  background-color: #017F5F !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  h2 {
    width: 100% !important;
    font-size: 30px !important;
  }
  p {
    width: 100% !important;
  }
  .left, .right {
    width: 100% !important;
  }
  h3 {
    font-size: 2.5rem !important;
  }
  .container {
    width: 90% !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #444444;
  font-size: 1.8rem;
}

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

button {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #444444;
  font-family: "Montserrat", sans-serif;
}

input {
  border: none;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

li {
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

span {
  font-size: 1.8rem;
  color: #444444;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #111111;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #111111;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.cta {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.cta a {
  padding: 1rem 2rem;
  background-color: #017F5F;
  text-align: center;
  color: #fff;
  border-radius: 75px;
  display: flex;
  align-items: center;
}

strong {
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

.carousel-button:hover {
  background-color: #017F5F !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  h2 {
    width: 100% !important;
    font-size: 30px !important;
  }
  p {
    width: 100% !important;
  }
  .left, .right {
    width: 100% !important;
  }
  h3 {
    font-size: 2.5rem !important;
  }
  .container {
    width: 90% !important;
  }
}
.referencias-passos {
  width: 100%;
  margin-top: 3rem;
}
.referencias-passos h3 {
  color: #017F5F;
}
.referencias-passos ul {
  width: 100%;
}
.referencias-passos ul li {
  width: 100%;
  margin-bottom: 1.5rem;
}
.referencias-passos ul li a {
  font-size: 1.4rem;
  color: #444;
  text-transform: lowercase;
}

.s-1 {
  background: #C8D131;
  padding: 5rem 0;
  border-radius: 0px 0px 75px 75px;
}
.s-1 .container .content .box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.s-1 .container .content .box .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.s-1 .container .content .box .left .cta {
  width: 100%;
}
.s-1 .container .content .box .left .cta a {
  width: 50%;
  justify-content: center;
}
.s-1 .container .content .box .right {
  width: 60%;
}

.s-2 {
  padding: 5rem 0;
}
.s-2 .container .content .box .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 5rem;
}
.s-2 .container .content .box .title p:first-child {
  font-weight: 700;
  color: #017F5F;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  margin-top: -3rem;
}
.s-2 .container .content .box .title p {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.s-2 .container .content .box .content-cards {
  display: flex;
  justify-content: stretch;
  height: 100%;
  gap: 2rem;
  position: relative;
}
.s-2 .container .content .box .content-cards .recomendado {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4%;
  right: 35%;
  z-index: 2;
}
.s-2 .container .content .box .content-cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 2rem;
  border-radius: 20px;
  background: #F1F1F1;
  box-shadow: 0 8px 36px rgba(80, 80, 80, 0.1);
  justify-content: end;
  position: relative;
  overflow: hidden;
}
.s-2 .container .content .box .content-cards .card .desconto-selo {
  position: absolute;
  top: 20px;
  left: -20px;
  background: #017F5F;
  color: white;
  padding: 5px 25px;
  font-weight: bold;
  font-size: 1.4rem;
  z-index: 10;
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.s-2 .container .content .box .content-cards .card .frete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.s-2 .container .content .box .content-cards .card .frete span {
  border-radius: 75px;
  background: #C8D131;
  display: flex;
  align-items: center;
  padding: 0.8rem 2rem;
  gap: 1rem;
  font-weight: 600;
  color: #111111;
}
.s-2 .container .content .box .content-cards .card .header {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 100%;
  justify-content: space-between;
}
.s-2 .container .content .box .content-cards .card .header .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.s-2 .container .content .box .content-cards .card .header .right .preco-antigo {
  color: #888;
  text-decoration: line-through;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.s-2 .container .content .box .content-cards .card .header .right .preco-desconto {
  color: #017F5F;
  font-size: 2.8rem;
  font-weight: 800;
  animation: pulse 1s infinite alternate;
}
.s-2 .container .content .box .content-cards .card .header .right .parcelas {
  font-size: 1.2rem;
  color: #444444;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  .s-2 .content .box .title p:first-child {
    margin-top: 0rem;
  }
  .s-2 .content .box .content-cards {
    flex-direction: column;
  }
  .s-2 .content .box .content-cards .recomendado {
    right: 5% !important;
    top: 30% !important;
    width: 40% !important;
  }
  .s-2 .content .box .content-cards .card {
    width: 100%;
    padding: 1.5rem;
  }
  .s-2 .content .box .content-cards .card .desconto-selo {
    top: 15px;
    left: -15px;
    padding: 3px 20px;
    font-size: 1.2rem;
  }
  .s-2 .content .box .content-cards .card .header {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .s-2 .content .box .content-cards .card .header .left, .s-2 .content .box .content-cards .card .header .right {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .s-2 .content .box .content-cards .card .header .left .preco-desconto, .s-2 .content .box .content-cards .card .header .right .preco-desconto {
    font-size: 2.2rem;
  }
}
.cta-flutuante {
  border-radius: 1.125rem;
  border: 1px solid #BDBDBD;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  width: 50%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: sticky;
  top: 78%;
  z-index: 5;
}
.cta-flutuante .cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.cta-flutuante .cta-content .kit {
  width: 100px;
  height: 100px;
  box-shadow: 0 8px 36px rgba(80, 80, 80, 0.1);
  transition: transform 0.2s ease-in-out;
}
.cta-flutuante .cta-content .kit:hover {
  transform: scale(1.05);
}
.cta-flutuante .cta-content img {
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-flutuante .cta-content p {
  font-weight: bold;
  color: #111111;
}
.cta-flutuante .cta-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #017F5F;
  color: #fff;
  text-decoration: none;
  border-radius: 75px;
  padding: 1rem 2rem;
  white-space: nowrap;
}

.s-3 {
  padding: 5rem 0;
  display: flex;
  justify-content: center;
}
.s-3 .depoimentos-container {
  background: #C8D131;
  border-radius: 75px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 5rem;
}
.s-3 .depoimentos-titulo {
  margin-bottom: 10px;
}
.s-3 .depoimentos-desc {
  margin-bottom: 34px;
  width: 80%;
}
.s-3 .depoimentos-header {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: -8rem;
}
.s-3 .depoimentos-header .depoimentos-arrows {
  display: flex;
  gap: 20px;
}
.s-3 .depoimentos-header .depoimentos-arrows .arrow {
  background: #017F5F;
  border-radius: 15px;
  padding: 0.2rem 0.5rem !important;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s;
}
.s-3 .depoimentos-header .depoimentos-arrows .arrow:hover {
  transform: scale(1.13);
}
.s-3 .depoimentos-slider {
  width: 100%;
  overflow: hidden;
}
.s-3 .depoimentos-slider .depoimentos-cards {
  display: flex;
  gap: 32px;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
}
.s-3 .depoimentos-slider .depoimentos-cards .depoimento-card {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 450px;
  max-width: 480px;
  width: 100%;
  padding: 2rem 0;
  gap: 2rem;
}
.s-3 .depoimentos-slider .depoimentos-cards .depoimento-card .depoimento-conteudo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.s-3 .depoimentos-slider .depoimentos-cards .depoimento-card .depoimento-conteudo .depoimento-stars {
  color: #017F5F;
  font-size: 1.38rem;
  margin-bottom: 6px;
  letter-spacing: 2px;
}
.s-3 .depoimentos-slider .depoimentos-cards .depoimento-card .depoimento-conteudo .depoimento-stars span {
  color: #017F5F !important;
}
.s-3 .depoimentos-slider .depoimentos-cards .depoimento-card .depoimento-conteudo .depoimento-texto {
  font-size: 1.6rem;
  color: #232323;
  margin-bottom: 18px;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .s-3 {
    margin-top: -15rem;
    padding: 0 !important;
  }
  .s-3 .depoimentos-container {
    padding: 3rem 1rem;
  }
  .s-3 .depoimentos-cards {
    gap: 16px;
  }
  .s-3 .depoimentos-desc, .s-3 .depoimentos-titulo {
    padding: 0 2rem !important;
  }
  .s-3 .depoimento-card {
    min-width: 200px !important;
    max-width: 95% !important;
    width: 80vw;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .s-3 .depoimento-card .depoimento-conteudo {
    width: 80% !important;
  }
  .s-3 .depoimento-card .depoimento-conteudo .depoimento-texto {
    font-size: 1.4rem;
    width: 90%;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .s-3 .depoimentos-header {
    margin-top: 0rem;
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .s-3 .depoimentos-slider {
    margin-left: -5vw;
    width: 100vw;
  }
  .s-3 .depoimentos-slider .depoimentos-cards {
    gap: 16px;
  }
  .s-3 .depoimentos-container {
    padding: 3rem 0;
    border-radius: 50px;
  }
}
.upsell-box {
  margin-bottom: 2rem;
  padding: 1.2rem 1.5rem;
  border: 2px solid #017f5f;
  border-radius: 10px;
  background: #e8fff3;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.04);
  margin-top: 3rem;
}

.upsell-flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}

.upsell-img {
  width: 60px;
  height: auto;
  border-radius: 7px;
  box-shadow: 0 2px 8px 0 rgba(1, 127, 95, 0.11);
}

.upsell-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2px;
}

.upsell-green {
  color: #017f5f;
  font-weight: bold;
}

.upsell-btn {
  margin-top: 9px;
  background: #017f5f;
  color: #fff;
  padding: 1rem;
  font-size: 1.4rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 900px) {
  .upsell-btn .depoimentos-cards {
    gap: 18px;
  }
  .upsell-btn .depoimentos-cards .depoimento-card {
    min-width: 280px;
    max-width: 340px;
    padding: 28px 16px;
  }
  .upsell-btn .depoimentos-cards .depoimento-card .depoimento-img {
    width: 80px;
    height: 80px;
  }
  .upsell-btn .depoimentos-cards .depoimento-card .depoimento-conteudo {
    width: 140px;
  }
}
@media (max-width: 700px) {
  .upsell-btn .depoimentos-titulo {
    font-size: 1.4rem;
  }
  .upsell-btn .depoimentos-slider {
    margin: 0 auto;
    width: 92vw;
  }
  .upsell-btn .depoimentos-slider .depoimentos-cards {
    gap: 12px;
  }
  .upsell-btn .depoimentos-slider .depoimentos-cards .depoimento-card {
    min-width: 84vw;
    max-width: 86vw;
    flex-direction: row;
    align-items: center;
    padding: 16px 8px;
  }
  .upsell-btn .depoimentos-slider .depoimentos-cards .depoimento-card .depoimento-img {
    width: 62px;
    height: 62px;
  }
  .upsell-btn .depoimentos-slider .depoimentos-cards .depoimento-card .depoimento-conteudo {
    width: 64vw;
    align-items: flex-start;
  }
  .upsell-btn .depoimentos-header {
    margin-bottom: 8px;
  }
}
@media (max-width: 500px) {
  .upsell-btn .depoimentos-slider {
    width: 99vw;
    margin-left: -8px;
  }
  .upsell-btn .depoimentos-slider .depoimentos-cards {
    gap: 8px;
  }
  .upsell-btn .depoimentos-slider .depoimentos-cards .depoimento-card {
    min-width: 90vw;
    max-width: 93vw;
  }
}

.video-area {
  width: 100%;
  margin: 40px auto 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #181818;
}
.video-area .video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/6;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-area .video-thumb .video-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 16/6;
  filter: brightness(0.8);
}
.video-area .video-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.15s;
}
.video-area .video-thumb .video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.09);
}
.video-area .video-thumb .video-play-btn svg {
  display: block;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.5333333333));
}
.video-area .video-thumb .video-txt {
  position: absolute;
  left: 50%;
  top: calc(50% + 80px);
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(24, 24, 24, 0.6666666667);
}
.video-area .video-frame {
  width: 100%;
  aspect-ratio: 16/6;
  background: #000;
}
.video-area .video-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 20px;
}
@media (max-width: 700px) {
  .video-area {
    max-width: 98vw;
  }
  .video-area .video-thumb,
  .video-area .video-frame {
    aspect-ratio: 16/9;
  }
  .video-area .video-txt {
    font-size: 1.03rem;
    top: calc(50% + 54px);
  }
  .video-area .video-play-btn svg {
    width: 70px;
    height: 70px;
  }
}

.s-4 {
  padding: 5rem 0;
}
.s-4 .container .content .box .passo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.s-4 .container .content .box .passo h3 {
  color: #017F5F;
}
.s-4 .container .content .box .passo .content-passos {
  display: flex;
  align-items: start;
  gap: 3rem;
}
.s-4 .container .content .box .passo .content-passos .passo-item {
  width: 33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.s-4 .container .content .box .passo .content-passos .passo-item .passo-numero p {
  color: #017F5F;
  font-size: 2.5rem;
  font-weight: 600;
}
.s-4 .container .content .box .passo .content-passos .passo-item .passo-texto p {
  margin-top: 0rem;
}

.s-5 {
  padding: 5rem 0;
}
.s-5 .container .content .box .informacoes {
  display: flex;
  align-items: start;
  gap: 5rem;
  justify-content: space-between;
}
.s-5 .container .content .box .informacoes .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.s-5 .container .content .box .informacoes .left .info-icones {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.s-5 .container .content .box .informacoes .left .info-icones .itens {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}
.s-5 .container .content .box .informacoes .left .info-icones .itens .item {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 75px;
  border: 1px solid #C8D131;
  white-space: nowrap;
}
.s-5 .container .content .box .informacoes .left .info-icones .itens .item span {
  font-size: 1.4rem;
}
.s-5 .container .content .box .informacoes .left .info-text .info-item {
  margin: 2rem 0;
}
.s-5 .container .content .box .informacoes .right {
  width: 50%;
  display: flex;
  justify-content: end;
}
.s-5 .container .content .box .informacoes .right img {
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-6 {
  padding: 5rem 0;
}
.s-6 .container .content .box .saude .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 5rem;
  gap: 1rem;
}
.s-6 .container .content .box .saude .title h3 {
  color: #017F5F;
}
.s-6 .container .content .box .saude .title p {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.s-6 .container .content .box .saude .entenda {
  border-radius: 2rem;
  border: 1px solid #017F5F;
  padding: 8rem 5rem;
  position: relative;
}
.s-6 .container .content .box .saude .entenda h2 {
  margin-top: 2rem;
}
.s-6 .container .content .box .saude .entenda h2 b {
  color: #017F5F;
}
.s-6 .container .content .box .saude .entenda p {
  width: 50%;
}
.s-6 .container .content .box .saude .entenda .frascos {
  position: absolute;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.s-6 .container .content .box .saude .entenda ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.s-6 .container .content .box .saude .entenda ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.s-6 .container .content .box .saude .entenda ul li img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

#referencia-cientifica {
  font-weight: 400;
  color: #444444;
  font-size: 1.4rem;
  text-decoration: none;
  background: #017F5F;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 75px;
  transform: transition 0.2s ease-in-out;
}

#popup-referencias .popup-content ol li {
  font-style: italic;
  font-size: 1.4rem;
}

/* Estilos para o Popup de Referências */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 2rem;
}

.popup-content {
  background-color: #ffffff;
  padding: 2rem 3rem;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
  line-height: 1;
}

.popup-close:hover {
  color: #000;
}

.popup-content h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #333;
  margin-left: 1.5rem;
}

.popup-content ol {
  padding-left: 20px;
}

.popup-content ol li {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #666;
}

.s-7 {
  padding-top: 5rem;
  background: #017F5F;
}
.s-7 h2, .s-7 h3, .s-7 p, .s-7 a, .s-7 span {
  margin: 0;
  padding: 0;
  color: #fff;
}
.s-7 .container {
  margin: 0 auto;
}
.s-7 .container .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.s-7 .container .content .title {
  text-align: start;
}
.s-7 .container .content .title h2 {
  color: #fff;
  margin-bottom: 3rem;
}
.s-7 .container .content .title p {
  color: #fff;
  margin-bottom: 0.75rem;
}
.s-7 .container .content .title a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
}
.s-7 .container .content .title a:hover {
  text-decoration: underline;
}
.s-7 .container .content .faq {
  margin-top: 5rem;
}
.s-7 .container .content .faq .question {
  border-bottom: 1px solid #c4c4c4;
}
.s-7 .container .content .faq .question:first-child {
  border-top: 1px solid #c4c4c4;
}
.s-7 .container .content .faq .question .question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 2rem 0rem;
}
.s-7 .container .content .faq .question .question-header h3 {
  color: #fff;
  flex-grow: 1;
}
.s-7 .container .content .faq .question .question-header .faq-icon {
  color: #fff;
  margin-left: 1rem;
  font-size: 2rem;
  transition: transform 0.2s ease;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 0.1rem 0.8rem;
}
.s-7 .container .content .faq .question .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding-bottom 0.3s ease-out;
}
.s-7 .container .content .faq .question .answer p {
  line-height: 1.6;
  color: #fff;
  padding: 2rem 0;
}
.s-7 .container .content .faq .question.active .answer {
  padding-bottom: 1.25rem;
}

footer {
  padding-top: 15rem;
  padding-bottom: 5rem;
  border-radius: 75px 75px 0 0;
  background: #C8D131;
  margin-top: 5rem;
}
footer .container .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .container .footer-content .footer-social {
  display: flex;
  align-items: center;
  gap: 2rem;
}
footer .container .footer-content .footer-social a {
  background: #fff;
  padding: 0.5rem 0.8rem;
  color: #111111;
  border-radius: 50%;
  transition: background 0.2s ease;
}
footer .container .footer-content .footer-links .politicas {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .container .footer-content .footer-links ul {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
footer .container .footer-content .footer-links ul li a {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
  color: #111111;
}
footer .container .footer-content .footer-links ul li a:hover {
  border-bottom-color: #111111;
}
footer .container .copyright {
  text-align: center;
  border-top: 1px solid #111111;
  padding-top: 5rem;
  margin-top: 5rem;
}
footer .container .copyright p {
  color: #111111;
}

.upsell-mobile {
  display: none;
}

.upsell-desktop {
  display: none;
}

@media (max-width: 768px) {
  .cta-flutuante {
    border-radius: 1.125rem;
    border: 1px solid #BDBDBD;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    width: 50%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: sticky;
    top: 70%;
    z-index: 5;
  }
  .cta-flutuante .cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .cta-flutuante .cta-content .kit {
    width: 100px;
    height: 100px;
    box-shadow: 0 8px 36px rgba(80, 80, 80, 0.1);
    transition: transform 0.2s ease-in-out;
  }
  .cta-flutuante .cta-content .kit:hover {
    transform: scale(1.05);
  }
  .cta-flutuante .cta-content img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px !important;
    height: 40px !important;
  }
  .cta-flutuante .cta-content p {
    font-weight: bold;
    font-size: 1.4rem;
    color: #111111;
  }
  .cta-flutuante .cta-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #017F5F;
    color: #fff;
    text-decoration: none;
    border-radius: 75px;
    padding: 0.5rem 2rem;
    white-space: nowrap;
    font-size: 1.4rem;
  }
  .upsell-mobile {
    margin-top: -2rem !important;
  }
  .checkout-summary {
    margin-top: -4rem !important;
  }
  header nav .menu-inf .itens-menu-inf ul {
    margin-top: 5rem !important;
  }
  .depoimentos-desc {
    width: 100% !important;
  }
  .s-1 .content .box {
    flex-direction: column;
    align-items: center;
  }
  .s-1 .content .box .left, .s-1 .content .box .right {
    width: 100%;
    text-align: center;
  }
  .s-1 .content .box .left .cta, .s-1 .content .box .right .cta {
    width: 100%;
    justify-content: center;
  }
  .s-1 .content .box .left .cta a, .s-1 .content .box .right .cta a {
    width: 100%;
    justify-content: center;
  }
  .s-2 .content .content-cards {
    flex-direction: column;
  }
  .s-2 .content .content-cards .recomendado {
    right: 5% !important;
    top: 30% !important;
    width: 40% !important;
  }
  .s-2 .content .content-cards .card {
    width: 100%;
    padding: 1.5rem;
  }
  .s-2 .content .content-cards .card .header {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .s-2 .content .content-cards .card .header .left, .s-2 .content .content-cards .card .header .right {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .cta-flutuante {
    width: 90% !important;
  }
  .cta-flutuante .cta-content {
    flex-direction: column;
    align-items: center;
  }
  .cta-flutuante .cta-content p {
    text-align: center;
  }
  .cta-flutuante .cta-content .kit {
    width: 80px;
    height: 80px;
  }
  .s-4 .content .passo .content-passos {
    flex-direction: column;
    align-items: center;
  }
  .s-4 .content .passo .content-passos .passo-item {
    width: 100% !important;
    text-align: center;
  }
  .video-area .video-play-btn svg {
    width: 130px !important;
    height: 130px !important;
  }
  .s-5 .content .informacoes {
    flex-direction: column;
    align-items: center;
  }
  .s-5 .content .informacoes .left, .s-5 .content .informacoes .right {
    width: 100%;
    text-align: center;
  }
  .s-5 .content .informacoes .left .info-icones, .s-5 .content .informacoes .right .info-icones {
    flex-direction: column;
  }
  .s-5 .content .informacoes .left .info-icones .itens, .s-5 .content .informacoes .right .info-icones .itens {
    gap: 1rem !important;
    width: 100% !important;
  }
  .s-5 .content .informacoes .left .info-icones .itens .item, .s-5 .content .informacoes .right .info-icones .itens .item {
    width: 100% !important;
    padding: 1rem !important;
    justify-content: center;
    text-align: center;
    margin-bottom: 1rem !important;
  }
  .s-5 .content .informacoes .left .info-text .info-item h3, .s-5 .content .informacoes .right .info-text .info-item h3 {
    margin-bottom: 1rem !important;
  }
  .s-5 .content .informacoes .left .informacao-nutricional, .s-5 .content .informacoes .right .informacao-nutricional {
    width: 100% !important;
  }
  .s-6 .content .box .saude .entenda {
    padding-top: 5rem !important;
    padding-bottom: 15rem !important;
  }
  .mobile-br {
    display: block !important;
  }
  footer {
    padding-top: 5rem !important;
  }
  footer .footer-content {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-content .footer-social {
    margin-top: 2rem;
  }
  footer .footer-content .footer-links {
    margin-top: 5rem;
  }
  footer .footer-content .footer-links ul {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-content .footer-links ul li {
    margin-bottom: 1rem !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #444444;
  font-size: 1.8rem;
}

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

button {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #444444;
  font-family: "Montserrat", sans-serif;
}

input {
  border: none;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

li {
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

span {
  font-size: 1.8rem;
  color: #444444;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #111111;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #111111;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.cta {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.cta a {
  padding: 1rem 2rem;
  background-color: #017F5F;
  text-align: center;
  color: #fff;
  border-radius: 75px;
  display: flex;
  align-items: center;
}

strong {
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

.carousel-button:hover {
  background-color: #017F5F !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  h2 {
    width: 100% !important;
    font-size: 30px !important;
  }
  p {
    width: 100% !important;
  }
  .left, .right {
    width: 100% !important;
  }
  h3 {
    font-size: 2.5rem !important;
  }
  .container {
    width: 90% !important;
  }
}
header {
  width: 100%;
  z-index: 999999999999;
  padding: 2rem 0;
  background: #C8D131;
  /*  blur  */
}
header nav .menu-inf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*  hambúrguer / X  */
  /*  off-canvas  */
  /*  ícones  */
}
header nav .menu-inf .logo {
  width: 30%;
}
header nav .menu-inf .logo img {
  width: 80px;
}
header nav .menu-inf .mobile-hamburguer {
  display: block;
}
header nav .menu-inf .itens-menu-inf {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80vw;
  height: 100%;
  background: #C8D131;
  padding: 2rem;
  flex-direction: column;
  gap: 2.5rem;
  transition: left 0.5s ease;
  z-index: 99;
}
header nav .menu-inf .itens-menu-inf .logo-mobile {
  display: block;
  margin-bottom: 2rem;
}
header nav .menu-inf .itens-menu-inf .logo-mobile img {
  width: 80px;
}
header nav .menu-inf .itens-menu-inf ul {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}
header nav .menu-inf .itens-menu-inf ul li {
  position: relative;
  white-space: nowrap;
  /*  submenu – mobile  */
}
header nav .menu-inf .itens-menu-inf ul li a {
  color: #111111;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
header nav .menu-inf .itens-menu-inf ul li a:hover {
  border-bottom-color: #111111;
}
header nav .menu-inf .itens-menu-inf ul li .submenu {
  display: none;
  position: static;
  flex-direction: column;
  gap: 0.2rem;
  padding-left: 1rem;
}
header nav .menu-inf .itens-menu-inf ul li .submenu.open {
  display: flex;
  gap: 1.5rem;
}
header nav .menu-inf .itens-menu-inf ul li .submenu.open .primeiro {
  margin-top: 1.5rem !important;
}
header nav .menu-inf .hamburger, header nav .menu-inf .close-menu {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  color: #111111;
  cursor: pointer;
  z-index: 100;
}
header nav .menu-inf .close-menu {
  display: none;
}
header .blur-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  display: none;
}
header .blur-background.show {
  display: block;
}

@media (min-width: 769px) {
  header {
    padding: 2rem 0 !important;
  }
  .mobile-hamburguer {
    display: none !important;
  }
  .cta-header {
    margin-top: 0rem !important;
  }
  nav .menu-inf {
    display: flex !important;
    align-items: center !important;
    gap: 3rem !important;
  }
  nav .menu-inf .logo {
    width: 15% !important;
  }
  nav .menu-inf .logo img {
    width: 70% !important;
  }
  nav .menu-inf .itens-menu-inf {
    position: static !important;
    height: auto !important;
    flex-direction: row !important;
    gap: 3rem !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }
  nav .menu-inf .itens-menu-inf .logo-mobile {
    display: none !important;
  }
  nav .menu-inf .itens-menu-inf ul {
    flex-direction: row !important;
    gap: 4rem !important;
  }
  nav .menu-inf .itens-menu-inf ul li {
    /*  submenu – desktop  */
    /* anula .open que venha do mobile */
  }
  nav .menu-inf .itens-menu-inf ul li .submenu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #C8D131 !important;
    padding: 1rem 0 !important;
    min-width: 250px !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  nav .menu-inf .itens-menu-inf ul li .submenu li {
    padding: 1rem !important;
  }
  nav .menu-inf .itens-menu-inf ul li .submenu li a {
    color: #111111 !important;
  }
  nav .menu-inf .itens-menu-inf ul li:hover > .submenu {
    display: flex !important;
  }
  nav .menu-inf .itens-menu-inf ul li .submenu.open {
    display: none !important;
  }
}
body {
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  margin: 0;
}

.left-checkout {
  width: 60%;
}

.right-checkout {
  width: 40%;
}

.checkout-container {
  display: flex;
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.checkout-form {
  flex: 2;
  padding: 32px;
  display: flex;
  width: 100%;
  gap: 3rem;
}
.checkout-form h2 {
  margin-top: 12px;
  font-size: 1.8rem;
  color: #222;
}
.checkout-form input, .checkout-form select, .checkout-form textarea {
  padding: 12px;
  margin-bottom: 14px;
  border: 1px solid #eee;
  border-radius: 10px;
  outline: none;
  transition: border 0.2s;
  width: 100%;
}
.checkout-form input:focus, .checkout-form select:focus, .checkout-form textarea:focus {
  border-color: #017f5f;
}
.checkout-form .row {
  display: flex;
  gap: 14px;
}
.checkout-form .row input {
  width: 100%;
}
.checkout-form .pay-methods {
  display: flex;
  gap: 24px;
  margin-bottom: 8px;
}
.checkout-form .btn-primary {
  background: #017f5f;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 18px;
  transition: background 0.2s;
  width: 100%;
}
.checkout-form .btn-primary:hover {
  background: rgb(0.6015625, 76.3984375, 57.1484375);
}
.checkout-form #checkout-status {
  margin-top: 10px;
  min-height: 24px;
  font-size: 1rem;
}
.checkout-form #pix-area {
  margin-top: 20px;
}
.checkout-form #pix-area p {
  margin-bottom: 10px;
}

.checkout-summary {
  flex: 1;
  background: #fff;
  border-left: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
}
.checkout-summary .logo {
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 32px;
}
.checkout-summary .product-summary {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  gap: 1rem;
}
.checkout-summary .product-summary .product-thumb {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 16px;
}
.checkout-summary .product-summary .product-title {
  font-size: 1.05rem;
  font-weight: 700;
}
.checkout-summary .product-summary .product-info {
  font-size: 0.92rem;
  color: #777;
}
.checkout-summary .product-summary .product-price {
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
}
.checkout-summary .summary-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 10px;
}
.checkout-summary .summary-row.total {
  font-weight: 700;
  font-size: 1.18rem;
  border-top: 1px solid #ddd;
  margin-top: 18px;
  padding-top: 10px;
}

#pix-check-btn {
  display: inline-block;
  background: linear-gradient(90deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 13px 26px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(18, 140, 126, 0.15);
  transition: background 0.2s, transform 0.1s;
}
#pix-check-btn:hover {
  background: linear-gradient(90deg, #128c7e 0%, #25d366 100%);
  transform: scale(1.04);
}

.btn-copy-pix {
  background: #eee;
  color: #128c7e;
  border: 1.5px solid #128c7e;
  border-radius: 8px;
  padding: 8px 16px;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.btn-copy-pix:hover {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}

@media (max-width: 900px) {
  .checkout-container {
    flex-direction: column;
    max-width: 100%;
  }
  .checkout-form, .checkout-summary {
    padding: 24px;
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .checkout-summary {
    border-left: none;
    border-top: 1px solid #eee;
    padding-top: 0rem;
  }
  .left-checkout, .right-checkout {
    width: 100% !important;
  }
  .pagar-mobile {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */