.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container { display: none; }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .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); }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex { 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; }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .row .container { background-color: transparent; background-image: none; }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .row .container > .video-iframe-container { display: none; }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .row > .video-iframe-container { display: none; }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .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); }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .row .container { border-width: 0; border-radius: 0; }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#eF68sTkqh0G9CD8vOxowkHLZPxVbKWmz { position:absolute;display:block;z-index:15006;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:7.1245625rem;width:7.1245625rem;top:0rem;left:26.436634063721rem;overflow:hidden;display:block; }
#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3c84016-d444-4cb3-81b0-12daea526edc/retratodejovenrubiomujer.jpg");background-position:top center !important;background-repeat: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; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.adaptive-delivery-prevent-bg, #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.lazyload, #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.lazyloading { background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,7,126,0.5); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,7,126,0.5); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { border-width: 0; border-radius: 0; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::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; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:60rem;height:51rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { color:#f8f3f3;display:block;width:44.874125rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.191625118256rem;left:6.9053821563719rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { color:#f8f1f1;display:block;width:33.936625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:32.926433563233rem;left:12.371963500976rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yPgXhVGMJfGW3UuNClXCm3Z1Ilg0a9aE { color:#f8f1f1;display:block;width:34.124375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:44.393447875976rem;left:12.278646469116rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tTvVpDoNdHtTPFcB8XPSJmkkA0ZQvUBi { background-color:#07d061;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-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38rem;left:20.5625rem;display:block; }
#Xs5pZaXPS4xA3Sq7JOi5Z5A1TsUBglP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y1KKk317TFFXH75OBrWkBO7hzT6DwPTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:38.1875rem;left:21.1875rem; }
#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP { 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; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container { background-color: transparent; background-image: none; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container > .video-iframe-container { display: none; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row > .video-iframe-container { display: none; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .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); }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container { border-width: 0; border-radius: 0; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#vs23QwT6gUBUlRzWSbkGDtJguKpCT9A2 { color:#e4077e;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA { 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; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { background-color: transparent; background-image: none; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container > .video-iframe-container { display: none; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row > .video-iframe-container { display: none; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .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); }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { border-width: 0; border-radius: 0; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#lM8Tc70qQok5RTSZKlzFbE8TaW5rE5uB { 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:9.1875rem;width:13.8125rem;top:1.6330299377441rem;left:8.0620670318606rem;overflow:hidden;display:block; }
#lExvufpVRweTfBIciZVibgTI6vDp0MlW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.336154937744rem;left:8.7500019073488rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#AfsbKPFzZi2IizKDeXUSchOBvukhlRok { color:#000000;display:block;width:15.061875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.297309875488rem;left:7.4685344696044rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSTfF8thRm56xdCKwQPuxT2cTrOlN43P { box-sizing:content-box;height:2.93728125rem;width:11.9998125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e4077e;background-image:none;top:12.248264312744rem;left:8.9995670318606rem;display:block; }
#Cbbw4TK372ZTAGq59p0OIg4xSUGhSykx { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.497831344604rem;left:12.406684875488rem;height:2.43706875rem;font-style:normal;display:block; }
#uhiLegDdFHuEiDDSeSBbI5aVnNDvQx3V { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4998125rem;width:19.936rem;top:1.1100263595581rem;left:34.891494750976rem;display:block; }
#GH0sQtS9FrxymW18kP9eJt43RbLeey3x { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4998125rem;width:19.9370625rem;top:1.1100263595581rem;left:4.8914947509766rem;display:block; }
#BzzcSTIhZTscxFLPrRcQ0xrk12d3mMlQ { position:absolute;display:block;z-index:15003;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:9.0625rem;width:12.374125rem;top:1.6948785781861rem;left:38.811851501465rem;overflow:hidden;display:block; }
#pR6ipm6VqpJURMtGp9FT3Rp6n6fD62bb { box-sizing:content-box;height:2.9362rem;width:11.9998125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#e4077e;background-image:none;top:12.067058563233rem;left:38.999568939209rem;display:block; }
#xk0zJxsu35XkgEIKBshizZzTh3SlxpRI { color:#000000;display:block;width:15.061875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.296224594116rem;left:37.468536376953rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R2IskoPDpkKqncUUTDnEKysF2PWdVHmm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.404514312744rem;left:38.750003814698rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#mgqKOTKR3Lc7T8e0alClrp94soDr5usP { color:#ffffff;display:block;width:8.2498125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.248264312744rem;left:40.874568939209rem;height:2.43706875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex { display:block; }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eF68sTkqh0G9CD8vOxowkHLZPxVbKWmz { width:7.0625rem;height:7.0625rem;top:0rem;left:20.311634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { width:44.8125rem;height:;top:24.1875rem;left:0.78038215637206rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:33.875rem;height:3.5625rem;top:32.875rem;left:6.2469635009766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPgXhVGMJfGW3UuNClXCm3Z1Ilg0a9aE { width:34.0625rem;height:3.5625rem;top:44.375rem;left:6.1536464691162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTvVpDoNdHtTPFcB8XPSJmkkA0ZQvUBi { width:17.5rem;height:3.4375rem;top:38rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs5pZaXPS4xA3Sq7JOi5Z5A1TsUBglP8 { display:block; }
 }@media only screen and (max-width: 763px) { #y1KKk317TFFXH75OBrWkBO7hzT6DwPTc { top:38.1875rem;left:15.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP { display:block; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs23QwT6gUBUlRzWSbkGDtJguKpCT9A2 { width:47.75rem;height:2.875rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA { display:block; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lM8Tc70qQok5RTSZKlzFbE8TaW5rE5uB { width:13.8125rem;height:9.1875rem;top:1.625rem;left:4.9995670318604rem;display:block; }
 }@media only screen and (max-width: 763px) { #lExvufpVRweTfBIciZVibgTI6vDp0MlW { top:17.3125rem;left:5.6875019073486rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfsbKPFzZi2IizKDeXUSchOBvukhlRok { top:15.25rem;left:4.4060344696045rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSTfF8thRm56xdCKwQPuxT2cTrOlN43P { top:12.1875rem;left:5.9370670318604rem;width:11.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbbw4TK372ZTAGq59p0OIg4xSUGhSykx { top:12.4375rem;left:9.3441848754881rem;width:5.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhiLegDdFHuEiDDSeSBbI5aVnNDvQx3V { width:19.875rem;height:19.4375rem;top:1.0625rem;left:25.703994750976rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH0sQtS9FrxymW18kP9eJt43RbLeey3x { width:19.875rem;height:19.4375rem;top:1.0625rem;left:1.8289947509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzcSTIhZTscxFLPrRcQ0xrk12d3mMlQ { width:12.3125rem;height:9.0173673896131rem;top:1.6875rem;left:29.624351501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR6ipm6VqpJURMtGp9FT3Rp6n6fD62bb { top:12.0625rem;left:29.812068939209rem;width:11.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk0zJxsu35XkgEIKBshizZzTh3SlxpRI { top:15.25rem;left:28.281036376953rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2IskoPDpkKqncUUTDnEKysF2PWdVHmm { top:17.375rem;left:29.562503814698rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgqKOTKR3Lc7T8e0alClrp94soDr5usP { top:12.1875rem;left:31.687068939209rem;width:8.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex { position:relative;z-index:auto;display:block; }#CxzU6UxpGJcg6fcTTrcMcT7iTkTP4xex > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eF68sTkqh0G9CD8vOxowkHLZPxVbKWmz { width:4.81228125rem;height:4.81228125rem;top:0.40581598877907rem;left:7.5933163762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3c84016-d444-4cb3-81b0-12daea526edc/retratodejovenrubiomujer.jpg");background-position:top center !important;background-repeat: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; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.adaptive-delivery-prevent-bg, #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.lazyload, #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O.lazyloading { background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,7,126,0.47); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,7,126,0.47); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { border-width: 0; border-radius: 0; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::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; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { width:20rem;height:5.60546875rem;top:15.801866531372rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:20rem;height:3.20095625rem;top:23.759766578674rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPgXhVGMJfGW3UuNClXCm3Z1Ilg0a9aE { width:20rem;height:3.20095625rem;top:34.932726383209rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTvVpDoNdHtTPFcB8XPSJmkkA0ZQvUBi { width:17.5rem;height:3.4375rem;top:28.883464336395rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs5pZaXPS4xA3Sq7JOi5Z5A1TsUBglP8 { display:block; }
 }@media only screen and (max-width: 763px) { #y1KKk317TFFXH75OBrWkBO7hzT6DwPTc { display:flex;width:3.125rem;height:3.125rem;top:29.039714813233rem;left:1.8120661377907rem; }
 }@media only screen and (max-width: 763px) { #bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP { display:block; }#bhmq2DEOGQE4A9pwlCDAfNP3DF2z90GP > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs23QwT6gUBUlRzWSbkGDtJguKpCT9A2 { width:20rem;height:2.43706875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA { display:block; }#rT8aIrdV9Nkof9TxmEheG3qLgNaV3RBA > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lM8Tc70qQok5RTSZKlzFbE8TaW5rE5uB { width:13.75rem;height:9.124375rem;top:4.8177030086518rem;left:3.1250000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lExvufpVRweTfBIciZVibgTI6vDp0MlW { width:12.5rem;height:2.599825rem;top:21.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfsbKPFzZi2IizKDeXUSchOBvukhlRok { width:15rem;height:1.2999125rem;top:19.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSTfF8thRm56xdCKwQPuxT2cTrOlN43P { width:11.9375rem;height:2.875rem;top:15.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbbw4TK372ZTAGq59p0OIg4xSUGhSykx { width:5.12478125rem;height:2.43706875rem;top:15.3125rem;left:7.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhiLegDdFHuEiDDSeSBbI5aVnNDvQx3V { width:19.625rem;height:19.4375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH0sQtS9FrxymW18kP9eJt43RbLeey3x { width:19.625rem;height:19.9375rem;top:3.9997835159302rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzcSTIhZTscxFLPrRcQ0xrk12d3mMlQ { width:12.3125rem;height:9.0173673896131rem;top:27.3125rem;left:3.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pR6ipm6VqpJURMtGp9FT3Rp6n6fD62bb { width:11.9375rem;height:2.875rem;top:37.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk0zJxsu35XkgEIKBshizZzTh3SlxpRI { width:15rem;height:1.2999125rem;top:40.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2IskoPDpkKqncUUTDnEKysF2PWdVHmm { width:12.5rem;height:2.599825rem;top:43rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgqKOTKR3Lc7T8e0alClrp94soDr5usP { width:8.186875rem;height:2.43706875rem;top:37.875rem;left:6rem;font-size:1.875rem;display:block; }
 }