@media only screen and (min-width: 480px) {
    footer {
        display:flex;
        flex-direction: column;
        position: static;
    
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #FFFFFF;
        overflow-x: hidden;
    
    }
    #redes-sociais {
    
        /* Auto Layout */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        
        background: #48AA96;
        position: static;
        margin: 0;
        /* align-items: flex-start; */
        padding: 48px 160px;
        height: 146px;
        left: 0px;
        top: 0px;
    
        font-weight: bold;
        letter-spacing: 0.2px;
        
       
    }
    
    #logos {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding: 0;   
        
    }
    
    #logos a{
        margin:0 20px;
    }
    
    #ecopatas-info {
        background: #007A68;
        height: 216px;
        width: 100%;
        padding: 24px 0px;
    
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    
        line-height: 150%;
    }
    
    
    address {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        letter-spacing: 1px;
        
    } 

}

@media only screen and (max-width: 480px) {
    footer {
        display:flex;
        flex-direction: column;
        position: static;
    
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #FFFFFF;
    
    }
    #redes-sociais {
    
        /* Auto Layout */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        
        background: #48AA96;
        position: static;
        margin: 0;
        /* align-items: flex-start; */
        padding: 48px 16px;
        height: 146px;
        left: 0px;
        top: 0px;
    
        font-weight: bold;
        letter-spacing: 0.2px;
        
       
    }
    
    #logos {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding: 0;   
        
    }
    
    #logos a{
        margin:0 20px;
    }
    
    #ecopatas-info {
        background: #007A68;
        height: 216px;
        
        padding: 24px 16px;
    
        display: flex;
        flex-direction: column;
        align-items: center;
    
        line-height: 150%;
    }
    
    
    address {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        letter-spacing: 1px;
        
    } 

}