footer {
    width: 100%;
    background-color: #829caf;
    justify-content: center;
    padding: 20px;

}

.creditos {

    text-align: center;

}

.creditos h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;

}

.creditos h5 {
    color: white;
    font-size: 20px;
    font-weight: 300;


}



.avisos {
    width: 100%;
    text-align: left;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.avisos li a {
    color: white;
    text-decoration: none;

}



