<!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=7960&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=7960&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=7960&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=7960&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=7960&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=7960&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=7960&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=7960&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=7960&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=7960&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=alwayson:c&utm_content=link:::01-topo&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/briefing-8-parceiros/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/subscribe/estadao-impresso-em-casa-2990-5790-studio-geek-am100901?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::02-banner&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/briefing-8-parceiros/img_04.jpg"
alt="Vá além da notícia" width="600" style="width:
100%; max-width: 600px; height: auto;" title="Vá além da
notícia" border="0" align="center" /></a></td>
</tr>
<!-- DESTAQUE: FIM --> <!-- DUAS COLUNAS: INICIO -->
<tr>
<td bgcolor="#EDEDED" 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" align="center"
style="width: 84%; height: 234px;">
<tbody>
<tr>
<td align="center"><span style="font-family: 'Flama', Calibri, sans-serif;
font-size: 16px; line-height: 21px; color: #ba840b; font-weight: normal;
-webkit-font-smoothing: antialiased;"> <span style="color: #000000;
text-transform: uppercase; font-weight: bold; font-size: 18px;"><br />Um
convite para você ir além da notícia e construir a sua
própria opinião.</span> </span></td>
</tr>
<tr>
<td align="center"><span style="font-family: 'Flama Medium', Calibri,
sans-serif; font-size: 16px; line-height: 16px; color: #666666;
font-weight: normal; -webkit-font-smoothing: antialiased;"> 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: #000000; text-align: center; text-transform: uppercase;
-webkit-font-smoothing: antialiased;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2990-5790-studio-geek-am100901?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::03-texto-oferta-1&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: none; color: #000000;"><span
style="font-size: 18px; font-family: 'Flama Medium', Calibri, Helvetica,
sans-serif; font-weight: 600;">Impresso</span><br />todos os dias +
Digital</a></span></td>
</tr>
<tr>
<td height="5" style="font-size: 5px;"> </td>
</tr>
<tr>
<td style="text-align: center;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2990-5790-studio-geek-am100901?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::03-texto-oferta-1&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/briefing-8-parceiros/img_05.jpg"
alt="Studio Geek" width="215" height="121" class="fluid" title="Studio
Geek" border="0" /></a></td>
</tr>
<tr>
<td height="15" style="font-size: 15px;"> </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: #828282; text-align: center;
text-decoration: line-through;">De 57,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: #828282; text-align:
center;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2990-5790-studio-geek-am100901?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::03-texto-oferta-1&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: none; color: #828282;">Por R$ <span
style="color: #13acff; font-weight: bold; font-size: 48px; font-family:
Times New Roman, Calibri, Helvetica, sans-serif;"><span style="font-size:
50px;">29</span>,90</span>/1º mês</a></span></td>
</tr>
<tr>
<td class="center-on-narrow" style="text-align: center;"><span
style="font-family: 'Flama', Calibri, Helvetica, sans-serif; font-size:
14px; mso-height-rule: exactly; color: #000000; text-align: center;
font-weight: bold; text-transform: uppercase;"><a
href="https://assine.estadao.com.br/subscribe/estadao-impresso-em-casa-2990-5790-studio-geek-am100901?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::03-texto-oferta-1&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: none; color: #000000;">48% de
desconto*</a></span></td>
</tr>
<tr>
<td height="15" style="font-size: 15px;"> </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-2990-5790-studio-geek-am100901?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::04-botao-oferta-1&utm_term=::::&vtcid=7960&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 -->
<tr>
<td bgcolor="#E2E1E6" style="height: 35px; font-size: 35px;"> </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" align="center">
<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-2990-5790-marvel-am100895?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::05-texto-oferta-2&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: none; color:
#212121;"><strong>Impresso</strong><br />todos os dias +
Digital</a></span></td>
</tr>
<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:::05-texto-oferta-2&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/emkt-brindes-jul-ago/marvel.jpg"
alt="Marvel" width="223" height="108" class="fluid" title="Marvel"
border="0" /></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$57,90 /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-2990-5790-marvel-am100895?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::05-texto-oferta-2&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: none; color: #aaaaaa;">Por R$ <span
style="color: #13acff; font-weight: bold; font-size: 48px; font-family:
Times New Roman, Calibri, Helvetica, sans-serif;"><span style="font-size:
50px;">29</span>,90</span>/1º mês</a></span></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: #13acff; text-align: center;
font-weight: bold; text-transform: uppercase;"><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:::05-texto-oferta-2&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: none; color: #13acff;">48% de
desconto*</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-2990-5790-marvel-am100895?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=impresso:c&utm_content=link:::06-botao-oferta-2&utm_term=::::&vtcid=7960&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" align="center">
<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-digital-completa-2190-caixa-de-som-preta-am100888?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=digital:c&utm_content=link:::07-texto-oferta-3&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: none; color:
#212121;"><strong>Digital</strong><br />completa</a></span></td>
</tr>
<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:::07-texto-oferta-3&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/emkt-brindes-jul-ago/caixa.jpg"
alt="Caixa de som" width="223" height="108" class="fluid" title="Caixa de
som" border="0" /></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$36,90 /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-digital-completa-2190-caixa-de-som-preta-am100888?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=digital:c&utm_content=link:::07-texto-oferta-3&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: none; color: #aaaaaa;">Por R$ <span
style="color: #13acff; 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', Calibri, Helvetica, sans-serif; font-size:
13px; mso-height-rule: exactly; color: #13acff; text-align: center;
font-weight: bold; text-transform: uppercase;"><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:::07-texto-oferta-3&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: none; color: #13acff;">41% 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-digital-completa-2190-caixa-de-som-preta-am100888?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=digital:c&utm_content=link:::08-botao-oferta-3&utm_term=::::&vtcid=7960&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-digital-basica-190-1190-am100891?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=digital:c&utm_content=link:::09-banner-rodape-oferta-4&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank"><img
src="https://assine.estadao.com.br/mkt/briefing-8-parceiros/img_06.jpg"
alt="Digital Básica" width="550" height="89" class="fluid"
title="Digital Básica" border="0" /></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- BANNER RODAPE --> <!-- BOTAO RODAPE -->
<tr>
<td bgcolor="#4A4A4A" align="center" valign="top" style="padding: 45px;">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tbody>
<tr>
<td class="center-on-narrow" style="text-align: center; padding: 0px 10px
10px; line-height: 18px;"><span style="font-family: 'Flama Medium',
Calibri, Helvetica, sans-serif; font-size: 15px; mso-height-rule: exactly;
color: #ffffff; text-align: center; text-transform: uppercase;"><a
href="https://assine.estadao.com.br/emkt?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=alwayson:c&utm_content=link:::10-outras-ofertas&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: none; color: #ffffff;">Quer mais
ofertas? O Estadão tem.</a></span></td>
</tr>
<tr>
<td style="height: 6px; font-size: 6px;"> </td>
</tr>
<tr>
<td width="100%" class="stack-column-center">
<table class="btn-assine" cellspacing="0" cellpadding="0" border="0"
align="center" style="margin: auto;">
<tbody>
<tr>
<td style="background-color: #3fb2ff; border-radius: 5px;"><a
href="https://assine.estadao.com.br/emkt?utm_source=diretorio:email-mkt&utm_medium=email-mkt&utm_campaign=alwayson:c&utm_content=link:::10-outras-ofertas&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="background: #3FB2FF; border: 5px solid #3FB2FF;
padding: 6px 20px 6px; color: #ffffff; font-family: 'Flama Medium',
Calibri, Helvetica, sans-serif; font-size: 18px; text-align: center;
text-decoration: none; display: block; border-radius: 5px; font-weight:
bold; text-transform: uppercase;">Clique e descubra</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- BOTAO 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/briefing-8-parceiros/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/briefing-8-parceiros/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=alwayson:c&utm_content=link:::11-form&utm_term=::::&vtcid=7960&vtpid=1008"
target="_blank" style="text-decoration: underline; color:
#c0c0c0;">www.assinante.estadao.com.br/formulario-contato</a>.</td>
</tr>
<tr>
<td height="30" align="center" valign="middle" bgcolor="#F5F5F5"
style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:
#121135;"><a
href="http://www.inbox.poa.br/unsubscribe.php?M=4780446&C=5e8a0e3f5515f054977c166990feff96&L=32&N=175"
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=4780446&L=32&N=175&F=H&image=.jpg"
height="1" width="10"></body>

</html>