* {
    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%;
}

#tit span {
    font-family: "Mogra", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 7vh;
}

#tit{
    margin-top: 2%;
    margin-left: 15%;
}

#imgs {
    display: grid;
    justify-content: center;    
    column-gap: 120px;
    row-gap: 50px;
    grid-template-columns: 400px 400px;
}

#imgs div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    padding-bottom: 90px;
    background-color: rgb(51, 0, 0);
}

#espa {
    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%;
}

#imgs img:hover{
    height: 250px;
    transition: 0.5s;
}