.desenvolvimento {
  margin-top: 150px;
  border-top: 3px dashed #006633;
  justify-content: center; 
}

.conclusao {
  margin-top: 150px;
  border-top: 3px dashed #006633;
  display: flex;
  flex-direction: column;
  align-items: center; 
}

.acesso-div {
  text-align: end;
  margin-top: 40px;
}

.sobre-nos {
  color: #ff5c00;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 120px;
}

.title-nos {
  color: #006633;
  text-align: center;
  font-weight: bold;
  margin: 70px;
}

.descricao {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-left: 100px;
}

.paragrafo-conteiner {
  width: 1000px;
  display: flex;
}
.paragrafo {
  color: #6d6d6dff;
  font-size: 30px;
  text-align: justify;
}

.imagem {
  width: 500px;
  height: auto;
}

.imagem.caneta {
  width: 350px;
  height: auto;
}

.imagem.card {
  position: absolute;
  width: 400px;
  height: auto;
  border: 0px;
}

.imagem.perfil {
  position: absolute;
  width: 190px;
  height: 200px;
  left: 160px;
  top: 60px;
  border-radius: 100%;
}

.name {
  position: absolute;
  font-weight: bold;
  color: black;
  width: 250px;
  top: 300px;
  left: 130px;
}

.funcao {
  position: relative;
  width: 400px;
  height: 500px;
}

.adm {
  position: relative;
  width: 50px;
  height: 50px;
}

.item-ave {
  min-width: 400px;
  background: white;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #000;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .item-ave {
    min-width: 350px;
  }

  .imagem.card {
    width: 350px;
  }

  .imagem.perfil {
    width: 170px;
    height: 180px;
    left: 150px;
    top: 60px;
  }

  .name {
    width: 240px;
    top: 300px;
    left: 120px;
  }

  .descricao {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-left: 100px;
  }
   .sobre-nos {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1400px) {
  .item-ave {
    min-width: 465px;
    height: 550px;
  }
  .imagem.card {
    width: 465px;
  }
  .carrossel-container {
    width: 1100px;
    margin-left: 15px;
  }
  

  .imagem.perfil {
    width: 200px;
    height: 210px;
    left: 190px;
    top: 70px;
  }

  .name {
    width: 280px;
    top: 340px;
    left: 150px;
  }
  
}

@media screen and (max-width: 1250px) {
  .item-ave {
    min-width: 400px;
  }
  .carrossel-container {
    width: 1200px;
    margin-left: 0;
  }
  .imagem.card {
    width: 400px;
  }

  .imagem.perfil {
    width: 150px;
    height: 160px;
    left: 170px;
    top: 80px;
  }

  .name {
    font-size: 18px;
    width: 280px;
    top: 280px;
    left: 110px;
  }

 .sobre-nos {
    margin-left: 90px;
  }
}

@media screen and (max-width: 1150px) {
  .item-ave {
    min-width: 300px;
  }

  .imagem.card {
    width: 300px;
  }

  .imagem.perfil {
    width: 120px;
    height: 130px;
    left: 130px;
    top: 50px;
  }

  .name {
    font-size: 15px;
    width: 200px;
    top: 210px;
    left: 90px;
  }

  .botao-circular {
    width: 50px;
    height: 50px;
    margin-bottom: 150px;
  }

  .paragrafo {
    font-size: 28px;
  }

  .imagem {
    width: 400px;
  }

  .imagem.caneta {
    width: 300px;
  }
   .sobre-nos {
    margin-left: 110px;
  }
}

@media screen and (max-width: 950px) {
  .item-ave {
    min-width: 530px;
    height: 620px;
  }

  .imagem.card {
    width: 530px;
  }

  .imagem.perfil {
    width: 190px;
    height: 200px;
    left: 200px;
    top: 100px;
  }

  .name {
    font-size: 20px;
    width: 280px;
    top: 350px;
    left: 150px;
  }

  .botao-circular {
    width: 90px;
    height: 90px;
    margin-bottom: 80px;
  }
  .paragrafo {
    font-size: 22px;
  }

  .imagem {
    width: 350px;
  }

  .imagem.caneta {
    width: 250px;
  }

  .descricao {
    margin-top: 50px;
    margin-left: 50px;
  }

  .carrossel-container {
    width: 530px;
  }

  .sobre-nos {
    margin-left: 60px;
  }
}

@media screen and (max-width: 720px) {
  .item-ave {
    min-width: 400px;
  }

  .imagem.card {
    width: 400px;
  }

  .imagem.perfil {
    width: 130px;
    height: 140px;
    left: 140px;
    top: 60px;
  }

  .name {
    font-size: 16px;
    width: 280px;
    top: 220px;
    left: 65px;
  }

  .botao-circular {
    width: 90px;
    height: 90px;
    margin-bottom: 270px;
  }
  .paragrafo {
    font-size: 22px;
  }

  .imagem {
    width: 250px;
  }

  .imagem.caneta {
    width: 150px;
  }

  .descricao {
    margin-top: 25px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 620px) {
  .item-ave {
    min-width: 300px;
    height: 360px;
  }

  .imagem.card {
    width: 300px;
  }

  .imagem.perfil {
    width: 90px;
    height: 100px;
    left: 140px;
    top: 40px;
  }

  .name {
    font-size: 12px;
    width: 180px;
    top: 160px;
    left: 90px;
  }

  .botao-circular {
    width: 60px;
    height: 60px;
    margin-top: 270px;
  }

  .paragrafo {
    font-size: 22px;
  }

  .imagem {
    width: 200px;
  }
  .carrosseis {
    height: 400px;
  }

  .imagem.caneta {
    width: 100px;
  }

  .title-nos {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  .item-ave {
    min-width: 240px;
    height: 280px;
  }

  .imagem.card {
    width: 240px;
  }

  .imagem.perfil {
    width: 80px;
    height: 90px;
    left: 115px;
    top: 50px;
  }

  .name {
    font-size: 12px;
    width: 280px;
    top: 160px;
    left: 10px;
  }
  .carrosseis {
    height: 300px;
  }
  .botao-circular {
    width: 60px;
    height: 60px;
    margin-top: 270px;
  }
}

@media screen and (max-width: 400px) {
  .item-ave {
    min-width: 200px;
  }

  .imagem.card {
    width: 200px;
  }

  .imagem.perfil {
    width: 70px;
    height: 80px;
    left: 95px;
    top: 30px;
  }

  .name {
    font-size: 10px;
    width: 150px;
    top: 130px;
    left: 55px;
  }

  .botao-circular {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    margin-top: 250px;
  }

  .imagem {
    width: 100px;
  }

  .imagem.caneta {
    width: 110px;
  }

  .paragrafo {
    font-size: 15px;
  }

  .title-nos {
    font-size: 18px;
  }

  .carrosseis {
    height: 200px;
  }
}
