* {
    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%;
}

#img {
    height: 40vh;
    margin-left: 15%;
    margin-top: 5%;
    border: 6px solid black;
}







#sp1 {
    margin-top: 60%;
    font-family: "Jost", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: wheat;
}


#textt{
    margin-left: 50%;
    margin-top: -20%;
}
#textt p {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

#textt h2{
    font-family: "Jost", sans-serif;
    font-size: 15px;
}

#textt nav {
    margin-top: 20%;
    margin-left: 10%;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: black;
    width: 100px;
    background-color: wheat;
}

#textt nav:hover {
    background-color: #FD8551;
    transition: 0.5s;
}

#textt a {
    text-decoration: none;
    color: wheat;
}

#textt {
    width: 50%;
}

#fundo{
    width: 100%;
    background-color:#330000;
    margin-top: 5%;
    height: 60vh;
}

#esp {
    height: 20vh;
}


#pe {
    height: 25vh;
    background-color: wheat;
    
  
}



#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%;
}