.contenedor-redes-sociales {
    display: flex;
    gap: 0;
}

.hover-expand {
    flex: 1;
    height: 350px;
    transition: flex 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hover-expand a {
    color: white;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.hover-expand:hover {
    flex: 2;
}

.linkedin-box {
    background: linear-gradient(to right, #048ac3 ,#0376a8, #036088, #024c6c, #012a3c, #000);
}

.x-box {
    background: linear-gradient(to right, #000, #101010, #151515, #2f2f2f, #373737);
}



.network-red {
    width: 5rem;
    z-index: 2;
}
