<!doctype html>

<html>

    <head>

    <meta charset="utf-8">

    <!-- utf-8 works for most cases -->

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <!-- 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 -->



        <!-- font Flama -->

        <link
href="https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Bold-webfont.eot?family=Flama&vtcid=7467&vtpid=1008"
rel="stylesheet" type="text/css">

        <link
href="https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Bold-webfont.svg?family=Flama&vtcid=7467&vtpid=1008"
rel="stylesheet" type="text/css">

        <link
href="https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Bold-webfont.ttf?family=Flama&vtcid=7467&vtpid=1008"
rel="stylesheet" type="text/css">

        <link
href="https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Bold-webfont.woff?family=Flama&vtcid=7467&vtpid=1008"
rel="stylesheet" type="text/css">

        <link
href="https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Bold-webfont.woff2?family=Flama&vtcid=7467&vtpid=1008"
rel="stylesheet" type="text/css">



        <link
href="https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Medium-webfont.eot?family=Flama+Medium&vtcid=7467&vtpid=1008"
rel="stylesheet" type="text/css">

        <link
href="https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Medium-webfont.svg?family=Flama+Medium&vtcid=7467&vtpid=1008"
rel="stylesheet" type="text/css">

        <link
href="https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Medium-webfont.ttf?family=Flama+Medium&vtcid=7467&vtpid=1008"
rel="stylesheet" type="text/css">

        <link
href="https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Medium-webfont.woff?family=Flama+Medium&vtcid=7467&vtpid=1008"
rel="stylesheet" type="text/css">

        <link
href="https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Medium-webfont.woff2?family=Flama+Medium&vtcid=7467&vtpid=1008"
rel="stylesheet" type="text/css">





    <title></title>

    <!-- The title tag shows in email notifications, like Android 4.4. -->

    <!-- Please use an inliner tool to convert all CSS to inline as inpage
or external CSS is removed by email clients -->

    <!-- important in CSS is used to prevent the styles of currently inline
CSS from overriding the ones mentioned in media queries when corresponding
screen sizes are encountered -->



    <!-- CSS Reset -->

    <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 !important;

        padding: 0 !important;

        height: 100% !important;

        width: 100% !important;



/* What it does: Stops email clients resizing small text. */

*

        -ms-text-size-adjust: 100%;

        -webkit-text-size-adjust: 100%;



/* What it does: Forces Outlook.com to display emails full width. */

 .ExternalClass

        width: 100%;



/* What is 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. Fix for Yahoo mail table
alignment bug. Applies table-layout to the first 2 tables then removes for
anything nested deeper. */

table

        border-spacing: 0 !important;

        border-collapse: collapse !important;

        table-layout: fixed !important;

        margin: 0 auto !important;



table table table

        table-layout: auto;



/* What it does: Uses a better rendering method when resizing images in IE.
*/

img

        -ms-interpolation-mode: bicubic;



/* What it does: Overrides styles added when Yahoo's auto-senses a link.
*/

 .yshortcuts a

        border-bottom: none !important;



/* What it does: Another work-around for iOS meddling in triggered links.
*/

a[x-apple-data-detectors]

        color: inherit !important;



