*{
  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;
}
#banner{
    display: flex;
    justify-content: center;
    margin-left: 2%;
    margin-top: 2%;
}
.banner{
    width: 1820px;
    display: flex;
    justify-content: center;
}
#divisor{
    display: flex;
    justify-content: center;
}
#divisor h2{
    font-family: "Poppins", sans-serif;
    color: #5B57F4;
    padding: 0% 4%;
    margin-top: -15px;
}
.linha{
    height: 0.3vh;
    width: 20%;
    background-color: #FF9770;
}
#produtos{
    margin-top: 5%;
}
#produtosP{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}
#produtosP div{
    height: 50vh;
    width: 20%;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
    background-color: white;
}
#produtosP div p{
    display: flex;
    justify-content: center;
}
#produtosP h1{
    color: #FF9770;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
}
.btnComprar{
    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;
}
#divisor{
    margin-top: 4%;
    display: flex;
    justify-content: center;
}
#categoria{
    text-align: center;
}
#categoria h2{
    color: #5B57F4;
    padding: 2% 0%;
}
#btnCategoria{
    display: flex;
    justify-content: center;
    margin-left: 3%;
    margin-bottom: 4%;
}
#btnCategoria a{
    text-decoration: none;
    color: black;
    padding: 0% 2%;
}
#cuidados{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
#promo1{
    height: 25vh;
    width: 40%;
    display: flex;
    background-color: #FF9770;
    border-radius: 50px;
} 
#promo2{
    height: 25vh;
    width: 40%;
    display: flex;
    background-color: #8F8CF0;
    border-radius: 50px;
} 
#promo1 div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}
#promo2 div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}
footer{
    justify-content: center;
    display: flex;
    margin-top: 1%;
    background-color: #8F8CF0;
    height: 10vh;
}
footer p{
    margin-top: 2%;
}