* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  background-size: cover;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
.container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

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

nav {
  width: 100%;
  height: 119px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

nav ul {
  justify-content: space-between;
  align-items: center;
}

nav ul li a {
  color: #616161;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-top: 54px;
}

nav ul li a::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin: 0 auto;
  transition: 400ms ease-in-out;
}

nav ul li a:hover::after {
  background-color: #286d3e;
}

nav ul li img.logotipo {
 width: 200px;
 height: 55px;
}

#banner-one img,
#banner-two img,
#banner-three img,
#banner-for img,
#banner-five img,
#banner-six img,
#banner-seven img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .hide-mb {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hide-tb {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .hide-ds {
    display: none;
  }
}

/* Banner one */

#banner-one {
  background: url(../images/banner-one.png) top center no-repeat;
  background-size: cover;
  height: 700px;
  z-index: 2;
}

#banner-one img.one-lactobacilos-left {
  width: 300px;
  height: 365px;
  z-index: 5;
  left: 0;
  animation: one-lactobacilos-left 3s ease-in-out infinite;
}

@keyframes one-lactobacilos-left {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(30px);
  }
}

#banner-one .block-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#banner-one .galinha-sem-ovo {
  position: absolute;
  z-index: 2;
  width: 62px;
  height: 62px;
  top: 270px;
  left: 350px;
}

#banner-one .block-one h1 {
  position: absolute;
  z-index: 2;
  top: 170px;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

#banner-one .block-one .traço-white {
  position: absolute;
  z-index: 2;
  border: 5px solid #ffffff;
  width: 90%;
  top: 330px;
  left: 0;
}

#banner-one .card-one {
  gap: 20px;
}

#banner-one .card-one:hover {
  animation: card-animation 2s;
}

@keyframes card-animation {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-20px);
  }
}

#banner-one .block-three img {
  width: 60px;
  height: 90px;
}

#banner-one .block-three p {
  font-weight: 800;
  font-size: 20px;
  line-height: 14px;
  line-height: 20px;
  color: #4d6b53;
  text-align: center;
}

#banner-one .block-three .card-one {
  width: 150px;
  height: 200px;
  background: #ffffff;
  box-shadow: 2px 2px 20px 2px #013613ad;
  border-radius: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#banner-one .block-two {
  z-index: 2;
  justify-content: space-between;
  margin-top: -60px;
}

#banner-one .block-two .block-three {
  gap: 50px;
}

/* Banner two */

#banner-two {
  background: url(../images/banner-two.png) top center no-repeat;
  background-size: cover;
  height: 821px;
  position: relative;
  z-index: -1;
  margin-top: -135px;
}

#banner-two .arrived {
  top: 500px;
  max-width: 200px;
}

#banner-two .text {
  position: absolute;
  z-index: 5;
  color: #696969;
  text-align: right;
  top: 380px;
  left: 200px;
}

#banner-two .text h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
}

#banner-two .text p {
  font-size: 20px;
  line-height: 30px;
}

#banner-two .image img {
  position: absolute;
  z-index: 5;
  width: 330px;
  height: 450px;
  top: 250px;
  right: 300px;
}

#banner-two img.one-lactobacilos-right {
  position: absolute;
  height: 380px;
  top: 200px;
  right: 0;
  animation: one-lactobacilos-right 3s ease-in-out infinite;
}

@keyframes one-lactobacilos-right {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(30px);
  }
}

/* Banner three */

#banner-three {
  background: url(../images/banner-three.png) top center no-repeat;
  background-size: cover;
  height: 1125px;
}

#banner-three .config {
  width: 300px;
  height: 300px;
  position: absolute;
  right: 0;
  margin: -20px 200px 0 0;
  justify-content: right;
  align-items: flex-end;
  display: flex;
}

#banner-three .brown-trace {
  position: absolute;
  background-color: #8d925a;
  width: 100px;
  height: 10px;
  right: 0;
  top: 100px;
}
#banner-three h1 {
  position: absolute;
  z-index: 2;
  letter-spacing: -0.06em;
  font-weight: 400;
  color: #ffffff;
  margin-top: 30px;
  text-align: right;
}

#banner-three h1 .strong {
  font-weight: 800;
  font-size: 35px;
}

#banner-three h1 .menor {
  font-size: 25px;
}

#banner-three h1 .maior {
  font-size: 35px;
}

#banner-three p {
  position: absolute;
  z-index: 2;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.06em;
  color: #ffffff;
  width: 350px;
  margin: 750px 0 0 10%;
}

.text-yellow {
  color: #f8e74d;
}
.text-green {
  color: #94e864;
}
.text-blue {
  color: #7bdcee;
}

#banner-three img.three-lactobacilos-left {
  position: absolute;
  height: 200px;
  width: 300px;
  left: 0;
  margin-top: 100px;
  animation: three-lactobacilos-left 3s ease-in-out infinite;
}

@keyframes three-lactobacilos-left {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(30px);
  }
}

/* Banner for */

#banner-for {
  background: url(../images/banner-for.png) top center no-repeat;
  background-size: cover;
  height: 463px;
  margin-top: -120px;
}

#banner-for .block-folha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#banner-for .block-folha img {
  position: absolute;
  z-index: 5;
  margin-top: 120px;
}

#banner-for .block-folha h2 {
  position: absolute;
  z-index: 2;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  margin-top: 500px;
}

/* Bloco five */

#banner-five {
  background: url(../images/banner-five.png) top center no-repeat;
  background-size: contain;
  height: 1134px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#banner-five .video iframe {
  position: relative;
  z-index: 2;
  width: 900px;
  height: 450px;
  margin: 100px 200px;
}

#banner-five img.tecnologia {
  bottom: 30px;
}

#banner-five .icon-tecnologia {
  position: absolute;
  margin-top: 700px;
}

#banner-five h3 {
  position: absolute;
  z-index: 5;
  font-weight: 300;
  font-size: 27px;
  line-height: 33px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #616161;
  background: #f8f8f8;
  border-radius: 69px;
  padding: 70px 100px;
  margin-top: 850px;
}

#banner-five .feature {
  position: absolute;
  background-color: #286d3e;
  width: 220px;
  height: 10px;
  margin-top: 600px;
}

#banner-five .rodape {
  position: relative;
  margin-top: 150px;
}

#banner-five .rodape img {
  width: 100%;
}

/* Banner six */

#banner-six {
  background-size: cover;
}

/* Banner seven */

#banner-seven {
  background-size: cover;
  margin-top: -80px;
}

#banner-seven .card-seven {
  background-color: #ffffff94;
}

/* Bloco meet */
#meet {
  text-align: center;
}

#meet .block-title h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #286d3e;
  margin: 100px 0;
}

#meet .block-video {
  margin-bottom: 140px;
}

#meet .block-video .flex {
  margin: 0 auto;
  justify-content: center;
}

#meet .block-video .video-one {
  margin-right: 22px;
}

#meet .video-one iframe,
#meet .video-two iframe {
  width: 550px;
  height: 315px;
}

#meet .block-meet h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  color: #286d3e;
}

#meet .block-meet img {
  width: 200px;
  height: 35px;
  margin-bottom: 26px;
}

#meet .block-invitation h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 49px;
  text-align: center;
  color: #616161;
  margin: 100px 0 80px 0;
}

#meet .logo img {
  width: 193px;
  height: 84px;
  margin-bottom: 150px;
}

/* Footer */

footer {
  width: 100%;
  height: 100px;
  background: #d35b2b;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer p {
  font-size: 15px;
  color: #FFFFFF;
}

footer p a {
  color: #FFFFFF;

}