</style>



    <!-- Progressive Enhancements -->

    <style type="text/css">



        /* What it does: Hover styles for buttons */







        /* Media Queries */

        @media screen and (max-width: 600px)



            .email-container {

                width: 100% !important;





            /* What it does: Forces elements to resize to the full width of
their container. Useful for resizing images beyond their max-width. */

            .fluid,

            .fluid-centered

                max-width: 100% !important;

                height: auto !important;

                margin-left: auto !important;

                margin-right: auto !important;



            /* And center justify these ones. */

            .fluid-centered

                margin-left: auto !important;

                margin-right: auto !important;





            /* What it does: Forces table cells into full-width rows. */

            .stack-column,

            .stack-column-center

                display: block !important;

                width: 100% !important;

                max-width: 100% !important;

                direction: ltr !important;



            /* And center justify these ones. */

            .stack-column-center

                text-align: center !important;





            /* What it does: Generic utility class for centering. Useful
for images, buttons, and nested tables. */

            .center-on-narrow

                text-align: center !important;

                display: block !important;

                margin-left: auto !important;

                margin-right: auto !important;

                float: none !important;



            table.center-on-narrow

                display: inline-block !important;





                        btn-assine

                                border-radius: 5px;

                                background: #29CD01;

                                text-align: center;

                                border: 15px solid #29CD01;

                                padding: 0 10px;

                                color: #ffffff;

                                font-family: 'Flama', Calibri, Helvetica, sans-serif;

                                font-size: 17px;

                                line-height: 1.1;

                                text-align: center;

                                text-decoration: none;

                                display: block;

                                border-radius: 30px;

                                font-weight: bold;

                                text-transform: uppercase;









                        }



                        @media only screen and (max-width:600px)

                        .full-width{width:95%!important; float:none!important;
min-width:80%!important; margin:0 auto!important; max-width:80%;

                        .full-blockdisplay:block!important;

                        .image-full-width,

                        .image-full-width imgwidth:100%!important; height:auto!important;
max-width:100%!important;

                        .full-width.fix-800min-width:auto!important;

                        }





    </style>

    </head>

    <body bgcolor="#F5F5F5" width="100%" style="margin: 0;">
