#footer{
    background-color: #ebebeb;
}

#footer .row > div{
    margin-top:25px; 
    margin-bottom:40px; 
}


#footer img{
    width: 207px;
    margin-top:60px;
    margin-right: 50px;
}

#footer .minitexto{
    max-width: 320px;
    font-size: 18px;
    color: #9e9e9e;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 25px;
}


#footer a{
    margin-top: 20px;
    display: inline-block;
    color: #9e9e9e;
    font-size: 18px;
    font-weight: 500;
}

#footer a b{
    font-weight: 700;
    color:#535353;
    font-size: 20px;

}

#footer a .color1{
    color:#48c0af;
}

#copy{
    font-size: 14px;
}

@media (max-width: 992px) {

    #footer .row > div{
        margin-top:0px; 
        margin-bottom:20px; 
    }

    #footer img{
        margin-top:60px;
        margin-right: 0px;
    }

    #footer .minitexto{
        max-width: 100%;
        font-size: 14px;
        color: #9e9e9e;
        line-height: 1.3;
        font-weight: 500;
        padding-bottom: 0px;
    }
}

@media (max-width: 400px) {
    #footer a{
        margin-top: 10px;
        font-size: 14px;
    }

    #footer a b{
        font-size: 18px;

    }
}

