* {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}

.secao_infomarcoes {
    display: flex;
    position: sticky;
    top: 0;
    justify-content: space-between;
    color: white;
    background-color: rgb(0, 0, 0);
    padding: 11px;
}

.nav_menu {
    display: flex;
    justify-content: space-between;
    margin: 35px 20px 35px 20px;
}

.menu_opt {
    display: flex;
    align-items: center;
}

.menu_opt>p>a {
    margin: 0 20px 0 20px;
    font-size: 22px;
    color: transparent;
    -webkit-text-stroke-width: 0.9px;
    -webkit-text-stroke-color: black;
    text-decoration: none;
}

.menu_opt>div {
    width: 2px;
    height: 30px;
    background-color: #797979;
    margin: 0 20px 0 30px;
}

.icone_menu {
    width: 35px;
    height: 35px;
}

header>div:nth-child(3) {
    width: 100%;
    height: 2px;
    background-color: #797979;
}

main>h1 {
    text-align: center;
    margin: 35px 0 35px 0;

}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 79vh;
}
main> p{
    width: 50%;
    font-size: 30px;
    margin: 5% 0 5% 0;
    text-align: justify;
    line-height: 150%;
}

main>div{
    width: 80%;
    height: 2px;
    background-color: #797979;
}

footer {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}