@media (max-width: 1300px) {
  


.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%;
  margin-left: 100px;
}

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

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



.section-bottom {
  display: inherit;
  width: inherit;
  justify-content: center;
  min-height: 40vh;
  height: auto;
  padding: 20px 75px;
  align-items: center;
}


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

.ajust {
  width: 50%;
}



}

@media (max-width: 1100px) {
  body {
    background-color: white;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    width: 100%;
  }
  
  .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: 70%;
    z-index: 10;
  }
  
  .card-headline p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
  }
  
  .esse {
    background-color: #ffffff;
    width: 100%;
    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: 78%;
    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: center;
    min-height: 40vh;
    height: auto;
    padding: 20px 20px;
    padding-left: 30px;
    align-items: center;
  }
  .right {
    margin-right: 30px;
  }
  .section-bottom img {
    height: auto;
    width: auto;
    margin-right: 15px;
  }
  
  .card-bottom {
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 200px;
    justify-content: center;
    align-items: center;
  }
  
  .ajust {
    width: 60%;
  }
  
  .card-bottom div {
    display: flex;
    flex-direction: column;
  }
  
  .card-bottom div h1 {
    font-weight: 600;
    font-size: 22px;
    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;
  }
  
}


@media (max-width: 1000px) {
  body {
    background-color: white;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    width: 100%;
  }
  
  .section-top {
    display: inherit;
    width: inherit;
    justify-content: center;
    min-height: 60vh;
    height: auto;
    background-color: #2ac965;
    padding: 40px 0px;
  }
  
  .card-headline {
    display: inherit;
    width: inherit;
    flex-direction: column;
    width: 75%;
    margin-left: 0px;

  }
  
  .headline {
    height: auto;
    width: 90%;
  }
  
  .ilustration {
    height: auto;
    width: 70%;
    z-index: 10;
    display: none;
  }

  .ilustration-mobile {
    display: flex;
    margin: 30px 0px;

  }
  .logo {
    width: 35%;
  }
  
  .card-headline p {
    font-size: 32px;
    font-weight: 400;
    line-height: 55px;
    text-align: left;
    color: #ffffff;
  }
  
  .esse {
    background-color: #ffffff;
    width: 100%;
    height: 130px;
    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: 40px;
  }
  
  .esse input {
    width: 80%;
    height: 50px;
    margin-right: 15px;
    border: none;
    outline: none;
    padding: 0px 0px;
    padding-left: 50px;
    font-weight: 500;
    font-size: 30px;
    color: #3c3f52;
  }
  
  ::placeholder {
    font-weight: 400;
    font-size: 30px;
    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: 110px;
    width: 15%;
    border-radius: 10px;
    border: none;
    transition: all 1s;
  }
  
  .esse button:hover {
    background-color: #189b8b;
  }
  
  .section-bottom {
    display: inherit;
    width: inherit;
    justify-content: center;
    min-height: 40vh;
    height: auto;
    flex-direction: column;
    padding: 20px 20px;
    padding-left: 30px;
    align-items: center;
  }
  .right {
    margin-right: 30px;
  }
  .section-bottom img {
    height: auto;
    width: auto;
    margin-right: 30px;
  }
  
  .card-bottom {
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 200px;
    justify-content: center;
    align-items: center;
  }
  
  .ajust {
    width: 90%;
    margin-top: 100px;
  }
  
  .card-bottom div {
    display: flex;
    flex-direction: column;
  }
  
  .card-bottom div h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 60px;
    color: #2ac965;
  }
  
  .card-bottom div p {
    font-weight: 400;
    font-size: 30px;
    line-height: 170%;
    color: #787878;
  }
  
  .card-bottom div h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    color: #3c3f52;
    margin-top: 50px;
  }
  
  .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;
  }
  
}

