*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: #859690;
}
.sessao5{
    background: #0A131D;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 50px;
    color: #f1f1f1;
    text-align: left;
   
}

.lista-1{
    margin-top:30px ;
    list-style: none;
    flex-wrap: wrap;
}
.lista-1 h2{
    margin-top:30px;
    text-align: center;
}

.lista-1 li{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.lista-1 li img{
    margin-right:8px;
}

.contato-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1000px;
}
.ende{
    margin-left: 40px;
}

.rodape{
    color: #f1f1f1;
    background: #151e36;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.contato_itens{
    margin-top: 20px;
}