* {
  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: 116px;
  height: 61px;
}

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

@media screen and (min-width: 769px) 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-01.webp) top center no-repeat;
  background-color: #f4f4f4;
  background-size: cover;
  height: 600px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

#banner-one .block-one h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: -0.05em;
  color: #ffffff;
  width: 60%;
  margin-left: 51px;
}

#banner-one span {
  font-weight: 700;
  background-color: #029047;
  padding: 0 5px 0 5px;
}

/* Banner two */

#banner-two {
  background-color: #f4f4f4;
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: center;
}

#banner-two .meio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
  width: 80%;
}

#banner-two .text-one h1 {
  width: 50%;
  float: left;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.9%;
  text-align: left;
  letter-spacing: -0.05em;
  color: #e49d33;
}

#banner-two .text-two h1 {
  width: 50%;
  float: right;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.9%;
  text-align: right;
  letter-spacing: -0.05em;
  color: #cf3e45;
}

#banner-two span {
  font-weight: 700;
}

/* Banner three */

#banner-three img {
  background-size: cover;
  width: 100%;
}

/* Banner for */

#banner-for {
  background: url(../images/banner-04.webp) top center no-repeat;
  background-size: cover;
  height: 1100px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
  margin-top: -10px;
  position: relative;
}

#banner-for h1 {
  width: 800px;
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-left: 40px;
}

#banner-for .block-for {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 180px;
}

#banner-for span {
  font-weight: 700;
}

#banner-for .description {
  display: none;
}


/* Bloco five */

#banner-five {
  width: 100%;
  background-color: #52ce93;
  display: flex;
  align-items: center;
  position: relative;
}

#banner-five img {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 100px 0;
}

/* Banner six */

#banner-six,
#banner-ten {
  width: 100%;
  height: 950px;
  background-color: #008f3e;
  margin-top: -20px;
}

#banner-eight {
  width: 100%;
  height: 820px;
  background-color: #008f3e;
  margin-top: -10px;
}

#banner-six h1,
#banner-eight h1,
#banner-ten h1 {
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 159px 0 121px 0;
}

#banner-six h1 span {
  background-color: #00de64;
  font-weight: 700;
  padding: 0 5px 0 5px;
}

#banner-six img,
#banner-ten img {
  width: 400px;
  height: 526px;
  float: right;
}

#banner-eight img {
  width: 450px;
  height: 526px;
  float: right;
}

#banner-six h2.border,
#banner-ten h2.border {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  border: 4px solid #00de64;
  border-radius: 30px;
  padding: 14px 26px;
  width: 300px;
  margin-bottom: 56px;
  text-align: center;
}

#banner-eight h2.border {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  border: 4px solid #00de64;
  border-radius: 30px;
  padding: 14px 26px;
  width: 220px;
  margin-bottom: 56px;
  text-align: center;
}

#banner-six h3,
#banner-eight h3,
#banner-ten h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  width: 578px;
}

#banner-six .flex-meio,
#banner-eight .flex-meio,
#banner-ten .flex-meio {
  width: 50%;
  justify-content: center;
  align-items: center;
}

#banner-six h3 span,
#banner-eight h3 span,
#banner-ten h3 span {
  font-weight: 700;
}

#banner-six h1.principal,
#banner-ten h1.principal,
#banner-eight h1.principal {
  font-weight: 400;
  font-size: 35px;
  line-height: 37px;
  color: #ffffff;
  padding: 0;
  text-transform: none;
  margin-top: 16px;
}

#banner-six .flex,
#banner-ten .flex {
  gap: 60px;
}

#banner-eight .flex {
  gap: 30px;
  margin-top: 30px;
}

#banner-six .flex .flex-meio h2.border,
#banner-eight .flex .flex-meio h2.border,
#banner-ten .flex .flex-meio h2.border {
  margin-top: 50px;
}

/* Banner seven */

#banner-seven img {
  background-size: cover;
  width: 100%;
  margin-top: -10px;
}


/* Banner-eight */

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

/* Banner-nine */

#banner-nine img {
  background-size: cover;
  width: 100%;
}


/* Banner ten */

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

/* Banner eleven */
#banner-eleven img {
  background-size: cover;
  width: 100%;
}

/* Bloco twelve */

#banner-twelve {
  background-color: #003212;
  height: auto;
  margin-top: -10px;
}

#banner-twelve h1 {
  font-weight: 800;
  font-size: 35px;
  line-height: 43px;
  color: #ffffff;
  text-align: center;
  padding: 123px 0 50px 0;
}

#banner-twelve .card-one {
  width: 209px;
  height: 270px;
  background: #ffffff;
  border-radius: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
}

#banner-twelve .block-three {
  margin-bottom: 150px;
}

#banner-twelve .card-one.rotate-vert-center:hover {
  -webkit-animation: rotate-vert-center 0.5s
    cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    both;
}

@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

#banner-twelve .block-three.flex {
  gap: 25px;
}

#banner-twelve .card-one img {
  /* max-height: 100px; */
  height: 100px;
}

#banner-twelve .card-one p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #616161;
  width: 121px;
}

/* 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;
}
