 .social-floating-menu {
                position: fixed;
                right: 15px;
                top: 30%;
                /*transform: translate(-700%,-50%);*/
                transform: translateY(-50%);
                z-index: 9999;
                display: flex;
                flex-direction: column;
                border-radius: 15px;
                background: rgba(255, 255, 255, 0.3);
                padding: 15px;
                height: auto;
            }
            
            .social-floating-menu a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 15px;
                height: 15px;
                padding: 15px 0 15px 0;
                color: white;
                text-decoration: none;
                font-size: 15px;
                transition: all 0.3s ease;
                border-radius: 8px 0 0 8px;
            }
            
            .social-floating-menu a:hover {
                /*transform: translateX(-5px);*/
                background: rgba(255, 255, 255, 0.4);
                transform: scale(1.1);
            }
            
            /* Colores específicos para cada red social */
