* {
    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%;
}
#meio{
    margin-top: 4%;
    width: 100%;
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

#meio img{
    background-image: url(imgs/fundo.png) ;
    background-repeat: no-repeat;
    width: 100%;
    height: 75vh;
    position: absolute;
    z-index: -9;
    filter: saturate(100%);
   

}

#meio h2{
    font-size: 50px;
    color: #0d1926;
    font-family: "Mogra", system-ui;
    z-index: 99;
}
#escrita{
    height: 90px;
    display: flex;
    justify-content: center;
    margin-top: 5%;
    margin-left: 0%;
    width: 100%;
}
#moleton{
    color: #0d1926  ;
    font-family: "Mogra", system-ui;
    font-size: 80px;
    font-weight: 600;
  
  
}

#laranj{
    margin-top: 3%;
    height: 40vh;
    background-color: #330000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mol1 {
    height: 23vh;
}
#mol2{
    height: 35vh;
}

#laranj span {
    font-size: 100px;
    font-family: "Jost", sans-serif;
    color: black;
    

}

#pro{
    height: 60vh;
    width: 100%;
}

#pro h2{
    font-size: 40px;
    margin-top: 5%;
    font-family: "Jost", sans-serif;
    color: #A41818;
    margin-left: 10%;
}

#pro p {
    font-size: 40px;
    font-weight: 500;
    margin-top: 1%;
    font-family: "Jost", sans-serif;
    color: black;
    margin-left: 10%;
}


#img1{
    height: 35vh;
    margin-left: 50%;
    margin-top: -7%;
    margin-right: 0%;
}

#img2{
    height: 35vh;
    margin-top: -12%;
    margin-left: 60%;
}

#av {
height: 10vh;
display: flex;
justify-content: center;
 background-color: #f9f3ea;

}


#av span {
    font-size: 100px;
    font-family: "Mogra", system-ui;
    font-size: 70px;
    margin-top: 1%;
}
#av2{
    background-color: #f9f3ea;
    display: flex;
    justify-content: center;
}
#av2 img{
    height: 50vh;
    padding-right: 8%;
}

#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%;
}


