@media print {

    @page {
        margin: 1cm;
    }
    .logo-print {
        display: block !important;
    }

    body {
        color: #003A70;
        font-family: 'Roboto';
        font-size: 18px;
        font-style: normal;
        
    }
    h1{
        color: #003A70;
        font-family: 'Roboto';
        font-size: 36px;
        font-weight: 700;
        font-style: normal;
    }
   a[href]:after {
        content: none !important;
    }

     
     #footer, #btn-formulario, #btn-formulario-imp, hr, .breadcrumb {
        display: none !important;
     } 
        
}