* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    
    

.contenedorIconosRedes{

    position: relative;
    /* margin-top: 100px; */
display: flex;
height: 30px;
justify-content: space-between;
align-items: center;
text-align: center;
flex-wrap: nowrap;
/* translate: 0 5vh; */
/* overflow: hidden; */
/* background-color: bisque; */
width: 30vw;
margin-bottom: 15px;
}
.linkIconosRedes{
    /* max-height: 100%; */
    /* position: relative; */
    /* display: block; */
    height: 100%;
    /* background-color: blue; */
}
 .iconoRedes{
    /* position: relative; */
    height: 100%; 
    display: block;
    /* max-height: 100%; */
    /* height: auto; */

 }