*{
    box-sizing:border-box;
    margin:0%;
    padding: 0%;
    font-family: "Poppins", sans-serif;
  }
  body{
      background-color:#F4EFEF;
  }
  header{
      width: 100%;
      height: 10vh;
      display: flex;
      align-items: center;
      justify-content: space-around;
      box-shadow: 4px 4px 12px rgba(0,0,0,0.7);
  }
  .logo{
      height: 8vh;
  }
  #icons{
      grid-template-columns: 1fr 1fr 1fr 1fr;
      display: grid;
      gap: 10px;
}
#icons p{
      font-family: "Poppins", sans-serif;
      color: #F78CA2;
      text-shadow: 4px 4px 12px rgba(0,0,0,0.7);
}
#icons a{
      text-decoration: none;
}
input{
      border-radius: 50px;
      background-color: #DCDBFA;
      border-color: #8F8CF0;
      padding: 8px 50px;
}
  #botoes{
    height: 6vh;
    background-color: #8F8CF0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.bntPrincipal{
    display: flex;
    background-color:#8F8CF0;
    text-decoration: none;
    color:white;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}
.bntPrincipal:hover{
    background-color: #5A57D2;
    transition: 0.5s;
} 
.img{
   
    width: 90%;
    height: 90vh;
    display: flex;
    margin-left: 5%;
    position: absolute;
    bottom: 0;
} 
#banner{
    width: 100%;
    height: 83vh;
    background-color: #F78CA2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#banner h1{
    margin-bottom: 20%;
    text-align: center;
    color: white;
    font-size: 64px;
  
}
#quemSomos{
    background-color: #A3C9A8;
    width: 100%;
    height: 83vh;
}
#quemSomos h1{

    text-align: center;
    color: #8F8CF0;
    font-size: 48px;
}
#sobre{
    margin-top: 5%;
    display: flex;
    text-align: left;
    justify-content: center;
}
#sobre p{
    font-size: 28px;
}

h2{
    margin-bottom: 2%;
}
form{
  display: flex;
  justify-content: center;
}
form div{
    width: 50%;
    height: 50vh;
    background-color: #ffffff;
}
#texto{
    margin-left: 10%;
}
footer{
    justify-content: center;
    display: flex;
    margin-top: 1%;
    background-color: #8F8CF0;
    height: 10vh;
}
footer p{
    margin-top: 2%;
}
div a{
    margin-top: 6%;
    display: flex;
    justify-content: center;
    padding: 1% 5%;
    font-weight: 700;
    font-size: 25px;
    color: white;
    text-decoration: none;
    background-color: #FF9770;
    border-radius: 50px;
}
.contatoMaior{
    
        width: 800px; 
        height: 100px;  
        font-size: 18px; 
        padding: 10px; 
      
}
