* {
    margin: 0;

}



#cabeca {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;

}

#cabeca svg {
    width: 20px;
    padding: 20px 70px 20px 100px;
}


#text {
    width: 30%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#text a {
    text-decoration: none;
    color: black;
    font-family: "Jost", sans-serif;
}

#cabeca a img {
    height: 24px;
}





#cabeca img {
    height: 150px;
    margin-left: 2%;
    margin-top: 2%;
}



#listra {
    margin-left: 5%;
    height: 10vh;
    width: 90%;
    display: flex;
    align-items: last baseline;
    border-bottom: 1px solid black;
}

#listra span {
    color: #0d1a25;
    font-family: "Jost", sans-serif;
    font-size: 50px;
    margin-left: 10%;


}

#barra img{
    margin-top: 5%;
    margin-left: 10%;
    height: 40vh;
}

#barra {
    display: flex;
}
#barra span{
    margin-bottom: 0%;
}
#sp1{
    margin-top: 5%;
    margin-left: 10%;
    color: #0d1a25;
    font-family: "Jost", sans-serif;
    margin-right: 10%;
    font-size: 20px;
}

#sp2{
    color: green;
    margin: 0;
}

#barra p{
    color: rgb(0, 0, 0);
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

#btn{
    margin-top: 10%;
width: 10%;
padding: 10px;
background-color: #330000;
color: wheat;
}

#barra a {
    text-decoration: none;
}

#pe {
    height: 25vh;
    background-color: wheat ;
    margin-top: 15%;
    
}



#pe p{
    font-family: "Jost", sans-serif;
    margin-left: 10%;
    padding-top: 2%;
    line-height: 200%;
}

#pe nav img {
    height: 25px;
    padding: 10px;

   
}

#pe nav {
    margin-left: 80%;
    
}


