.redes-sociales{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-top:25px;
}

.red-link{
    text-decoration:none;
    color:#fff;
    font-weight:600;
    padding:12px 22px;
    border-radius:40px;
    transition:.25s;
}

.red-link:hover{
    transform:translateY(-3px);
    opacity:.90;
}

.red-whatsapp{
    background:#25D366;
}

.red-facebook{
    background:#1877F2;
}

.red-instagram{
    background:#E4405F;
}

.red-tiktok{
    background:#000;
}