.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
}

    .whatsapp-float img {
        width: 50px;
        height: 50px;
}

.search-icon svg {
    width: 20px;
    height: 20px;
    color: #000; /* o el color que prefieras */
  }