@media (max-width: 1023px) {
    .background{
        background-color: #f47929 ;
        height: 6em;
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 0;
    }
    
    
    .img-pf{
        width: 4em;
        height: auto;
        position: absolute;
        bottom: 3px;
        left: 2px;  
        margin-bottom: 0.7em;
        margin-left: 0.7em;
        padding: 5px;
    
    }
    
    .direito_autoral{
        position: absolute;
        bottom: 0.8em;
        text-align: center;
        font-size: 50%;
        width: 150px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .insta{
        font-size: 1.9em;
        width: 1.4em;
        height: 1.4em;
        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;
        }
    
        .juncao{
            display: flex;
            text-align: center;
            align-items: flex-start;
            margin-top: .8em;
        }
    
    a.facebook-link {
        text-decoration: none; 
        color: #3b5998;
        font-size: 32px;
        display: inline-flex;
        align-items: center;
        transition: color 0.3s ease;
        
        
    }
    
    
    a.facebook-link i {
        font-size: 40px;
        width: 30px;
        height: 38px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 50%;
        
    }
    
    
    
    a.facebook-link:hover {
        color: #8b9dc3;
    }
    
    
    
    .insta:hover{
        color: linear-gradient(45deg, #f0a554 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

    }
       
}