@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-size: 22px;
    font-family: 'Barlow Condensed', sans-serif;
}
header{
    width: auto;
    height: 160px;
    background-color: #000029;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
body{
    background-color: #233475;
    color: #fff;
}
#logo{
    height: 300px;
}
#search{
    background: url("https://img.icons8.com/ios/50/search--v1.png") no-repeat right / 20px;
    padding-right: 20px;
    padding: 20px;
    width: 691px;
    height: 40px;
    background-color: #fff;
    color: #c1c1c1;
    border-radius: 15px;
    font-size: 20px;
    border: #000;
    font-style: italic;
}

.head{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.perfil{
    display: flex;
    align-items: center ;
    margin-left: 300px;
}
.carrinho{
    display: flex;
    align-items: center;
    margin-right: 150px;
}
.final{
    display: flex;
    justify-content: end;
    align-items: center;
}
.topicos{
    width: auto;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;  
    background-color: #030738;
}
a{
    color: #fff;
    text-decoration: none;
}
li{
    display: inline-block;
    margin: 50px;
}
nav ul li a{
    display: flex;
}
.categorias{
    margin-left: 50px;
}
.produtos{
    display: flex;
    flex-direction: row;
}
.informações{
    margin-top: 67px;
    margin-left: 95px;
    width: 530px;
}
.texto{
    padding-left: 10px;
    padding-top: 10px;
    width: 530px ;
    height: 330px ;
    background-color: #DEE0EA;
    color: #000;
    border-radius: 30px;
}
.texto p{
    margin-top: 20px;
    font-weight: 200;
}
.beneficios{
    width: 530px ;
    height: 200px ;
    background-color: #DEE0EA;
    color: #000;
    border-radius: 30px;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 10px;
}
.img{
    display: flex;
    text-align: center;
    justify-content: center;
}
.img img{
    width: 610px;
    height: 575px;
    margin-left: 20px ;
}

.produtos .img{
    display: flex;
    justify-items: center;
    align-items: center;
}
.comprar{
    width: 530px;
    height: 330px;
    background-color: #DEE0EA ;
    margin-top: 67px;
    border-radius: 30px;
    color: #000;
    padding-left: 10px;
}
.promocao{
    margin-top: 20px;
    font-weight: 200;
}
.valor{
    font-weight: bolder;
    margin-bottom: 20px;
}
.objetivo{
    margin-bottom: 20px;
}
.comprar button{
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 40px;
    display: flex;
    align-items: center;
    margin-left: 50px;
    padding: 5px 120px;
}
.input-email{
    margin-top: 20px;
    margin-bottom: 8px;
    width: 200px;
    padding: 4px 0 4px 32px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
.rodape{
    width: auto;
    height: 300px;
    background-color:#000029;
    display: flex;
    justify-content:space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 139px;
}
.logo-r p{
    margin-left: 80px;
    font-weight: 300;
}
.categorias-r p{
    margin-top: 20px;
    font-weight: 300;
}
.produtos-r p{
    margin-top: 20px;
    font-weight: 300;
}
.mantenha{
    margin-right: 150px;
}
