.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { position:relative;display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { background-color: transparent; background-image: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container > .video-iframe-container { display: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row > .video-iframe-container { display: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { border-width: 0; border-radius: 0; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:101px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63px;width:264.991px;top:22.655660629272px;left:28.301910400391px;overflow:hidden;display:block; }
#ErCtT2251mH80rM3gPwfqEBqLM1aJinN { color:#282828;display:block;width:144px;position:absolute;font-family:roboto;font-size:20px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:41.50471496582px;left:766.99536132812px;height:25.9817px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { position:absolute;display:block;z-index:15007;background-color:#c71748;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:3.99057px;width:69.9906px;top:52.174530029297px;left:889.99536132812px;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4KSAZEV/sanciones_1100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:444px;width:960px;overflow:visible;position:relative;display:block; }#de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { color:#f6f8f9;display:block;width:818.999px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:30.890487670898px;left:30.931976318359px;height:47.6px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { color:rgba(246,248,249,0.9);display:block;width:660.993px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,255,255,0.5);top:141.19195556641px;left:30.931976318359px;height:91.1781px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p8CWGLNXoVdwzPWTJ4dFgecUBTKW9uP5 { background-color:#c71748;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:274.986px;height:39.9889px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:306.99670410156px;left:30.931976318359px;display:block; }
#kX9KehiODuQXe5VvLWFJEq8eAEL2U9UC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { background-color: transparent; background-image: none; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container > .video-iframe-container { display: none; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row > .video-iframe-container { display: none; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { border-width: 0; border-radius: 0; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { font-size:14px;font-family:arial;height:482px;width:960px;position:relative;display:block; }#HlsT3WyxPHCPwygGeVlOy6Sr9REqnazT { color:#282828;display:block;width:472.996px;position:absolute;font-family:roboto;font-size:21px;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:28.945449829102px;left:29.864273071289px;height:58.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P8sWzr3rtWFUeruZb267sHm5HSETix7P { color:#fbfbfb;display:block;width:256.997px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:398.35916137695px;left:29.862648010254px;height:54.3695px;text-align:left;text-align-last:left;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-form-header {  }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:400;color:#ffffff;width:314px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:314px;box-sizing:border-box;height:42px;color:#161616;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:314px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:314px;box-sizing:border-box;height:44px;color:#000000;font-family:roboto;font-size:16px;overflow:hidden;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-button { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:73px;margin-bottom:4px;margin-left:68px;display:block;box-sizing:border-box;font-size:19px;font-weight:700;color:#030303;width:178px;height:45px;font-family:"open sans";overflow:hidden;box-shadow: none;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:15px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:15px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:15px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:15px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:295px;overflow:hidden;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:roboto;font-size:16px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container:first-of-type{padding-top:0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container:last-of-type{padding-bottom:0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM  { background-color:#c71748;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:319px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;left:579.23120117188px;top:28.940856933594px;z-index:15017;position:absolute; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:314px;display:block;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-info-text { display:block;height:auto;font-family:roboto;font-size:14px;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM {display:block;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM { background-color:#c71748;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:319px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;left:579.23120117188px;top:28.940856933594px;z-index:15017;position:absolute; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #iUVJaOmaVbgnZ5aTUPWDT5VilfHWTn47 { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #OUrBKoHibDx321tFh0Kwp7hRBbigIdKd { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GLwf334Rw5i6L3KT40dKVordxX3K93qu { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ysqkn78Mzt6oZzSkEFMTwShzES0fLKtl { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #XXIC64G3hM6Ry5amb398EN7kREgia5bf { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #SJropgDwm2Zab3naLVu5q46nAa6hRG8A { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #B9tnkNGCVfbbvFPdWHcEGAOd0Z1ATJD1 { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #FiCVndDUtn5K3kPDMQ7EzC2krWOHamkT { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W1vCVMXSF4GelJTBC42zuX9ctHu4bbqE { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #kWr6VzMrDw5yvJpy6AlFdNIdVXZ1vNuh { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #TdPreyhTeD5bpGibRfTgCdx7kG7EUVLD { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #cQtPqXJouxZVvDZL7qZWMgITawcQlk93 { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #py42DVy8X2ephqLOmdeTEWCnpzKapD7u { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W4ItPveyD8yHzhkboTnShcqJd0K8eKtb { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #yeHUVqRF4wJNsgOqJfgqZF5sEzTWe9yn { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #C6UXoEnp4ER6RVqsOO3uBm0m4lQ7Cfax { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #lhmEc4wrZOOAw9cqIiI52WybqJoFM2sf { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ndko4gug7xKpklxusqruxOIb0DKDTra9 { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GBfNTKkELuXcFs817wuIBdpMxXkSmHZF { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ibo8tET5r17Loi8y4SizdScl39UGrgdP { position:relative; }
#vPHBGueZu2E8XIoJZuS93X7e5TLyBQCk { color:rgba(40,40,40,0.7);display:block;width:454px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:121.45098876953px;left:29.86213684082px;height:45px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HaNlxVSTx5HEg9PPPfKWPODtcpsJ4wlA { color:rgba(40,40,40,0.8);display:block;width:461.998px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:184.10767173767px;left:29.862648010254px;height:176.936px;font-style:normal;text-align:left;text-align-last:left;display:block; }#HaNlxVSTx5HEg9PPPfKWPODtcpsJ4wlA li:not(:first-child){ padding-top:6px;padding-right:0;padding-bottom:0;padding-left:0; }#HaNlxVSTx5HEg9PPPfKWPODtcpsJ4wlA li:before{  }
#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c71748;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { background-color: transparent; background-image: none; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container > .video-iframe-container { display: none; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row > .video-iframe-container { display: none; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { border-width: 0; border-radius: 0; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { font-size:14px;font-family:arial;height:7px;width:960px;position:relative;display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { background-color: transparent; background-image: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container > .video-iframe-container { display: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container { display: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { border-width: 0; border-radius: 0; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { font-size:14px;font-family:arial;height:392px;width:960px;position:relative;display:block; }#JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 10px 30px rgba(0,0,0,0.1) ;height:322px;width:2px;top:70.140991210938px;left:957.99230957031px;display:block; }
#O2L81fhkLP78Te1xvD23TkMIXTC7vU69 { color:rgba(40,40,40,0.7);display:block;width:290.998px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:222.95008468628px;left:14.490005493164px;height:84.0155px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { color:#282828;display:block;width:219.996px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:49px;left:50px;height:25.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { color:#282828;display:block;width:262.999px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:49px;left:351px;height:25.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NdhZVHH4445nbR9uirboGT0BlmOua7tc { color:rgba(40,40,40,0.7);display:block;width:253.998px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:222.95010375977px;left:352.99137878418px;height:84.0155px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { color:#282828;display:block;width:181.981px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:45.676620483398px;left:708.97288513184px;height:25.1936px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TNGs3XZmfouUDD0QEDZWLcV4Hx5a1600 { color:rgba(40,40,40,0.7);display:block;width:276.998px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:222.95008468628px;left:661.4871673584px;height:84.0155px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FRlTVv33Z91wAFA8xzTl7vrpo90mBND5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:210.984px;width:218.986px;top:37.97359085083px;left:50.498947143555px;overflow:hidden;display:block; }
#rxGdgAMHryPRbT1Lrqvn4WGTrUDTQaSh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:209.981px;width:219.989px;top:38.486362457275px;left:369.99913024902px;overflow:hidden;display:block; }
#OTC3B5srN2knKk5MkQetLtcKg5ZehZEw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:208.973px;width:219.989px;top:38.970306396484px;left:690.00053405762px;overflow:hidden;display:block; }
#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4KSAZEV/sanciones_1100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.adaptive-delivery-prevent-bg, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyload, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyloading { background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { background-color: transparent; background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { border-width: 0; border-radius: 0; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { font-size:14px;font-family:arial;height:293px;width:960px;position:relative;display:block; }#hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { position:absolute;display:block;z-index:15007;border-top:2px solid #040303;border-left:2px solid #040303;border-right:2px solid #040303;border-bottom:2px solid #040303;box-shadow: none;height:241.992px;width:431.998px;top:22.123870849609px;left:514.8299407959px;display:block; }
#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R { color:rgba(40,40,40,0.8);display:block;width:432px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:95.035442352295px;left:20.567031860352px;height:162px;font-style:normal;text-align:left;text-align-last:left;display:block; }#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R li:not(:first-child){ padding-top:6px;padding-right:0;padding-bottom:0;padding-left:0; }#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R li:before{  }
#nfHoUIPrq5XimwCxnI8x4MycfyUUXPHu { color:rgba(40,40,40,0.8);display:block;width:441px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.13542175293px;left:20.568313598633px;height:45px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SBUW0XyM/Ilustracion_02.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl.adaptive-delivery-prevent-bg, #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl.lazyload, #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl.lazyloading { background-image: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { background-color: transparent; background-image: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container > .video-iframe-container { display: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row > .video-iframe-container { display: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { border-width: 0; border-radius: 0; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { font-size:14px;font-family:arial;height:253px;width:960px;position:relative;display:block; }#UTgMmwUDlStAVey55hRlIlsVpBRGvtgc { color:#f6f8f9;display:block;width:148.994px;position:absolute;font-family:roboto;font-size:39px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:63px;left:0px;height:50.7px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E7gvE8dTF9iHCsTm1SCsrqa0qnZSlicm { color:rgba(246,248,249,0.9);display:block;width:123px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:131px;left:13px;height:44.1648px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Fk21WmQAE76M2fJ86H9KZ0TnALgobWX9 { color:#f6f8f9;display:block;width:109px;position:absolute;font-family:roboto;font-size:39px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:62.997055053711px;left:247.9981842041px;height:50.7px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ynILBdmuJPv2p6Etuabmi77p9iviZ8Bp { position:absolute;display:block;z-index:15011;background-color:#f3c638;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:4px;width:141px;top:116.99737548828px;left:256.99739074707px;display:block; }
#icT3GVPVRdAnmJuQ3CzQoDmOzS2wRQ7R { color:rgba(246,248,249,0.9);display:block;width:141px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:130.99765014648px;left:256.99739074707px;height:44.1648px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tczP8KpVmn3RW3QisS2PotKILEaUbiXv { color:rgba(246,248,249,0.9);display:block;width:117px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:130.99765014648px;left:497.99632263184px;height:44.1648px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U8WDgMVNhubl7TqEwOKU168i5EDKO0xM { position:absolute;display:block;z-index:15012;background-color:#f3c638;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:4px;width:141px;top:117px;left:12px;display:block; }
#qqWtPfJZS8J9yEVmiRcMbNhOJJ1NOybH { color:#f6f8f9;display:block;width:162px;position:absolute;font-family:roboto;font-size:39px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:62.997055053711px;left:490.99632263184px;height:50.7px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RwXUsvBoTMET2Hr6KX7hAFrnUTS1iedc { position:absolute;display:block;z-index:15012;background-color:#f3c638;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:4px;width:141px;top:116.99737548828px;left:499.99559020996px;display:block; }
#tvr16pnXypOwHHhKRzOG6bmXx9oNavPC { position:absolute;display:block;z-index:15012;background-color:#f3c638;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:4px;width:141px;top:136.98956298828px;left:2px;display:none; }
#IP8r6xMpWQkQ13oXn1R2dliK9VZNlJRG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:227.98px;width:227.98px;top:25.007179260254px;left:719.99449157715px;overflow:hidden;display:block; }
#lEmnFcAioVCpuD7EgCN2eSKiBHXfBoxs { color:#fbfbfb;display:block;width:239px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.890625px;left:720px;height:23.4px;text-align:center;text-align-last:center;display:block; }
#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { background-color: transparent; background-image: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container > .video-iframe-container { display: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container { display: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { border-width: 0; border-radius: 0; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { font-size:14px;font-family:arial;height:96px;width:960px;position:relative;display:block; }#hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { color:#fbfbfb;display:block;width:960px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:27.268920898438px;left:0.97174072265625px;height:51.2px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { top:22px;left:0px;width:264px;height:62.764395771932px;display:block; }
 }@media only screen and (max-width: 763px) { #ErCtT2251mH80rM3gPwfqEBqLM1aJinN { width:144px;height:25px;top:41px;left:620px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { width:69px;height:3px;top:52px;left:694px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { width:764px;height:47px;top:30px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { width:660px;height:91px;top:141px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #p8CWGLNXoVdwzPWTJ4dFgecUBTKW9uP5 { width:274px;height:39px;top:306px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kX9KehiODuQXe5VvLWFJEq8eAEL2U9UC { display:block; }
 }@media only screen and (max-width: 763px) { #TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 { display:block; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlsT3WyxPHCPwygGeVlOy6Sr9REqnazT { width:472px;height:;top:28px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #P8sWzr3rtWFUeruZb267sHm5HSETix7P { top:398px;left:0px;width:256px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-regular-label { width:319px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text { width:319px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-textarea { width:319px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select { width:319px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-button { width:181px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:69px; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-checkbox-label { width:300px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM  { width:319px;height:auto;top:28px;left:405px; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .radio-container { width:319px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM {display:block;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM { width:319px;height:auto;top:28px;left:405px; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #iUVJaOmaVbgnZ5aTUPWDT5VilfHWTn47 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #OUrBKoHibDx321tFh0Kwp7hRBbigIdKd { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GLwf334Rw5i6L3KT40dKVordxX3K93qu {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ysqkn78Mzt6oZzSkEFMTwShzES0fLKtl {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #XXIC64G3hM6Ry5amb398EN7kREgia5bf { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #SJropgDwm2Zab3naLVu5q46nAa6hRG8A {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #B9tnkNGCVfbbvFPdWHcEGAOd0Z1ATJD1 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #FiCVndDUtn5K3kPDMQ7EzC2krWOHamkT {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W1vCVMXSF4GelJTBC42zuX9ctHu4bbqE {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #kWr6VzMrDw5yvJpy6AlFdNIdVXZ1vNuh {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #TdPreyhTeD5bpGibRfTgCdx7kG7EUVLD { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #cQtPqXJouxZVvDZL7qZWMgITawcQlk93 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #py42DVy8X2ephqLOmdeTEWCnpzKapD7u {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W4ItPveyD8yHzhkboTnShcqJd0K8eKtb { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #yeHUVqRF4wJNsgOqJfgqZF5sEzTWe9yn {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #C6UXoEnp4ER6RVqsOO3uBm0m4lQ7Cfax {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #lhmEc4wrZOOAw9cqIiI52WybqJoFM2sf { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ndko4gug7xKpklxusqruxOIb0DKDTra9 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GBfNTKkELuXcFs817wuIBdpMxXkSmHZF {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ibo8tET5r17Loi8y4SizdScl39UGrgdP {  }
 }@media only screen and (max-width: 763px) { #vPHBGueZu2E8XIoJZuS93X7e5TLyBQCk { width:453px;height:44px;top:121px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HaNlxVSTx5HEg9PPPfKWPODtcpsJ4wlA { width:461px;height:176px;top:184px;left:0px;font-size:15px;display:block; }#HaNlxVSTx5HEg9PPPfKWPODtcpsJ4wlA li:before{  }
 }@media only screen and (max-width: 763px) { #NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt { display:block; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { width:2px;height:322px;top:70px;left:760px;display:block; }
 }@media only screen and (max-width: 763px) { #O2L81fhkLP78Te1xvD23TkMIXTC7vU69 { width:290px;height:83px;top:222px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { width:219px;height:25px;top:49px;left:17px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { width:262px;height:25px;top:48px;left:246px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NdhZVHH4445nbR9uirboGT0BlmOua7tc { width:253px;height:84px;top:222px;left:254px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { width:181px;height:25px;top:45px;left:543.97288513184px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TNGs3XZmfouUDD0QEDZWLcV4Hx5a1600 { width:276px;height:83px;top:222px;left:486px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FRlTVv33Z91wAFA8xzTl7vrpo90mBND5 { top:37px;left:17.498947143555px;width:218px;height:210.03402957267px;display:block; }
 }@media only screen and (max-width: 763px) { #rxGdgAMHryPRbT1Lrqvn4WGTrUDTQaSh { top:38px;left:270.99913024902px;width:219px;height:209.03699275873px;display:block; }
 }@media only screen and (max-width: 763px) { #OTC3B5srN2knKk5MkQetLtcKg5ZehZEw { top:38px;left:525.00053405762px;width:219px;height:208.03352440349px;display:block; }
 }@media only screen and (max-width: 763px) { #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX { display:block; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { width:431px;height:241.43295107848px;top:22px;left:329px;display:block; }
 }@media only screen and (max-width: 763px) { #R7n5MqdV4o0opKPiiVVme4gFbpz29P0R { width:432px;height:161px;top:95px;left:0px;font-size:16px;display:block; }#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R li:before{  }
 }@media only screen and (max-width: 763px) { #nfHoUIPrq5XimwCxnI8x4MycfyUUXPHu { width:441px;height:45px;top:22px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl { display:block; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTgMmwUDlStAVey55hRlIlsVpBRGvtgc { width:148px;height:50px;top:63px;left:0px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #E7gvE8dTF9iHCsTm1SCsrqa0qnZSlicm { width:122px;height:44px;top:131px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Fk21WmQAE76M2fJ86H9KZ0TnALgobWX9 { width:108px;height:50px;top:62px;left:191px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #ynILBdmuJPv2p6Etuabmi77p9iviZ8Bp { width:140px;height:3px;top:116px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #icT3GVPVRdAnmJuQ3CzQoDmOzS2wRQ7R { width:140px;height:44px;top:130px;left:191px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tczP8KpVmn3RW3QisS2PotKILEaUbiXv { width:116px;height:44px;top:130px;left:382px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #U8WDgMVNhubl7TqEwOKU168i5EDKO0xM { width:140px;height:3px;top:117px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qqWtPfJZS8J9yEVmiRcMbNhOJJ1NOybH { width:162px;height:50px;top:62px;left:382px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #RwXUsvBoTMET2Hr6KX7hAFrnUTS1iedc { width:140px;height:3px;top:116px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #tvr16pnXypOwHHhKRzOG6bmXx9oNavPC { width:141px;height:4px;top:136px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #IP8r6xMpWQkQ13oXn1R2dliK9VZNlJRG { top:25px;left:346px;width:227px;height:227px;display:block; }
 }@media only screen and (max-width: 763px) { #lEmnFcAioVCpuD7EgCN2eSKiBHXfBoxs { top:24px;left:525px;width:239px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { display:block; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { top:27px;left:0px;width:764px;height:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { width:320px;height:133px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { width:264.986px;height:62.9955px;top:21.979860305786px;left:27.499312400818px;display:block; }
 }@media only screen and (max-width: 763px) { #ErCtT2251mH80rM3gPwfqEBqLM1aJinN { width:116px;height:20.7988px;top:104px;left:195px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { width:88px;height:4px;top:130px;left:222px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4KSAZEV/sanciones_1100.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { width:303.985px;height:61.5897px;top:25.938079833984px;left:8.0026273727417px;text-align:center;text-align-last:center;font-size:22px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { width:290.97px;height:178.501px;top:135.24383544922px;left:14.507283210754px;text-align:center;text-align-last:center;line-height:1.5;font-size:17px;color:rgba(1,1,1,0.9);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p8CWGLNXoVdwzPWTJ4dFgecUBTKW9uP5 { width:242.5923px;height:33.585px;top:363.24670791626px;left:37.737372398376px;background-color:#faf6f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#c71748;border-top:3px solid #c71748;border-left:3px solid #c71748;border-right:3px solid #c71748;border-bottom:3px solid #c71748;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kX9KehiODuQXe5VvLWFJEq8eAEL2U9UC { display:block; }
 }@media only screen and (max-width: 763px) { #TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 { display:block; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { width:320px;height:1145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlsT3WyxPHCPwygGeVlOy6Sr9REqnazT { width:282.996px;height:80.9942px;top:22.642517089844px;left:18.499955177307px;text-align:center;text-align-last:center;font-size:18px;line-height:1.5;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #P8sWzr3rtWFUeruZb267sHm5HSETix7P { width:260.993px;height:57.5913px;top:555.68999481201px;left:29.498526573181px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-form-header {  }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:400;color:#ffffff;width:250px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:250px;box-sizing:border-box;height:44px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:250px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:250px;box-sizing:border-box;height:44px;color:#000000;font-family:roboto;font-size:16px;overflow:hidden;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:54px;display:block;box-sizing:border-box;font-size:17px;font-weight:700;color:#050505;width:142px;height:45px;font-family:roboto;overflow:hidden;box-shadow: 0 15px 10px rgba(9,142,105,0.25) ;font-style:normal;line-height:1.1; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:14px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:14px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:14px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:14px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:231px;overflow:hidden;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:roboto;font-size:16px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container { padding-top:3px;padding-right:0;padding-bottom:3px;padding-left:0;width:100%;font-size:0;height:auto; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container:first-of-type{padding-top:0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container:last-of-type{padding-bottom:0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM  { background-color:#c71748;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:250px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:14.991244316101px;top:645.0498046875px;z-index:15003; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:250px;display:block;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-info-text { display:block;height:auto;font-family:roboto;font-size:14px;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM {display:block;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM { background-color:#c71748;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:250px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:14.991244316101px;top:645.0498046875px;z-index:15003; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #iUVJaOmaVbgnZ5aTUPWDT5VilfHWTn47 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #OUrBKoHibDx321tFh0Kwp7hRBbigIdKd { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GLwf334Rw5i6L3KT40dKVordxX3K93qu {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ysqkn78Mzt6oZzSkEFMTwShzES0fLKtl {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #XXIC64G3hM6Ry5amb398EN7kREgia5bf { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #SJropgDwm2Zab3naLVu5q46nAa6hRG8A {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #B9tnkNGCVfbbvFPdWHcEGAOd0Z1ATJD1 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #FiCVndDUtn5K3kPDMQ7EzC2krWOHamkT {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W1vCVMXSF4GelJTBC42zuX9ctHu4bbqE {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #kWr6VzMrDw5yvJpy6AlFdNIdVXZ1vNuh {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #TdPreyhTeD5bpGibRfTgCdx7kG7EUVLD { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #cQtPqXJouxZVvDZL7qZWMgITawcQlk93 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #py42DVy8X2ephqLOmdeTEWCnpzKapD7u {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W4ItPveyD8yHzhkboTnShcqJd0K8eKtb { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #yeHUVqRF4wJNsgOqJfgqZF5sEzTWe9yn {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #C6UXoEnp4ER6RVqsOO3uBm0m4lQ7Cfax {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #lhmEc4wrZOOAw9cqIiI52WybqJoFM2sf { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ndko4gug7xKpklxusqruxOIb0DKDTra9 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GBfNTKkELuXcFs817wuIBdpMxXkSmHZF {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ibo8tET5r17Loi8y4SizdScl39UGrgdP {  }
 }@media only screen and (max-width: 763px) { #vPHBGueZu2E8XIoJZuS93X7e5TLyBQCk { width:288px;height:76.5003px;top:142.87771606445px;left:18.499955177307px;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HaNlxVSTx5HEg9PPPfKWPODtcpsJ4wlA { width:282.996px;height:285.796px;top:234.69766235352px;left:18.499955177307px;text-align:left;text-align-last:left;font-size:17px;line-height:1.4;display:block; }#HaNlxVSTx5HEg9PPPfKWPODtcpsJ4wlA li:before{  }
 }@media only screen and (max-width: 763px) { #NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt { display:block; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { width:320px;height:7px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { width:320px;height:861px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { width:321px;height:817px;top:27.967254638672px;left:0px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #O2L81fhkLP78Te1xvD23TkMIXTC7vU69 { width:270.987px;height:89.5787px;top:182.8857421875px;left:24.505286216736px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { width:219.991px;height:25.1947px;top:50.490570068359px;left:49.99528503418px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { width:219.974px;height:25.1947px;top:330.72663879395px;left:50.009222984314px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NdhZVHH4445nbR9uirboGT0BlmOua7tc { width:260.999px;height:89.5787px;top:472.94436645508px;left:29.49276638031px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { width:219.974px;height:25.1947px;top:600.47937011719px;left:50.009222984314px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNGs3XZmfouUDD0QEDZWLcV4Hx5a1600 { width:253.979px;height:89.5787px;top:734.72341918945px;left:33.006598472595px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FRlTVv33Z91wAFA8xzTl7vrpo90mBND5 { width:176.976px;height:170.989px;top:40.478500366211px;left:71.508318901062px;display:block; }
 }@media only screen and (max-width: 763px) { #rxGdgAMHryPRbT1Lrqvn4WGTrUDTQaSh { width:192.964px;height:183.982px;top:315.94661712646px;left:63.514018058777px;display:block; }
 }@media only screen and (max-width: 763px) { #OTC3B5srN2knKk5MkQetLtcKg5ZehZEw { width:181.949px;height:171.983px;top:586.47784423828px;left:69.019381523132px;display:block; }
 }@media only screen and (max-width: 763px) { #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4KSAZEV/sanciones_1100.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.adaptive-delivery-prevent-bg, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyload, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyloading { background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { background-color: transparent; background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { width:320px;height:581px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { height:164.979px;width:295.965px;top:390.82092285156px;left:10.163165092468px;display:block; }
 }@media only screen and (max-width: 763px) { #R7n5MqdV4o0opKPiiVVme4gFbpz29P0R { width:281.993px;height:235.942px;top:120.20643615723px;left:18.995438575745px;text-align:left;text-align-last:left;font-size:16px;line-height:1.4;display:block; }#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R li:not(:first-child){ padding-top:4px;padding-right:0;padding-bottom:0;padding-left:0; }#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R li:before{  }
 }@media only screen and (max-width: 763px) { #nfHoUIPrq5XimwCxnI8x4MycfyUUXPHu { width:284px;height:71.4014px;top:20.951171875px;left:24.013438224792px;text-align:left;text-align-last:left;font-size:17px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl { display:block; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { width:320px;height:709px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTgMmwUDlStAVey55hRlIlsVpBRGvtgc { width:150.996px;height:52.0014px;top:32.273071289062px;left:84.485618591309px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #E7gvE8dTF9iHCsTm1SCsrqa0qnZSlicm { width:210.996px;height:22.1008px;top:100.99658203125px;left:54.495455741882px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fk21WmQAE76M2fJ86H9KZ0TnALgobWX9 { width:107px;height:52.0014px;top:170px;left:106.50000476837px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ynILBdmuJPv2p6Etuabmi77p9iviZ8Bp { width:2px;height:2px;top:470.63543701172px;left:86.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #icT3GVPVRdAnmJuQ3CzQoDmOzS2wRQ7R { width:184px;height:44.2017px;top:242.00001525879px;left:68.000004768372px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tczP8KpVmn3RW3QisS2PotKILEaUbiXv { width:166.98px;height:22.1008px;top:410.60563278198px;left:76.465705871582px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #U8WDgMVNhubl7TqEwOKU168i5EDKO0xM { width:141px;height:4px;top:228.00001525879px;left:95.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #qqWtPfJZS8J9yEVmiRcMbNhOJJ1NOybH { width:175px;height:52.0014px;top:339.03486251831px;left:72.483406066895px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #RwXUsvBoTMET2Hr6KX7hAFrnUTS1iedc { width:140.998px;height:3.99613px;top:396.39988327026px;left:89.477325439453px;display:block; }
 }@media only screen and (max-width: 763px) { #tvr16pnXypOwHHhKRzOG6bmXx9oNavPC { width:141px;height:4px;top:85.999923706055px;left:89.500004768372px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #IP8r6xMpWQkQ13oXn1R2dliK9VZNlJRG { width:226.975px;height:226.975px;top:482.99729919434px;left:46.511393547058px;display:block; }
 }@media only screen and (max-width: 763px) { #lEmnFcAioVCpuD7EgCN2eSKiBHXfBoxs { width:238.979px;height:23.3991px;top:496.99383544922px;left:40.509261131287px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { display:block; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { width:222.996px;height:76.7941px;top:24.100067138672px;left:48.48820400238px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }