.section1{
  background: url(https://github.com/ZeDio/Visao-Educada/blob/main/Imgs/criancasConversando.jpg?raw=true);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  border-radius: 0px 0px 20vh 0px;
  margin-top: 90px;
}
.section6{
display: flex;
justify-content: center;
align-items: center;
margin-top: 100px;
margin-bottom: 100px;
}
.section2, .section4, .section6{
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  text-align: center;
}
.section3{
  background: url(https://github.com/ZeDio/Visao-Educada/blob/main/Imgs/criancasComCelular.jpg?raw=true);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 15vh 0px 15vh;
}
.section5{
background: url(https://github.com/ZeDio/Visao-Educada/blob/teste/Imgs/Equipe.jpg?raw=true);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 15vh 0vh 15vh 0vh;
margin-bottom: 30px;
}

.section-text h1{
  text-align:center;
  font-size: 36px;
  margin-bottom: 10px;
  width: 100%;
}
.section-text div{
  display: flex;
  flex-wrap: wrap;
  width: 1060px;
}
.section-text p{
  max-width: 500px;
  margin: 15px;
}

.card-card{
width: 200px;
height: 300px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 25px;
display: flex;
align-items: end;
justify-content: center;
position: relative;
margin-bottom: 30px;
}
.card-jose{
background: url(https://cdn.discordapp.com/attachments/1101167054276542545/1176556359060295690/MicrosoftTeams-image-removebg-preview.png?ex=656f4c7f&is=655cd77f&hm=694587ff12976cd187959e352e76ba96bdd2d07d9deb467ff155f900e4876e49&);
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}
.card-mateus{
background: url(https://media.discordapp.net/attachments/1101167054276542545/1172174036873265222/image-removebg-preview.png?ex=655f5b24&is=654ce624&hm=3a1605a5a08e981ee20724e9d4014c16c4e52279dd3c1b4019cbd37fe9908060&=);
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}
.card-kaio{
background: url(https://media.discordapp.net/attachments/1101167054276542545/1172176595818135636/image-removebg-preview.png?ex=655f5d86&is=654ce886&hm=718c1ecaa3846c10553986154a7a7715bcfed195735bba445c5b7283f070dbea&=);
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}
.card-text{
width: 190px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 5px;
border: 1px solid white;
border-radius: 25px;
background-color: white;
backdrop-filter: blur(10px);
animation: flutua 5s ease-in-out infinite;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
color: black;
text-align: center;
position: absolute;
bottom: -30px;
transition: 0.5s ease-in-out;
} 
.card-text:hover{
color: black;
background: white;
transition: 0.5s ease-in-out;
}