<center style="width: 100%;"><center style="width: 100%;"><!-- end content
luana--> <!-- start content luana--></center></center><center style="width:
100%;"><!-- end content luana--></center>
<table bgcolor="#F5F5F5" cellpadding="0" cellspacing="0" border="0"
style="width: 100%; height: 100%;">
<tbody>
<tr>
<td><center style="width: 100%;"><center style="width: 100%;"><!-- Visually
Hidden Preheader Text : BEGIN -->
<div style="display: none; font-size: 1px; line-height: 1px; max-height:
0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all;
font-family: Calibri, Helvetica, sans-serif;">(Optional) This text will
appear in the inbox preview, but not the email body.</div>
<!-- Visually Hidden Preheader Text : END --> <!-- TOPO: INICIO -->
<table align="center" class="email-container" cellpadding="0"
cellspacing="0" style="width: 600px;">
<tbody>
<tr>
<td align="center" bgcolor="#FFFFFF" style="text-align: left;"><a
href="https://assine.estadao.com.br/google?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=generica:c&utm_content=link:::01-topo&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/20180717-AM100888-AM100886-AM300820-AM300819-AM100895/img_03.png"
alt="Estadão" width="170" height="49" title="Estadão"
border="0" /></a></td>
</tr>
</tbody>
</table>
<!-- TOPO: FIM --> <!-- Email Body : BEGIN -->
<table cellspacing="0" cellpadding="0" border="0" align="center"
bgcolor="#ffffff" class="email-container" style="width: 600px;"><!--
DESTAQUE: INICIO -->
<tbody>
<tr>
<td class="full-width-image"><a
href="https://assine.estadao.com.br/digitais?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=generica:c&utm_content=link:::02-banner&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/20180717-AM100888-AM100886-AM300820-AM300819-AM100895/img_04.jpg"
alt="Va além da notícia" width="600" style="width: 100%;
max-width: 600px; height: auto;" title="Va além da notícia"
border="0" align="center" /></a></td>
</tr>
<!-- DESTAQUE: FIM --> <!-- DUAS COLUNAS: INICIO -->
<tr>
<td bgcolor="#33454A" align="center" valign="top">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tbody>
<tr>
<td align="center" class="stack-column-center">
<table cellspacing="0" cellpadding="0" border="0" style="height: 204px;">
<tbody>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" style="width: 94%;
height: 234px;">
<tbody>
<tr>
<td align="center"><span style="font-family: 'Flama Medium', Calibri,
sans-serif; font-size: 15px; line-height: 28px; color: #e1e0e5;
font-weight: normal; -webkit-font-smoothing: antialiased;"> <br />Em um
mundo cada vez mais complexo, que surpreende a todo o momento, nada melhor
do que contar com um jornal completo como o Estadão. Nele você
encontra a opinião de renomados colunistas, sempre prontos a dar uma
visão ampla e diversificada dos acontecimentos no Brasil e no
mundo.<br /><br />   </span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td class="stack-column-center">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="center-on-narrow" style="text-align: center; padding: 10px 10px
10px; line-height: 21px;"><span style="font-family: 'Flama Medium',
Calibri, Helvetica, sans-serif; font-size: 19px; mso-height-rule: exactly;
color: #ffffff; text-align: center; text-transform: uppercase;
-webkit-font-smoothing: antialiased;"><a
href="https://assine.estadao.com.br/digitais?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=generica:c&utm_content=link:::03-texto-oferta-1&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: none; color: #ffffff;"><span
style="font-size: 18px; font-family: 'Flama Medium', Calibri, Helvetica,
sans-serif; font-weight: 600;">Digital </span><br
/>Completa</a></span></td>
</tr>
<tr></tr>
<tr>
<td class="center-on-narrow" style="text-align: center;"><span
style="font-family: 'Flama', Calibri, Helvetica, sans-serif; font-size:
13px; mso-height-rule: exactly; color: #aaaaaa; text-align: center;
text-decoration: line-through;">De R$36,90 /mês</span></td>
</tr>
<tr>
<td class="center-on-narrow" style="text-align: center; line-height:
40px;"><span style="font-family: 'Flama', Calibri, Helvetica, sans-serif;
font-size: 13px; mso-height-rule: exactly; color: #aaaaaa; text-align:
center;"><a
href="https://assine.estadao.com.br/digitais?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=generica:c&utm_content=link:::03-texto-oferta-1&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: none; color: #aaaaaa;">Por R$ <span
style="color: #79d0d0; font-weight: bold; font-size: 48px; font-family:
Times New Roman, Calibri, Helvetica, sans-serif;"><span style="font-size:
50px;">21</span>,90</span>/mês</a></span></td>
</tr>
<tr>
<td class="center-on-narrow" style="text-align: center;"><span
style="font-family: 'Flama Medium', Calibri, Helvetica, sans-serif;
font-size: 13px; mso-height-rule: exactly; color: #79d0d0; text-align:
center; font-weight: bold; text-transform: uppercase;"><a
href="https://assine.estadao.com.br/digitais?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=generica:c&utm_content=link:::03-texto-oferta-1&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: none; color: #79d0d0;">41% de
desconto por 1 ano</a></span></td>
</tr>
<tr>
<td height="5" style="font-size: 5px;"> </td>
</tr>
<tr>
<td bgcolor="#33454A" align="center" valign="top">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tbody>
<tr>
<td width="40%" class="stack-column-center" style="border-top: 10px solid
#33454A;">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="text-align: center;"><a
href="https://assine.estadao.com.br/subscribe/estadao-digital-completa-2190-caixa-de-som-preta-am100888?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=digital:c&utm_content=link:::04-texto-oferta-1-2&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/20180717-AM100888-AM100886-AM300820-AM300819-AM100895/img_09.jpg"
alt="Caixa de Som" width="151" height="61" class="fluid" title="Caixa de
Som" border="0" style="display: block;" /></a></td>
</tr>
<tr>
<td height="5" style="font-size: 5px;"> </td>
</tr>
<tr>
<td>
<table class="btn-assine" cellspacing="0" cellpadding="0" border="0"
align="center" style="margin: auto;">
<tbody>
<tr>
<td style="background-color: #29cd01; border-radius: 5px;"><a
href="https://assine.estadao.com.br/subscribe/estadao-digital-completa-2190-caixa-de-som-preta-am100888?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=digital:c&utm_content=link:::05-botão-oferta-1=&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="background: #29CD01; border: 5px solid #29CD01;
padding: 2px 10px 2px; color: #ffffff; font-family: 'Flama Medium',
Calibri, Helvetica, sans-serif; font-size: 13px; text-align: center;
text-decoration: none; display: block; border-radius: 5px; font-weight:
bold; text-transform: uppercase;">Assine Agora</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td width="43%" class="stack-column-center" style="border-top: 10px solid
#33454A;">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="text-align: center;"><a
href="https://assine.estadao.com.br/subscribe/estadao-digital-completa-2190-carregador-portatil-am100886?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=digital:c&utm_content=link:::06-texto-oferta-2&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/20180717-AM100888-AM100886-AM300820-AM300819-AM100895/img_10.jpg"
alt="Carregador portátil" width="151" height="61" class="fluid"
title="Carregador portátil" border="0" style="display: block;"
/></a></td>
</tr>
<tr>
<td height="5" style="font-size: 5px;"> </td>
</tr>
<tr>
<td>
<table class="btn-assine" cellspacing="0" cellpadding="0" border="0"
align="center" style="margin: auto;">
<tbody>
<tr>
<td style="background-color: #29cd01; border-radius: 5px;"><a
href="https://assine.estadao.com.br/subscribe/estadao-digital-completa-2190-carregador-portatil-am100886?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=digital:c&utm_content=link:::07-botão-oferta-2=&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="background: #29CD01; border: 5px solid #29CD01;
padding: 2px 10px 2px; color: #ffffff; font-family: 'Flama Medium',
Calibri, Helvetica, sans-serif; font-size: 13px; text-align: center;
text-decoration: none; display: block; border-radius: 5px; font-weight:
bold; text-transform: uppercase;">Assine Agora</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="full-width-image"><img
src="https://assine.estadao.com.br/mkt/20180717-AM100888-AM100886-AM300820-AM300819-AM100895/img_08.jpg"
alt="" width="600" height="22" style="width: 100%; max-width: 600px;
height: auto; display: block;" border="0" align="center" /></td>
</tr>
<!-- DUAS COLUNAS: FIM -->
<tr>
<td bgcolor="#E2E1E6" style="height: 10px; font-size: 10px;"> </td>
</tr>
<tr>
<td bgcolor="#E2E1E6">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="width: 100%;">
<tbody>
<tr>
<td valign="middle" style="text-align: center; padding: 5px; font-family:
'Flama Medium', Calibri, Helvetica, sans-serif; font-size: 17px;
mso-height-rule: exactly; color: #339393; font-weight: 800;"><a
href="https://assine.estadao.com.br/google?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=generica:c&utm_content=link:::08-outras-ofertas&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: none; color: #339393;">Confira
outras ofertas:</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td bgcolor="#E2E1E6" style="height: 20px; font-size: 20px;"> </td>
</tr>
<!-- DUAS COLUNAS: INICIO -->
<tr>
<td bgcolor="#E2E1E6" align="center" valign="top" style="padding: 0 25px
0px 25px;">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tbody>
<tr>
<td bgcolor="#FFFFFF" width="40%" class="stack-column-center"
style="border-top: 10px solid #E2E1E6;">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="center-on-narrow" style="text-align: center; padding: 10px 10px
10px; line-height: 18px;"><span style="font-family: 'Flama Medium',
Calibri, Helvetica, sans-serif; font-size: 18px; mso-height-rule: exactly;
color: #212121; text-align: center; text-transform: uppercase;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2490-superinteressante-am300820?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::09-texto-oferta-3&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: none; color:
#212121;"><strong>Impresso</strong><br />fins de semana +
Digital</a></span></td>
</tr>
<tr>
<td style="text-align: center;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2490-superinteressante-am300820?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::09-texto-oferta-3&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/20180717-AM100888-AM100886-AM300820-AM300819-AM100895/img_05.jpg"
alt="Superinteressante" width="231" height="108" class="fluid"
title="Superinteressante" border="0" style="display: block;" /></a></td>
</tr>
<tr>
<td style="height: 6px; font-size: 6px;"> </td>
</tr>
<tr>
<td class="center-on-narrow" style="text-align: center;"><span
style="font-family: 'Flama', Calibri, Helvetica, sans-serif; font-size:
13px; mso-height-rule: exactly; color: #aaaaaa; text-align: center;
text-decoration: line-through;">De R$45,50 /mês</span></td>
</tr>
<tr>
<td class="center-on-narrow" style="text-align: center; line-height:
34px;"><span style="font-family: 'Flama', Calibri, Helvetica, sans-serif;
font-size: 13px; mso-height-rule: exactly; color: #aaaaaa; text-align:
center;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2490-superinteressante-am300820?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::09-texto-oferta-3&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: none; color: #aaaaaa;">Por R$ <span
style="color: #006392; font-weight: bold; font-size: 48px; font-family:
Times New Roman, Calibri, Helvetica, sans-serif;"><span style="font-size:
50px;">24</span>,90</span>/mês</a></span></td>
</tr>
<tr>
<td class="center-on-narrow" style="text-align: center;"><span
style="font-family: 'Flama Medium', Calibri, Helvetica, sans-serif;
font-size: 13px; mso-height-rule: exactly; color: #339393; text-align:
center; font-weight: bold; text-transform: uppercase;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2490-superinteressante-am300820?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::09-texto-oferta-3&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: none; color: #339393;">45% de
desconto por 1 ano</a></span></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<table class="btn-assine" cellspacing="0" cellpadding="0" border="0"
align="center" style="margin: auto;">
<tbody>
<tr>
<td style="background-color: #29cd01; border-radius: 5px;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2490-superinteressante-am300820?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::10-botão-oferta-3=&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="background: #29CD01; border: 5px solid #29CD01;
padding: 2px 10px 2px; color: #ffffff; font-family: 'Flama Medium',
Calibri, Helvetica, sans-serif; font-size: 13px; text-align: center;
text-decoration: none; display: block; border-radius: 5px; font-weight:
bold; text-transform: uppercase;">Assine Agora</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</tbody>
</table>
</td>
<td bgcolor="#FFFFFF" width="43%" class="stack-column-center"
style="border-top: 10px solid #E2E1E6;">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="center-on-narrow" style="text-align: center; padding: 10px 10px
10px; line-height: 18px;"><span style="font-family: 'Flama Medium',
Calibri, Helvetica, sans-serif; font-size: 18px; mso-height-rule: exactly;
color: #212121; text-align: center; text-transform: uppercase;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2490-turma-da-monica-am300819?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::11-texto-oferta-4&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: none; color:
#212121;"><strong>Impresso</strong><br />fins de semana +
Digital</a></span></td>
</tr>
<tr>
<td style="text-align: center;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2490-turma-da-monica-am300819?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::11-texto-oferta-4&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/20180717-AM100888-AM100886-AM300820-AM300819-AM100895/img_06.jpg"
alt="Turma da Mônica" width="231" height="108" class="fluid"
title="Turma da Mônica" border="0" style="display: block;"
/></a></td>
</tr>
<tr>
<td style="height: 6px; font-size: 6px;"> </td>
</tr>
<tr>
<td class="center-on-narrow" style="text-align: center;"><span
style="font-family: 'Flama', Calibri, Helvetica, sans-serif; font-size:
13px; mso-height-rule: exactly; color: #aaaaaa; text-align: center;
text-decoration: line-through;">De R$45,50 /mês</span></td>
</tr>
<tr>
<td class="center-on-narrow" style="text-align: center; line-height:
34px;"><span style="font-family: 'Flama', Calibri, Helvetica, sans-serif;
font-size: 13px; mso-height-rule: exactly; color: #aaaaaa; text-align:
center;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2490-turma-da-monica-am300819?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::11-texto-oferta-4&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: none; color: #aaaaaa;">Por R$ <span
style="color: #006392; font-weight: bold; font-size: 48px; font-family:
Times New Roman, Calibri, Helvetica, sans-serif;"><span style="font-size:
50px;">24</span>,90</span>/mês</a></span></td>
</tr>
<tr>
<td class="center-on-narrow" style="text-align: center;"><span
style="font-family: 'Flama Medium', Calibri, Helvetica, sans-serif;
font-size: 13px; mso-height-rule: exactly; color: #339393; text-align:
center; font-weight: bold; text-transform: uppercase;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2490-turma-da-monica-am300819?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::11-texto-oferta-4&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: none; color: #339393;">45% de
desconto por 1 ano</a></span></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<table class="btn-assine" cellspacing="0" cellpadding="0" border="0"
align="center" style="margin: auto;">
<tbody>
<tr>
<td style="background-color: #29cd01; border-radius: 5px;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2490-turma-da-monica-am300819?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::12-botão-oferta-4=&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="background: #29CD01; border: 5px solid #29CD01;
padding: 2px 10px 2px; color: #ffffff; font-family: 'Flama Medium',
Calibri, Helvetica, sans-serif; font-size: 13px; text-align: center;
text-decoration: none; display: block; border-radius: 5px; font-weight:
bold; text-transform: uppercase;">Assine Agora</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- DUAS COLUNAS: FIM --> <!-- BANNER RODAPE -->
<tr>
<td bgcolor="#E2E1E6" align="center" valign="top" style="padding: 25px;">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tbody>
<tr>
<td width="100%" class="stack-column-center">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="text-align: center;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2990-5790-marvel-am100895?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::13-banner-rodape-oferta-5&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/20180717-AM100888-AM100886-AM300820-AM300819-AM100895/img_07.jpg"
alt="Impresso todos os dias + Digital" width="550" height="89"
class="fluid" title="Impresso todos os dias + Digital" border="0"
/></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- BANNER RODAPE --> <!-- Three Even Columns : END --></tbody>
</table>
<!-- Email Body : END --> <!--  <!-- RODAPE: INICIO -->
<table cellspacing="0" cellpadding="0" border="0" style="width: 42%;">
<tbody>
<tr>
<td height="50" style="font-size: 50px;"> </td>
</tr>
</tbody>
</table>
<table align="center" class="full-width" cellpadding="0" cellspacing="0"
style="max-width: 540px; margin: 0px auto; width: 540px;">
<tbody>
<tr>
<td align="center" style="width: 100%; font-size: 11px; font-family:
Calibri, Helvetica, sans-serif; mso-height-rule: exactly; line-height:
16px; color: #888888; text-transform: uppercase;"><span style="font-weight:
bold; color: #545454;">Copyright 1995 - 2018 | Todos os direitos
reservados</span><br /> S/A O Estado de S.Paulo - CNPJ: 61.533.949/0001-41
Av. Engenheiro Caetano Álvares, 55</td>
</tr>
</tbody>
</table>
<!-- start content luana--></center></center></td>
</tr>
<tr dup="0">
<td valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="max-width: 540px; margin: 0px auto; width: 540px;"
class="full-width">
<tbody>
<tr>
<td valign="top" align="center">
<table align="left" border="0" cellpadding="0" cellspacing="0"
class="full-width left" style="max-width: 145px; width: 135px;"><!-- start
content -->
<tbody>
<tr dup="0">
<td valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 100%;"><!-- start space -->
<tbody>
<tr>
<td valign="top" height="15" style="height: 15px; font-size: 0px;
line-height: 0; border-collapse: collapse;"></td>
</tr>
<!-- end space --> <!-- start divider  --> <!-- end divider  -->
<tr dup="0">
<td valign="top" style="padding-left: 10px; padding-right: 10px;">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 100%;">
<tbody>
<tr>
<td align="center" style="width: 100%; font-size: 11px; font-family:
Calibri, Helvetica, sans-serif; mso-height-rule: exactly; line-height:
16px; color: #888888; text-transform: uppercase;"><span style="font-weight:
bold; color: #545454;">Televendas</span><br /> 0800 014 9000</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content --></tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td><td valign="top" ><![endif]-->
<table border="0" cellpadding="0" cellspacing="0" align="left"
class="full-width left" style="border-spacing: 0px; max-width: 17.5px;
width: 17.5px;">
<tbody>
<tr>
<td height="5" width="17.5" style="height: 5px; font-size: 0px;
line-height: 0; border-collapse: collapse;"> </td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td><td valign="top" ><![endif]-->
<table align="left" border="0" cellpadding="0" cellspacing="0"
class="full-width left" style="max-width: 235px; width: 235px;"><!-- start
content -->
<tbody>
<tr dup="0">
<td valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 100%;"><!-- start space -->
<tbody>
<tr>
<td valign="top" height="15" style="height: 15px; font-size: 0px;
line-height: 0; border-collapse: collapse;"></td>
</tr>
<!-- end space --> <!-- start divider  --> <!-- end divider  -->
<tr dup="0">
<td valign="top" style="padding-left: 10px; padding-right: 10px;">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 100%;">
<tbody>
<tr>
<td align="center" style="font-size: 11px; font-family: Calibri, Helvetica,
sans-serif; mso-height-rule: exactly; line-height: 16px; color: #888888;
text-transform: uppercase;">de 2ª a 6ª feira, das 8h às
20h, sábados, domingos e feriados, das 8h às 14h.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content --></tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td><td valign="top" ><![endif]-->
<table border="0" cellpadding="0" cellspacing="0" align="left"
class="full-width left" style="border-spacing: 0px; max-width: 17.5px;
width: 17.5px;">
<tbody>
<tr>
<td height="5" width="17.5" style="height: 5px; font-size: 0px;
line-height: 0; border-collapse: collapse;"> </td>
</tr>
</tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td><td valign="top" ><![endif]-->
<table align="right" border="0" cellpadding="0" cellspacing="0"
class="full-width right" style="max-width: 145px; width: 135px;"><!-- start
content -->
<tbody>
<tr dup="0">
<td valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 100%;"><!-- start space -->
<tbody>
<tr>
<td valign="top" height="15" style="height: 15px; font-size: 0px;
line-height: 0; border-collapse: collapse;"></td>
</tr>
<!-- end space --> <!-- start divider  --> <!-- end divider  -->
<tr>
<td valign="top" style="padding-left: 10px; padding-right: 10px;">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 100%;">
<tbody>
<tr dup="0">
<td align="center" style="font-size: 11px; font-family: Calibri, Helvetica,
sans-serif; mso-height-rule: exactly; line-height: 16px; color: #888888;
text-transform: uppercase;"><span style="font-weight: bold; color:
#545454;">Whatsapp</span><br /> (11) 99196-4001</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content --></tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table align="center" class="full-width" cellpadding="0" cellspacing="0"
style="max-width: 540px; margin: 0px auto; width: 540px;">
<tbody>
<tr>
<td align="center" style="width: 100%; font-size: 11px; font-family:
Calibri, Helvetica, sans-serif; mso-height-rule: exactly; line-height:
16px; color: #888888; text-transform: uppercase;"><span style="font-weight:
bold; color: #545454;"> <br />Formas de pagamento</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr dup="0">
<td valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="max-width: 540px; margin: 0px auto; width: 540px;"
class="full-width">
<tbody>
<tr>
<td valign="top" align="center">
<table align="left" border="0" cellpadding="0" cellspacing="0"
class="full-width left" style="max-width: 186px; width: 186px;"><!-- start
content -->
<tbody>
<tr dup="0">
<td valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 100%;"><!-- start space --> <!-- end space
--> <!-- start divider  --> <!-- end divider  -->
<tbody>
<tr dup="0">
<td valign="top" style="padding-left: 10px; padding-right: 10px;">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 100%;">
<tbody>
<tr>
<td align="center" style="font-size: 11px; font-family: Calibri, Helvetica,
sans-serif; mso-height-rule: exactly; line-height: 16px; color: #888888;
text-transform: uppercase;">Cartões de crédito</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr dup="0">
<td valign="top">
<table align="center" border="0" cellspacing="0" cellpadding="0"
style="margin: 0px auto; width: 100%;">
<tbody>
<tr>
<td valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 186px;">
<tbody>
<tr>
<td><img
src="https://assine.estadao.com.br/mkt/20180717-AM100888-AM100886-AM300820-AM300819-AM100895/img_01.png"
alt="Cartões de crédito" width="186" height="24"
style="max-width: 186px; width: 100%; height: auto;" title="Cartões
de crédito" border="0" align="center" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- start space --> <!-- end space --></tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content --></tbody>
</table>
<!--[if (gte mso 9)|(IE)]></td><td valign="top" ><![endif]--><!--[if (gte
mso 9)|(IE)]></td><td valign="top" ><![endif]--><!--[if (gte mso
9)|(IE)]></td><td valign="top" ><![endif]--><!--[if (gte mso
9)|(IE)]></td><td valign="top" ><![endif]-->
<table align="right" border="0" cellpadding="0" cellspacing="0"
class="full-width left" style="max-width: 235px; width: 235px;"><!-- start
content -->
<tbody>
<tr dup="0">
<td valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 100%;"><!-- start space --> <!-- end space
--> <!-- start divider  --> <!-- end divider  -->
<tbody>
<tr dup="0">
<td valign="top" style="padding-left: 10px; padding-right: 10px;">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 100%;">
<tbody>
<tr>
<td align="center" style="font-size: 11px; font-family: Calibri, Helvetica,
sans-serif; mso-height-rule: exactly; line-height: 16px; color: #888888;
text-transform: uppercase;">Débito em conta</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr dup="0">
<td valign="top">
<table align="center" border="0" cellspacing="0" cellpadding="0"
style="margin: 0px auto; width: 100%;">
<tbody>
<tr>
<td valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="margin: 0px auto; width: 235px;">
<tbody>
<tr>
<td><img
src="https://assine.estadao.com.br/mkt/20180717-AM100888-AM100886-AM300820-AM300819-AM100895/img_02.png"
alt="Débito em conta" width="235" height="24" style="max-width:
235px; width: 100%; height: auto;" title="Débito em conta"
border="0" align="center" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- start space --> <!-- end space --></tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- end content --></tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" border="0" style="width: 42%;">
<tbody>
<tr>
<td height="24" style="font-size: 24px;"> </td>
</tr>
</tbody>
</table>
<!-- RODAPE: FIM -->
<table align="center" border="0" cellpadding="0" cellspacing="0"
style="max-width: 540px; margin: 0px auto; width: 540px;"
class="full-width">
<tbody>
<tr>
<td valign="middle" style="text-align: justify; padding: 10px; font-family:
Calibri, Helvetica, sans-serif; font-size: 11px; mso-height-rule: exactly;
color: #bfbfbf;"><span style="color: #f5f5f5;">diretorio</span> <br />*Os
detalhes da assinatura constam no descritivo da oferta no site. Imagens
meramente ilustrativas. Ofertas válidas por 3 dias ou enquanto
durarem os estoques dos brindes. Condição de pagamento:
cartão de crédito e débito em conta. Preço
válido para o Estado de São Paulo. Local de entrega sujeito
à confirmação. A entrega do jornal impresso
ocorrerá em até 7 (sete) dias úteis, após a
análise de crédito e confirmação do pagamento.
Em caso de dúvida, entre em contato com a Central de Atendimento: <a
href="http://www.assinante.estadao.com.br/formulario-contato?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=generica:c&utm_content=link:::14-form&utm_term=::::&vtcid=7467&vtpid=1008"
target="_blank" style="text-decoration: underline; color:
#c0c0c0;">www.assinante.estadao.com.br/formulario-contato</a>.</td>
</tr>
<tr>
<td height="40" align="center" bgcolor="#F5F5F5" style="font-family: Arial,
Helvetica, sans-serif; font-size: 11px; color: #121135;"><a
href="http://www.inbox.poa.br/unsubscribe.php?M=2590737&C=315f699653005e518055347c0db5cab6&L=23&N=146"
style="color: #121135;" target="_blank"> Desejo não receber mais
estas mensagens</a></td>
</tr>
</tbody>
</table>
<img
src="http://www.inbox.poa.br/open.php?M=2590737&L=23&N=146&F=H&image=.jpg"
height="1" width="10"></body>

</html>