@media (min-width: 1024px) {
.background{
    background-color: #f47929 ;
    height: 130px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
}


.img-pf{
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;  
    margin-bottom: 1.5em;
    margin-left: 1.5em;
}

.direito_autoral{
    position: absolute;
    margin-bottom: 0.2em;
    text-align: center;
    bottom: 0;
    font-size: 0.8em;
    
}

.juncao{
    display: flex;
    text-align: center;
    align-items: flex-start;
    margin-top: 1.5em;
    
}

a.facebook-link {
    text-decoration: none; /* Remove sublinhado */
    color: #3b5998; /* Cor padrão do Facebook */
    font-size: 32px; /* Tamanho da fonte */
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    
    
}


a.facebook-link i {
    margin-right: 8px;
    font-size: 60px;
    width: 45px;
    height: 60px;
    
    margin-right: 20px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 117%;
    display: flex;
      
    
}



a.facebook-link:hover {
    
}
    


i.insta{
    font-size: 40px;
    width: 60px;
    height: 60px;
    margin-right: .5em;
    background: linear-gradient(45deg, #f0a554 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    border-radius: 50%;
    
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;

   
        
}

.insta:hover{
    
    font-size: 47px;
    transition: .8s;
}





}



    