/*Pie depagina*/

footer {
/* position: fixed;*/
    background: #101010;
    line-height: 2;
    text-align: center;
    width: 100%;
    color: white;
    font-family: sans-serif;
    padding: 2vh 0;


}

.container-footer {
    display: flex;
    justify-content: space-between;

    margin-left: 1%;
    margin-right: 1%;
    /*margin: 10px;*/
}

.copyright {
    color: #c7c7c7;
}

.copyright a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.information a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.alineadoTextoImagenCentro {
    vertical-align: middle;
}