Sujet: Welcome Package
De: Last Chance
Date: 04 août 2026 à 11:59
<!DOCTYPE html>
<!-->96<!--><!--><!-->
<link href="
https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;720&display=swap" rel="stylesheet"
type="text/css"><!--<!-->
<link
href="
https://fonts.googleapis.com/css2?family=Bangers&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
.bangers-regular {
font-family: "OpenSans", system-ui;
font-weight: 400;
font-style: normal;
}
.opensans- {
font-family: "OpenSans", sans-serif;
font-optical-sizing: auto;
font-weight: ;
font-style: normal;
font-variation-settings:
"wdth" 100;
}
.hook_title {
margin-top: 10px;
margin-bottom: 15px;
margin-left: 0px;
margin-right: 0px;
text-align: center;
display: grid;
justify-content: center;
/* centra horizontalmente */
align-items: center;
/* centra verticalmente */
gap: 9px;
/* alto mÃnimo para ver el centrado vertical */
text-align: center;
/* por si los spans contienen varias lÃneas */
text-transform: uppercase;
}
.hook_title_a {
font-family: 'OpenSans', sans-serif;
font-weight: 700;
font-size: 44px;
color: #e0c26f;
line-height: 48px;
}
@media (min-width: 767px) {
.hook_title_b {
font-family: 'OpenSans', sans-serif;
font-weight: 300;
font-size: 30px;
color: #e0c26f;
line-height: 55px;
}
}
@media (max-width: 768px) {
.hook_title_b {
font-family: 'OpenSans', sans-serif;
font-weight: 400;
font-size: 30px;
color: #e0c26f;
line-height: 58px;
}
}
@media (min-width: 767px) {
.hook_title_b_bold {
font-family: 'OpenSans', sans-serif;
font-weight: 700;
font-size: 30px;
color: #e0c26f;
line-height: 55px;
}
}
.paragraph_a {
font-family: 'OpenSans', sans-serif;
font-weight: 300;
font-size: 30px;
color: #fff;
line-height: 36px;
}
.paragraph_a_red {
font-family: 'OpenSans', sans-serif;
font-weight: 700;
font-size: 46px;
color: #e0c26f;
line-height: 46px;
}
.paragraph_b {
font-family: 'OpenSans', sans-serif;
font-weight: 700;
font-size: 44px;
color: #fff;
line-height: 46px;
}
@media (min-width: 767px) {
.paragraph_c {
font-family: 'OpenSans', sans-serif;
font-weight: 500;
font-size: 34px;
color: #fff;
line-height: 30px;
padding: 22px;
background-color: #DF2724;
border-radius: 4px;
margin-top: 0px;
margin-bottom: 20px;
}
}
@media (max-width: 768px) {
.paragraph_c {
font-family: 'OpenSans', sans-serif;
font-weight: 500;
font-size: 24px;
color: #fff;
line-height: 22px;
padding: 16px;
background-color: #DF2724;
border-radius: 4px;
margin-top: 0px;
margin-bottom: 20px;
}
}
.gif-container {
max-width: 100%;
/* El GIF se ajustará al ancho de su contenedor */
height: auto;
/* Mantiene las proporciones del GIF */
text-align: center;
/* Centra el GIF */
border-top: 1px solid #c19d5a;
border-bottom: 1px solid #c19d5a;
}
img {
width: 100%;
/* El GIF se ajusta al 100% del contenedor */
height: auto;
/* Mantiene la relación de aspecto */
}
@font-face {
font-family: 'OpenSans';
src: url('
https://sensiloedper.com/bizgstorage/OpenSans_Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'OpenSans';
src: url('
https://sensiloedper.com/bizgstorage/OpenSans_Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'OpenSans';
src: url('
https://sensiloedper.com/bizgstorage/OpenSans-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'OpenSans';
src: url('
https://sensiloedper.com/bizgstorage/OpenSans-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'OpenSans';
src: url('
https://sensiloedper.com/bizgstorage/OpenSans-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'OpenSans';
src: url('
https://sensiloedper.com/bizgstorage/OpenSans_Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
.fade-in {
display: inline-block;
animation: fadeIn 3s ease-out forwards;
opacity: 0;
/* empieza invisible */
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.scale-up {
display: inline-block;
animation: scaleUp 0.5s ease-in-out infinite alternate;
}
@keyframes scaleUp {
from {
transform: scale(1);
}
to {
transform: scale(1.02);
}
}
.scale-up_button {
display: inline-block;
animation: scaleUp_button 0.8s ease-in-out infinite alternate;
}
@keyframes scaleUp_button {
from {
transform: scale(1);
}
to {
transform: scale(1.02);
}
}
.typing {
overflow: hidden;
white-space: nowrap;
border-right: 2px solid orange;
width: 0;
animation: typing 3s steps(25, end) forwards;
}
@keyframes typing {
to {
width: 100%;
}
}
.pop-in {
transform: scale(0);
animation: popIn 0.6s ease-out forwards;
}
@keyframes popIn {
to {
transform: scale(1);
}
}
.blink {
animation: blink 1s step-start infinite;
}
@keyframes blink {
50% {
opacity: 0.5;
}
}
.slide-in-left {
display: inline-block;
animation: slideInLeft 1s ease-out forwards;
opacity: 0;
/* opcional: hace que empiece invisible */
}
@keyframes slideInLeft {
from {
transform: translateX(-100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
.slide-in-right {
display: inline-block;
animation: slideInRight 1s ease-out forwards;
opacity: 0;
/* empieza invisible */
}
@keyframes slideInRight {
from {
transform: translateX(100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
.pad_btn {
padding: 0px;
margin: 0px;
}
.button1 {
background: linear-gradient(180deg, #500E0E 0%, #7B1010 100%);
border: none;
color: #fff;
font-family: 'OpenSans', sans-serif;
font-weight: 700;
padding: 10px 8px;
text-align: center;
text-decoration: none;
font-size: 32px;
display: block;
margin-top: 0px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
width: 220px;
border-radius: 0px;
}
.button1:hover {
background: #7B1010;
border: none;
color: white;
}
* {
box-sizing: border-box
}
body {
margin: 0;
padding: 0
}
a {
color: inherit !important;
text-decoration: inherit !important
}
#MessageViewBody a {
color: inherit;
text-decoration: none
}
p {
line-height: inherit
}
.desktop_hide,
.desktop_hide table {
mso-hide: all;
display: none;
max-height: 0;
overflow: hidden
}
.image_block img+div {
display: none
}
sub,
sup {
font-size: 75%;
line-height: 0
}
#converted-body .list_block ol,
#converted-body .list_block ul,
.body ol,
.body ul,
u+.body .list_block ol,
u+.body .list_block ul {
padding-left: 20px
}
@media (max-width:720px) {
.mobile_hide {
display: none
}
.row-content {
width: 100% !important
}
.stack .column {
width: 100%;
display: block
}
.mobile_hide {
min-height: 0;
max-height: 0;
max-width: 0;
overflow: hidden;
font-size: 0
}
.desktop_hide,
.desktop_hide table {
display: table !important;
max-height: none !important
}
.row-3 .column-1 .block-1.heading_block h1 {
font-size: 24px !important
}
.row-3 .column-1 .block-2.paragraph_block td.pad>div,
.row-5 .column-1 .block-2.paragraph_block td.pad>div {
font-size: 14px !important
}
.row-5 .column-1 .block-1.button_block a,
.row-5 .column-1 .block-1.button_block div,
.row-5 .column-1 .block-1.button_block span {
font-size: 28px !important;
line-height: 27px !important
}
.row-6 .column-1 .block-5.paragraph