body {
  background-color: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto;
  width: 100%;
}

.ilustration-mobile {
  display: none;
}

.section-top {
  display: inherit;
  width: inherit;
  justify-content: center;
  height: 60vh;
  background-color: #2ac965;
  padding: 20px 0px;
}

.card-headline {
  display: inherit;
  width: inherit;
  flex-direction: column;
  width: 40%;
}

.headline {
  height: auto;
  width: 90%;
}

.ilustration {
  height: auto;
  width: 100%;
  z-index: 10;
}

.card-headline p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  color: #ffffff;
}

.esse {
  background-color: #ffffff;
  width: 90%;
  height: 60px;
  padding: 0px 0px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
}

.esse input {
  width: 80%;
  height: 50px;
  margin-right: 15px;
  border: none;
  outline: none;
  padding: 0px 15px;
  font-weight: 500;
  font-size: 16px;
  color: #3c3f52;
}

::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #bbbbbb;
}

.esse button {
  background-color: #14d7bf;
  justify-content: flex-end;
  background-image: url("../public/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 10px;
  height: 50px;
  width: 15%;
  border-radius: 10px;
  border: none;
  transition: all 1s;
}

.esse button:hover {
  background-color: #189b8b;
}

.section-bottom {
  display: inherit;
  width: inherit;
  justify-content: flex-start;
  min-height: 40vh;
  height: auto;
  padding: 20px 0px;
  padding-left: 160px;
  align-items: flex-end;
}
.right {
  margin-right: 30px;
}
.section-bottom img {
  height: auto;
  width: auto;
  margin-right: 15px;
}

.card-bottom {
  display: flex;
  flex-direction: row;
  width: 35%;
  height: 200px;
  justify-content: center;
  align-items: center;
}

.ajust {
  width: 40%;
}

.card-bottom div {
  display: flex;
  flex-direction: column;
}

.card-bottom div h1 {
  font-weight: 600;
  font-size: 25px;
  line-height: 60px;
  color: #2ac965;
}

.card-bottom div p {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #787878;
}

.card-bottom div h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 60px;
  color: #3c3f52;
}

.copy {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 40px;
  background-color: #f0f0fc;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  padding-left: 160px;
  align-items: center;
  color: #a0a3a9;
}
