.contenedor_iconos{
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se ajusten a varias filas */     
    justify-content: space-around;
    list-style-type: none;

}
.iconos_pie_pagina {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
    filter: brightness(0.7);
    transition: all 0.3s ease;  
}

/*
style="display: flex; justify-content: space-around; list-style-type: none; padding: 0;"
*/