ul#redes {
display: flex !important;
align-items: center !important;
gap: 0 !important;
}
ul#redes li {
display: inline-flex !important;
align-items: center !important;
padding-top: 0 !important;
margin: 0 !important;
height: 28px !important;
}
ul#redes li a {
padding: 4px 3px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
height: 100% !important;
}
ul#redes li a.youtube {
padding: 4px 3px !important;
width: auto !important;
}
ul#redes li a img {
width: 20px !important;
height: 20px !important;
}