.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline: 2px solid rgba(0, 0, 0, 1); } #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); }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .row .container { background-color: transparent; background-image: none; }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .row .container > .video-iframe-container { display: none; }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .row > .video-iframe-container { display: none; }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .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); }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .row .container { border-width: 0; border-radius: 0; }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#thyXuZQVIJRKidhhV2I9ebgwAbFaUBpC { position:absolute;display:block;z-index:15000;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:1.9370403289795rem;width:12.436810493469rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#X59kJsOs626KUt3xHxcFwz562piR4g2T { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:13.5625rem;height:2.3529410362244rem;font-style:normal;display:block; }
#ZPmnlXDNMJyRXcVDcLVv213Ve6Z8R9Wy { background-color:#000000;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.936580657959rem;height:2.7493104934692rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.0932903289795rem;left:62.063417434692rem;display:block; }
#v9hJVeGP0tNGol2Eu5Mu7yKWwDWAxtHu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QhkBVO6DEMBciMValfW4hWlvc5Um6R4A { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0618104934692rem;left:26.437269210816rem;height:4.1911764144897rem;font-style:normal;display:none; }
#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 { 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; }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .row .container { background-color: transparent; background-image: none; }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .row .container > .video-iframe-container { display: none; }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .row > .video-iframe-container { display: none; }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .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); }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .row .container { border-width: 0; border-radius: 0; }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c { position:relative;display:none; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c { border-width: 0; border-radius: 0; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .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; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fxl0ChhDcOPaW8lRuod5P12EvoGPsPIg { color:#ffffff;display:block;width:47.249538421631rem;position:absolute;font-family:roboto;font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.058822631836rem;left:0rem;height:5.2205882072449rem;font-style:normal;display:none; }
#NgDZpZdKeIsqgTJFMW9yow7lR9dLrtFr { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.807903289795rem;left:0rem;height:6.764705657959rem;font-style:normal;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2acdfd1c-59cf-4ea2-ad81-21fe88f2cbf2/bgamaramayorista.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#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,2,5,0.17); }#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,2,5,0.17); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-form-header {  }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;color:#000000;width:19.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.2;overflow:hidden; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;line-height:1.5; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-text {padding-top: 0; padding-bottom: 0;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;line-height:1.5; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;box-shadow: none;line-height:1.3; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-select {padding-top: 0; padding-bottom: 0;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#000002;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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:19.9375rem;height:3.4375rem;font-family:roboto;overflow:hidden;font-style:normal; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-container:first-of-type{padding-top:0;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-container:last-of-type{padding-bottom:0;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.17601108551rem;left:51.402803421021rem; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.9375rem; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf {display:block;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.17601108551rem;left:51.402803421021rem; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #IBVq2Iilw2SqIcIzbIC1cOHyvDbfglWk { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #dzxBukXlgdTseeora4VlQnZbNKEsdM8J { position:relative;display:block; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #vO4ScA1eid1whUnbztnWeGHqMmuCtZOi { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #AgORKfnxwEDHRa6u8uqMRGfek6Tt3PCx { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #I2xInGm7RWdK92AdLZTQ8xwoxWbVXk12 { position:relative;display:block; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #RWEQHU7FI1X34TN4cUmZovhsOknTgHfm { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #ZGwW7dvEs1NSDSbGSPhHvVcKbxUKTMcV { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #I5oF8JOKF5oCJEuDG8vAoQErNRGNNbog { position:relative;display:block; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #yHRoRU5armMe0M17MT8X4UuwWhqguSTk { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #bu84148UoKVIz1t6bAmlixNGs8FatElP { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #GrT7ALfdC5rnQr5FmGW8KuDcOSIQWvtk { position:relative;display:block; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #XBXkC1FlTD4Oh7cX2Mr48p0ZeDoUSgqv { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #DSSFoEFNDbdb00tGSkwlFlG9mEUeLmwD { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #rz0UO9tNwnVgTzCTcuF9x32bZuOIynQg { position:relative;display:block; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #zybRTB0K39DC9kBtgbEAEk6ur9v1UyOD { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #RP3z9Nll5aa2CFe2QdNVxFWfVu8vlhaA { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #kEFgJ2r7C6em7ObSLuIGi3wM01HVHUPz { position:relative;display:block; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #firNEFIhnWqv6JTG76pRqZugGdV7nrZF { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #vkpHVoO3lQcHVrTQTCOf3HgKAKKDkMSD { position:relative; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #eR7GWcWeHGNNiokfxQyFNPQK1f5LShHl { position:relative; }
#m0Qga7RAoLya0aeu173yLH965GGnNF3k { box-sizing:content-box;height:39.875rem;width:24.625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.0622701644898rem;left:50.312494277954rem;display:block; }
#VmcxHPgxaPOLuCVE4kdDpSPp20ETh2Ta { color:#000000;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9947156906128rem;left:52.619485855103rem;height:3.2352941036224rem;display:block; }
#zcp1ZhnDIkZvidp7h7hROhmWDGimN1nA { color:#ffffff;display:block;width:47.249538421631rem;position:absolute;font-family:roboto;font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.625rem;left:0rem;height:5.2205882072449rem;font-style:normal;display:block; }
#Coe9Qy1u0sFxVbSE5VeyWppyDbPo6eyr { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.375rem;left:0rem;height:6.764705657959rem;font-style:normal;display:block; }
#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bef10563-102b-4c9a-b92b-aef0c2ce68c1/bgconlogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ.adaptive-delivery-prevent-bg, #TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ.lazyload, #TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ.lazyloading { background-image: none; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row .container { background-color: transparent; background-image: none; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row .container > .video-iframe-container { display: none; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row > .video-iframe-container { display: none; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .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); }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row .container { border-width: 0; border-radius: 0; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#fSqditmv83WgxaHKy6xugB5BQwqePDLP { color:#000000;display:block;width:20.874309539795rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:15.879592895507rem;left:8.3111209869388rem;height:7.2058820724487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqHTEXeabCdm5LxtWOO6G5NRQd7UaRz2 { color:#000000;display:block;width:30.999540328979rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8281211853025rem;left:40.749078750611rem;height:25.073528766632rem;display:block; }
#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d916e97-9c38-4d9d-a4c3-46da7c98dd3a/amaranuevatemporada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA.adaptive-delivery-prevent-bg, #TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA.lazyload, #TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA.lazyloading { background-image: none; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row .container { background-color: transparent; background-image: none; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row .container > .video-iframe-container { display: none; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row > .video-iframe-container { display: none; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .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); }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row .container { border-width: 0; border-radius: 0; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d916e97-9c38-4d9d-a4c3-46da7c98dd3a/amaranuevatemporada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT.adaptive-delivery-prevent-bg, #ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT.lazyload, #ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT.lazyloading { background-image: none; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .row .container { border-width: 0; border-radius: 0; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:none; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d916e97-9c38-4d9d-a4c3-46da7c98dd3a/amaranuevatemporada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs.adaptive-delivery-prevent-bg, #i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs.lazyload, #i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs.lazyloading { background-image: none; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .row .container { border-width: 0; border-radius: 0; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:none; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d916e97-9c38-4d9d-a4c3-46da7c98dd3a/amaranuevatemporada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J.adaptive-delivery-prevent-bg, #MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J.lazyload, #MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J.lazyloading { background-image: none; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .row .container { border-width: 0; border-radius: 0; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:none; }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH { position:relative;display:block; }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH { background-color: transparent; background-image: none; }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH > .row .container > .video-iframe-container { display: none; }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH > .row > .video-iframe-container { display: none; }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH > .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); }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH { border-width: 0; border-radius: 0; }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH > .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; }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yQsWFzmulSldE0u2aS83VTRAokTqQHVh { position:absolute;display:block;z-index:15000;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:37.562038421631rem;width:26.624540328979rem;top:2.4793243408203rem;left:42.936578750611rem;overflow:hidden;display:block; }
#wuLosBdwLVLX6Fcraksmnmd9zcvci4yQ { color:#000000;display:block;width:28.686809539795rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:10.3125rem;left:3.125rem;height:3.6029410362244rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZZFxLoToiToLNvgslwGZZ9WvpyERi3n { color:#000000;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.125rem;height:13.676469802856rem;display:block; }
#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bec44c2d-2a7c-4d99-9d30-9ad828e915f1/fondoamaramayorista_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6.adaptive-delivery-prevent-bg, #tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6.lazyload, #tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6.lazyloading { background-image: none; }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .row .container { background-color: transparent; background-image: none; }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.5); }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .row .container > .video-iframe-container { display: none; }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.5); }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .row > .video-iframe-container { display: none; }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .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); }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .row .container { border-width: 0; border-radius: 0; }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#XTdZxiZK6ccfo6Wg2CoPFGCEM190G7nl { color:#ffffff;display:block;width:46.499309539795rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:10.8125rem;left:14.25rem;height:3.6029410362244rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ackwm5d61PUoEiTe5xA3e9aH7WpbiysB { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.375rem;left:15.625rem;height:11.397058486938rem;text-align:center;text-align-last:center;display:block; }
#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,229,229,0.99);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; }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .row .container { background-color: transparent; background-image: none; }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .row .container > .video-iframe-container { display: none; }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .row > .video-iframe-container { display: none; }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .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); }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .row .container { border-width: 0; border-radius: 0; }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#Oi7CxdXEnmbaOAMsa9aqQ8PCJoTLWLwO { color:#000000;display:block;width:55.999538421631rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.41520690918rem;left:9.4990806579587rem;height:3.6029410362244rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnZBRZ3bI49ql1UKSOTGhe16UhR28lFB { color:#000000;display:block;width:52.624080657959rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.694396972656rem;left:12.945772171021rem;height:18.363969802856rem;display:block; }#wnZBRZ3bI49ql1UKSOTGhe16UhR28lFB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wnZBRZ3bI49ql1UKSOTGhe16UhR28lFB li:before{  }
#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(229,229,229,0.99);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; }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .row .container { background-color: transparent; background-image: none; }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .row .container > .video-iframe-container { display: none; }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .row > .video-iframe-container { display: none; }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .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); }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .row .container { border-width: 0; border-radius: 0; }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#V4LT5kTyXd8EIET4wwy3RssilKNRW87J { color:#000000;display:block;width:55.999538421631rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.1959991455078rem;left:9.4990806579587rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bkxoaXb1FxW1NqXQWbv2WTgfcdFbB2hJ { background-color:#000000;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.562269210815rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.704040527344rem;left:25.215990066528rem;display:block; }
#w8rTTrPTvATIJAgdO39JzWCATHHb5EPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/856720c8-556f-496a-9947-2ef73dd2b953/BGFINALAMARA.jpg");background-position:top center !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; }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv.adaptive-delivery-prevent-bg, #o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv.lazyload, #o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv.lazyloading { background-image: none; }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .row .container { background-color: transparent; background-image: none; }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .row .container > .video-iframe-container { display: none; }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .row > .video-iframe-container { display: none; }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .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); }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .row .container { border-width: 0; border-radius: 0; }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .row .container { background-color: transparent; background-image: none; }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .row .container > .video-iframe-container { display: none; }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .row > .video-iframe-container { display: none; }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .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); }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .row .container { border-width: 0; border-radius: 0; }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#lZFqpa6ErKyimVale8nFhbQ1pNSHvgyv { position:absolute;display:block;z-index:15000;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:3.2490808963776rem;width:18.624769210815rem;top:3.7155456542969rem;left:28.184740066528rem;overflow:hidden;display:block; }
#DElihFPPX41Xu9UyZEGpaHJKxz66JtQx { position:absolute;display:block;z-index:15001;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:2.5rem;width:2.5rem;top:4.0877990722656rem;left:67.182901382444rem;overflow:hidden;display:block; }
#ZEdcHADMtXTAol7Fzlkax5Na37eeVyU2 { position:absolute;display:block;z-index:15002;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:2.5rem;width:2.5rem;top:4.0877990722656rem;left:71.245401382444rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 { display:block; }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thyXuZQVIJRKidhhV2I9ebgwAbFaUBpC { top:2.5rem;left:0rem;width:12.375rem;height:1.9274133093616rem;display:block; }
 }@media only screen and (max-width: 763px) { #X59kJsOs626KUt3xHxcFwz562piR4g2T { top:2.3125rem;left:0rem;width:12.5rem;height:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPmnlXDNMJyRXcVDcLVv213Ve6Z8R9Wy { width:12.875rem;height:2.6875rem;top:2.0625rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9hJVeGP0tNGol2Eu5Mu7yKWwDWAxtHu { display:block; }
 }@media only screen and (max-width: 763px) { #QhkBVO6DEMBciMValfW4hWlvc5Um6R4A { top:3rem;left:12.812269210816rem;width:12.1875rem;height:4.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 { display:block; }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c { display:none; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fxl0ChhDcOPaW8lRuod5P12EvoGPsPIg { top:17rem;left:0rem;width:47.1875rem;height:5.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgDZpZdKeIsqgTJFMW9yow7lR9dLrtFr { top:22.75rem;left:0rem;width:40.25rem;height:6.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-regular-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-text { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-text {padding-top: 0; padding-bottom: 0;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-textarea { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-select { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-select {padding-top: 0; padding-bottom: 0;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-button { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-checkbox-label { width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf  { width:19.9375rem;height:auto;top:7.125rem;left:25.3125rem; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .radio-container { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf {display:block;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf { width:19.9375rem;height:auto;top:7.125rem;left:25.3125rem; }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #IBVq2Iilw2SqIcIzbIC1cOHyvDbfglWk {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #dzxBukXlgdTseeora4VlQnZbNKEsdM8J {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #vO4ScA1eid1whUnbztnWeGHqMmuCtZOi {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #AgORKfnxwEDHRa6u8uqMRGfek6Tt3PCx {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #I2xInGm7RWdK92AdLZTQ8xwoxWbVXk12 {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #RWEQHU7FI1X34TN4cUmZovhsOknTgHfm {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #ZGwW7dvEs1NSDSbGSPhHvVcKbxUKTMcV {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #I5oF8JOKF5oCJEuDG8vAoQErNRGNNbog {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #yHRoRU5armMe0M17MT8X4UuwWhqguSTk {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #bu84148UoKVIz1t6bAmlixNGs8FatElP {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #GrT7ALfdC5rnQr5FmGW8KuDcOSIQWvtk {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #XBXkC1FlTD4Oh7cX2Mr48p0ZeDoUSgqv {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #DSSFoEFNDbdb00tGSkwlFlG9mEUeLmwD {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #rz0UO9tNwnVgTzCTcuF9x32bZuOIynQg {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #zybRTB0K39DC9kBtgbEAEk6ur9v1UyOD {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #RP3z9Nll5aa2CFe2QdNVxFWfVu8vlhaA {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #kEFgJ2r7C6em7ObSLuIGi3wM01HVHUPz {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #firNEFIhnWqv6JTG76pRqZugGdV7nrZF {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #vkpHVoO3lQcHVrTQTCOf3HgKAKKDkMSD {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #eR7GWcWeHGNNiokfxQyFNPQK1f5LShHl {  }
 }@media only screen and (max-width: 763px) { #m0Qga7RAoLya0aeu173yLH965GGnNF3k { top:2rem;left:23.125rem;width:24.625rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmcxHPgxaPOLuCVE4kdDpSPp20ETh2Ta { top:3.9375rem;left:27.75rem;width:20rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcp1ZhnDIkZvidp7h7hROhmWDGimN1nA { top:17.625rem;left:0rem;width:47.1875rem;height:5.1875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coe9Qy1u0sFxVbSE5VeyWppyDbPo6eyr { top:23.375rem;left:0rem;width:40.1875rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ { display:block; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSqditmv83WgxaHKy6xugB5BQwqePDLP { top:15.875rem;left:1.4986209869385rem;width:20.8125rem;height:7.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqHTEXeabCdm5LxtWOO6G5NRQd7UaRz2 { top:7.8125rem;left:16.8125rem;width:30.9375rem;height:25.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA { display:block; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT { display:none; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs { display:none; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J { display:none; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH { display:block; }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQsWFzmulSldE0u2aS83VTRAokTqQHVh { top:2.4375rem;left:21.125rem;width:26.5625rem;height:37.474511606444rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuLosBdwLVLX6Fcraksmnmd9zcvci4yQ { top:10.3125rem;left:0rem;width:28.625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZZFxLoToiToLNvgslwGZZ9WvpyERi3n { top:16.6875rem;left:0rem;width:31.25rem;height:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 { display:block; }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTdZxiZK6ccfo6Wg2CoPFGCEM190G7nl { top:10.8125rem;left:0.625rem;width:46.4375rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ackwm5d61PUoEiTe5xA3e9aH7WpbiysB { top:18.375rem;left:2rem;width:43.75rem;height:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw { display:block; }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oi7CxdXEnmbaOAMsa9aqQ8PCJoTLWLwO { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnZBRZ3bI49ql1UKSOTGhe16UhR28lFB { top:14.6875rem;left:0rem;width:47.75rem;height:18.3125rem;font-size:1.125rem;display:block; }#wnZBRZ3bI49ql1UKSOTGhe16UhR28lFB li:before{  }
 }@media only screen and (max-width: 763px) { #IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 { display:block; }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4LT5kTyXd8EIET4wwy3RssilKNRW87J { top:3.1875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkxoaXb1FxW1NqXQWbv2WTgfcdFbB2hJ { width:24.5rem;height:3.4375rem;top:10.6875rem;left:11.590990066528rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8rTTrPTvATIJAgdO39JzWCATHHb5EPc { display:block; }
 }@media only screen and (max-width: 763px) { #o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv { display:block; }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG { display:block; }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZFqpa6ErKyimVale8nFhbQ1pNSHvgyv { top:3.6875rem;left:14.559740066528rem;width:18.5625rem;height:3.2382180662934rem;display:block; }
 }@media only screen and (max-width: 763px) { #DElihFPPX41Xu9UyZEGpaHJKxz66JtQx { top:4.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEdcHADMtXTAol7Fzlkax5Na37eeVyU2 { top:4.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dZa3qKtbvab4gHJahwm9gNzVtVKFB8U0 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thyXuZQVIJRKidhhV2I9ebgwAbFaUBpC { width:11.25rem;height:1.8125rem;top:3.8855695873499rem;left:4.373850941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #X59kJsOs626KUt3xHxcFwz562piR4g2T { width:14.5625rem;height:2.3529410362244rem;top:5.9363508224488rem;left:2.7768841981888rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPmnlXDNMJyRXcVDcLVv213Ve6Z8R9Wy { width:11.25rem;height:2.3747701644897rem;top:9.3267455250025rem;left:4.373850941658rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9hJVeGP0tNGol2Eu5Mu7yKWwDWAxtHu { display:block; }
 }@media only screen and (max-width: 763px) { #QhkBVO6DEMBciMValfW4hWlvc5Um6R4A { width:17.124309539795rem;height:1.1029411554337rem;top:6.9106154590844rem;left:1.4372702836991rem;font-size:0.875rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 { display:block; }#uW000hFeySRqu9v7B8MkPOWxh0tJrIu5 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2acdfd1c-59cf-4ea2-ad81-21fe88f2cbf2/bgamaramayorista.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c.adaptive-delivery-prevent-bg, #m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c.lazyload, #m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c.lazyloading { background-image: none; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .row .container { background-color: transparent; background-image: none; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .row .container > .video-iframe-container { display: none; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .row > .video-iframe-container { display: none; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .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); }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .row .container { border-width: 0; border-radius: 0; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4Wi1bUFPRsVUwG7NUCVSukm3CNfa01c > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxl0ChhDcOPaW8lRuod5P12EvoGPsPIg { width:20rem;height:2.4264705181122rem;top:8.0124082565306rem;left:0rem;font-size:1.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NgDZpZdKeIsqgTJFMW9yow7lR9dLrtFr { width:20rem;height:3.8235292434692rem;top:11.572838783264rem;left:0rem;font-size:1.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,2,5,0.31);background-image:none;display:block; }#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:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-text {padding-top: 0; padding-bottom: 0;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-select {padding-top: 0; padding-bottom: 0;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf  { width:17.5rem;height:auto;top:7rem;left:0rem; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf {display:block;}#VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf { width:17.5rem;height:auto;top:7rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #IBVq2Iilw2SqIcIzbIC1cOHyvDbfglWk {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #dzxBukXlgdTseeora4VlQnZbNKEsdM8J {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #vO4ScA1eid1whUnbztnWeGHqMmuCtZOi {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #AgORKfnxwEDHRa6u8uqMRGfek6Tt3PCx {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #I2xInGm7RWdK92AdLZTQ8xwoxWbVXk12 {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #RWEQHU7FI1X34TN4cUmZovhsOknTgHfm {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #ZGwW7dvEs1NSDSbGSPhHvVcKbxUKTMcV {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #I5oF8JOKF5oCJEuDG8vAoQErNRGNNbog {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #yHRoRU5armMe0M17MT8X4UuwWhqguSTk {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #bu84148UoKVIz1t6bAmlixNGs8FatElP {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #GrT7ALfdC5rnQr5FmGW8KuDcOSIQWvtk {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #XBXkC1FlTD4Oh7cX2Mr48p0ZeDoUSgqv {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #DSSFoEFNDbdb00tGSkwlFlG9mEUeLmwD {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #rz0UO9tNwnVgTzCTcuF9x32bZuOIynQg {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #zybRTB0K39DC9kBtgbEAEk6ur9v1UyOD {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #RP3z9Nll5aa2CFe2QdNVxFWfVu8vlhaA {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #kEFgJ2r7C6em7ObSLuIGi3wM01HVHUPz {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #firNEFIhnWqv6JTG76pRqZugGdV7nrZF {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #vkpHVoO3lQcHVrTQTCOf3HgKAKKDkMSD {  }
 }@media only screen and (max-width: 763px) { #VCrqDrkc1BZhc01RHbXKdFP0LQ01X1Nf #eR7GWcWeHGNNiokfxQyFNPQK1f5LShHl {  }
 }@media only screen and (max-width: 763px) { #m0Qga7RAoLya0aeu173yLH965GGnNF3k { width:20rem;height:36.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmcxHPgxaPOLuCVE4kdDpSPp20ETh2Ta { width:18.249080657959rem;height:2.7941174507141rem;top:3.75rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcp1ZhnDIkZvidp7h7hROhmWDGimN1nA { width:20rem;height:2.5735292434692rem;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Coe9Qy1u0sFxVbSE5VeyWppyDbPo6eyr { width:20rem;height:7.7205882072449rem;top:5.0735292434692rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bef10563-102b-4c9a-b92b-aef0c2ce68c1/bgconlogo.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ.adaptive-delivery-prevent-bg, #TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ.lazyload, #TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ.lazyloading { background-image: none; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row .container { background-color: transparent; background-image: none; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row .container > .video-iframe-container { display: none; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row > .video-iframe-container { display: none; }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .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); }#TvJwFcbGDRhmX0hTLzxi1hEf8nT6u3TZ > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSqditmv83WgxaHKy6xugB5BQwqePDLP { width:20rem;height:1.9117646217346rem;top:3.7465591430664rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqHTEXeabCdm5LxtWOO6G5NRQd7UaRz2 { width:20rem;height:15.367646455765rem;top:8.4398040771488rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a8b806b7-410e-4dbf-9dd7-edbdef4e777f/amaranuevatemporada.crop_932x1442_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA.adaptive-delivery-prevent-bg, #TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA.lazyload, #TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA.lazyloading { background-image: none; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row .container { background-color: transparent; background-image: none; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row .container > .video-iframe-container { display: none; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row > .video-iframe-container { display: none; }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .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); }#TNZ3Fzv09W22RlcrdvfeUkfRQogob2tA > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/09e2d2d8-b303-4d6d-8be5-bd7446bf34ef/amaranuevatemporada.crop_942x1442_961,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT.adaptive-delivery-prevent-bg, #ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT.lazyload, #ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT.lazyloading { background-image: none; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .row .container { background-color: transparent; background-image: none; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .row .container > .video-iframe-container { display: none; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .row > .video-iframe-container { display: none; }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .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); }#ylTf8tH2KQ6v9J79zolmI4bvL6LfLGRT > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2ecd6608-e098-4b8b-9542-6817cda38564/amaranuevatemporada.crop_932x1442_1922,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs.adaptive-delivery-prevent-bg, #i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs.lazyload, #i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs.lazyloading { background-image: none; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .row .container { background-color: transparent; background-image: none; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .row .container > .video-iframe-container { display: none; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .row > .video-iframe-container { display: none; }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .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); }#i2Xazcy5TshxhoTHLTWTzFxFsrQqSfOs > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2b878c76-b94c-48c9-9d9b-aed7ac9a83ba/amaranuevatemporada.crop_942x1442_2902,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J.adaptive-delivery-prevent-bg, #MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J.lazyload, #MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J.lazyloading { background-image: none; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .row .container { background-color: transparent; background-image: none; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .row .container > .video-iframe-container { display: none; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .row > .video-iframe-container { display: none; }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .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); }#MrCs7Kr04WLFT9eO4XbiDH8WGz48h99J > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH { display:block; }#OBtyRiK5VMp1PNVm5SmQGbH44cs99gJH > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQsWFzmulSldE0u2aS83VTRAokTqQHVh { width:20rem;height:28.215761184692rem;top:23.472198486328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuLosBdwLVLX6Fcraksmnmd9zcvci4yQ { width:20rem;height:1.9117646217346rem;top:4.9368133544922rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZZFxLoToiToLNvgslwGZZ9WvpyERi3n { width:20rem;height:8.3823528289795rem;top:9.6649780273438rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 { display:block; }#tuV91bTZ4xIsKqzViL7IzIgFS83uxgm6 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTdZxiZK6ccfo6Wg2CoPFGCEM190G7nl { width:20rem;height:3.8235292434692rem;top:4.2497711181641rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ackwm5d61PUoEiTe5xA3e9aH7WpbiysB { width:20rem;height:10.294116973877rem;top:9.9379577636719rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw { display:block; }#f57M7q2KEw8DaoFNWboTIuOnH1p0f5bw > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oi7CxdXEnmbaOAMsa9aqQ8PCJoTLWLwO { width:20rem;height:3.8235292434692rem;top:4.7520751953125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnZBRZ3bI49ql1UKSOTGhe16UhR28lFB { width:20rem;height:30.128675460815rem;top:11.769989013672rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }#wnZBRZ3bI49ql1UKSOTGhe16UhR28lFB li:before{  }
 }@media only screen and (max-width: 763px) { #IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 { display:block; }#IQvJOHntMV73giAx51B3lBpBLVbc1Xy3 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4LT5kTyXd8EIET4wwy3RssilKNRW87J { width:19.874769210815rem;height:6.4705882072449rem;top:2.5620422363281rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkxoaXb1FxW1NqXQWbv2WTgfcdFbB2hJ { width:17.436809539795rem;height:3.4375rem;top:11.139709472656rem;left:1.2787224054336rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8rTTrPTvATIJAgdO39JzWCATHHb5EPc { display:block; }
 }@media only screen and (max-width: 763px) { #o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv { display:block; }#o2bd9bS4vEPTw1beeLZFnHcMC8TaUFTv > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG { display:block; }#KuihCZQNF9eI9ZoWWFdrvO1lJsiO3pxG > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZFqpa6ErKyimVale8nFhbQ1pNSHvgyv { width:9.0625rem;height:1.4993106126785rem;top:3.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DElihFPPX41Xu9UyZEGpaHJKxz66JtQx { width:1.875rem;height:1.875rem;top:5.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEdcHADMtXTAol7Fzlkax5Na37eeVyU2 { width:1.875rem;height:1.875rem;top:5.75rem;left:10.9375rem;display:block; }
 }