#floating-menu-wrapper {
  .fl-fl {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    left: -140px;
    z-index: 1000;
    font: normal normal 10px Arial;
    transition: all .25s ease;
    margin-top: 0;
  }

  .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    margin-left: 50px;
  }

  .fl-fl:hover {
    left: 0;
  }

  .fl-fl a {
    margin-left: 7px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
  }

  /* Redes sociales - con colores y posiciones corregidas */
  .float-fb {
    top: 35%;
    background: #3b5998;
  }

  .float-tw {
    top: 41%;
    background: #1da1f2;
  }

  .float-rs {
    top: 47%;
    background: #ff0000;
  }

  .float-ig {
    top: 53%;
    background: #e4405f;
  }

  .float-th {
    top: 59%;
    background: #000000;
  }

  .float-in {
    top: 65%;
    background: #0077b5;
  }
}
