* {
    margin: 0;
}

a {
    text-decoration: none;
    color: rgb(249 205 107) ;
}

#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();
    
}


#nav {
    height: 85vh;
    width: 100%;
    background-color: rgb(8 27 46);
    display: flex;
    justify-content: center;
    align-items: center;
}


#base {
    width: 80%;
    height: 65vh;
    background-color: rgb(2 19 39);
    border-radius: 8%;
}

#base img {
    height: 27vh;
    width: 65%;
  
}

#base2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 20vh;
    background-color: rgb(8 27 46);
    border-radius: 5%;
    margin-top: 10%;
    margin-left: 10%;
}

#base3{
    width: 100%;
    height: 20vh;
    display: flex;
}

#base3 span {
    font-family: "Jost", sans-serif;
    color: rgb(249 205 107);
    font-size: 30px;
}


#sp {
    width: 25%;
margin-left: 10%;
margin-top: 10%;
}

#sp2 {
    width: 25%;
    margin-left: 20%;
margin-top: 15%;
}

#btn{
    font-family: "Jost", sans-serif;
  
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30%;
    width: 40%;
    height: 5vh;
    background-color: rgb(249 205 107);
    color: black;
    margin-top: 20%;
}


@media screen and (max-width: 720px) {
    #base2 {
        font-size: 14px;
    }
}

#rodape{
    width: 100%;
    height: 25vh;
    background-color: rgb(2 19 39);
    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%;
}