.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-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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#onmAFpbure6LKH2ZOMwZp3XoFaio3uxa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#onmAFpbure6LKH2ZOMwZp3XoFaio3uxa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#onmAFpbure6LKH2ZOMwZp3XoFaio3uxa > .row > .video-iframe-container { display: none; }#onmAFpbure6LKH2ZOMwZp3XoFaio3uxa > .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); }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/iGdc9m7v/Image_2020_08_18_at_4.42.36_PM.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container { background-color: transparent; background-image: none; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container > .video-iframe-container { display: none; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row > .video-iframe-container { display: none; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .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); }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container { border-width: 0; border-radius: 0; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container { font-size:14px;font-family:arial;height:790px;width:1200px;overflow:visible;position:relative;display:block; }#DVQ2q6pP8XCkBbTXHed6RT9D6ENn971C { display:block;width:365px;position:absolute;font-family:"open sans";font-size:29px;font-weight:400;z-index:100002;line-height:1;top:356px;left:170px;color:#589ed4;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;height:0;font-style:normal;display:block; }
#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N { background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row .container { background-color: transparent; background-image: none; }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row .container > .video-iframe-container { display: none; }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row > .video-iframe-container { display: none; }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .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); }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row .container { border-width: 0; border-radius: 0; }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row .container { font-size:14px;font-family:arial;height:512px;width:1200px;overflow:visible;position:relative;display:block; }#cTXxlZcTym43xsdCDQNpCFrI7ZPA9bVV { display:block;width:453px;position:absolute;font-family:"sharp sans no 1";font-size:75px;font-weight:700;z-index:100006;line-height:1;top:208.5px;left:151.375px;color:#69c6f0;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;height:86px;font-style:normal;text-align:left;text-align-last:left;display:block; }#cTXxlZcTym43xsdCDQNpCFrI7ZPA9bVV li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#cTXxlZcTym43xsdCDQNpCFrI7ZPA9bVV li:before{  }
#gnyXxObT442fMDMqGAuO4KU1T9VJAgsy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:398px;width:319px;display:none; }
#fWOtW4HuQASsDscvmuW8smWpxJBURkSG { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:411px;width:329px;top:50.5px;left:748.375px;overflow:hidden;display:block; }
#Cusdwbvs4Je3escbST2FpPhlwA9H7Ape { color:#72ae49;display:block;width:237px;position:absolute;font-family:"merienda one";font-size:15px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:285.5px;left:342px;height:57px;text-align:right;text-align-last:right;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; }
#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ { background-color:#2a2c60;background-image:url("https://images.assets-landingi.com/KfDP9NuH/empaques_25.png");background-position:center right;background-repeat:repeat;background-attachment:scroll;background-size:initial;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container { background-color: transparent; background-image: none; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container > .video-iframe-container { display: none; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row > .video-iframe-container { display: none; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .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); }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container { border-width: 0; border-radius: 0; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container { font-size:14px;font-family:arial;height:491px;width:1200px;overflow:visible;position:relative;display:block; }#Ii7iK046o9e6QcLAIemot8Fvz70UxW32 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:400px;width:316px;display:none; }
#WnZWOi2iTmuH4vOyKGZbZbnPUvOdvKBG { display:block;width:453px;position:absolute;font-family:"sharp sans no 1";font-size:75px;font-weight:700;z-index:100007;line-height:1;top:165px;left:620px;color:#69c6f0;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;height:86px;font-style:normal;text-align:left;text-align-last:left;display:block; }#WnZWOi2iTmuH4vOyKGZbZbnPUvOdvKBG li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#WnZWOi2iTmuH4vOyKGZbZbnPUvOdvKBG li:before{  }
#BcEvSK8NGJAGLN4p57LOp7EIvlGVGuV3 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:416px;width:329px;top:48px;left:88px;overflow:hidden;display:block; }
#ki5Mx64ysscz8qnhuhAEl1L4rp554Mvf { color:#72ae49;display:block;width:105px;position:absolute;font-family:"merienda one";font-size:15px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:236px;left:912px;height:19px;text-align:center;text-align-last:center;display:block; }
#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx > .row .container { background-color: transparent; background-image: none; }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx > .row .container > .video-iframe-container { display: none; }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx > .row > .video-iframe-container { display: none; }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx > .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); }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx > .row .container { border-width: 0; border-radius: 0; }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx > .row .container { font-size:14px;font-family:arial;height:512px;width:1200px;overflow:visible;position:relative;display:block; }#tyCbJfrnuBLGi2CC5ziBS3uHeUGInDUi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:378px;width:317px;display:none; }
#lcSQ1Oemgr9Hwq0oxpS1f9ex3xKPampG { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:378px;width:317px;top:51px;left:748px;overflow:hidden;display:block; }
#lGKUlhtsk1tpl32w1tknbm70ktcZnLru { display:block;width:453px;position:absolute;font-family:"sharp sans no 1";font-size:75px;font-weight:700;z-index:100007;line-height:1;top:209px;left:151px;color:#69c6f0;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;height:86px;font-style:normal;text-align:left;text-align-last:left;display:block; }#lGKUlhtsk1tpl32w1tknbm70ktcZnLru li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#lGKUlhtsk1tpl32w1tknbm70ktcZnLru li:before{  }
#UfsPxtpAS8zzKh1hhAiu2eJLXZs44ISy { color:#72ae49;display:block;width:149px;position:absolute;font-family:"merienda one";font-size:15px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:283px;left:451px;height:19px;text-align:center;text-align-last:center;display:block; }
#OeRikeNeQA8OosanbPfT69AHTi4iudbD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uRl4sfqd/banner_web_soy_delisoy_Mesa_de_trabajo_1_copia_2_min.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row .container { background-color: transparent; background-image: none; }#OeRikeNeQA8OosanbPfT69AHTi4iudbD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row .container > .video-iframe-container { display: none; }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row > .video-iframe-container { display: none; }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .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); }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row .container { border-width: 0; border-radius: 0; }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row .container { font-size:14px;font-family:arial;height:427px;width:1200px;position:relative;display:block; }#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-form-header {  }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-regular-label { display:block;width:378px;height:auto;font-size:11px;font-family:ubuntu;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;text-align:center;text-align-last:center;color:#c12871;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:378px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#666666;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-text {padding-top: 0; padding-bottom: 0;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:378px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#666666;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:378px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-select {padding-top: 0; padding-bottom: 0;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:200px;padding-top:0;padding-right:14px;padding-bottom:0;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"kabrio bold";font-weight:400;text-align:center;text-align-last:center;font-size:16px;background-color:transparent;background-image: -webkit-linear-gradient(top, #37a3eb, #2b84bf);background-image: -moz-linear-gradient(top, #37a3eb, #2b84bf);background-image: -ms-linear-gradient(top, #37a3eb, #2b84bf);background-image: -o-linear-gradient(top, #37a3eb, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );";background-image: linear-gradient(to bottom, #37a3eb, #2b84bf);background-size:initial;overflow:hidden;font-style:normal; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX [class*="-text"]:-moz-placeholder { font-size:13px;font-family:ubuntu;color:#666666; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX [class*="-text"]::-moz-placeholder { font-size:13px;font-family:ubuntu;color:#666666; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX [class*="-text"]:-ms-input-placeholder { font-size:13px;font-family:ubuntu;color:#666666; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX [class*="-text"]::-webkit-input-placeholder { font-size:13px;font-family:ubuntu;color:#666666; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:534px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0px;margin-bottom:3px;margin-left:3px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;vertical-align:middle; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:32px;width:175px;vertical-align:top;margin-top:22px;margin-right:0px;margin-bottom:3px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-container:first-of-type{padding-top:0;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-container:last-of-type{padding-bottom:0;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:986px;height:auto;left:87px;top:303px;z-index:100013;position:absolute; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .radio-container { width:388px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:986px;height:auto;left:87px;top:303px;z-index:100013;position:absolute; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX #vN5AxIiNpuStooRIJENlG30vCiaOpuGJ { position:relative; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX #Sa8OFxnXl4tsNS9cNty2nE365bFTfElZ { position:relative; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX #LNnydmwfXxTC8QAf1cbZTfBXwJKLK58q { position:relative; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX #aMEH1W6kWNMhdAe2wipAlNyTQ7cdebR7 { position:relative; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX #or83H7uToQntVN4QPBq2gSOSs9TMJq3S { position:relative; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX #hzhKowzBwIqBMUh1HITZyuo3vzeZHvfh { position:relative; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX #xfI3sTLDIET8bX8zykpCrA6Ai81CDNLG { position:relative; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX #xaI5VsB2mdOSQpXkkDdndJM2Kk3yXBE7 { position:relative; }
#ToMIkTOKMaqDSDX0OTlT31zTEs4SEFvI { display:block;width:610px;position:absolute;font-family:"merienda one";font-size:26px;font-weight:400;z-index:100008;line-height:1;top:291px;left:281px;color:#10498d;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB { background-color:#2a2c60;background-image:none;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB > .row .container { background-color: transparent; background-image: none; }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB > .row .container > .video-iframe-container { display: none; }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB > .row > .video-iframe-container { display: none; }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB > .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); }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB > .row .container { border-width: 0; border-radius: 0; }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;overflow:visible;position:relative;display:block; }#ZsBnJuyVu9cEcVkizWsAxaqhk1XbvTRs { display:block;width:163px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100001;line-height:1;top:53.5px;left:953px;color:#c2c2c2;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;height:13px;text-align:right;text-align-last:right;display:block; }
#w4eETQP6T1Gf3doNwRNod7hlUtzZIFac { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:35px;left:282px;display:block; }
#xTz7D5rBZVHp4BFma4ol0eV18tE6ybrv { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:35px;left:237px;display:block; }
#PP7C3KmvxRecA68WdqJsuiNHW656VTea { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:178px;top:0px;left:59px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv { display:block; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container { width:760px;height:488px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVQ2q6pP8XCkBbTXHed6RT9D6ENn971C { z-index:100001;width:460px;height:76px;top:50px;left:7px;color:#589ed4;font-family:"open sans";font-weight:bold;font-size:38px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N { display:block; }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row .container { width:760px;height:363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTXxlZcTym43xsdCDQNpCFrI7ZPA9bVV { z-index:100001;width:460px;height:76px;top:50px;left:7px;color:#589ed4;font-family:"open sans";font-weight:bold;font-size:38px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:block; }#cTXxlZcTym43xsdCDQNpCFrI7ZPA9bVV li:before{  }
 }@media only screen and (max-width: 763px) { #gnyXxObT442fMDMqGAuO4KU1T9VJAgsy { width:160px;height:200px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #fWOtW4HuQASsDscvmuW8smWpxJBURkSG { width:329px;height:411px;top:50px;left:435px;display:none; }
 }@media only screen and (max-width: 763px) { #Cusdwbvs4Je3escbST2FpPhlwA9H7Ape { width:237px;height:57px;top:285px;left:124px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ { display:block; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container { width:760px;height:363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ii7iK046o9e6QcLAIemot8Fvz70UxW32 { width:158px;height:200px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WnZWOi2iTmuH4vOyKGZbZbnPUvOdvKBG { z-index:100001;width:460px;height:76px;top:50px;left:7px;color:#589ed4;font-family:"open sans";font-weight:bold;font-size:38px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:block; }#WnZWOi2iTmuH4vOyKGZbZbnPUvOdvKBG li:before{  }
 }@media only screen and (max-width: 763px) { #BcEvSK8NGJAGLN4p57LOp7EIvlGVGuV3 { width:329px;height:416px;top:48px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ki5Mx64ysscz8qnhuhAEl1L4rp554Mvf { width:105px;height:19px;top:236px;left:659px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx { display:block; }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx > .row .container { width:760px;height:363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyCbJfrnuBLGi2CC5ziBS3uHeUGInDUi { width:168px;height:200px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lcSQ1Oemgr9Hwq0oxpS1f9ex3xKPampG { width:317px;height:378px;top:51px;left:435px;display:none; }
 }@media only screen and (max-width: 763px) { #lGKUlhtsk1tpl32w1tknbm70ktcZnLru { z-index:100001;width:460px;height:76px;top:50px;left:7px;color:#589ed4;font-family:"open sans";font-weight:bold;font-size:38px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:block; }#lGKUlhtsk1tpl32w1tknbm70ktcZnLru li:before{  }
 }@media only screen and (max-width: 763px) { #UfsPxtpAS8zzKh1hhAiu2eJLXZs44ISy { width:149px;height:19px;top:283px;left:233px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OeRikeNeQA8OosanbPfT69AHTi4iudbD { display:block; }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-regular-label { width:247px;height:auto; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-text { width:247px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-text {padding-top: 0; padding-bottom: 0;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-textarea { width:247px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-select { width:247px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-select {padding-top: 0; padding-bottom: 0;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-checkbox-label { width:700px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-radio-label { width:109.5px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX  { width:724px;height:auto;top:303px;left:0px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .radio-container { width:257px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX {display:inline-block;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX { width:724px;height:auto;top:303px;left:0px; }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #vN5AxIiNpuStooRIJENlG30vCiaOpuGJ {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #Sa8OFxnXl4tsNS9cNty2nE365bFTfElZ {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #LNnydmwfXxTC8QAf1cbZTfBXwJKLK58q {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #aMEH1W6kWNMhdAe2wipAlNyTQ7cdebR7 {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #or83H7uToQntVN4QPBq2gSOSs9TMJq3S {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #hzhKowzBwIqBMUh1HITZyuo3vzeZHvfh {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #xfI3sTLDIET8bX8zykpCrA6Ai81CDNLG {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #xaI5VsB2mdOSQpXkkDdndJM2Kk3yXBE7 {  }
 }@media only screen and (max-width: 763px) { #ToMIkTOKMaqDSDX0OTlT31zTEs4SEFvI { z-index:100001;width:460px;height:76px;top:50px;left:7px;color:#589ed4;font-family:"open sans";font-weight:bold;font-size:38px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #TpG4KFih85QX3OEH6Wzz0xUsL14uNquB { display:block; }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsBnJuyVu9cEcVkizWsAxaqhk1XbvTRs { z-index:100001;top:15px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #w4eETQP6T1Gf3doNwRNod7hlUtzZIFac { width:50px;height:50px;top:47px;left:699px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #xTz7D5rBZVHp4BFma4ol0eV18tE6ybrv { width:50px;height:50px;top:47px;left:651px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PP7C3KmvxRecA68WdqJsuiNHW656VTea { width:178px;height:120px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#onmAFpbure6LKH2ZOMwZp3XoFaio3uxa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#onmAFpbure6LKH2ZOMwZp3XoFaio3uxa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#onmAFpbure6LKH2ZOMwZp3XoFaio3uxa > .row > .video-iframe-container { display: none; }#onmAFpbure6LKH2ZOMwZp3XoFaio3uxa > .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); } }@media only screen and (max-width: 763px) { #Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv { background-color:transparent;background-image:url("https://images.assets-landingi.com/45PZvhM7/Cierre_min.png");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container { background-color: transparent; background-image: none; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container > .video-iframe-container { display: none; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row > .video-iframe-container { display: none; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .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); }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container { border-width: 0; border-radius: 0; }#Ghu7K1GdPnz7iuI1CJVw8AfgtZZPhBCv > .row .container { width:320px;height:647px;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVQ2q6pP8XCkBbTXHed6RT9D6ENn971C { z-index:100001;top:142px;left:0px;width:320px;height:0;color:#589ed4;font-family:"open sans";font-weight:400;font-size:23px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;text-align:center;text-align-last:center;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N { background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;display:block; }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row .container { background-color: transparent; background-image: none; }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row .container > .video-iframe-container { display: none; }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row > .video-iframe-container { display: none; }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .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); }#DrkQ6Emy1s3T9lyRmeTbZ7Jy5lrZRm4N > .row .container { width:320px;height:530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTXxlZcTym43xsdCDQNpCFrI7ZPA9bVV { z-index:100001;top:406px;left:14px;width:292px;height:35px;color:#e4432e;font-family:"avenir next lt";font-weight:700;font-size:35px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;text-align:center;text-align-last:center;font-style:normal;display:block; }#cTXxlZcTym43xsdCDQNpCFrI7ZPA9bVV li:before{  }
 }@media only screen and (max-width: 763px) { #gnyXxObT442fMDMqGAuO4KU1T9VJAgsy { top:57px;left:27px;width:266px;height:332px;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fWOtW4HuQASsDscvmuW8smWpxJBURkSG { width:242px;height:302px;top:630.5px;left:78px;z-index:99999;display:none; }
 }@media only screen and (max-width: 763px) { #Cusdwbvs4Je3escbST2FpPhlwA9H7Ape { width:204px;height:54px;top:436px;left:58px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ { background-color:#2a2c60;background-image:url("https://images.assets-landingi.com/KfDP9NuH/empaques_25.png");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container { background-color: transparent; background-image: none; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container > .video-iframe-container { display: none; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row > .video-iframe-container { display: none; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .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); }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container { border-width: 0; border-radius: 0; }#XCcxb5rvcvC6IA9ueTTIoWE7DFcvSHeQ > .row .container { width:320px;height:525px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ii7iK046o9e6QcLAIemot8Fvz70UxW32 { top:57px;left:27px;width:266px;height:336px;z-index:100008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WnZWOi2iTmuH4vOyKGZbZbnPUvOdvKBG { z-index:100001;top:404px;left:0px;width:320px;height:35px;color:#e4432e;font-family:"avenir next lt";font-weight:700;font-size:35px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;text-align:center;text-align-last:center;font-style:normal;display:block; }#WnZWOi2iTmuH4vOyKGZbZbnPUvOdvKBG li:before{  }
 }@media only screen and (max-width: 763px) { #BcEvSK8NGJAGLN4p57LOp7EIvlGVGuV3 { width:230px;height:291px;top:99px;left:27px;display:none; }
 }@media only screen and (max-width: 763px) { #ki5Mx64ysscz8qnhuhAEl1L4rp554Mvf { width:105px;height:18px;top:436px;left:107.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx { display:block; }#hHcN9FIPac6ex3aU7HW8BPUF3LoxGMyx > .row .container { width:320px;height:503px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyCbJfrnuBLGi2CC5ziBS3uHeUGInDUi { top:61px;left:22px;width:266px;height:318px;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lcSQ1Oemgr9Hwq0oxpS1f9ex3xKPampG { width:317px;height:378px;top:51px;left:1px;display:none; }
 }@media only screen and (max-width: 763px) { #lGKUlhtsk1tpl32w1tknbm70ktcZnLru { z-index:100001;top:400px;left:0px;width:320px;height:35px;color:#e4432e;font-family:"avenir next lt";font-weight:700;font-size:35px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;text-align:center;text-align-last:center;font-style:normal;display:block; }#lGKUlhtsk1tpl32w1tknbm70ktcZnLru li:before{  }
 }@media only screen and (max-width: 763px) { #UfsPxtpAS8zzKh1hhAiu2eJLXZs44ISy { width:204px;height:20px;top:432px;left:58px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OeRikeNeQA8OosanbPfT69AHTi4iudbD { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uRl4sfqd/banner_web_soy_delisoy_Mesa_de_trabajo_1_copia_2_min.png");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row .container { background-color: transparent; background-image: none; }#OeRikeNeQA8OosanbPfT69AHTi4iudbD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row .container > .video-iframe-container { display: none; }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row > .video-iframe-container { display: none; }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .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); }#OeRikeNeQA8OosanbPfT69AHTi4iudbD > .row .container { width:320px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-regular-label { width:270px;font-size:10px;overflow:hidden;height:auto;background-color:transparent;background-image:none; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-text { width:270px;font-family:"avenir next lt";text-align:center;text-align-last:center;height:36px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-text {padding-top: 0; padding-bottom: 0;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-textarea { width:270px;font-family:"avenir next lt";text-align:center;text-align-last:center; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-select { width:270px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-select {padding-top: 0; padding-bottom: 0;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-input-button { width:270px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-checkbox-label { width:256px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .widget-radio-label { width:121px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX  { width:280px;height:auto;top:282px;left:0px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX .radio-container { width:280px; }
#VJCNsBdgIF6lshmxzy22vblATWg0hBOX {display:inline-block;}#VJCNsBdgIF6lshmxzy22vblATWg0hBOX { width:280px;height:auto;top:282px;left:0px; }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #vN5AxIiNpuStooRIJENlG30vCiaOpuGJ {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #Sa8OFxnXl4tsNS9cNty2nE365bFTfElZ {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #LNnydmwfXxTC8QAf1cbZTfBXwJKLK58q {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #aMEH1W6kWNMhdAe2wipAlNyTQ7cdebR7 {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #or83H7uToQntVN4QPBq2gSOSs9TMJq3S {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #hzhKowzBwIqBMUh1HITZyuo3vzeZHvfh {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #xfI3sTLDIET8bX8zykpCrA6Ai81CDNLG {  }
 }@media only screen and (max-width: 763px) { #VJCNsBdgIF6lshmxzy22vblATWg0hBOX #xaI5VsB2mdOSQpXkkDdndJM2Kk3yXBE7 {  }
 }@media only screen and (max-width: 763px) { #ToMIkTOKMaqDSDX0OTlT31zTEs4SEFvI { z-index:100001;top:80px;left:0px;width:320px;height:48px;color:#589ed4;font-family:"merienda one";font-weight:400;font-size:24px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;text-align:center;text-align-last:center;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TpG4KFih85QX3OEH6Wzz0xUsL14uNquB { display:block; }#TpG4KFih85QX3OEH6Wzz0xUsL14uNquB > .row .container { width:320px;height:182px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsBnJuyVu9cEcVkizWsAxaqhk1XbvTRs { z-index:100001;top:18px;left:8.5px;width:303px;height:10px;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #w4eETQP6T1Gf3doNwRNod7hlUtzZIFac { width:50px;height:50px;top:113px;left:160px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #xTz7D5rBZVHp4BFma4ol0eV18tE6ybrv { width:50px;height:50px;top:113px;left:110px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PP7C3KmvxRecA68WdqJsuiNHW656VTea { width:180px;height:120px;top:18px;left:70px;display:block; }
 }