<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <title>TOKIO MARINE</title> <style type="text/css">/*********** Originally based on The MailChimp Reset from Fabio Carneiro, MailChimp User Experience Design More info and templates on Github: https://github.com/mailchimp/Email-Blueprints http://www.mailchimp.com & http://www.fabio-carneiro.com INLINE: No. ***********/ /* Client-specific Styles */ #outlook a {padding:0;} /* Force Outlook to provide a "view in browser" menu link. */ body{ font-family:"Helvetica"; width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0;} /* Prevent Webkit and Windows Mobile platforms from changing default font sizes, while not breaking desktop design. */ .ExternalClass {width:100%;} /* Force Hotmail to display emails at full width */ .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing. More on that: http://www.emailonacid.com/forum/viewthread/43/ */ #backgroundTable {margin:0; padding:0; width:600px; } @media only screen and (max-device-width: 480px) { #backgroundTable {width:100%;} p{ font-size:14px; } } /* End reset */ /* Some sensible defaults for images 1. "-ms-interpolation-mode: bicubic" works to help ie properly resize images in IE. (if you are resizing them using the width and height attributes) 2. "border:none" removes border when linking images. 3. Updated the common Gmail/Hotmail image display fix: Gmail and Hotmail unwantedly adds in an extra space below images when using non IE browsers. You may not always want all of your images to be block elements. Apply the "image_fix" class to any image you need to fix. Bring inline: Yes. */ img {outline:none; text-decoration:none; -ms-interpolation-mode: bicubic;} a img {border:none;} .image_fix {display:block;} /** Yahoo paragraph fix: removes the proper spacing or the paragraph (p) tag. To correct we set the top/bottom margin to 1em in the head of the document. Simple fix with little effect on other styling. NOTE: It is also common to use two breaks instead of the paragraph tag but I think this way is cleaner and more semantic. NOTE: This example recommends 1em. More info on setting web defaults: http://www.w3.org/TR/CSS21/sample.html or http://meiert.com/en/blog/20070922/user-agent-style-sheets/ Bring inline: Yes. **/ p {margin: 1em 0;} /** Hotmail header color reset: Hotmail replaces your header color styles with a green color on H2, H3, H4, H5, and H6 tags. In this example, the color is reset to black for a non-linked header, blue for a linked header, red for an active header (limited support), and purple for a visited header (limited support). Replace with your choice of color. The !important is really what is overriding Hotmail's styling. Hotmail also sets the H1 and H2 tags to the same size. Bring inline: Yes. **/ h1, h2, h3, h4, h5, h6 {color: black !important;} h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: blue !important;} h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { color: red !important; /* Preferably not the same color as the normal header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */ } h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: purple !important; /* Preferably not the same color as the normal header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */ } /** Outlook 07, 10 Padding issue: These "newer" versions of Outlook add some padding around table cells potentially throwing off your perfectly pixeled table. The issue can cause added space and also throw off borders completely. Use this fix in your header or inline to safely fix your table woes. More info: http://www.ianhoar.com/2008/04/29/outlook-2007-borders-and-1px-padding-on-table-cells/ http://www.campaignmonitor.com/blog/post/3392/1px-borders-padding-on-table-cells-in-outlook-07/ H/T @edmelly Bring inline: No. **/ table td {border-collapse: collapse;} /** Remove spacing around Outlook 07, 10 tables More info : http://www.campaignmonitor.com/blog/post/3694/removing-spacing-from-around-tables-in-outlook-2007-and-2010/ Bring inline: Yes **/ table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; } /* Styling your links has become much simpler with the new Yahoo. In fact, it falls in line with the main credo of styling in email, bring your styles inline. Your link colors will be uniform across clients when brought inline. Bring inline: Yes. */ a {color: #08866b;} @media only screen and (max-device-width: 480px) { /* A nice and clean way to target phone numbers you want clickable and avoid a mobile phone from linking other numbers that look like, but are not phone numbers. Use these two blocks of code to "unstyle" any numbers that may be linked. The second block gives you a class to apply with a span tag to the numbers you would like linked and styled. Inspired by Campaign Monitor's article on using phone numbers in email: http://www.campaignmonitor.com/blog/post/3571/using-phone-numbers-in-html-email/. Step 1 (Step 2: line 224) */ a[href^="tel"], a[href^="sms"] { text-decoration: none; color: black; /* or whatever your want */ pointer-events: none; cursor: default; } .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] { text-decoration: default; color: #08866b !important; /* or whatever your want */ pointer-events: auto; cursor: default; } } /* More Specific Targeting */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { /* You guessed it, ipad (tablets, smaller screens, etc) */ /* Step 1a: Repeating for the iPad */ a[href^="tel"], a[href^="sms"] { text-decoration: none; color: blue; /* or whatever your want */ pointer-events: none; cursor: default; } .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] { text-decoration: default; color: orange !important; pointer-events: auto; cursor: default; } } @media only screen and (-webkit-min-device-pixel-ratio: 2) { /* Put your iPhone 4g styles in here */ } /* Following Android targeting from: http://developer.android.com/guide/webapps/targeting.html http://pugetworks.com/2011/04/css-media-queries-for-targeting-different-mobile-devices/ */ @media only screen and (-webkit-device-pixel-ratio:.75){ /* Put CSS for low density (ldpi) Android layouts in here */ } @media only screen and (-webkit-device-pixel-ratio:1){ /* Put CSS for medium density (mdpi) Android layouts in here */ } @media only screen and (-webkit-device-pixel-ratio:1.5){ /* Put CSS for high density (hdpi) Android layouts in here */ } /* end Android targeting */ body { text-align:center; margin:0 auto;} </style> <!-- https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2538/images/ !--> </head> <body> <center><span style="font-family:arial,helvetica,sans-serif; font-size:11px;"><font color="#333333">Caso não esteja visualizando as imagens, <a href="https://e.allin.mail-tokiomarine.com.br/preview_htm.php?id_cmp=11722647&idem=14263&iu=15085&atmem=amFydGh1ckBiYWV0YS5jb20uYnI=" target="_blank">acesse aqui</a></font></span></center> <center> <table border="0" cellpadding="0" cellspacing="0" id="backgroundTable" width="600px"> <tbody> <tr> <td><span style="color:#696969;"><span style="font-size:9px;"><img class="image_fix" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2538/images/header_email.jpg" style="width: 599px; height: 67px;" title="" /></span></span> <p><span style="color:#696969;"><span style="font-size:9px;"><img class="image_fix" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2538/images/imagem_template_padrao_vida.png" style="width: 598px; height: 464px;" title="" /></span></span></p> </td> </tr> <tr bgcolor="#ffffff"> <td> <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="text-align: center;" width="50"> </td> <td align="left" width="500"> <p align="center" style="background-color: rgb(255, 255, 255);"><span style="font-size:14px;"><span style="color:#696969;"><strong>SEGURO VIAGEM COM CHIP GRÁTIS! BENEFÍCIO EXCLUSIVO TOKIO MARINE.</strong></span></span></p> <table align="center" border="0" cellpadding="0" cellspacing="0" style="width:601px;" width="601"> <tbody> <tr> <td> <table align="center" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="width:50px;"> <p style="text-align: center;"> </p> </td> <td style="width:500px;"> <p style="text-align: center;"><span style="font-size:14px;"><strong style="color: rgb(105, 105, 105); font-size: 18px;">Olá, Parceiro!</strong></span></p> <p style="text-align: justify;"><span style="font-size:14px;"><span style="color:#696969;">Desde o dia <strong>08 de julho</strong>, quem contrata o <strong>Seguro Viagem Internacional</strong> com <strong>pagamento à vista no cartão de crédito</strong> ganha um <strong>chip internacional grátis da MySimTravel</strong>, para usar na viagem. </span></span></p> <div> <p style="text-align: justify;"><span style="color:#696969;"><span style="font-size:14px;"><strong>📱 Confira as regras para ganhar o Chip Grátis Internacional</strong></span></span></p> </div> <p style="text-align: justify;"><span style="color:#696969;"><span style="font-size:14px;">✅ <strong>Clientes elegíveis:</strong> Contratação à vista dos planos <strong>EUROPA</strong> ou <strong>MUNDO</strong></span></span></p> <p style="text-align: justify;"><span style="color:#696969;"><span style="font-size:14px;">✅ <strong>Plano de dados:</strong> 1GB válido por até 14 dias¹</span></span></p> <p style="text-align: justify;"><span style="color:#696969;"><span style="font-size:14px;">✅ <strong>Cobertura:</strong> Estados Unidos ou países determinados da Europa</span></span></p> <p style="text-align: justify;"><span style="color:#696969;"><span style="font-size:14px;">✅ <strong>P</strong><strong>eríodo de uso:</strong> Até 6 meses após o resgate</span></span></p> <p style="text-align: justify;"><span style="color:#696969;"><span style="font-size:14px;">✅ <strong>Resgate:</strong> via webstore, com o número da apólice</span></span></p> <p style="text-align: justify;"> </p> <p style="text-align: justify;"><span style="font-size:14px;"><span style="color:#696969;">Ao final da contratação do Seguro Viagem Internacional, o Cliente recebe um e-mail com o link de acesso para a webstore onde deverá informar o número da apólice, realizar o cadastro e finalizar o resgate do Chip Grátis.</span></span></p> <p style="text-align: justify;"><span style="font-size:14px;"><span style="color:#696969;">📌 <strong>FAQ disponível</strong> com as principais dúvidas — <a href="https://e.allin.mail-tokiomarine.com.br/bendar/?atmca=11722647&atmme=14263&atmte=1&atmso=ck&utm_content=296381115&atmem=amFydGh1ckBiYWV0YS5jb20uYnI=&">Consulte</a><br /> 📄 <strong>Regulamento completo</strong> — <a href="https://e.allin.mail-tokiomarine.com.br/bendar/?atmca=11722647&atmme=14263&atmte=1&atmso=ck&utm_content=296381114&atmem=amFydGh1ckBiYWV0YS5jb20uYnI=&"><span style="text-align: start; background-color: rgb(255, 255, 255);">Consulte</span></a></span></span></p> <p style="text-align: justify;"><span style="font-size:14px;"><span style="color:#696969;">Aproveite para divulgar esse benefício exclusivo aos Clientes e potencializar a venda do Seguro Viagem.</span></span></p> </td> <td style="width:50px;"> <p align="center"> </p> </td> </tr> </tbody> </table> <div style="clear:both;"> </div> </td> </tr> </tbody> </table> <p align="center"><span style="color:#696969;"><strong>Viaje tranquilo. Viaje com a Tokio!</strong></span></p> </td> <td width="50"> </td> </tr> </tbody> </table> </td> </tr> <tr> <td> </td> </tr> <tr bgcolor="#ffffff"> <td> <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td width="50"> </td> <td align="center" width="500"><span style="font-size:14px;"><span style="color:#696969;"><font face="Helvetica" style="text-align:left;"><b>Em caso de dúvidas, consulte seu Gerente Comercial.</b> </font></span></span></td> <td width="50"> </td> </tr> </tbody> </table> </td> </tr> <tr> <td><span style="color:#696969;"><span style="font-size:9px;"><img alt="TOKIO MARINE SEGURADORA" class="image_fix" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2538/images/footer.jpg" style="width: 600px; height: 124px;" title="TOKIO MARINE SEGURADORA" /></span></span></td> </tr> <tr bgcolor="#ffffff"> <td> <center> <p><span style="font-size:10px;"><span style="color:#696969;"><font face="Helvetica"><b>*Este é um email automático. Por favor, não responda.</b></font></span></span></p> </center> </td> </tr> <tr bgcolor="#ffffff"> <td> <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td width="101"> </td> <td bgcolor="#efefef" height="2" width="400"> </td> <td width="99"> </td> </tr> </tbody> </table> </td> </tr> <tr bgcolor="#ffffff"> <td height="13" width="600"> </td> </tr> <tr bgcolor="#ffffff"> <td height="19" width="600"> </td> </tr> <tr> <td> <table align="center" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td><span style="color:#696969;"><span style="font-size:9px;"><img alt="" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_01.jpg" title="" width="62" /></span></span></td> <!-- BOTÃO HOME --> <td><span style="font-size:9px;"><a href="https://e.allin.mail-tokiomarine.com.br/bendar/?atmca=11722647&atmme=14263&atmte=1&atmso=ck&utm_content=296381024&atmem=amFydGh1ckBiYWV0YS5jb20uYnI=&" style="margin: 0;padding: 0;border:0;" target="_blank"><span style="color:#696969;"><img alt="Botão para o site da Tokio Marine" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_02.jpg" title="Botão para o site da Tokio Marine " width="23" /> </span></a></span></td> <td><span style="color:#696969;"><span style="font-size:9px;"></span></span></td> <!-- BOTÃO FACEBOOK --> <td><span style="font-size:9px;"><a href="https://e.allin.mail-tokiomarine.com.br/bendar/?atmca=11722647&atmme=14263&atmte=1&atmso=ck&utm_content=296381019&atmem=amFydGh1ckBiYWV0YS5jb20uYnI=&" style="margin: 0;padding: 0;border:0;" target="_blank"><span style="color:#696969;"><img alt="Botão para o facebook da Tokio Marine" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_04.jpg" title="Botão para o facebook da Tokio Marine" width="23" /> </span></a></span></td> <td><span style="color:#696969;"><span style="font-size:9px;"></span></span></td> <!-- BOTÃO LINKEDIN --> <td><span style="font-size:9px;"><a href="https://e.allin.mail-tokiomarine.com.br/bendar/?atmca=11722647&atmme=14263&atmte=1&atmso=ck&utm_content=296381022&atmem=amFydGh1ckBiYWV0YS5jb20uYnI=&" style="margin: 0;padding: 0;border:0;" target="_blank"><span style="color:#696969;"><img alt="Botão para o Linkedin da Tokio Marine" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_06.jpg" title="Botão para o Linkedin da Tokio Marine" width="23" /> </span></a></span></td> <td><span style="color:#696969;"><span style="font-size:9px;"><img alt="" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_07.jpg" title="" width="8" /></span></span></td> <!-- BOTÃO WHATS --> <td><span style="font-size:9px;"><a href="https://e.allin.mail-tokiomarine.com.br/bendar/?atmca=11722647&atmme=14263&atmte=1&atmso=ck&utm_content=296381023&atmem=amFydGh1ckBiYWV0YS5jb20uYnI=&" style="margin: 0;padding: 0;border:0;" target="_blank"><span style="color:#696969;"><img alt="Botão para o Whatsapp da Tokio Marine" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_08.jpg" title="Botão para o Whatsapp da Tokio Marine" width="23" /> </span></a></span></td> <td><span style="color:#696969;"><span style="font-size:9px;"><img alt="" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_09.jpg" title="" width="8" /></span></span></td> <!-- BOTÃO INSTA --> <td><span style="font-size:9px;"><a href="https://e.allin.mail-tokiomarine.com.br/bendar/?atmca=11722647&atmme=14263&atmte=1&atmso=ck&utm_content=296381018&atmem=amFydGh1ckBiYWV0YS5jb20uYnI=&" style="margin: 0;padding: 0;border:0;" target="_blank"><span style="color:#696969;"><img alt="Botão para o Instagram da Tokio Marine" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_10.jpg" title="Botão para o Instagram da Tokio Marine" width="23" /> </span></a></span></td> <td><span style="color:#696969;"><span style="font-size:9px;"><img alt="" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_11.jpg" title="" width="94" /></span></span></td> <!-- BOTÃO GOOGLE PLAY --> <td><span style="font-size:9px;"><a href="https://e.allin.mail-tokiomarine.com.br/bendar/?atmca=11722647&atmme=14263&atmte=1&atmso=ck&utm_content=296381020&atmem=amFydGh1ckBiYWV0YS5jb20uYnI=&" style="margin: 0;padding: 0;border:0;" target="_blank"><span style="color:#696969;"><img alt="Botão para o app da Tokio Marine no Google Play" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_12.jpg" title="Botão para o app da Tokio Marine no Google Play" width="97" /> </span></a></span></td> <td><span style="color:#696969;"><span style="font-size:9px;"><img alt="" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_13.jpg" title="" width="34" /></span></span></td> <!-- BOTÃO APPLE STORE --> <td><span style="font-size:9px;"><a href="https://e.allin.mail-tokiomarine.com.br/bendar/?atmca=11722647&atmme=14263&atmte=1&atmso=ck&utm_content=296381021&atmem=amFydGh1ckBiYWV0YS5jb20uYnI=&" style="margin: 0;padding: 0;border:0;" target="_blank"><span style="color:#696969;"><img alt="Botão para o aplicativo da Tokio Marine na Apple Store" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_14.jpg" title="Botão para o aplicativo da Tokio Marine na Apple Store" width="97" /> </span></a></span></td> <td><span style="color:#696969;"><span style="font-size:9px;"><img alt="" class="image_fix" height="30" src="https://marketing.tokiomarine.com.br/Arquivos/e-mails/2024/TKM_2436/images/footeremail_15.jpg" title="" width="66" /></span></span></td> </tr> </tbody> </table> </td> </tr> <tr bgcolor="#ffffff"> <td height="19" width="600"> </td> </tr> <tr bgcolor="#ffffff"> <td> <center> <p style="text-align: left;"><span style="font-size:9px;"><span style="color:#696969;">1.Para alguns modelos de equipamentos celulares. O benefício do Chip Grátis é válido por tempo indeterminado, podendo ser alterado a qualquer momento pela Tokio Marine Seguradora. Consulte o regulamento no site: </span><span style="color:#696969;">. </span></span><span style="font-size: 9px; text-align: center; color: rgb(105, 105, 105);">Este seguro é garantido pela Tokio Marine Seguradora S/A – CNPJ 33.164.021/0001-00 – Código SUSEP 06190. </span><span style="color:#696969;"><span style="font-size: 9px; text-align: center;">Tokio Marine Vida Individual – SUSEP 15414.900142/2017-31. Tokio Marine Funeral + Processo SUSEP 15414.625875/2024-18</span><span style="font-size: 9px; text-align: center;">. Consulte as Con</span></span><span style="font-size: 9px; text-align: center; color: rgb(105, 105, 105);">dições Gerais e www.tokiomarine.com.br. Para abertura de sinistro, assistência 24 horas ou outras informações ligue para 0800 31 TOKIO (0800 31 86546). O registro do produto é automático e não representa aprovação ou recomendação por parte da SUSEP. A aceitação da proposta de seguro está sujeita à análise do risco. O segurado poderá consultar a situação cadastral do corretor de seguros e da sociedade seguradora no sítio eletrônico www.susep.gov.br Julho/2025.</span></p> </center> </td> </tr> </tbody> </table> </center> <center><span style="font-family:arial,helvetica,sans-serif; font-size:11px;"><font color="#333333">Caso não queira mais receber nossos emails, </font></span></center> <br></body> </html>