.rede-img span{
  width: 20px;
    height: 20px;
    background: #666d78;
    display: block;
}

.rede-card:hover .rede-img span{
  background: linear-gradient(90deg, rgba(234, 165, 198, 1) 0%, rgba(255, 196, 141, 1) 50%, rgba(234, 165, 198, 1) 100%);
    background-size: 200% 100%;
    animation: gradientMove2 7s linear infinite;
    transition: 2s ease;
}
.rede-card:hover .efeito-rede a::before{
   background:linear-gradient(90deg, rgba(234, 165, 198, 1) 0%, rgba(255, 196, 141, 1) 50%, rgba(234, 165, 198, 1) 100%);
     background-size: 200% 100%;
    animation: gradientMove2 7s linear infinite;
    transition: 2s ease;
}
.rede-img {
    background: #212a3b;
    width: fit-content;
    border-radius: 50%;
    padding: 11px;
    position: relative;
    z-index: 99;
}

.sociais {
    display: flex;
    column-gap: 17px;
}

.efeito-rede a::before {
    content: '';
    width: 110%;
    height: 110%;
    border-radius: 50%;
    position: absolute;
    display: block;
    background: #666d78;
    z-index: -1;
    top: -1.8px;
    left: -1.8px;
}

.efeito-rede a {
    position: relative;
    width: 42px;
    height: 42px;
    display: block;
}
div#redes-rodape div > h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 6.1%;
}
.efeito-rede:hover {
    transform: translateY(-5px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}