.redes-sociales {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding:5px;
    z-index:8;
  }
  
  .boton-redes {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
  }
  
  .boton-redes:hover {
    transform: scale(1.3);
  }
  
  .boton-redes img {
    width: 35px;
    height: 35px;
  }
  
.btn-wpp{
    width: 10px;
    position: fixed;
    top: 80%;
    right: 1%;
    z-index:8;
    background-color:white;
    border-radius:8px;
}