@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Light.ttf');
}

@font-face {
  font-family: 'Poppins bold';
  src: url('Poppins-Bold.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.navbar {
  background: linear-gradient(to left, #3aac49, #1b5732);
  transition: background 0.3s;
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.nav-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center; /* Centraliza verticalmente os itens dentro da lista */
}

.nav-list li {
  margin: 0 15px;
  text-align: center;
}

.nav-list a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.nav-list a.onde-comprar {
  font-weight: bold;
}


.social-icons img {
  width: 50px;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin: 3px 0;
}



.banner-section {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-section {
  padding: 40px 100px;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.info-section h1 {
  font-size: 3.8rem;
  font-weight: lighter;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to right, #1b5631, #3bab49);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.info-section h3 {
  font-size: 3.8rem;
  font-weight: lighter;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to right, #1b5631, #3bab49);
  -webkit-background-clip: text;
}

.info-section h4 {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: 'Poppins bold', sans-serif;
  background: linear-gradient(to right, #3aac49, #1b5732);
  color: #fff;
  width: 100%;
  border: none;
  text-align: center;
  padding: 0px 20px;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s;
  border-radius: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.info-section h2 {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: 'Poppins bold', sans-serif;
  background: linear-gradient(to right, #3aac49, #1b5732);
  color: #fff;
  width: 100%;
  border: none;
  text-align: center;
  padding: 0px 20px;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s;
  border-radius: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.info-section h3 {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: 'Poppins bold', sans-serif;
  background: linear-gradient(to right, #3aac49, #1b5732);
  color: #fff;
  width: 100%;
  border: none;
  text-align: center;
  padding: 0px 20px;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s;
  border-radius: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}


.info-section .highlight {
  color: #3BAF64;
  font-family: 'Poppins bold', sans-serif;
}

.numero {
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
}

.info-section p {
  font-size: 1.5rem;
  color: #a7a9ac;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.info-section .bold {
  font-weight: bold;
  color: #333;
}

.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.buttons .btn {
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 15px;
  display: block;
  width: auto;
  text-align: center;
}

.buttons .btn.yellow {
  background-color: #eeea22;
  color: transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  font-size: 25px;
  width: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.buttons .btn.yellow::before {
  content: 'CONFIRA OS ESTUDOS CLÍNICOS';
  background: linear-gradient(90deg, #3aac49, #1b5732);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: inherit;
  pointer-events: none;
}



.buttons .btn.green {
  background: linear-gradient(to right, #3aac49, #1b5732);
  color: #fff;
  width: 100%;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  border: none;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s;
}




.video-section {
  margin-top: 70px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  color: #8E8E8E;
  padding: 20px;
}

.video-section h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.video-item video {
  width: 100%;
  border-radius: 30px;
}


.video-header h4 {
  font-size: 2.0rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.footer {
  color: #666;
  padding: 20px;
  text-align: center;
}

.footer p {
  line-height: 1.5;
  margin: 0;
  color: black;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.7rem;
  font-weight: bold;
}

.footer strong {
  color: #000;
}

.footer-green {
  width: 100%;
  height: 1%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to left, #3aac49, #1b5732);
  transition: background 0.3s;
}

.footer-yellow {
  width: 100%;
  height: 5%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #EEEA22;
  transition: background 0.3s;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin-top: 0.7%;
}

.logo-footer {
  position: absolute;
  margin-right: 50%;
}

.social-icon {
  width: 80%;
}

.qr-code {
  width: 2.5%;
  height: 2.5%;
}

#instagram {
  width: 100%;
}

.footer-text {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  margin-left: 45%;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
}

.probioticos-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  color: #8E8E8E;
  padding: 20px;
}



.probioticos-header h4 {
  font-size: 2.0rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.probioticos-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 0px 50px;
}

.probioticos-texto {
  flex: 2;
  line-height: 1.8;
  font-size: 1rem;
}

.probioticos-imagem {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.probioticos-imagem img {
  max-width: 240px;
  height: auto;
}

.diarreia-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  color: #8E8E8E;
  padding: 20px;
}

.diarreia-header h4 {
  font-size: 2.0rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.diarreia-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 0px 50px;
}

.diarreia-texto {
  flex: 2;
  line-height: 1.8;
  font-size: 1rem;
}

.diarreia-imagem {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.diarreia-imagem img {
  max-width: 240px;
  height: auto;
}

.diarreia-galeria {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.diarreia-galeria img {
  width: 30%;
  height: 30%;
}

.produto-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  color: #8E8E8E;
  padding: 20px;
}



.produto-header h4 {
  font-size: 2.0rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.produto-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 0px 50px;
}

.produto-texto {
  flex: 2;
  line-height: 1.8;
  font-size: 1rem;
}

.produto-imagem {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.produto-imagem img {
  max-width: 50%;
  height: auto;
}

.produto-imagem2 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.produto-imagem2 img {
  max-width: 100%;
  height: auto;
}

.mecanismo-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  color: #8E8E8E;
  padding: 20px;
}



.mecanismo-header h4 {
  font-size: 2.0rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.mecanismo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 0px 50px;
}

.mecanismo-texto {
  flex: 2;
  line-height: 1.8;
  font-size: 1rem;
}

.mecanismo-imagem {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mecanismo-imagem img {
  max-width: 76%;
  height: auto;
}

.mecanismo-imagem2 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mecanismo-imagem2 img {
  max-width: 100%;
  height: auto;
}


.produto-galeria {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.posologia-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  color: #8E8E8E;
  padding: 20px;
}



.posologia-header h4 {
  font-size: 2.0rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 50px;
  font-family: 'Poppins bold', sans-serif;
}

.posologia-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 0px 50px;
}

.posologia-texto {
  flex: 2;
  line-height: 1.8;
  font-size: 1rem;
}

.posologia-imagem {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.posologia-imagem img {
  max-width: 65%;
  height: auto;
  margin-right: 200px;
}

.posologia-imagem2 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.posologia-imagem2 img {
  max-width: 140%;
  height: auto;
  margin-right: 60px;
}

.onde-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  color: #8E8E8E;
  padding: 20px;
}



.onde-header h4 {
  font-size: 2.0rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.onde-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 0px 50px;
}

.onde-texto {
  flex: 2;
  line-height: 1.8;
  font-size: 1rem;
}

.onde-imagem {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.onde-imagem img {
  max-width: 100%;
  height: auto;
}

.onde-imagem2 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.onde-imagem2 img {
  max-width: 80%;
  height: auto;
}

.onde-galeria {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 50px;
}

.onde-galeria img {
  width: 90%;
  height: auto;
}

#unico {
  width: 30%;
}

#produto3 {
  margin-left: 10px;
}

.produto-galeria img {
  width: 15%;
  height: 15%;
}

.atencao {
  width: 60%;
  margin-top: 30px;
}

.facebook {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .hero-image {
    max-width: 80%;
    margin: 0 auto;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .info-section {
    padding: 40px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }

  .buttons .btn.yellow {
    background-color: #eeea22;
    color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
    font-size: 20px;
    width: 75%;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
  }

  .buttons .btn.yellow::before {
    content: 'CONFIRA OS ESTUDOS CLÍNICOS';
    background: linear-gradient(90deg, #3aac49, #1b5732);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: inherit;
    pointer-events: none;
  }

  .info-section h3 {
    font-size: 1.8rem;
    font-weight: lighter;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;

  }

  .navbar {
    background-color: #287c36;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    height: 50px;
  }

  .menu-toggle {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 5px;
    left: 15px;
    z-index: 1001;
    height: 40px;
  }

  .menu-toggle .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    background-color: #287c36;
    text-align: left;
    padding: 20px;
    transition: left 0.3s ease;
    z-index: 999;
  }

  .nav-list li {
    margin: 15px 0;
  }

  .nav-list.active {
    left: 0;
  }

  .navbar a,
  .menu-toggle .bar {
    color: white;
  }




  .probioticos-content {
    flex-direction: column;
    text-align: center;
  }

  .probioticos-texto {
    font-size: 0.9rem;
  }

  .probioticos-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 0px 0px;
  }

  .diarreia-content {
    flex-direction: column;
    text-align: center;
  }

  .diarreia-texto {
    font-size: 0.9rem;
  }

  .diarreia-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 0px 0px;
  }

  .diarreia-galeria {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .diarreia-galeria img {
    width: 80%;
  }

  .produto-content {
    flex-direction: column;
    text-align: center;
  }

  .produto-texto {
    font-size: 0.9rem;
  }

  .produto-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 0px 0px;
  }

  .produto-galeria {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .produto-galeria img {
    width: 80%;
  }

  .posologia-content {
    flex-direction: column;
    text-align: center;
  }

  .posologia-texto {
    font-size: 0.9rem;
  }

  .posologia-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 0px 0px;
  }

  .posologia-imagem img {
    max-width: 65%;
    height: auto;
    margin-right: 0px;
  }

  .posologia-imagem2 img {
    max-width: 110%;
    height: auto;
    margin-right: 0px;
    margin-top: 15px;
  }

  .mecanismo-content {
    flex-direction: column;
    text-align: center;
  }

  .mecanismo-texto {
    font-size: 0.9rem;
  }

  .mecanismo-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 0px 0px;
  }

  .onde-content {
    flex-direction: column;
    text-align: center;
  }

  .onde-texto {
    font-size: 0.9rem;
  }

  .onde-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 0px 0px;
  }

  .onde-galeria {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .onde-galeria img {
    width: 80%;
  }

  #unico {
    width: 75%;
  }

  #produto2 {
    margin-right: 15px;
  }

  #produto3 {
    margin-left: 15px;
    margin-top: -60px;
  }

  #produto5 {
    margin-top: -60px;
  }

  .atencao {
    width: 100%;
    margin-top: 0px;
  }

  .probioticos-header h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .diarreia-header h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .produto-header h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .mecanismo-header h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .posologia-header h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .onde-header h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .video-header h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
    margin-top: 0px;
  }

  .footer-green {
    width: 100%;
    height: 0.5%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(to left, #3aac49, #1b5732);
    transition: background 0.3s;
  }

  .footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 1;
    margin-top: 2%;
  }

  .facebook {
    margin-right: 0px;
  }

  #instagram {
    width: 68%;
  }

  .logo-footer {
    position: absolute;
    margin-right: 65%;
    width: 30%;
  }

  .social-icon {
    width: 65%;
  }

  .qr-code {
    width: 7.5%;
    height: 7.5%;
  }

  .footer-text {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    margin-left: 65%;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
  }



}