/* Mensagens de erros dos fi=ormulários */
.has-error .help-block{
    color: #fb1432;
}
footer .content p.name-mobile{
        display: none;
    }
@media(max-width: 768px){
    footer .content{
        display: block;
    }
    
    footer .content img{
        right: 21px;
        left: auto!important;
    }
    
    footer .content p{
        display: none!important;
    }
    
    footer .content p.name-mobile{
        display: block!important;
        right: 86px;
    bottom: -110px;
    }
    
    footer .col-rodape{
        margin-top: 100px;
    }
}

@media(min-width: 998px) AND (max-width: 1200px){
    footer .content img{
        left: auto!important;
    }
}