* {
    margin: 0;
}

a {
    text-decoration: none;
}

#logo {
    height: 20vh;
    margin-top: -2%;
}

#dv {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#carrinho {
    height: 3vh;
}

header {
    background-color: rgb(2 19 39);
    height: 15vh;
}

header span {
    font-family: "Jost", sans-serif;
    color: rgb(249 205 107);
}
#pesq {
    height: 3vh;
    filter: invert();
    
}

#bv{
    height: 20vh;
    width: 100%;
    background-color: rgb(2 19 39);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(249 205 107);
}

#bv span{
    font-size: 5vh  ;
    font-family: "Jost", sans-serif;
    font-weight: 600;
}

#meio {
    height: 80vh;
    background-color: rgb(8 27 46);
    display: flex;
    align-items: center;
    justify-content: space-around;
}




#meio span {
    font-family: "Jost", sans-serif;
    color: rgb(249 205 107);
    line-height: 100%;
}

#meio img {
    height: 60%;
    width: 20%;
}

#sp1 {
    font-size: 5vh;
}

#sp2 {
    font-size: 8vh;
    font-weight: 600;
}

#sp3 {
    font-size: 4vh;
}


#av {
    height: 20vh;
    background-color: rgb(2 19 39);
    display: flex;
    justify-content: center;
    align-items: center;
}

#av p {
    font-family: "Jost", sans-serif;
    color: rgb(249 205 107);
    font-size: 8vh;
}

#av2 {
    height: 40vh;
    background-color: rgb(2 19 39);
    display: flex;
    justify-content: space-around;
}


#av2 img {
width: 20%;
height: 38vh;
border-radius: 15%;
}


#rodape{
    width: 100%;
    height: 25vh;
    background-color: rgb(8 27 46);
    display:flex ;
    align-items: center;
}


#logo2 {
    height: 20vh;
    
}

#txt{
    font-family: "Jost", sans-serif;
    color: rgb(249 205 107);
    margin-left: 10%;
   
}

#imgg{
    height: 3vh;
    width: 3vh;
        margin-right: 1%;
}

#imgg1{
    margin-left: 60%;
    height: 3vh;
    width: 3vh;
    margin-right: 1%;
}