@media print and (max-width:800px){    
    .oculto {display: none}
    
    .notice-success {
        border-color: #fff !important;
        
}

    .modal-lg{
        width: 900px;        
    }
}


