#compartir {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
}

#compartir .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    content: "";
    background-color: #05225743;
}

#compartir .contenido {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}
#compartir a:hover .icon-comp path {
    fill: #052257;
    transition: 0.3s all ease-out;
}
#compartir a .icon-comp path {
    transition: 0.3s all ease-out;
}