.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:254,254,254;--color-primary-1:252,252,252;--color-primary-2:248,248,248;--color-primary-3:124,124,124;--color-primary-4:37,37,37;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:220,231,249;--color-tertiary-1:138,176,237;--color-tertiary-2:21,96,218;--color-tertiary-3:11,48,109;--color-tertiary-4:3,14,33;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d8a43d9-d566-4480-8445-7cececbf8be1/PassatempoCrio_NATAL2551280x720_ED_H3.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS.adaptive-delivery-prevent-bg, #UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS.lazyload, #UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS.lazyloading { background-image: none; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container { background-color: transparent; background-image: none; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container > .video-iframe-container { display: none; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row > .video-iframe-container { display: none; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .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); }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container { border-width: 0; border-radius: 0; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container { font-size:0.875rem;font-family:arial;height:108.9375rem;width:60rem;position:relative;display:block; }#HdeEPTZoMhGWoz0bw8m7p13TytqPDtOa { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.25rem;left:16.812501907349rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LStEgVic6MM2BCl0moQlFbh0zWTS2pT2 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:6.4375rem;left:16.812501907349rem;height:2.6125rem;display:block; }
#MGakN7WEdo3sehPUIcGUTTi7QvyZc8Rw { color:#ff6600;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.625rem;left:16.812501907349rem;height:1.7875rem;font-style:normal;display:block; }
#WVzFiiXEto0o0CT09kzGo6t2rIceCf5e { color:rgba(var(--color-tertiary-2),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:44.75rem;left:16.812501907349rem;height:0.975rem;display:block; }
#qtUAPHkvOBTlKPWO8ATTgXTKRHvO3JHC { position:absolute;display:block;z-index:15015;height:24.125rem;width:41.6875rem;top:49.25rem;left:14.28125rem;display:block; }
#sxOf2H4Cx7Tsn5hXrHvzv2PQWECBCgvO { color:rgba(var(--color-tertiary-2),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.0625rem rgba(255,255,255,0.5);top:46.575000762939rem;left:16.812501907349rem;height:1.625rem;font-style:normal;display:block; }
#TP54biVJK4EQ4I5HE97dCQoTWr78wGNH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.625rem;left:16.812501907349rem;height:1.05625rem;display:block; }
#veUtHfP3wPxXBxv23ZBow3BKxbbOmBH3 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:16.6875rem;width:19.4375rem;top:25.378126144409rem;left:30.812501907349rem;overflow:hidden;display:block; }
#iPy7TEiJSuMpSMw2wgZSLtMBH2ArLS1z { color:#ff6600;display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0rem #ffffff;top:13rem;left:16.875rem;height:4.63125rem;font-style:normal;display:block; }
#x03OZo5ebqBM6hprUPnUHUmxUCFsycwi { color:rgba(var(--color-tertiary-2),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0rem rgba(255,255,255,0.5);top:17.5625rem;left:16.8125rem;height:4.63125rem;display:block; }
#wlEktLcmgrgMoyTlhn8RfNsUBiQ57LU8 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.1875rem;left:16.8125rem;height:1.7875rem;display:block; }
#T8OHX22x7DbHZ9ZTtCZiv1rkxuf5ZLPL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.3218749761581rem;left:16.812501907349rem; }
#BkOsafzkv868h2eUvG0ZzTrpofn94Ai0 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.1875rem;left:16.812501907349rem;height:2.03125rem;display:block; }
#f297VIwXTaAg9amDKZHzh4FSFqtRognZ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.375rem;left:16.812501907349rem;height:2.03125rem;display:block; }
#hzeLT7xg7pkgQykbTvSSrWcJFRZnJwhr { color:rgba(var(--color-tertiary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37.200001239777rem;left:16.812501907349rem;height:0;display:none; }
#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa { 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; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row .container { background-color: transparent; background-image: none; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row .container > .video-iframe-container { display: none; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row > .video-iframe-container { display: none; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .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); }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row .container { border-width: 0; border-radius: 0; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#TdUZPkAPNeTHAgMPGpyTGTRRe8ObCZbc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:12.375rem;top:8.625rem;left:40.375rem;overflow:hidden;display:block; }
#AxThNvxGFyU4Qwc5Ii42ZwoQKevWIDon { color:#595f64;display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:20.4375rem;height:0.89375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS { display:block; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HdeEPTZoMhGWoz0bw8m7p13TytqPDtOa { top:4.25rem;left:10.687501907349rem;width:14rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LStEgVic6MM2BCl0moQlFbh0zWTS2pT2 { top:6.4375rem;left:5.375rem;width:42.375rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGakN7WEdo3sehPUIcGUTTi7QvyZc8Rw { top:9.625rem;left:10.687501907349rem;width:22.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVzFiiXEto0o0CT09kzGo6t2rIceCf5e { top:44.75rem;left:10.687501907349rem;width:28.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtUAPHkvOBTlKPWO8ATTgXTKRHvO3JHC { top:49.25rem;left:6.0625rem;width:41.6875rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxOf2H4Cx7Tsn5hXrHvzv2PQWECBCgvO { top:46.5625rem;left:10.687501907349rem;width:32.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP54biVJK4EQ4I5HE97dCQoTWr78wGNH { top:35.625rem;left:10.687501907349rem;width:12.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veUtHfP3wPxXBxv23ZBow3BKxbbOmBH3 { top:25.375rem;left:24.687501907349rem;width:19.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPy7TEiJSuMpSMw2wgZSLtMBH2ArLS1z { top:13rem;left:10.75rem;width:13.875rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x03OZo5ebqBM6hprUPnUHUmxUCFsycwi { top:17.5625rem;left:10.6875rem;width:33.6875rem;height:4.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlEktLcmgrgMoyTlhn8RfNsUBiQ57LU8 { top:22.1875rem;left:9.1875rem;width:38.5625rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8OHX22x7DbHZ9ZTtCZiv1rkxuf5ZLPL { top:1.3125rem;left:10.687501907349rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkOsafzkv868h2eUvG0ZzTrpofn94Ai0 { top:31.1875rem;left:10.687501907349rem;width:6.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f297VIwXTaAg9amDKZHzh4FSFqtRognZ { top:33.375rem;left:10.687501907349rem;width:12.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzeLT7xg7pkgQykbTvSSrWcJFRZnJwhr { top:30.875rem;left:1.0000000596046rem;width:12.875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa { display:block; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdUZPkAPNeTHAgMPGpyTGTRRe8ObCZbc { top:8.625rem;left:34.25rem;width:12.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxThNvxGFyU4Qwc5Ii42ZwoQKevWIDon { top:4rem;left:14.3125rem;width:32.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/faeb180f-6ad3-40dd-a400-f8cb1d4550e8/PassatempoCrio_NATAL256_C.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS.adaptive-delivery-prevent-bg, #UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS.lazyload, #UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS.lazyloading { background-image: none; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container { background-color: transparent; background-image: none; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container > .video-iframe-container { display: none; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row > .video-iframe-container { display: none; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .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); }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container { border-width: 0; border-radius: 0; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UMuPUqgG4KkVU3rB1575Lb1c8pzxUmPS > .row .container { width:20rem;height:93.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HdeEPTZoMhGWoz0bw8m7p13TytqPDtOa { width:14rem;height:0.89375rem;top:1.6054682731628rem;left:5.9507813453674rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LStEgVic6MM2BCl0moQlFbh0zWTS2pT2 { width:17.5625rem;height:1.125rem;top:3.7429686784744rem;left:2.3882811665535rem;font-size:0.9375rem;text-align:right;text-align-last:right;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MGakN7WEdo3sehPUIcGUTTi7QvyZc8Rw { width:12rem;height:1.1375rem;top:4.8187499046326rem;left:7.9507818222044rem;font-size:0.875rem;text-align:right;text-align-last:right;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WVzFiiXEto0o0CT09kzGo6t2rIceCf5e { width:20rem;height:0.89375rem;top:37.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;text-shadow:0.125rem 0.0625rem 0.0625rem #f6f8fb;display:block; }
 }@media only screen and (max-width: 763px) { #qtUAPHkvOBTlKPWO8ATTgXTKRHvO3JHC { width:20rem;height:22.4375rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxOf2H4Cx7Tsn5hXrHvzv2PQWECBCgvO { width:15.8125rem;height:3.25rem;top:39.625rem;left:2.0937500596046rem;font-size:1.25rem;color:#ff6600;text-shadow:0.125rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TP54biVJK4EQ4I5HE97dCQoTWr78wGNH { width:11.0625rem;height:0;top:30.59375rem;left:8.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #veUtHfP3wPxXBxv23ZBow3BKxbbOmBH3 { width:11.1875rem;height:9.625rem;top:17.400000095367rem;left:8.8125005364419rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iPy7TEiJSuMpSMw2wgZSLtMBH2ArLS1z { width:6.25rem;height:2.6rem;top:7.1875rem;left:13.700781404972rem;font-size:2rem;text-align:right;text-align-last:right;text-shadow:0.1875rem 0.125rem 0rem #ffffff;color:#ff6600;display:block; }
 }@media only screen and (max-width: 763px) { #x03OZo5ebqBM6hprUPnUHUmxUCFsycwi { width:12.125rem;height:4.95rem;top:9.737500190735rem;left:7.7007814049719rem;font-size:2.0625rem;text-align:right;text-align-last:right;text-shadow:0.1875rem 0.125rem 0rem #ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wlEktLcmgrgMoyTlhn8RfNsUBiQ57LU8 { width:10.9375rem;height:1.05625rem;top:14.81875038147rem;left:9.0625005364419rem;font-size:0.8125rem;text-align:right;text-align-last:right;text-shadow:0.1875rem 0.125rem 0rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T8OHX22x7DbHZ9ZTtCZiv1rkxuf5ZLPL { display:flex;width:1.6875rem;height:1.6875rem;top:7.6437499523163rem;left:11.732031404972rem; }
 }@media only screen and (max-width: 763px) { #BkOsafzkv868h2eUvG0ZzTrpofn94Ai0 { width:5.5625rem;height:1.86875rem;top:27.356250286103rem;left:14.388281404972rem;font-size:1.4375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #f297VIwXTaAg9amDKZHzh4FSFqtRognZ { width:9.25rem;height:1.54375rem;top:28.987500667572rem;left:10.700781404972rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hzeLT7xg7pkgQykbTvSSrWcJFRZnJwhr { width:5.875rem;height:1.95rem;top:30.874999523163rem;left:14.000000536442rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa { background-color:#ffffff;background-image:none;display:block; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row .container { background-color: transparent; background-image: none; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row .container > .video-iframe-container { display: none; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row > .video-iframe-container { display: none; }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .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); }#ZPBfTLS5C2PgKP0VewG3zQSZX9xca2Fa > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdUZPkAPNeTHAgMPGpyTGTRRe8ObCZbc { width:8.5625rem;height:1.0625rem;top:5.5rem;left:5.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxThNvxGFyU4Qwc5Ii42ZwoQKevWIDon { width:20rem;height:2.125rem;top:2.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }