<html><head>
        <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
        <meta content="width=device-width"/>
        <title></title></head><body><meta charset="utf-8"><!-- utf-8 works for most cases --><meta name="viewport" content="width=device-width"><!-- Forcing initial-scale shouldn't be necessary --><meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- Use the latest (edge) version of IE rendering engine --><meta name="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely -->
<title></title>
<!-- The title tag shows in email notifications, like Android 4.4. -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" /><!-- CSS Reset : BEGIN -->
<style type="text/css">/* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
body {
    margin: 0 auto !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    background: #f1f1f1;
}

/* What it does: Stops email clients resizing small text. */
* {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
    margin: 0 !important;
}

/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
    mso-table-lspace: 0pt !important;
    mso-table-rspace: 0pt !important;
}

/* What it does: Fixes webkit padding issue. */
table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 auto !important;
}

/* What it does: Uses a better rendering method when resizing images in IE. */
img {
    -ms-interpolation-mode:bicubic;
}

/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
    text-decoration: none;
}

/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],  /* iOS */
.unstyle-auto-detected-links *,
.aBn {
    border-bottom: 0 !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S {
    display: none !important;
    opacity: 0.01 !important;
}

/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im {
    color: inherit !important;
}

/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
    display: none !important;
}

/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
/* Create one of these media queries for each additional viewport size you'd like to fix */

/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
    u ~ div .email-container {
        min-width: 320px !important;
    }
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
    u ~ div .email-container {
        min-width: 375px !important;
    }
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
    u ~ div .email-container {
        min-width: 414px !important;
    }
}
</style>
<!-- CSS Reset : END --><!-- Progressive Enhancements : BEGIN -->
<style type="text/css">.primary{
        background: #174147;
}
.bg_white{
        background: #ffffff;
}
.bg_light{
        background: #fafafa;
}
.bg_black{
        background: #000000;
}
.bg_dark{
        background: rgba(0,0,0,.8);
}
.email-section{
        padding:2.5em;
}

/*BUTTON*/
.btn{
        padding: 5px 15px;
        display: inline-block;
}
.btn.btn-primary{
        border-radius: 5px;
        background: #174147;
        color: #ffffff;
}
.btn.btn-white{
        border-radius: 5px;
        background: #ffffff;
        color: #000000;
}
.btn.btn-white-outline{
        border-radius: 5px;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
}
.btn.btn-black-outline{
        border-radius: 0px;
        background: transparent;
        border: 2px solid #000;
        color: #000;
        font-weight: 700;
}

h1,h2,h3,h4,h5,h6{
        font-family: 'Lato', sans-serif;
        color: #000000;
        margin-top: 0;
        font-weight: 400;
}

body{
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.8;
        color: rgba(0,0,0,.4);
}

a{
        color: #174147;
}

table{
}
/*LOGO*/

.logo h1{
        margin: 0;
}
.logo h1 a{
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        border: 2px solid #000;
        padding: .2em 1em;
}

.navigation{
        padding: 0;
        padding: 1em 0;
        /*background: rgba(0,0,0,1);*/
        border-top: 1px solid rgba(0,0,0,.05);
        border-bottom: 1px solid rgba(0,0,0,.05);
}
.navigation li{
        list-style: none;
        display: inline-block;;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
}
.navigation li a{
        color: rgba(0,0,0,1);
}

/*HERO*/
.hero{
        position: relative;
        z-index: 0;
}

.hero .text{
        color: rgba(0,0,0,.3);
}
.hero .text h2{
        color: #000;
        font-size: 30px;
        margin-bottom: 0;
        font-weight: 300;
}
.hero .text h2 span{
        font-weight: 600;
        color: #174147;
}


/*HEADING SECTION*/
.heading-section{
}
.heading-section h2{
        color: #000000;
        font-size: 28px;
        margin-top: 0;
        line-height: 1.4;
        font-weight: 400;
}
.heading-section .subheading{
        margin-bottom: 20px !important;
        display: inline-block;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: rgba(0,0,0,.4);
        position: relative;
}
.heading-section .subheading::after{
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        content: '';
        width: 100%;
        height: 2px;
        background: #174147;
        margin: 0 auto;
}

.heading-section-white{
        color: rgba(255,255,255,.8);
}
.heading-section-white h2{
        font-family: 
        line-height: 1;
        padding-bottom: 0;
}
.heading-section-white h2{
        color: #ffffff;
}
.heading-section-white .subheading{
        margin-bottom: 0;
        display: inline-block;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: rgba(255,255,255,.4);
}


ul.social{
        padding: 0;
}
ul.social li{
        display: inline-block;
        margin-right: 10px;
}

/*FOOTER*/

.footer{
        border-top: 1px solid rgba(0,0,0,.05);
        color: rgba(0,0,0,.5);
}
.footer .heading{
        color: #000;
        font-size: 20px;
}
.footer ul{
        margin: 0;
        padding: 0;
}
.footer ul li{
        list-style: none;
        margin-bottom: 10px;
}
.footer ul li a{
        color: rgba(0,0,0,1);
}


@media screen and (max-width: 500px) {


}
</style>
<center style="width: 100%; background-color: #f1f1f1;">
<div style="display: none; font-size: 1px;max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;">&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</div>

<div class="email-container" style="max-width: 600px; margin: 0 auto;"><!-- BEGIN BODY -->
<h5><a href="https://www.nprovit.com/newsletter/lt.php?tid=eU4CAAQFUFJTUxgCUlMCHVcCAAgeBlsFBElbAAddXQQDBVJaUVFIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" >ver no browser</a></h5>

<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
        <tbody>
                <tr>
                        <td class="bg_white" style="padding: 1em 2.5em 0 2.5em;" valign="top">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td class="logo" style="text-align: center;">
                                                <h1><a href="https://www.nprovit.com/newsletter/lt.php?tid=eU5WCVcCUFRRVBgIBlBSHVdSBQkeXABRAElbBgAGB1YDAlIIBQBIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" >NPROVIT</a></h1>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- end tr -->
                <tr>
                        <td class="bg_white" style="padding: 0;" valign="top">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td class="logo" style="text-align: center;" width="60%">
                                                <ul class="navigation">
                                                        <li><a href="https://www.nprovit.com/newsletter/lt.php?tid=eU5VDAAADFAJVhhUVgZVHVcHAA4eBg1RUUkOVgJUBlNQAgNaVVNIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" >Todos os Computadores Renovados </a></li>
                                                </ul>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- end tr -->
                <tr>
                        <td class="hero hero-2 bg_white" style="padding: 2em 0 4em 0;" valign="middle">
                        <table>
                                <tbody>
                                        <tr>
                                                <td>
                                                <div class="text" style="padding: 0 2.5em; text-align: center;">
                                                <h2>Computadores Dell Desktop com <span>Windows 11 PRO pt</span></h2>
                                                Desde 136,80&euro; +IVA</div>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- end tr -->
                <tr>
                        <td class="bg_white">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td class="bg_light email-section" style="padding: 0; width: 100%;">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td valign="middle" width="50%">
                                                                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                                                <tbody>
                                                                                        <tr>
                                                                                                <td class="text-services" style="text-align: left; padding: 20px 30px;">
                                                                                                <div class="heading-section">
                                                                                                <h2 style="font-size: 22px;"><a href="https://www.nprovit.com/newsletter/lt.php?tid=eU4EAQJUAV4DUxhQVgYFHVcCBVweBQ5SCkkKCwRdUwRSBl4BUVdIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" >Computador Desktop DELL 3420 SFF XEON E3-1225-v5 8GB DDR4 256GB SATA SSD</a></h2>

                                                                                                <p>&nbsp;</p>

                                                                                                <ul>
                                                                                                        <li>Processador XEON E3-1225 V5</li>
                                                                                                        <li>Mem&oacute;ria 8GB DDR4</li>
                                                                                                        <li>Disco 256GB SSD</li>
                                                                                                        <li>Windows 11 PRO (pt-PT)</li>
                                                                                                        <li>2x Display Port + 1x HDMI</li>
                                                                                                        <li>10x USB (6x USB 3.0 + 4xUSB 2.0)</li>
                                                                                                        <li>2x PS2</li>
                                                                                                        <li>1x Serial RS232</li>
                                                                                                        <li>1x RJ45 (10/100/1000)</li>
                                                                                                        <li>Upgrade a 16GB ou 32 GB RAM</li>
                                                                                                        <br />
                                                                                                        <li>Contacte-nos
                                                                                                        <p>&nbsp;</p>

                                                                                                        <p><a class="btn btn-primary" href="https://www.nprovit.com/newsletter/lt.php?tid=eU4EAQJUAV4DUxhQVgYFHVcCBVweBQ5SCkkKCwRdUwRSBl4BUVdIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" >Ver na Loja</a></p>
                                                                                                        </li>
                                                                                                </ul>
                                                                                                </div>
                                                                                                </td>
                                                                                        </tr>
                                                                                </tbody>
                                                                        </table>
                                                                        </td>
                                                                        <td valign="middle" width="50%">
                                                                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                                                <tbody>
                                                                                        <tr>
                                                                                                <td><a href="https://www.nprovit.com/newsletter/lt.php?tid=eU4EAQJUAV4DUxhQVgYFHVcCBVweBQ5SCkkKCwRdUwRSBl4BUVdIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" ><img alt="" src="https://www.nprovit.com/publicacoes/wp-content/uploads/2025/05/Dell_Precision_Tower_3420_SFF-2-600x856.jpg" style="width: 100%; max-width: 600px; margin: auto; display: block;" /></a></td>
                                                                                        </tr>
                                                                                </tbody>
                                                                        </table>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                        </tr>
                                        <!-- end: tr -->
                                        <tr>
                                                <td class="bg_white" style="padding: 2em 0;" valign="middle">
                                                <table>
                                                        <tbody>
                                                                <tr>
                                                                        <td>
                                                                        <div class="text" style="padding: 0 2.5em; text-align: center;">
                                                                        <p><a class="btn btn-black-outline" href="https://www.nprovit.com/newsletter/lt.php?tid=eU5RWwZUBQNWUBgABFBXHVcEVwAeBlhXC0kIUVQDB10GBgcMUV5IXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" >Ver Todos os Computadores</a></p>
                                                                        </div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                        </tr>
                                        <!-- end tr --><!-- 1 Column Text + Button : END -->
                                </tbody>
                        </table>

                        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
                                <tbody>
                                        <tr>
                                                <td class="bg_white footer" valign="middle">&nbsp;</td>
                                        </tr>
                                        <!-- end: tr -->
                                        <tr>
                                                <td class="bg_light" style="text-align: center;">
                                                <p>Nprovit - Inform&aacute;tica e Servi&ccedil;os, Unipessoal, Lda. - <a href="https://www.nprovit.com/newsletter/lt.php?tid=eU5SD1IHDVMFURgGUVQHHVcEU1keBVgCBUleCwNUVV0FAAMMAgNIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ"  style="color: rgba(0,0,0,.8);">Contactos.</a></p>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
        </tbody>
</table>
</div>
</center>
<br />--

    <div class="footer" style="text-align:left; font-size: 75%;">
      <p>Esta mensagem foi enviada para  naveprinter@naveprinter.pt por info@nprovit.com.</p>
      <p>Pode reenviar esta mensagem clicando neste <a href="https://www.nprovit.com/newsletter/lt.php?tid=eU4CDVJRUQJVABgGWlpVHVcGUAAeXQhRBEldCwFcUVRSVwcPUFZIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" >link</a>.<br/>
      Para alterar os seus dados, clique <a href="https://www.nprovit.com/newsletter/lt.php?tid=eU4DCFBeUgMIDBgAUFcDHVcBAV4eXAFUVklcA1MHBwdSAAcLDFBIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" >link</a>.<br/>
      Para remover o seu endereço de email, clique  <a href="https://www.nprovit.com/newsletter/lt.php?tid=eU5XDQxTVgQADRhVBwRXHVdRUl0eBggAUEkLVAAEVAAGAgRYBl5IXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" >aqui</a> para deixar de receber as nossas newsletters..<br/>
      Pode consultar a nossa <a href="https://www.nprovit.com/newsletter/lt.php?tid=eU4DDgBTA14CVxgDU1RUHVcNB1keXA8BU0kAUQIDVgYABAMKB1dIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" >Política de Utilização</a>  e a nossa <a href="https://www.nprovit.com/newsletter/lt.php?tid=eU4HCVJTBlEABRhQBFYEHVdQVggeXVxRV0kPU1NdUwYAAlJcBl5IXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ" > Política de Privacidade</a>.<br/></p>
    </div>

  
<div style="clear: both; font-family: arial, verdana, sans-serif; font-size: 8px; font-variant: small-caps; font-weight: normal; padding: 2px; padding-left:10px;padding-top:20px;">NPROVIT &copy ;<a href="https://www.nprovit.com/newsletter/lt.php?tid=eU5WCVcCUFRRVBgIBlBSHVdSBQkeXABRAElbBgAGB1YDAlIIBQBIXlRTBwJXAVUdWgxaCB5QDlIASQBRVVdIUwMDAAtQAgdfAAVRTQEEAFNaVVZdHgIBWwNJDAUEXEgHCVADFA1QBlcCVw0EWgAHAQ"  target="_blank"> newsletter </a></div><img src="https://www.nprovit.com/newsletter/ut.php?u=5b020ac7fede0f129e675c573877f899&amp;m=8" width="1" height="1" border="0" alt="" /></body></html>