.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;
}
.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f7fafd;background-image:url("https://images.assets-landingi.com/31JexHDa/Charla_Sostenibilidad_Externo_Fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/31JexHDa/Charla_Sostenibilidad_Externo_Fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:arial;height:570px;width:1200px;position:relative;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-form-header {  }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:388px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:388px;box-sizing:border-box;height:44px;color:#161616;font-size:13px;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-text {padding-top: 0; padding-bottom: 0;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:388px;box-sizing:border-box;height:50px;color:#161616;font-size:13px;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:388px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:lato;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-select {padding-top: 0; padding-bottom: 0;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#654ea3;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:16px;font-weight:400;color:#ffffff;width:388px;height:40px;font-family:lato;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:lato;line-height:1.3;font-size:14px;font-weight:400;color:#5b5b5f;vertical-align:top;width:369px;overflow:hidden;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-container:first-of-type{padding-top:0;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-container:last-of-type{padding-bottom:0;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:388px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:706px;top:160px;z-index:100000;position:absolute; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:388px;display:block;vertical-align:top; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-info-text { display:block;height:auto;font-family:lato;font-size:14px;line-height:1.3;font-weight:400;color:#0aaac0;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE {display:block;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:388px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:706px;top:160px;z-index:100000;position:absolute; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #Vde35498fLVEQmsAS1ipeEovxxIT0NAx { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #UwR6s6WScG8In7WVvx3hfPDRq2tDq2wB { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #A1cZEgEzoF93Zll43x2D9RonHTWwhKT4 { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #ElPPMhpkXWWKzwSvgRX6TATfRHS4Sw9f { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #zzlhTpv8w73ke6BH6TcS605206uDNM89 { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #A4aWtfm7gzTg1mpWb1hAEplxxO8B02ix { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #V5Q5sHDwZgIubw9iGze0f2A6ntralzct { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #EPDH7OzFm7gN3Dlc7CfqEqWIudA75RfT { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #e7Guho1q3qPFyQdkvOcO3I95ORAvmtwA { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #Mdst46o0u5L5G2Bm9R4goch7gpt1x5lS { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #aGNgcWzDZlwRrGClLfpVwfJewVnexXuT { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #rJUDyTNwkvBq4SRy7PxTSlHsv7yIIqu3 { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #ssTpvl8wOetmdwCO2RHgCxXevlKouXAi { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #DE3Ex830fwiTQyJX84IJ7Eyw5fVhtfvM { position:relative;z-index:2; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #Z4TdzipT0vVp7ev9boZAH5tXT0EMAtWq { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #GmhZCfAdKG0eRv4xOCV7Floq0AftQD7K { position:relative;z-index:100000; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #ZM0DaNPvTIZAGtNm4Tg2QlBznpmdbRxF { position:relative;z-index:100000; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #dtgf8GA8u71fuE7hNAln7J0wMwhlE1EH { position:relative; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #rCKf8D9hrNvZ6T3zDtG2Tv84tbKHvKGD { position:relative; }
#tpTPGh19QdnMTvdeLk3y0OkoeFfRa8Sa { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:227px;top:56.5px;left:73px;overflow:hidden;display:block; }
#zQx0MfaEsHpQIeBd614To4INUZIo4KAv { color:#0aaac0;display:block;width:600px;position:absolute;font-family:lato;font-size:30px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:188px;left:83px;height:39px;font-style:normal;display:block; }
#poNezzFHft0QStDFyRcwQQ5gnwA316X3 { color:#434343;display:block;width:638px;position:absolute;font-family:lato;font-size:27px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:268px;left:83px;height:70px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vmv8htLFxhwdXgbxFrJZM8TO1PH1cnO9 { color:#0aaac0;display:block;width:359px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:160px;left:740.5px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcQqOBkrgZXMZrrHkJAGvapThsBX1ofG { color:#0aaac0;display:block;width:600px;position:absolute;font-family:lato;font-size:30px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:150px;left:83px;height:39px;font-style:normal;display:block; }
#Z76HbllD0hlCLAPhc207K86okoKsGPJD { color:#434343;display:block;width:425px;position:absolute;font-family:lato;font-size:30px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:359px;left:217px;height:78px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y1Z87X6ou6ErcQh63kNDqdRkKfeoA5Hg { color:#0aaac0;display:block;width:365px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:531px;left:417.5px;height:39px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G5fhq0qu3QoOX46QJ8ClQvuaTqZTNOci { color:#434343;display:block;width:533px;position:absolute;font-family:lato;font-size:21px;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:448px;left:151px;height:27px;text-align:left;text-align-last:left;font-style:normal;display:block; }#G5fhq0qu3QoOX46QJ8ClQvuaTqZTNOci li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#G5fhq0qu3QoOX46QJ8ClQvuaTqZTNOci li:before{  }
#z0dWQHIRweR05XpfmsymNkTBn7ivoQwz { color:#434343;display:block;width:533px;position:absolute;font-family:lato;font-size:21px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:475px;left:151px;height:27px;text-align:left;text-align-last:left;font-style:normal;display:block; }#z0dWQHIRweR05XpfmsymNkTBn7ivoQwz li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#z0dWQHIRweR05XpfmsymNkTBn7ivoQwz li:before{  }
#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL { position:relative;display:block; }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL { background-color: transparent; background-image: none; }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row .container > .video-iframe-container { display: none; }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row > .video-iframe-container { display: none; }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .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); }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL { border-width: 0; border-radius: 0; }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/31JexHDa/Charla_Sostenibilidad_Externo_Fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:arial;height:400px;width:1200px;position:relative;display:block; }
#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#C1Tvc5XVZZbZZc7xrLnaUMv0dV436VfE { box-sizing:content-box;color:#0aaac0;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:330px;left:20px;display:block; }
#DTkhnoxFEPwnZiqtuSJ86gIGiUEiOk3f { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:160px;top:0px;left:177.5px;overflow:hidden;display:block; }
#hrcrIPV1uXJTfapVN6HBddHryiwfL9ip { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:160px;top:0px;left:426px;overflow:hidden;display:block; }
#aRUOfwgK2CU3iStLbRGViir2CMzFe3iC { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:160px;top:0px;left:665px;overflow:hidden;display:block; }
#fT7in9DVdfJN0hAMom3y9mpVWL4Ml6ls { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:160px;top:0px;left:906.5px;overflow:hidden;display:block; }
#eD0yHWLEVmhrOsfKg6GvGoWcWTlFkIGb { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:160px;top:202px;left:177.5px;overflow:hidden;display:block; }
#Ui4PnvPw5XVX4Fnh1QvxSXyS1OQOGMNS { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:160px;top:202px;left:426px;overflow:hidden;display:block; }
#R8bKRQ3bNreNwgxbNzDAfFdlDC8FHixQ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:160px;top:202px;left:665px;overflow:hidden;display:block; }
#n22ezEaH01d7SMRNzfWqQmubJxfVXEnJ { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:160px;top:202px;left:906.5px;overflow:hidden;display:block; }
#WK8boshJXBVO2pc0T5LGz86aX7TVqs0N { color:#434343;display:block;width:161px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:159px;left:187.5px;height:19px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kTMsBcwAyTp8JNRkxcrfGMQrgbDqnknb { color:#434343;display:block;width:161px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:159px;left:432px;height:38px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KxD0b0qNu7PQRaoHiDzusGLUFBLFsCTk { color:#434343;display:block;width:161px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:159px;left:695px;height:19px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QymJB6BsDgGo2MUKSipBi1X883LCWJnH { color:#434343;display:block;width:161px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:155px;left:931px;height:19px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#poQXdZcU6huKp87KuJeKXwhh7VZDRm20 { color:#434343;display:block;width:343px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:100010;line-height:1;letter-spacing:0;top:178px;left:86px;height:22px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TA5klCONtCvHuyvfEJ7Bg9lw0ZbaymVq { color:#434343;display:block;width:161px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:357px;left:198px;height:19px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bbW5ENv8vv7zQ5TQRiFKmphKg4zy2JdM { color:#434343;display:block;width:343px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:100011;line-height:1;letter-spacing:0;top:373px;left:86px;height:22px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vzCUuA2zZOI7Rz1xQS5zQhGAi0HrA3V3 { color:#434343;display:block;width:343px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:100011;line-height:1;letter-spacing:0;top:178px;left:334.5px;height:22px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTGSlEFiiUcCWqEN0tAE6TbqwpQ4ztAa { color:#434343;display:block;width:90px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:359px;left:461px;height:38px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nKSZ6b4lFzbeK6y90UOGZQm4o3CSDo66 { color:#434343;display:block;width:343px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:100012;line-height:1;letter-spacing:0;top:375px;left:329.5px;height:22px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IvG3nSm1zrUxdtoHtB7OzZcI7qvGttxy { color:#434343;display:block;width:343px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:100012;line-height:1;letter-spacing:0;top:178px;left:573.5px;height:22px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSW0XrbKeSpsuwSXvAAV2UDViaRvNQbL { color:#434343;display:block;width:161px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:358px;left:678.5px;height:19px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zSXK9LPZx9qllXf2dbThU6ZZpKrb7A8U { color:#434343;display:block;width:343px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:100013;line-height:1;letter-spacing:0;top:374px;left:578.5px;height:22px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#si9n09Dr0PiudZXrsrtzbTDs70NTQbw0 { color:#434343;display:block;width:343px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:100013;line-height:1;letter-spacing:0;top:175px;left:818.5px;height:22px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J3D7AKp4PwEVqNiTci3Go4dCSIqiVru3 { color:#434343;display:block;width:161px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:356px;left:923.5px;height:19px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HzTQf8tyDlMVpX64zIf1uABwZXJWxopi { color:#434343;display:block;width:343px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:100014;line-height:1;letter-spacing:0;top:375px;left:818px;height:22px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn { position:relative;display:block; }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn { background-color: transparent; background-image: none; }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn > .row .container > .video-iframe-container { display: none; }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn > .row > .video-iframe-container { display: none; }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn > .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); }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn { border-width: 0; border-radius: 0; }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5b5b5f;background-image:none;font-size:14px;font-family:arial;height:60px;width:1200px;position:relative;display:block; }#QNoaPMefESLlsGu5yUw8eX7cebHqPIus { box-sizing:content-box;color:#0aaac0;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:10px;left:252px;display:block; }
#Mcgv1ekZUrO3LdT0an4CD15RytA8ISbQ { box-sizing:content-box;color:#0aaac0;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:10px;left:291px;display:block; }
#AO1Tpgssvb1rJTfvAgJsB3Tho1kziV56 { box-sizing:content-box;color:#0aaac0;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:10px;left:330px;display:block; }
#uKeT0UiwPapwsRGUJObxF2XJfCLTsgEo { box-sizing:content-box;color:#0aaac0;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:10px;left:370px;display:block; }
#dGxTRTmxJXNQpwGEkxrRIwTT59aoiTcv { color:#d2e7ea;display:block;width:71px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:20px;left:179px;height:20px;font-style:normal;display:block; }
#nDCRlMfefzJUuapq7rAX4XuSaAOMxCIp { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:20.5px;left:458px;height:19px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agohgzqGE3HdhiiEnb8c0pbeaFtX2R82 { color:#d2e7ea;display:block;width:379px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:20.5px;left:715px;height:38px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-regular-label { width:388px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-text { width:388px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-text {padding-top: 0; padding-bottom: 0;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-textarea { width:388px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-select { width:388px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-select {padding-top: 0; padding-bottom: 0;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-button { width:388px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-checkbox-label { width:369px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE  { width:388px;height:auto;top:160px;left:336px; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .radio-container { width:388px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE {display:block;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE { width:388px;height:auto;top:160px;left:336px; }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #Vde35498fLVEQmsAS1ipeEovxxIT0NAx {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #UwR6s6WScG8In7WVvx3hfPDRq2tDq2wB {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #A1cZEgEzoF93Zll43x2D9RonHTWwhKT4 {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #ElPPMhpkXWWKzwSvgRX6TATfRHS4Sw9f {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #zzlhTpv8w73ke6BH6TcS605206uDNM89 {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #A4aWtfm7gzTg1mpWb1hAEplxxO8B02ix {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #V5Q5sHDwZgIubw9iGze0f2A6ntralzct {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #EPDH7OzFm7gN3Dlc7CfqEqWIudA75RfT {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #e7Guho1q3qPFyQdkvOcO3I95ORAvmtwA {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #Mdst46o0u5L5G2Bm9R4goch7gpt1x5lS {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #aGNgcWzDZlwRrGClLfpVwfJewVnexXuT {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #rJUDyTNwkvBq4SRy7PxTSlHsv7yIIqu3 {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #ssTpvl8wOetmdwCO2RHgCxXevlKouXAi {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #DE3Ex830fwiTQyJX84IJ7Eyw5fVhtfvM { z-index:2; }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #Z4TdzipT0vVp7ev9boZAH5tXT0EMAtWq {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #GmhZCfAdKG0eRv4xOCV7Floq0AftQD7K { z-index:100000; }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #ZM0DaNPvTIZAGtNm4Tg2QlBznpmdbRxF { z-index:100000; }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #dtgf8GA8u71fuE7hNAln7J0wMwhlE1EH {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #rCKf8D9hrNvZ6T3zDtG2Tv84tbKHvKGD {  }
 }@media only screen and (max-width: 763px) { #tpTPGh19QdnMTvdeLk3y0OkoeFfRa8Sa { top:56px;left:0px;width:227px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #zQx0MfaEsHpQIeBd614To4INUZIo4KAv { top:188px;left:0px;width:600px;height:39px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #poNezzFHft0QStDFyRcwQQ5gnwA316X3 { top:268px;left:0px;width:638px;height:70px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Vmv8htLFxhwdXgbxFrJZM8TO1PH1cnO9 { top:160px;left:405px;width:359px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hcQqOBkrgZXMZrrHkJAGvapThsBX1ofG { top:150px;left:0px;width:600px;height:39px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Z76HbllD0hlCLAPhc207K86okoKsGPJD { top:359px;left:0px;width:425px;height:78px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #y1Z87X6ou6ErcQh63kNDqdRkKfeoA5Hg { top:531px;left:199.5px;width:365px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #G5fhq0qu3QoOX46QJ8ClQvuaTqZTNOci { top:448px;left:0px;width:533px;height:27px;font-size:21px;display:block; }#G5fhq0qu3QoOX46QJ8ClQvuaTqZTNOci li:before{  }
 }@media only screen and (max-width: 763px) { #z0dWQHIRweR05XpfmsymNkTBn7ivoQwz { top:475px;left:0px;width:533px;height:;font-size:21px;display:block; }#z0dWQHIRweR05XpfmsymNkTBn7ivoQwz li:before{  }
 }@media only screen and (max-width: 763px) { #vAiGVR5QdTdvTifdnKUtvzfuokno8ncL { display:block; }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1Tvc5XVZZbZZc7xrLnaUMv0dV436VfE { top:330px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #DTkhnoxFEPwnZiqtuSJ86gIGiUEiOk3f { top:0px;left:0px;width:160px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #hrcrIPV1uXJTfapVN6HBddHryiwfL9ip { top:0px;left:208px;width:160px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #aRUOfwgK2CU3iStLbRGViir2CMzFe3iC { top:0px;left:447px;width:160px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #fT7in9DVdfJN0hAMom3y9mpVWL4Ml6ls { top:0px;left:604px;width:160px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #eD0yHWLEVmhrOsfKg6GvGoWcWTlFkIGb { top:202px;left:0px;width:160px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4PnvPw5XVX4Fnh1QvxSXyS1OQOGMNS { top:202px;left:208px;width:160px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #R8bKRQ3bNreNwgxbNzDAfFdlDC8FHixQ { top:202px;left:447px;width:160px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #n22ezEaH01d7SMRNzfWqQmubJxfVXEnJ { top:202px;left:604px;width:160px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #WK8boshJXBVO2pc0T5LGz86aX7TVqs0N { top:159px;left:0px;width:161px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kTMsBcwAyTp8JNRkxcrfGMQrgbDqnknb { top:159px;left:214px;width:161px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KxD0b0qNu7PQRaoHiDzusGLUFBLFsCTk { top:159px;left:477px;width:161px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QymJB6BsDgGo2MUKSipBi1X883LCWJnH { top:155px;left:603px;width:161px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #poQXdZcU6huKp87KuJeKXwhh7VZDRm20 { top:178px;left:0px;width:343px;height:22px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #TA5klCONtCvHuyvfEJ7Bg9lw0ZbaymVq { top:357px;left:0px;width:161px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bbW5ENv8vv7zQ5TQRiFKmphKg4zy2JdM { top:373px;left:0px;width:343px;height:22px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #vzCUuA2zZOI7Rz1xQS5zQhGAi0HrA3V3 { top:178px;left:116.5px;width:343px;height:22px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #HTGSlEFiiUcCWqEN0tAE6TbqwpQ4ztAa { top:359px;left:243px;width:90px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nKSZ6b4lFzbeK6y90UOGZQm4o3CSDo66 { top:375px;left:111.5px;width:343px;height:22px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #IvG3nSm1zrUxdtoHtB7OzZcI7qvGttxy { top:178px;left:355.5px;width:343px;height:22px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSW0XrbKeSpsuwSXvAAV2UDViaRvNQbL { top:358px;left:460.5px;width:161px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zSXK9LPZx9qllXf2dbThU6ZZpKrb7A8U { top:374px;left:360.5px;width:343px;height:22px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #si9n09Dr0PiudZXrsrtzbTDs70NTQbw0 { top:175px;left:421px;width:343px;height:22px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #J3D7AKp4PwEVqNiTci3Go4dCSIqiVru3 { top:356px;left:603px;width:161px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HzTQf8tyDlMVpX64zIf1uABwZXJWxopi { top:375px;left:421px;width:343px;height:22px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn { display:block; }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNoaPMefESLlsGu5yUw8eX7cebHqPIus { top:10px;left:34px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Mcgv1ekZUrO3LdT0an4CD15RytA8ISbQ { top:10px;left:73px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AO1Tpgssvb1rJTfvAgJsB3Tho1kziV56 { top:10px;left:112px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #uKeT0UiwPapwsRGUJObxF2XJfCLTsgEo { top:10px;left:152px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dGxTRTmxJXNQpwGEkxrRIwTT59aoiTcv { top:20px;left:0px;width:71px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nDCRlMfefzJUuapq7rAX4XuSaAOMxCIp { top:20px;left:240px;width:200px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #agohgzqGE3HdhiiEnb8c0pbeaFtX2R82 { top:20px;left:385px;width:379px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:974px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/31JexHDa/Charla_Sostenibilidad_Externo_Fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-form-header {  }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:240px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-text {padding-top: 0; padding-bottom: 0;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-select {padding-top: 0; padding-bottom: 0;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#0aaac0;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:240px;height:40px;font-family:ubuntu;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;line-height:1.3;font-size:14px;font-weight:400;color:#434343;vertical-align:top;width:221px;overflow:hidden;font-style:normal; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-container:first-of-type{padding-top:0;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-container:last-of-type{padding-bottom:0;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20px;top:422px;z-index:100004; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:240px;display:block;vertical-align:top; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:400;color:#434343;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE {display:block;}#tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20px;top:422px;z-index:100004; }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #Vde35498fLVEQmsAS1ipeEovxxIT0NAx {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #UwR6s6WScG8In7WVvx3hfPDRq2tDq2wB {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #A1cZEgEzoF93Zll43x2D9RonHTWwhKT4 {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #ElPPMhpkXWWKzwSvgRX6TATfRHS4Sw9f {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #zzlhTpv8w73ke6BH6TcS605206uDNM89 {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #A4aWtfm7gzTg1mpWb1hAEplxxO8B02ix {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #V5Q5sHDwZgIubw9iGze0f2A6ntralzct {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #EPDH7OzFm7gN3Dlc7CfqEqWIudA75RfT {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #e7Guho1q3qPFyQdkvOcO3I95ORAvmtwA {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #Mdst46o0u5L5G2Bm9R4goch7gpt1x5lS {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #aGNgcWzDZlwRrGClLfpVwfJewVnexXuT {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #rJUDyTNwkvBq4SRy7PxTSlHsv7yIIqu3 {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #ssTpvl8wOetmdwCO2RHgCxXevlKouXAi {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #DE3Ex830fwiTQyJX84IJ7Eyw5fVhtfvM { z-index:2; }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #Z4TdzipT0vVp7ev9boZAH5tXT0EMAtWq {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #GmhZCfAdKG0eRv4xOCV7Floq0AftQD7K { z-index:100000; }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #ZM0DaNPvTIZAGtNm4Tg2QlBznpmdbRxF { z-index:100000; }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #dtgf8GA8u71fuE7hNAln7J0wMwhlE1EH {  }
 }@media only screen and (max-width: 763px) { #tZva4JKh3vdO9PmwyTmGED9wAlhIDxWE #rCKf8D9hrNvZ6T3zDtG2Tv84tbKHvKGD {  }
 }@media only screen and (max-width: 763px) { #tpTPGh19QdnMTvdeLk3y0OkoeFfRa8Sa { width:165px;height:36px;top:20px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #zQx0MfaEsHpQIeBd614To4INUZIo4KAv { width:320px;height:64px;top:164px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #poNezzFHft0QStDFyRcwQQ5gnwA316X3 { width:260px;height:60px;top:228px;left:30px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vmv8htLFxhwdXgbxFrJZM8TO1PH1cnO9 { width:320px;height:26px;top:396px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcQqOBkrgZXMZrrHkJAGvapThsBX1ofG { width:320px;height:64px;top:78px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z76HbllD0hlCLAPhc207K86okoKsGPJD { width:320px;height:78px;top:297px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1Z87X6ou6ErcQh63kNDqdRkKfeoA5Hg { width:208px;height:64px;top:796px;left:56px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5fhq0qu3QoOX46QJ8ClQvuaTqZTNOci { width:320px;height:0;top:880px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }#G5fhq0qu3QoOX46QJ8ClQvuaTqZTNOci li:before{  }
 }@media only screen and (max-width: 763px) { #z0dWQHIRweR05XpfmsymNkTBn7ivoQwz { width:320px;height:0;top:927px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }#z0dWQHIRweR05XpfmsymNkTBn7ivoQwz li:before{  }
 }@media only screen and (max-width: 763px) { #vAiGVR5QdTdvTifdnKUtvzfuokno8ncL { display:block; }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL { background-color: transparent; background-image: none; }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row .container > .video-iframe-container { display: none; }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row > .video-iframe-container { display: none; }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .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); }#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row .container { width:320px;height:1792px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/31JexHDa/Charla_Sostenibilidad_Externo_Fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }
#vAiGVR5QdTdvTifdnKUtvzfuokno8ncL > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 763px) { #C1Tvc5XVZZbZZc7xrLnaUMv0dV436VfE { width:50px;height:50px;top:1731px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #DTkhnoxFEPwnZiqtuSJ86gIGiUEiOk3f { width:160px;height:159px;top:20px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #hrcrIPV1uXJTfapVN6HBddHryiwfL9ip { width:160px;height:159px;top:440px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #aRUOfwgK2CU3iStLbRGViir2CMzFe3iC { width:160px;height:159px;top:872px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #fT7in9DVdfJN0hAMom3y9mpVWL4Ml6ls { width:160px;height:159px;top:1088px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #eD0yHWLEVmhrOsfKg6GvGoWcWTlFkIGb { width:160px;height:159px;top:232px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4PnvPw5XVX4Fnh1QvxSXyS1OQOGMNS { width:160px;height:159px;top:655px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #R8bKRQ3bNreNwgxbNzDAfFdlDC8FHixQ { width:160px;height:159px;top:1304px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #n22ezEaH01d7SMRNzfWqQmubJxfVXEnJ { width:160px;height:159px;top:1521px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #WK8boshJXBVO2pc0T5LGz86aX7TVqs0N { width:161px;height:19px;top:179px;left:79.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTMsBcwAyTp8JNRkxcrfGMQrgbDqnknb { width:161px;height:19px;top:599px;left:79.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxD0b0qNu7PQRaoHiDzusGLUFBLFsCTk { width:161px;height:19px;top:1031px;left:79px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QymJB6BsDgGo2MUKSipBi1X883LCWJnH { width:161px;height:19px;top:1247px;left:79.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #poQXdZcU6huKp87KuJeKXwhh7VZDRm20 { width:320px;height:22px;top:198px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA5klCONtCvHuyvfEJ7Bg9lw0ZbaymVq { width:161px;height:19px;top:391px;left:89px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bbW5ENv8vv7zQ5TQRiFKmphKg4zy2JdM { width:320px;height:22px;top:410px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzCUuA2zZOI7Rz1xQS5zQhGAi0HrA3V3 { width:320px;height:22px;top:618px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTGSlEFiiUcCWqEN0tAE6TbqwpQ4ztAa { width:90px;height:19px;top:814px;left:115px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKSZ6b4lFzbeK6y90UOGZQm4o3CSDo66 { width:320px;height:22px;top:833px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IvG3nSm1zrUxdtoHtB7OzZcI7qvGttxy { width:320px;height:22px;top:1050px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSW0XrbKeSpsuwSXvAAV2UDViaRvNQbL { width:161px;height:19px;top:1463px;left:79.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSXK9LPZx9qllXf2dbThU6ZZpKrb7A8U { width:320px;height:22px;top:1482px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #si9n09Dr0PiudZXrsrtzbTDs70NTQbw0 { width:320px;height:22px;top:1266px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3D7AKp4PwEVqNiTci3Go4dCSIqiVru3 { width:161px;height:19px;top:1680px;left:79.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzTQf8tyDlMVpX64zIf1uABwZXJWxopi { width:320px;height:22px;top:1699px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn { display:block; }#GsT6ugOse0ohHcI92gcEpJHJ4wQEVpcn > .row .container { width:320px;height:396px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNoaPMefESLlsGu5yUw8eX7cebHqPIus { width:40px;height:40px;top:60px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Mcgv1ekZUrO3LdT0an4CD15RytA8ISbQ { width:40px;height:40px;top:120px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AO1Tpgssvb1rJTfvAgJsB3Tho1kziV56 { width:40px;height:40px;top:180px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #uKeT0UiwPapwsRGUJObxF2XJfCLTsgEo { width:40px;height:40px;top:240px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dGxTRTmxJXNQpwGEkxrRIwTT59aoiTcv { width:71px;height:20px;top:20px;left:124px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nDCRlMfefzJUuapq7rAX4XuSaAOMxCIp { width:200px;height:20px;top:300px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #agohgzqGE3HdhiiEnb8c0pbeaFtX2R82 { width:248px;height:36px;top:340px;left:36px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }