footer{
    display: flex;
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: #161616;
}

footer .content{
    display: flex;    
    justify-content: space-between;
}

footer .item{
    width: 30%;
}

footer .item-text{
    color: #bcbcbc;
    margin-top: 30px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
}

footer h2{
    text-align: center;
    color: white;
    font-family: 'Poppins';
    font-weight: 300;
}

footer .item-content{
    font-family: 'Poppins';
    font-weight: 300;
    text-align: center;
    color: white;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rs-content{
    display: flex;
}

.rs-content img{
    width: 30px;
    margin: 20px 5px;
}

.second-footer{
    padding: 10px 0px;
    background-color: black;
}

.second-footer .content{
    align-items: center;
    color: white;
    font-family: 'Poppins';
    font-weight: 300;
}

.second-footer img{
    width: 200px;
}


@media(max-width:800px){
    footer .content{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;        
    }
    
    footer .item{        
        width: 80%;
        display: flex;
        min-width: 250px;
        flex-direction: column;        
        align-items: center;
        margin-bottom: 10px;
    }   
    
    footer .item-text{
        text-align: center;
    }

    
    .second-footer .content{
        flex-direction: column;
        justify-content: center;
    }

    .second-footer .content .imgs{
        margin-top: 10px;
    }

    footer .item-content{
        margin-top: 10px;
    }

    footer .item h2{
        margin-top: 20px;
    }

    .second-footer .texto{
        font-size: 14px;
        text-align: center;
    }

    footer .rs-content{
        margin-top: 20px;
    }
}