@media (min-width:992px){
        
    .mobile{
        display: none !important;
    }
    .titulo-monetaria{
        font-size: 32px;
    }
    
}