* {
    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%;
}

#qs{
    margin-top: 2%;
    display: flex;
 height: 50vh;
 width: 100%;
}
#qs span {
    font-family: "Jost", sans-serif;
    color: #CC3600;
    font-size: 70px;
    font-weight: 500;
    margin-left: 10%;
}

#im1{
    height: 32vh;
    margin-left: 16%;
    margin-top: 3%;

}
#im2{
    height: 33vh;
    margin-left: -4%;
 
}
#logo2{
    text-align: center;
    height: 50VH;
}

#logo2 img {
    height: 20vh;
}

#logo2 p {
     font-family: "Jost", sans-serif;
     color: black;
     font-size: 30px;
}

#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%;
}


