

.boton-compartir-body{
    width: 98%;
    max-width: 40px;
    position: fixed;
    top: 75%;
    right: 30px;
    z-index: 10000;
}


.boton-compartir-body-section{
    width: 100%;
    margin-bottom: 5px;
}
.boton-compartir-body-section img{
    border-radius: 12px;
    width: 100%;
    cursor: pointer;
    transition: 500ms;
}
.boton-compartir-body-section img:hover{
    transform: scale(1.2);
    translate: -10px 10px;

}
.boton-compartir-body-section a{
    color: black;
    text-decoration: none;
    filter: drop-shadow(2px 2px 1px rgba(110, 109, 109, 0.7));

    
   
}