body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b59e3b !important;
}
.bg-success {
  background-color: #0dc143 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b59e3b !important;
  border-color: #b59e3b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #746526 !important;
  border-color: #746526 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #746526 !important;
  border-color: #746526 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #0dc143 !important;
  border-color: #0dc143 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #087027 !important;
  border-color: #087027 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #087027 !important;
  border-color: #087027 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b59e3b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #746526 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b59e3b !important;
  border-color: #b59e3b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0dc143;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #087027 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc143 !important;
  border-color: #0dc143 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b59e3b !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #0dc143 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #685b22 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #076122 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b59e3b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b59e3b;
  border-color: #b59e3b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b59e3b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcce94;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5af488;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b59e3b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #b59e3b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b59e3b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b59e3b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b59e3b;
  border-bottom-color: #b59e3b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b59e3b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b59e3b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGju1PNfEH {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-tGju1PNfEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGju1PNfEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGju1PNfEH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGju1PNfEH .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tGjBqyh0fW {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-6-398x525.png");
}
.cid-tGjBqyh0fW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjBqyh0fW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjyUNexg6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-tGjyUNexg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjyUNexg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tGjyUNexg6 .container {
    max-width: 1400px;
  }
}
.cid-tGjyUNexg6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGjyUNexg6 .card-wrapper {
  margin-top: 3rem;
}
.cid-tGjyUNexg6 .row {
  justify-content: center;
}
.cid-tGjyUNexg6 .card-text {
  color: #ffffff;
}
.cid-tGjyUNexg6 .card-title,
.cid-tGjyUNexg6 .iconfont-wrapper {
  color: #ffffff;
}
.cid-tGjyUNexg6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGjEaDK4pB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-13-740x360.jpg");
}
.cid-tGjEaDK4pB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjEaDK4pB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjEaDK4pB .mbr-text,
.cid-tGjEaDK4pB .mbr-section-btn {
  color: #232323;
}
.cid-tGjEaDK4pB .card-title,
.cid-tGjEaDK4pB .card-box {
  color: #000000;
  text-align: left;
}
.cid-tGjEaDK4pB .mbr-text,
.cid-tGjEaDK4pB .link-wrap {
  color: #ffffff;
}
.cid-tGjEaDK4pB .card-box .mbr-text,
.cid-tGjEaDK4pB .mbr-section-btn {
  color: #000000;
}
.cid-tGjFliZBZg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-1-720x960.png");
}
.cid-tGjFliZBZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjFliZBZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjFliZBZg .mbr-text,
.cid-tGjFliZBZg .mbr-section-btn {
  color: #232323;
}
.cid-tGjFliZBZg .card-title,
.cid-tGjFliZBZg .card-box {
  color: #000000;
  text-align: right;
}
.cid-tGjFliZBZg .mbr-text,
.cid-tGjFliZBZg .link-wrap {
  color: #ffffff;
}
.cid-tGjFliZBZg .card-box .mbr-text,
.cid-tGjFliZBZg .mbr-section-btn {
  color: #000000;
}
.cid-tGjHJLgzst {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-14-700x700.jpg");
}
.cid-tGjHJLgzst .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjHJLgzst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjHJLgzst .mbr-text,
.cid-tGjHJLgzst .mbr-section-btn {
  color: #232323;
}
.cid-tGjHJLgzst .card-title,
.cid-tGjHJLgzst .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-tGjHJLgzst .mbr-text,
.cid-tGjHJLgzst .link-wrap {
  color: #ffffff;
}
.cid-tGjHJLgzst .card-box .mbr-text,
.cid-tGjHJLgzst .mbr-section-btn {
  color: #ffffff;
}
.cid-tGjK9Dsy1L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-9-474x649.png");
}
.cid-tGjK9Dsy1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjK9Dsy1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjK9Dsy1L .mbr-text,
.cid-tGjK9Dsy1L .mbr-section-btn {
  color: #232323;
}
.cid-tGjK9Dsy1L .card-title,
.cid-tGjK9Dsy1L .card-box {
  color: #000000;
  text-align: right;
}
.cid-tGjK9Dsy1L .mbr-text,
.cid-tGjK9Dsy1L .link-wrap {
  color: #ffffff;
}
.cid-tGjK9Dsy1L .card-box .mbr-text,
.cid-tGjK9Dsy1L .mbr-section-btn {
  color: #000000;
}
.cid-tGjKOYN47z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-2-685x400.png");
}
.cid-tGjKOYN47z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjKOYN47z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjKOYN47z .mbr-text,
.cid-tGjKOYN47z .mbr-section-btn {
  color: #232323;
}
.cid-tGjKOYN47z .card-title,
.cid-tGjKOYN47z .card-box {
  color: #000000;
  text-align: left;
}
.cid-tGjKOYN47z .mbr-text,
.cid-tGjKOYN47z .link-wrap {
  color: #ffffff;
}
.cid-tGjKOYN47z .card-box .mbr-text,
.cid-tGjKOYN47z .mbr-section-btn {
  color: #000000;
}
.cid-tGjLlUGjPU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tGjLlUGjPU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tGjLlUGjPU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tGjLlUGjPU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tGjLlUGjPU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tGjLlUGjPU .mbr-section-title {
  color: #ffffff;
}
.cid-tGjLlUGjPU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGjM70sDYP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tGjM70sDYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjM70sDYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjM70sDYP .google-map {
  height: 30rem;
  position: relative;
}
.cid-tGjM70sDYP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGjM70sDYP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGjM70sDYP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGjM70sDYP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGjMykujCV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tGjMykujCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjMykujCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjNKy6jaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tGjNKy6jaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjNKy6jaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjNKy6jaR .mbr-section-title {
  color: #bbbbbb;
}
.cid-tGjNKy6jaR .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tGjNV58y7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-tGjNV58y7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjNV58y7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjNV58y7R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGjNV58y7R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGjNV58y7R .row {
    text-align: center;
  }
  .cid-tGjNV58y7R .row > div {
    margin: auto;
  }
  .cid-tGjNV58y7R .social-row {
    justify-content: center;
  }
}
.cid-tGjNV58y7R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGjNV58y7R .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-tGjNV58y7R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGjNV58y7R .list {
    margin-bottom: 0rem;
  }
}
.cid-tGjNV58y7R .mbr-text {
  color: #bbbbbb;
}
.cid-tGjNV58y7R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tGjNV58y7R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tGjNV58y7R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tGjNV58y7R .mbr-section-subtitle {
  text-align: justify;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGjTW8JqQP {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-tGjTW8JqQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjTW8JqQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjTW8JqQP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGjTW8JqQP .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tGkpKdDzI8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGkpKdDzI8 img,
.cid-tGkpKdDzI8 .item-img {
  width: 100%;
}
.cid-tGkpKdDzI8 .item:focus,
.cid-tGkpKdDzI8 span:focus {
  outline: none;
}
.cid-tGkpKdDzI8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGkpKdDzI8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe161;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGkpKdDzI8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGkpKdDzI8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGkpKdDzI8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGkpKdDzI8 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGkpKdDzI8 .mbr-text,
.cid-tGkpKdDzI8 .mbr-section-btn {
  text-align: left;
}
.cid-tGkpKdDzI8 .item-title {
  text-align: center;
}
.cid-tGkpKdDzI8 .item-subtitle {
  text-align: center;
}
.cid-tGkpKdDzI8 .mbr-section-subtitle {
  text-align: left;
}
.cid-tGjU0Uqxj5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tGjU0Uqxj5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tGjU0Uqxj5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tGjU0Uqxj5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tGjU0Uqxj5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tGjU0Uqxj5 .mbr-section-title {
  color: #ffffff;
}
.cid-tGjU0Uqxj5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGjU0dJgV5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tGjU0dJgV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjU0dJgV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjU0dJgV5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tGjU0dJgV5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGjU0dJgV5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGjU0dJgV5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGjU0dJgV5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGjTYfTEvT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tGjTYfTEvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjTYfTEvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjWrEln9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tGjWrEln9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjWrEln9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjWrEln9G .mbr-section-title {
  color: #bbbbbb;
}
.cid-tGjWrEln9G .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tGjNV58y7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-tGjNV58y7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjNV58y7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjNV58y7R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGjNV58y7R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGjNV58y7R .row {
    text-align: center;
  }
  .cid-tGjNV58y7R .row > div {
    margin: auto;
  }
  .cid-tGjNV58y7R .social-row {
    justify-content: center;
  }
}
.cid-tGjNV58y7R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGjNV58y7R .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-tGjNV58y7R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGjNV58y7R .list {
    margin-bottom: 0rem;
  }
}
.cid-tGjNV58y7R .mbr-text {
  color: #bbbbbb;
}
.cid-tGjNV58y7R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tGjNV58y7R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tGjNV58y7R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tGjNV58y7R .mbr-section-subtitle {
  text-align: justify;
}
.cid-tGkqpdNaF9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGkqpdNaF9 nav.navbar {
  position: fixed;
}
.cid-tGkqpdNaF9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGkqpdNaF9 .dropdown-menu {
  padding: 0;
}
.cid-tGkqpdNaF9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGkqpdNaF9 .dropdown-item:hover,
.cid-tGkqpdNaF9 .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-tGkqpdNaF9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGkqpdNaF9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGkqpdNaF9 .nav-link {
  position: relative;
}
.cid-tGkqpdNaF9 .container {
  display: flex;
  margin: auto;
}
.cid-tGkqpdNaF9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGkqpdNaF9 .navbar-caption {
  padding-right: 4rem;
}
.cid-tGkqpdNaF9 .dropdown-menu,
.cid-tGkqpdNaF9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tGkqpdNaF9 .nav-item:focus,
.cid-tGkqpdNaF9 .nav-link:focus {
  outline: none;
}
.cid-tGkqpdNaF9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGkqpdNaF9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGkqpdNaF9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGkqpdNaF9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGkqpdNaF9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGkqpdNaF9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGkqpdNaF9 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tGkqpdNaF9 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGkqpdNaF9 .navbar.opened {
  transition: all .3s;
}
.cid-tGkqpdNaF9 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGkqpdNaF9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGkqpdNaF9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGkqpdNaF9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGkqpdNaF9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGkqpdNaF9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGkqpdNaF9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGkqpdNaF9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGkqpdNaF9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGkqpdNaF9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGkqpdNaF9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGkqpdNaF9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGkqpdNaF9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGkqpdNaF9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGkqpdNaF9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGkqpdNaF9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGkqpdNaF9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGkqpdNaF9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGkqpdNaF9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGkqpdNaF9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGkqpdNaF9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGkqpdNaF9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGkqpdNaF9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGkqpdNaF9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGkqpdNaF9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGkqpdNaF9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGkqpdNaF9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGkqpdNaF9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGkqpdNaF9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGkqpdNaF9 .dropdown-item.active,
.cid-tGkqpdNaF9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGkqpdNaF9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGkqpdNaF9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGkqpdNaF9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGkqpdNaF9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGkqpdNaF9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGkqpdNaF9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGkqpdNaF9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGkqpdNaF9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGkqpdNaF9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGkqpdNaF9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGkqpdNaF9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGkqpdNaF9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGkqpdNaF9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGkqpdNaF9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGkqpdNaF9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGkqpdNaF9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGkqpdNaF9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGkqpdNaF9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGkqpdNaF9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGkqpdNaF9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGkqpdNaF9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGkqpdNaF9 .navbar {
    height: 77px;
  }
  .cid-tGkqpdNaF9 .navbar.opened {
    height: auto;
  }
  .cid-tGkqpdNaF9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGkqpeefxj {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-tGkqpeefxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkqpeefxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkqpeefxj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGkqpeefxj .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tGkqpeDWw6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGkqpeDWw6 img,
.cid-tGkqpeDWw6 .item-img {
  width: 100%;
}
.cid-tGkqpeDWw6 .item:focus,
.cid-tGkqpeDWw6 span:focus {
  outline: none;
}
.cid-tGkqpeDWw6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGkqpeDWw6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe161;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGkqpeDWw6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGkqpeDWw6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGkqpeDWw6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGkqpeDWw6 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGkqpeDWw6 .mbr-text,
.cid-tGkqpeDWw6 .mbr-section-btn {
  text-align: left;
}
.cid-tGkqpeDWw6 .item-title {
  text-align: center;
}
.cid-tGkqpeDWw6 .item-subtitle {
  text-align: center;
}
.cid-tGkqpeDWw6 .mbr-section-subtitle {
  text-align: left;
}
.cid-tGkqpf4eDL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tGkqpf4eDL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tGkqpf4eDL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tGkqpf4eDL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tGkqpf4eDL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tGkqpf4eDL .mbr-section-title {
  color: #ffffff;
}
.cid-tGkqpf4eDL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGkqpfnuJu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tGkqpfnuJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkqpfnuJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkqpfnuJu .google-map {
  height: 30rem;
  position: relative;
}
.cid-tGkqpfnuJu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGkqpfnuJu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGkqpfnuJu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGkqpfnuJu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGkqpfLBQj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tGkqpfLBQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkqpfLBQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkqpg858r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tGkqpg858r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkqpg858r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkqpg858r .mbr-section-title {
  color: #bbbbbb;
}
.cid-tGkqpg858r .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tGkqpguYGG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-tGkqpguYGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkqpguYGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkqpguYGG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGkqpguYGG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGkqpguYGG .row {
    text-align: center;
  }
  .cid-tGkqpguYGG .row > div {
    margin: auto;
  }
  .cid-tGkqpguYGG .social-row {
    justify-content: center;
  }
}
.cid-tGkqpguYGG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGkqpguYGG .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-tGkqpguYGG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGkqpguYGG .list {
    margin-bottom: 0rem;
  }
}
.cid-tGkqpguYGG .mbr-text {
  color: #bbbbbb;
}
.cid-tGkqpguYGG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tGkqpguYGG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tGkqpguYGG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tGkqpguYGG .mbr-section-subtitle {
  text-align: justify;
}
.cid-tGkwkOBT17 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGkwkOBT17 nav.navbar {
  position: fixed;
}
.cid-tGkwkOBT17 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGkwkOBT17 .dropdown-menu {
  padding: 0;
}
.cid-tGkwkOBT17 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGkwkOBT17 .dropdown-item:hover,
.cid-tGkwkOBT17 .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-tGkwkOBT17 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGkwkOBT17 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGkwkOBT17 .nav-link {
  position: relative;
}
.cid-tGkwkOBT17 .container {
  display: flex;
  margin: auto;
}
.cid-tGkwkOBT17 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGkwkOBT17 .navbar-caption {
  padding-right: 4rem;
}
.cid-tGkwkOBT17 .dropdown-menu,
.cid-tGkwkOBT17 .navbar.opened {
  background: #ffffff !important;
}
.cid-tGkwkOBT17 .nav-item:focus,
.cid-tGkwkOBT17 .nav-link:focus {
  outline: none;
}
.cid-tGkwkOBT17 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGkwkOBT17 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGkwkOBT17 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGkwkOBT17 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGkwkOBT17 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGkwkOBT17 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGkwkOBT17 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tGkwkOBT17 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGkwkOBT17 .navbar.opened {
  transition: all .3s;
}
.cid-tGkwkOBT17 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGkwkOBT17 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGkwkOBT17 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGkwkOBT17 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGkwkOBT17 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGkwkOBT17 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGkwkOBT17 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGkwkOBT17 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGkwkOBT17 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGkwkOBT17 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGkwkOBT17 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGkwkOBT17 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGkwkOBT17 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGkwkOBT17 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGkwkOBT17 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGkwkOBT17 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGkwkOBT17 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGkwkOBT17 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGkwkOBT17 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGkwkOBT17 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGkwkOBT17 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGkwkOBT17 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGkwkOBT17 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGkwkOBT17 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGkwkOBT17 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGkwkOBT17 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGkwkOBT17 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGkwkOBT17 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGkwkOBT17 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGkwkOBT17 .dropdown-item.active,
.cid-tGkwkOBT17 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGkwkOBT17 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGkwkOBT17 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGkwkOBT17 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGkwkOBT17 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGkwkOBT17 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGkwkOBT17 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGkwkOBT17 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGkwkOBT17 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGkwkOBT17 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGkwkOBT17 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGkwkOBT17 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGkwkOBT17 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGkwkOBT17 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGkwkOBT17 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGkwkOBT17 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGkwkOBT17 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGkwkOBT17 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGkwkOBT17 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGkwkOBT17 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGkwkOBT17 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGkwkOBT17 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGkwkOBT17 .navbar {
    height: 77px;
  }
  .cid-tGkwkOBT17 .navbar.opened {
    height: auto;
  }
  .cid-tGkwkOBT17 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGkwkP0SjI {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-tGkwkP0SjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkwkP0SjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkwkP0SjI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGkwkP0SjI .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tGkwkPlGME {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGkwkPlGME img,
.cid-tGkwkPlGME .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tGkwkPlGME .item:focus,
.cid-tGkwkPlGME span:focus {
  outline: none;
}
.cid-tGkwkPlGME .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGkwkPlGME .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe161;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGkwkPlGME .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGkwkPlGME .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGkwkPlGME .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGkwkPlGME .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGkwkPlGME .mbr-text,
.cid-tGkwkPlGME .mbr-section-btn {
  text-align: left;
}
.cid-tGkwkPlGME .item-title {
  text-align: center;
}
.cid-tGkwkPlGME .item-subtitle {
  text-align: center;
}
.cid-tGkwkPlGME .mbr-section-subtitle {
  text-align: left;
}
.cid-tGkwkPDl8G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tGkwkPDl8G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tGkwkPDl8G form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tGkwkPDl8G form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tGkwkPDl8G form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tGkwkPDl8G .mbr-section-title {
  color: #ffffff;
}
.cid-tGkwkPDl8G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGkwkPWMUV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tGkwkPWMUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkwkPWMUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkwkPWMUV .google-map {
  height: 30rem;
  position: relative;
}
.cid-tGkwkPWMUV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGkwkPWMUV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGkwkPWMUV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGkwkPWMUV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGkwkQkzCf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tGkwkQkzCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkwkQkzCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkwkQDBXn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tGkwkQDBXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkwkQDBXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkwkQDBXn .mbr-section-title {
  color: #bbbbbb;
}
.cid-tGkwkQDBXn .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tGkwkQZGbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-tGkwkQZGbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkwkQZGbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkwkQZGbj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGkwkQZGbj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGkwkQZGbj .row {
    text-align: center;
  }
  .cid-tGkwkQZGbj .row > div {
    margin: auto;
  }
  .cid-tGkwkQZGbj .social-row {
    justify-content: center;
  }
}
.cid-tGkwkQZGbj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGkwkQZGbj .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-tGkwkQZGbj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGkwkQZGbj .list {
    margin-bottom: 0rem;
  }
}
.cid-tGkwkQZGbj .mbr-text {
  color: #bbbbbb;
}
.cid-tGkwkQZGbj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tGkwkQZGbj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tGkwkQZGbj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tGkwkQZGbj .mbr-section-subtitle {
  text-align: justify;
}
.cid-tGkyKsI0QQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGkyKsI0QQ nav.navbar {
  position: fixed;
}
.cid-tGkyKsI0QQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGkyKsI0QQ .dropdown-menu {
  padding: 0;
}
.cid-tGkyKsI0QQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGkyKsI0QQ .dropdown-item:hover,
.cid-tGkyKsI0QQ .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-tGkyKsI0QQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGkyKsI0QQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGkyKsI0QQ .nav-link {
  position: relative;
}
.cid-tGkyKsI0QQ .container {
  display: flex;
  margin: auto;
}
.cid-tGkyKsI0QQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGkyKsI0QQ .navbar-caption {
  padding-right: 4rem;
}
.cid-tGkyKsI0QQ .dropdown-menu,
.cid-tGkyKsI0QQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tGkyKsI0QQ .nav-item:focus,
.cid-tGkyKsI0QQ .nav-link:focus {
  outline: none;
}
.cid-tGkyKsI0QQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGkyKsI0QQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGkyKsI0QQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGkyKsI0QQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGkyKsI0QQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGkyKsI0QQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGkyKsI0QQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tGkyKsI0QQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGkyKsI0QQ .navbar.opened {
  transition: all .3s;
}
.cid-tGkyKsI0QQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGkyKsI0QQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tGkyKsI0QQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGkyKsI0QQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGkyKsI0QQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGkyKsI0QQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGkyKsI0QQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGkyKsI0QQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGkyKsI0QQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGkyKsI0QQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGkyKsI0QQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGkyKsI0QQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGkyKsI0QQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGkyKsI0QQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGkyKsI0QQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGkyKsI0QQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGkyKsI0QQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGkyKsI0QQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGkyKsI0QQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGkyKsI0QQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGkyKsI0QQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGkyKsI0QQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGkyKsI0QQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGkyKsI0QQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGkyKsI0QQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGkyKsI0QQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGkyKsI0QQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGkyKsI0QQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGkyKsI0QQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGkyKsI0QQ .dropdown-item.active,
.cid-tGkyKsI0QQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tGkyKsI0QQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGkyKsI0QQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGkyKsI0QQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGkyKsI0QQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGkyKsI0QQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGkyKsI0QQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGkyKsI0QQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGkyKsI0QQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGkyKsI0QQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGkyKsI0QQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGkyKsI0QQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGkyKsI0QQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGkyKsI0QQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGkyKsI0QQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGkyKsI0QQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGkyKsI0QQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGkyKsI0QQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGkyKsI0QQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGkyKsI0QQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGkyKsI0QQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGkyKsI0QQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGkyKsI0QQ .navbar {
    height: 77px;
  }
  .cid-tGkyKsI0QQ .navbar.opened {
    height: auto;
  }
  .cid-tGkyKsI0QQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGkyKt6aId {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-tGkyKt6aId .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkyKt6aId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkyKt6aId .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGkyKt6aId .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tGkyKturKX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGkyKturKX img,
.cid-tGkyKturKX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tGkyKturKX .item:focus,
.cid-tGkyKturKX span:focus {
  outline: none;
}
.cid-tGkyKturKX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGkyKturKX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe161;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGkyKturKX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGkyKturKX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGkyKturKX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGkyKturKX .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGkyKturKX .mbr-text,
.cid-tGkyKturKX .mbr-section-btn {
  text-align: left;
}
.cid-tGkyKturKX .item-title {
  text-align: center;
}
.cid-tGkyKturKX .item-subtitle {
  text-align: center;
}
.cid-tGkyKturKX .mbr-section-subtitle {
  text-align: left;
}
.cid-tGkyKtNF6j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tGkyKtNF6j .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tGkyKtNF6j form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tGkyKtNF6j form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tGkyKtNF6j form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tGkyKtNF6j .mbr-section-title {
  color: #ffffff;
}
.cid-tGkyKtNF6j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGkyKu6B3l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tGkyKu6B3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkyKu6B3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkyKu6B3l .google-map {
  height: 30rem;
  position: relative;
}
.cid-tGkyKu6B3l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGkyKu6B3l .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGkyKu6B3l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGkyKu6B3l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGkyKusJbR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tGkyKusJbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkyKusJbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkyKuK2Mq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tGkyKuK2Mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkyKuK2Mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkyKuK2Mq .mbr-section-title {
  color: #bbbbbb;
}
.cid-tGkyKuK2Mq .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tGkyKv4839 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-tGkyKv4839 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkyKv4839 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkyKv4839 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGkyKv4839 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGkyKv4839 .row {
    text-align: center;
  }
  .cid-tGkyKv4839 .row > div {
    margin: auto;
  }
  .cid-tGkyKv4839 .social-row {
    justify-content: center;
  }
}
.cid-tGkyKv4839 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGkyKv4839 .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-tGkyKv4839 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGkyKv4839 .list {
    margin-bottom: 0rem;
  }
}
.cid-tGkyKv4839 .mbr-text {
  color: #bbbbbb;
}
.cid-tGkyKv4839 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tGkyKv4839 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tGkyKv4839 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tGkyKv4839 .mbr-section-subtitle {
  text-align: justify;
}
.cid-tGkA2Ze5MX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGkA2Ze5MX nav.navbar {
  position: fixed;
}
.cid-tGkA2Ze5MX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGkA2Ze5MX .dropdown-menu {
  padding: 0;
}
.cid-tGkA2Ze5MX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGkA2Ze5MX .dropdown-item:hover,
.cid-tGkA2Ze5MX .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-tGkA2Ze5MX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGkA2Ze5MX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGkA2Ze5MX .nav-link {
  position: relative;
}
.cid-tGkA2Ze5MX .container {
  display: flex;
  margin: auto;
}
.cid-tGkA2Ze5MX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGkA2Ze5MX .navbar-caption {
  padding-right: 4rem;
}
.cid-tGkA2Ze5MX .dropdown-menu,
.cid-tGkA2Ze5MX .navbar.opened {
  background: #ffffff !important;
}
.cid-tGkA2Ze5MX .nav-item:focus,
.cid-tGkA2Ze5MX .nav-link:focus {
  outline: none;
}
.cid-tGkA2Ze5MX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGkA2Ze5MX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGkA2Ze5MX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGkA2Ze5MX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGkA2Ze5MX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGkA2Ze5MX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGkA2Ze5MX .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tGkA2Ze5MX .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGkA2Ze5MX .navbar.opened {
  transition: all .3s;
}
.cid-tGkA2Ze5MX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGkA2Ze5MX .navbar .navbar-logo img {
  width: auto;
}
.cid-tGkA2Ze5MX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGkA2Ze5MX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGkA2Ze5MX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGkA2Ze5MX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGkA2Ze5MX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGkA2Ze5MX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGkA2Ze5MX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGkA2Ze5MX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGkA2Ze5MX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGkA2Ze5MX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGkA2Ze5MX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGkA2Ze5MX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGkA2Ze5MX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGkA2Ze5MX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGkA2Ze5MX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGkA2Ze5MX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGkA2Ze5MX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGkA2Ze5MX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGkA2Ze5MX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGkA2Ze5MX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGkA2Ze5MX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGkA2Ze5MX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGkA2Ze5MX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGkA2Ze5MX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGkA2Ze5MX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGkA2Ze5MX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGkA2Ze5MX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGkA2Ze5MX .dropdown-item.active,
.cid-tGkA2Ze5MX .dropdown-item:active {
  background-color: transparent;
}
.cid-tGkA2Ze5MX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGkA2Ze5MX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGkA2Ze5MX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGkA2Ze5MX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGkA2Ze5MX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGkA2Ze5MX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGkA2Ze5MX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGkA2Ze5MX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGkA2Ze5MX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGkA2Ze5MX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGkA2Ze5MX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGkA2Ze5MX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGkA2Ze5MX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGkA2Ze5MX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGkA2Ze5MX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGkA2Ze5MX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGkA2Ze5MX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGkA2Ze5MX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGkA2Ze5MX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGkA2Ze5MX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGkA2Ze5MX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGkA2Ze5MX .navbar {
    height: 77px;
  }
  .cid-tGkA2Ze5MX .navbar.opened {
    height: auto;
  }
  .cid-tGkA2Ze5MX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGkA2ZE6uf {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-tGkA2ZE6uf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkA2ZE6uf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkA2ZE6uf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGkA2ZE6uf .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tGkA301UHQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGkA301UHQ img,
.cid-tGkA301UHQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tGkA301UHQ .item:focus,
.cid-tGkA301UHQ span:focus {
  outline: none;
}
.cid-tGkA301UHQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGkA301UHQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe161;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGkA301UHQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGkA301UHQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGkA301UHQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGkA301UHQ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGkA301UHQ .mbr-text,
.cid-tGkA301UHQ .mbr-section-btn {
  text-align: left;
}
.cid-tGkA301UHQ .item-title {
  text-align: center;
}
.cid-tGkA301UHQ .item-subtitle {
  text-align: center;
}
.cid-tGkA301UHQ .mbr-section-subtitle {
  text-align: left;
}
.cid-tGkA30HTDV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tGkA30HTDV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tGkA30HTDV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tGkA30HTDV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tGkA30HTDV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tGkA30HTDV .mbr-section-title {
  color: #ffffff;
}
.cid-tGkA30HTDV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGkA30Z42v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tGkA30Z42v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkA30Z42v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkA30Z42v .google-map {
  height: 30rem;
  position: relative;
}
.cid-tGkA30Z42v .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGkA30Z42v .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGkA30Z42v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGkA30Z42v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGkA31lIaK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tGkA31lIaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkA31lIaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkA31ESRE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tGkA31ESRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkA31ESRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkA31ESRE .mbr-section-title {
  color: #bbbbbb;
}
.cid-tGkA31ESRE .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tGkA31XK54 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-tGkA31XK54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkA31XK54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkA31XK54 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGkA31XK54 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGkA31XK54 .row {
    text-align: center;
  }
  .cid-tGkA31XK54 .row > div {
    margin: auto;
  }
  .cid-tGkA31XK54 .social-row {
    justify-content: center;
  }
}
.cid-tGkA31XK54 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGkA31XK54 .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-tGkA31XK54 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGkA31XK54 .list {
    margin-bottom: 0rem;
  }
}
.cid-tGkA31XK54 .mbr-text {
  color: #bbbbbb;
}
.cid-tGkA31XK54 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tGkA31XK54 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tGkA31XK54 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tGkA31XK54 .mbr-section-subtitle {
  text-align: justify;
}
.cid-u38hd8leKs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u38hd8leKs nav.navbar {
  position: fixed;
}
.cid-u38hd8leKs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u38hd8leKs .dropdown-menu {
  padding: 0;
}
.cid-u38hd8leKs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u38hd8leKs .dropdown-item:hover,
.cid-u38hd8leKs .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-u38hd8leKs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u38hd8leKs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u38hd8leKs .nav-link {
  position: relative;
}
.cid-u38hd8leKs .container {
  display: flex;
  margin: auto;
}
.cid-u38hd8leKs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u38hd8leKs .navbar-caption {
  padding-right: 4rem;
}
.cid-u38hd8leKs .dropdown-menu,
.cid-u38hd8leKs .navbar.opened {
  background: #ffffff !important;
}
.cid-u38hd8leKs .nav-item:focus,
.cid-u38hd8leKs .nav-link:focus {
  outline: none;
}
.cid-u38hd8leKs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u38hd8leKs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u38hd8leKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u38hd8leKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u38hd8leKs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u38hd8leKs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u38hd8leKs .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u38hd8leKs .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u38hd8leKs .navbar.opened {
  transition: all .3s;
}
.cid-u38hd8leKs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u38hd8leKs .navbar .navbar-logo img {
  width: auto;
}
.cid-u38hd8leKs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u38hd8leKs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u38hd8leKs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u38hd8leKs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u38hd8leKs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u38hd8leKs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u38hd8leKs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u38hd8leKs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u38hd8leKs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u38hd8leKs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u38hd8leKs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u38hd8leKs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u38hd8leKs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u38hd8leKs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u38hd8leKs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u38hd8leKs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u38hd8leKs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u38hd8leKs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u38hd8leKs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u38hd8leKs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u38hd8leKs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u38hd8leKs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u38hd8leKs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u38hd8leKs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u38hd8leKs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u38hd8leKs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u38hd8leKs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u38hd8leKs .dropdown-item.active,
.cid-u38hd8leKs .dropdown-item:active {
  background-color: transparent;
}
.cid-u38hd8leKs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u38hd8leKs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u38hd8leKs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u38hd8leKs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u38hd8leKs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u38hd8leKs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u38hd8leKs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u38hd8leKs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u38hd8leKs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u38hd8leKs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u38hd8leKs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u38hd8leKs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u38hd8leKs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u38hd8leKs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u38hd8leKs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38hd8leKs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u38hd8leKs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u38hd8leKs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38hd8leKs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u38hd8leKs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u38hd8leKs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u38hd8leKs .navbar {
    height: 77px;
  }
  .cid-u38hd8leKs .navbar.opened {
    height: auto;
  }
  .cid-u38hd8leKs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u38hd8GNc2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-u38hd8GNc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hd8GNc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hd8GNc2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u38hd8GNc2 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-u38hd9dC3x {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-u38hd9dC3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hd9dC3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u38hd9dC3x .container {
    max-width: 1400px;
  }
}
.cid-u38hd9dC3x .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u38hd9dC3x .card-wrapper {
  margin-top: 3rem;
}
.cid-u38hd9dC3x .row {
  justify-content: center;
}
.cid-u38hd9dC3x .card-text {
  color: #ffffff;
}
.cid-u38hd9dC3x .card-title,
.cid-u38hd9dC3x .iconfont-wrapper {
  color: #ffffff;
}
.cid-u38hd9dC3x .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u38hd8Yj6O {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-6-398x525.png");
}
.cid-u38hd8Yj6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hd8Yj6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hd9yjuY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-13-740x360.jpg");
}
.cid-u38hd9yjuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hd9yjuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hd9yjuY .mbr-text,
.cid-u38hd9yjuY .mbr-section-btn {
  color: #232323;
}
.cid-u38hd9yjuY .card-title,
.cid-u38hd9yjuY .card-box {
  color: #000000;
  text-align: left;
}
.cid-u38hd9yjuY .mbr-text,
.cid-u38hd9yjuY .link-wrap {
  color: #ffffff;
}
.cid-u38hd9yjuY .card-box .mbr-text,
.cid-u38hd9yjuY .mbr-section-btn {
  color: #000000;
}
.cid-u38hd9NKYM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-1-720x960.png");
}
.cid-u38hd9NKYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hd9NKYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hd9NKYM .mbr-text,
.cid-u38hd9NKYM .mbr-section-btn {
  color: #232323;
}
.cid-u38hd9NKYM .card-title,
.cid-u38hd9NKYM .card-box {
  color: #000000;
  text-align: right;
}
.cid-u38hd9NKYM .mbr-text,
.cid-u38hd9NKYM .link-wrap {
  color: #ffffff;
}
.cid-u38hd9NKYM .card-box .mbr-text,
.cid-u38hd9NKYM .mbr-section-btn {
  color: #000000;
}
.cid-u38hda2XDv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-14-700x700.jpg");
}
.cid-u38hda2XDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hda2XDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hda2XDv .mbr-text,
.cid-u38hda2XDv .mbr-section-btn {
  color: #232323;
}
.cid-u38hda2XDv .card-title,
.cid-u38hda2XDv .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-u38hda2XDv .mbr-text,
.cid-u38hda2XDv .link-wrap {
  color: #ffffff;
}
.cid-u38hda2XDv .card-box .mbr-text,
.cid-u38hda2XDv .mbr-section-btn {
  color: #ffffff;
}
.cid-u38hdaivG5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-9-474x649.png");
}
.cid-u38hdaivG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hdaivG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hdaivG5 .mbr-text,
.cid-u38hdaivG5 .mbr-section-btn {
  color: #232323;
}
.cid-u38hdaivG5 .card-title,
.cid-u38hdaivG5 .card-box {
  color: #000000;
  text-align: right;
}
.cid-u38hdaivG5 .mbr-text,
.cid-u38hdaivG5 .link-wrap {
  color: #ffffff;
}
.cid-u38hdaivG5 .card-box .mbr-text,
.cid-u38hdaivG5 .mbr-section-btn {
  color: #000000;
}
.cid-u38hdawoC6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-2-685x400.png");
}
.cid-u38hdawoC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hdawoC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hdawoC6 .mbr-text,
.cid-u38hdawoC6 .mbr-section-btn {
  color: #232323;
}
.cid-u38hdawoC6 .card-title,
.cid-u38hdawoC6 .card-box {
  color: #000000;
  text-align: left;
}
.cid-u38hdawoC6 .mbr-text,
.cid-u38hdawoC6 .link-wrap {
  color: #ffffff;
}
.cid-u38hdawoC6 .card-box .mbr-text,
.cid-u38hdawoC6 .mbr-section-btn {
  color: #000000;
}
.cid-u38hdaNVgo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u38hdaNVgo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u38hdaNVgo form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u38hdaNVgo form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u38hdaNVgo form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u38hdaNVgo .mbr-section-title {
  color: #ffffff;
}
.cid-u38hdaNVgo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u38hdb958p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u38hdb958p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hdb958p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hdb958p .google-map {
  height: 30rem;
  position: relative;
}
.cid-u38hdb958p .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u38hdb958p .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u38hdb958p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u38hdb958p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u38hdbqJHD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u38hdbqJHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hdbqJHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hdbGPNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u38hdbGPNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hdbGPNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hdbGPNd .mbr-section-title {
  color: #bbbbbb;
}
.cid-u38hdbGPNd .mbr-section-subtitle {
  color: #353535;
}
.cid-u38hdbXs0u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-u38hdbXs0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hdbXs0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hdbXs0u .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u38hdbXs0u .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u38hdbXs0u .row {
    text-align: center;
  }
  .cid-u38hdbXs0u .row > div {
    margin: auto;
  }
  .cid-u38hdbXs0u .social-row {
    justify-content: center;
  }
}
.cid-u38hdbXs0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u38hdbXs0u .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-u38hdbXs0u .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u38hdbXs0u .list {
    margin-bottom: 0rem;
  }
}
.cid-u38hdbXs0u .mbr-text {
  color: #bbbbbb;
}
.cid-u38hdbXs0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u38hdbXs0u .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u38hdbXs0u div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u38hdbXs0u .mbr-section-subtitle {
  text-align: justify;
}
.cid-u38hq4zuWl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u38hq4zuWl nav.navbar {
  position: fixed;
}
.cid-u38hq4zuWl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u38hq4zuWl .dropdown-menu {
  padding: 0;
}
.cid-u38hq4zuWl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u38hq4zuWl .dropdown-item:hover,
.cid-u38hq4zuWl .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-u38hq4zuWl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u38hq4zuWl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u38hq4zuWl .nav-link {
  position: relative;
}
.cid-u38hq4zuWl .container {
  display: flex;
  margin: auto;
}
.cid-u38hq4zuWl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u38hq4zuWl .navbar-caption {
  padding-right: 4rem;
}
.cid-u38hq4zuWl .dropdown-menu,
.cid-u38hq4zuWl .navbar.opened {
  background: #ffffff !important;
}
.cid-u38hq4zuWl .nav-item:focus,
.cid-u38hq4zuWl .nav-link:focus {
  outline: none;
}
.cid-u38hq4zuWl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u38hq4zuWl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u38hq4zuWl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u38hq4zuWl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u38hq4zuWl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u38hq4zuWl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u38hq4zuWl .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u38hq4zuWl .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u38hq4zuWl .navbar.opened {
  transition: all .3s;
}
.cid-u38hq4zuWl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u38hq4zuWl .navbar .navbar-logo img {
  width: auto;
}
.cid-u38hq4zuWl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u38hq4zuWl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u38hq4zuWl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u38hq4zuWl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u38hq4zuWl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u38hq4zuWl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u38hq4zuWl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u38hq4zuWl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u38hq4zuWl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u38hq4zuWl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u38hq4zuWl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u38hq4zuWl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u38hq4zuWl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u38hq4zuWl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u38hq4zuWl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u38hq4zuWl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u38hq4zuWl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u38hq4zuWl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u38hq4zuWl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u38hq4zuWl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u38hq4zuWl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u38hq4zuWl .navbar.navbar-short {
  min-height: 60px;
}
.cid-u38hq4zuWl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u38hq4zuWl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u38hq4zuWl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u38hq4zuWl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u38hq4zuWl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u38hq4zuWl .dropdown-item.active,
.cid-u38hq4zuWl .dropdown-item:active {
  background-color: transparent;
}
.cid-u38hq4zuWl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u38hq4zuWl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u38hq4zuWl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u38hq4zuWl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u38hq4zuWl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u38hq4zuWl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u38hq4zuWl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u38hq4zuWl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u38hq4zuWl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u38hq4zuWl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u38hq4zuWl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u38hq4zuWl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u38hq4zuWl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u38hq4zuWl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u38hq4zuWl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38hq4zuWl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u38hq4zuWl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u38hq4zuWl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38hq4zuWl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u38hq4zuWl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u38hq4zuWl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u38hq4zuWl .navbar {
    height: 77px;
  }
  .cid-u38hq4zuWl .navbar.opened {
    height: auto;
  }
  .cid-u38hq4zuWl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u38hq4St0Q {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-u38hq4St0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq4St0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq4St0Q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u38hq4St0Q .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-u38hq5587m {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-6-398x525.png");
}
.cid-u38hq5587m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq5587m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq5jzoq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-u38hq5jzoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq5jzoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u38hq5jzoq .container {
    max-width: 1400px;
  }
}
.cid-u38hq5jzoq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u38hq5jzoq .card-wrapper {
  margin-top: 3rem;
}
.cid-u38hq5jzoq .row {
  justify-content: center;
}
.cid-u38hq5jzoq .card-text {
  color: #ffffff;
}
.cid-u38hq5jzoq .card-title,
.cid-u38hq5jzoq .iconfont-wrapper {
  color: #ffffff;
}
.cid-u38hq5jzoq .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u38hq5E718 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-13-740x360.jpg");
}
.cid-u38hq5E718 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq5E718 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq5E718 .mbr-text,
.cid-u38hq5E718 .mbr-section-btn {
  color: #232323;
}
.cid-u38hq5E718 .card-title,
.cid-u38hq5E718 .card-box {
  color: #000000;
  text-align: left;
}
.cid-u38hq5E718 .mbr-text,
.cid-u38hq5E718 .link-wrap {
  color: #ffffff;
}
.cid-u38hq5E718 .card-box .mbr-text,
.cid-u38hq5E718 .mbr-section-btn {
  color: #000000;
}
.cid-u38hq5RbCb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-1-720x960.png");
}
.cid-u38hq5RbCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq5RbCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq5RbCb .mbr-text,
.cid-u38hq5RbCb .mbr-section-btn {
  color: #232323;
}
.cid-u38hq5RbCb .card-title,
.cid-u38hq5RbCb .card-box {
  color: #000000;
  text-align: right;
}
.cid-u38hq5RbCb .mbr-text,
.cid-u38hq5RbCb .link-wrap {
  color: #ffffff;
}
.cid-u38hq5RbCb .card-box .mbr-text,
.cid-u38hq5RbCb .mbr-section-btn {
  color: #000000;
}
.cid-u38hq64iXu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-14-700x700.jpg");
}
.cid-u38hq64iXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq64iXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq64iXu .mbr-text,
.cid-u38hq64iXu .mbr-section-btn {
  color: #232323;
}
.cid-u38hq64iXu .card-title,
.cid-u38hq64iXu .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-u38hq64iXu .mbr-text,
.cid-u38hq64iXu .link-wrap {
  color: #ffffff;
}
.cid-u38hq64iXu .card-box .mbr-text,
.cid-u38hq64iXu .mbr-section-btn {
  color: #ffffff;
}
.cid-u38hq6ynm4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-2-685x400.png");
}
.cid-u38hq6ynm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq6ynm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq6ynm4 .mbr-text,
.cid-u38hq6ynm4 .mbr-section-btn {
  color: #232323;
}
.cid-u38hq6ynm4 .card-title,
.cid-u38hq6ynm4 .card-box {
  color: #000000;
  text-align: left;
}
.cid-u38hq6ynm4 .mbr-text,
.cid-u38hq6ynm4 .link-wrap {
  color: #ffffff;
}
.cid-u38hq6ynm4 .card-box .mbr-text,
.cid-u38hq6ynm4 .mbr-section-btn {
  color: #000000;
}
.cid-u38hq6kmY8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-9-474x649.png");
}
.cid-u38hq6kmY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq6kmY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq6kmY8 .mbr-text,
.cid-u38hq6kmY8 .mbr-section-btn {
  color: #232323;
}
.cid-u38hq6kmY8 .card-title,
.cid-u38hq6kmY8 .card-box {
  color: #000000;
  text-align: right;
}
.cid-u38hq6kmY8 .mbr-text,
.cid-u38hq6kmY8 .link-wrap {
  color: #ffffff;
}
.cid-u38hq6kmY8 .card-box .mbr-text,
.cid-u38hq6kmY8 .mbr-section-btn {
  color: #000000;
}
.cid-u38hq6LCP2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u38hq6LCP2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u38hq6LCP2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u38hq6LCP2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u38hq6LCP2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u38hq6LCP2 .mbr-section-title {
  color: #ffffff;
}
.cid-u38hq6LCP2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u38hq73jSD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u38hq73jSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq73jSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq73jSD .google-map {
  height: 30rem;
  position: relative;
}
.cid-u38hq73jSD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u38hq73jSD .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u38hq73jSD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u38hq73jSD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u38hq7mPxi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u38hq7mPxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq7mPxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq7zXch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u38hq7zXch .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq7zXch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq7zXch .mbr-section-title {
  color: #bbbbbb;
}
.cid-u38hq7zXch .mbr-section-subtitle {
  color: #353535;
}
.cid-u38hq7O7rv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-u38hq7O7rv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hq7O7rv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hq7O7rv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u38hq7O7rv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u38hq7O7rv .row {
    text-align: center;
  }
  .cid-u38hq7O7rv .row > div {
    margin: auto;
  }
  .cid-u38hq7O7rv .social-row {
    justify-content: center;
  }
}
.cid-u38hq7O7rv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u38hq7O7rv .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-u38hq7O7rv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u38hq7O7rv .list {
    margin-bottom: 0rem;
  }
}
.cid-u38hq7O7rv .mbr-text {
  color: #bbbbbb;
}
.cid-u38hq7O7rv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u38hq7O7rv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u38hq7O7rv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u38hq7O7rv .mbr-section-subtitle {
  text-align: justify;
}
.cid-u38hwOrmGR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u38hwOrmGR nav.navbar {
  position: fixed;
}
.cid-u38hwOrmGR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u38hwOrmGR .dropdown-menu {
  padding: 0;
}
.cid-u38hwOrmGR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u38hwOrmGR .dropdown-item:hover,
.cid-u38hwOrmGR .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-u38hwOrmGR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u38hwOrmGR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u38hwOrmGR .nav-link {
  position: relative;
}
.cid-u38hwOrmGR .container {
  display: flex;
  margin: auto;
}
.cid-u38hwOrmGR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u38hwOrmGR .navbar-caption {
  padding-right: 4rem;
}
.cid-u38hwOrmGR .dropdown-menu,
.cid-u38hwOrmGR .navbar.opened {
  background: #ffffff !important;
}
.cid-u38hwOrmGR .nav-item:focus,
.cid-u38hwOrmGR .nav-link:focus {
  outline: none;
}
.cid-u38hwOrmGR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u38hwOrmGR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u38hwOrmGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u38hwOrmGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u38hwOrmGR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u38hwOrmGR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u38hwOrmGR .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u38hwOrmGR .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u38hwOrmGR .navbar.opened {
  transition: all .3s;
}
.cid-u38hwOrmGR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u38hwOrmGR .navbar .navbar-logo img {
  width: auto;
}
.cid-u38hwOrmGR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u38hwOrmGR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u38hwOrmGR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u38hwOrmGR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u38hwOrmGR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u38hwOrmGR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u38hwOrmGR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u38hwOrmGR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u38hwOrmGR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u38hwOrmGR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u38hwOrmGR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u38hwOrmGR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u38hwOrmGR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u38hwOrmGR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u38hwOrmGR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u38hwOrmGR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u38hwOrmGR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u38hwOrmGR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u38hwOrmGR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u38hwOrmGR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u38hwOrmGR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u38hwOrmGR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u38hwOrmGR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u38hwOrmGR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u38hwOrmGR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u38hwOrmGR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u38hwOrmGR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u38hwOrmGR .dropdown-item.active,
.cid-u38hwOrmGR .dropdown-item:active {
  background-color: transparent;
}
.cid-u38hwOrmGR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u38hwOrmGR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u38hwOrmGR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u38hwOrmGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u38hwOrmGR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u38hwOrmGR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u38hwOrmGR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u38hwOrmGR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u38hwOrmGR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u38hwOrmGR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u38hwOrmGR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u38hwOrmGR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u38hwOrmGR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u38hwOrmGR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u38hwOrmGR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38hwOrmGR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u38hwOrmGR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u38hwOrmGR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38hwOrmGR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u38hwOrmGR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u38hwOrmGR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u38hwOrmGR .navbar {
    height: 77px;
  }
  .cid-u38hwOrmGR .navbar.opened {
    height: auto;
  }
  .cid-u38hwOrmGR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u38hwOIj1K {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-u38hwOIj1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwOIj1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwOIj1K .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u38hwOIj1K .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-u38hwOWX05 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-6-398x525.png");
}
.cid-u38hwOWX05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwOWX05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwPawny {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-u38hwPawny .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwPawny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u38hwPawny .container {
    max-width: 1400px;
  }
}
.cid-u38hwPawny .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u38hwPawny .card-wrapper {
  margin-top: 3rem;
}
.cid-u38hwPawny .row {
  justify-content: center;
}
.cid-u38hwPawny .card-text {
  color: #ffffff;
}
.cid-u38hwPawny .card-title,
.cid-u38hwPawny .iconfont-wrapper {
  color: #ffffff;
}
.cid-u38hwPawny .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u38hwPJuYB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-1-720x960.png");
}
.cid-u38hwPJuYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwPJuYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwPJuYB .mbr-text,
.cid-u38hwPJuYB .mbr-section-btn {
  color: #232323;
}
.cid-u38hwPJuYB .card-title,
.cid-u38hwPJuYB .card-box {
  color: #000000;
  text-align: right;
}
.cid-u38hwPJuYB .mbr-text,
.cid-u38hwPJuYB .link-wrap {
  color: #ffffff;
}
.cid-u38hwPJuYB .card-box .mbr-text,
.cid-u38hwPJuYB .mbr-section-btn {
  color: #000000;
}
.cid-u38hwPuErw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-13-740x360.jpg");
}
.cid-u38hwPuErw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwPuErw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwPuErw .mbr-text,
.cid-u38hwPuErw .mbr-section-btn {
  color: #232323;
}
.cid-u38hwPuErw .card-title,
.cid-u38hwPuErw .card-box {
  color: #000000;
  text-align: left;
}
.cid-u38hwPuErw .mbr-text,
.cid-u38hwPuErw .link-wrap {
  color: #ffffff;
}
.cid-u38hwPuErw .card-box .mbr-text,
.cid-u38hwPuErw .mbr-section-btn {
  color: #000000;
}
.cid-u38hwPWP9o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-14-700x700.jpg");
}
.cid-u38hwPWP9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwPWP9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwPWP9o .mbr-text,
.cid-u38hwPWP9o .mbr-section-btn {
  color: #232323;
}
.cid-u38hwPWP9o .card-title,
.cid-u38hwPWP9o .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-u38hwPWP9o .mbr-text,
.cid-u38hwPWP9o .link-wrap {
  color: #ffffff;
}
.cid-u38hwPWP9o .card-box .mbr-text,
.cid-u38hwPWP9o .mbr-section-btn {
  color: #ffffff;
}
.cid-u38hwQaXXb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-9-474x649.png");
}
.cid-u38hwQaXXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwQaXXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwQaXXb .mbr-text,
.cid-u38hwQaXXb .mbr-section-btn {
  color: #232323;
}
.cid-u38hwQaXXb .card-title,
.cid-u38hwQaXXb .card-box {
  color: #000000;
  text-align: right;
}
.cid-u38hwQaXXb .mbr-text,
.cid-u38hwQaXXb .link-wrap {
  color: #ffffff;
}
.cid-u38hwQaXXb .card-box .mbr-text,
.cid-u38hwQaXXb .mbr-section-btn {
  color: #000000;
}
.cid-u38hwQoSje {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-2-685x400.png");
}
.cid-u38hwQoSje .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwQoSje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwQoSje .mbr-text,
.cid-u38hwQoSje .mbr-section-btn {
  color: #232323;
}
.cid-u38hwQoSje .card-title,
.cid-u38hwQoSje .card-box {
  color: #000000;
  text-align: left;
}
.cid-u38hwQoSje .mbr-text,
.cid-u38hwQoSje .link-wrap {
  color: #ffffff;
}
.cid-u38hwQoSje .card-box .mbr-text,
.cid-u38hwQoSje .mbr-section-btn {
  color: #000000;
}
.cid-u38hwQCDNZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u38hwQCDNZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u38hwQCDNZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u38hwQCDNZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u38hwQCDNZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u38hwQCDNZ .mbr-section-title {
  color: #ffffff;
}
.cid-u38hwQCDNZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u38hwQRvlZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u38hwQRvlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwQRvlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwQRvlZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-u38hwQRvlZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u38hwQRvlZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u38hwQRvlZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u38hwQRvlZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u38hwR9GqD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u38hwR9GqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwR9GqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwRqghC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u38hwRqghC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwRqghC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwRqghC .mbr-section-title {
  color: #bbbbbb;
}
.cid-u38hwRqghC .mbr-section-subtitle {
  color: #353535;
}
.cid-u38hwRFnbC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-u38hwRFnbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hwRFnbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hwRFnbC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u38hwRFnbC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u38hwRFnbC .row {
    text-align: center;
  }
  .cid-u38hwRFnbC .row > div {
    margin: auto;
  }
  .cid-u38hwRFnbC .social-row {
    justify-content: center;
  }
}
.cid-u38hwRFnbC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u38hwRFnbC .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-u38hwRFnbC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u38hwRFnbC .list {
    margin-bottom: 0rem;
  }
}
.cid-u38hwRFnbC .mbr-text {
  color: #bbbbbb;
}
.cid-u38hwRFnbC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u38hwRFnbC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u38hwRFnbC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u38hwRFnbC .mbr-section-subtitle {
  text-align: justify;
}
.cid-u38hFXhLCV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u38hFXhLCV nav.navbar {
  position: fixed;
}
.cid-u38hFXhLCV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u38hFXhLCV .dropdown-menu {
  padding: 0;
}
.cid-u38hFXhLCV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u38hFXhLCV .dropdown-item:hover,
.cid-u38hFXhLCV .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-u38hFXhLCV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u38hFXhLCV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u38hFXhLCV .nav-link {
  position: relative;
}
.cid-u38hFXhLCV .container {
  display: flex;
  margin: auto;
}
.cid-u38hFXhLCV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u38hFXhLCV .navbar-caption {
  padding-right: 4rem;
}
.cid-u38hFXhLCV .dropdown-menu,
.cid-u38hFXhLCV .navbar.opened {
  background: #ffffff !important;
}
.cid-u38hFXhLCV .nav-item:focus,
.cid-u38hFXhLCV .nav-link:focus {
  outline: none;
}
.cid-u38hFXhLCV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u38hFXhLCV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u38hFXhLCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u38hFXhLCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u38hFXhLCV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u38hFXhLCV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u38hFXhLCV .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u38hFXhLCV .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u38hFXhLCV .navbar.opened {
  transition: all .3s;
}
.cid-u38hFXhLCV .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u38hFXhLCV .navbar .navbar-logo img {
  width: auto;
}
.cid-u38hFXhLCV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u38hFXhLCV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u38hFXhLCV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u38hFXhLCV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u38hFXhLCV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u38hFXhLCV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u38hFXhLCV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u38hFXhLCV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u38hFXhLCV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u38hFXhLCV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u38hFXhLCV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u38hFXhLCV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u38hFXhLCV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u38hFXhLCV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u38hFXhLCV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u38hFXhLCV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u38hFXhLCV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u38hFXhLCV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u38hFXhLCV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u38hFXhLCV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u38hFXhLCV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u38hFXhLCV .navbar.navbar-short {
  min-height: 60px;
}
.cid-u38hFXhLCV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u38hFXhLCV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u38hFXhLCV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u38hFXhLCV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u38hFXhLCV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u38hFXhLCV .dropdown-item.active,
.cid-u38hFXhLCV .dropdown-item:active {
  background-color: transparent;
}
.cid-u38hFXhLCV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u38hFXhLCV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u38hFXhLCV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u38hFXhLCV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u38hFXhLCV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u38hFXhLCV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u38hFXhLCV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u38hFXhLCV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u38hFXhLCV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u38hFXhLCV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u38hFXhLCV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u38hFXhLCV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u38hFXhLCV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u38hFXhLCV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u38hFXhLCV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38hFXhLCV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u38hFXhLCV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u38hFXhLCV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38hFXhLCV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u38hFXhLCV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u38hFXhLCV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u38hFXhLCV .navbar {
    height: 77px;
  }
  .cid-u38hFXhLCV .navbar.opened {
    height: auto;
  }
  .cid-u38hFXhLCV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u38hFXz9sS {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-u38hFXz9sS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hFXz9sS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hFXz9sS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u38hFXz9sS .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-u38hFXNmGL {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-6-398x525.png");
}
.cid-u38hFXNmGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hFXNmGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hFY3wMG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-u38hFY3wMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hFY3wMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u38hFY3wMG .container {
    max-width: 1400px;
  }
}
.cid-u38hFY3wMG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u38hFY3wMG .card-wrapper {
  margin-top: 3rem;
}
.cid-u38hFY3wMG .row {
  justify-content: center;
}
.cid-u38hFY3wMG .card-text {
  color: #ffffff;
}
.cid-u38hFY3wMG .card-title,
.cid-u38hFY3wMG .iconfont-wrapper {
  color: #ffffff;
}
.cid-u38hFY3wMG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u38hFYlrU3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-13-740x360.jpg");
}
.cid-u38hFYlrU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hFYlrU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hFYlrU3 .mbr-text,
.cid-u38hFYlrU3 .mbr-section-btn {
  color: #232323;
}
.cid-u38hFYlrU3 .card-title,
.cid-u38hFYlrU3 .card-box {
  color: #000000;
  text-align: left;
}
.cid-u38hFYlrU3 .mbr-text,
.cid-u38hFYlrU3 .link-wrap {
  color: #ffffff;
}
.cid-u38hFYlrU3 .card-box .mbr-text,
.cid-u38hFYlrU3 .mbr-section-btn {
  color: #000000;
}
.cid-u38hFYzVw2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-1-720x960.png");
}
.cid-u38hFYzVw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hFYzVw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hFYzVw2 .mbr-text,
.cid-u38hFYzVw2 .mbr-section-btn {
  color: #232323;
}
.cid-u38hFYzVw2 .card-title,
.cid-u38hFYzVw2 .card-box {
  color: #000000;
  text-align: right;
}
.cid-u38hFYzVw2 .mbr-text,
.cid-u38hFYzVw2 .link-wrap {
  color: #ffffff;
}
.cid-u38hFYzVw2 .card-box .mbr-text,
.cid-u38hFYzVw2 .mbr-section-btn {
  color: #000000;
}
.cid-u38hFYM7Db {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-14-700x700.jpg");
}
.cid-u38hFYM7Db .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hFYM7Db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hFYM7Db .mbr-text,
.cid-u38hFYM7Db .mbr-section-btn {
  color: #232323;
}
.cid-u38hFYM7Db .card-title,
.cid-u38hFYM7Db .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-u38hFYM7Db .mbr-text,
.cid-u38hFYM7Db .link-wrap {
  color: #ffffff;
}
.cid-u38hFYM7Db .card-box .mbr-text,
.cid-u38hFYM7Db .mbr-section-btn {
  color: #ffffff;
}
.cid-u38hFZs1FE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u38hFZs1FE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u38hFZs1FE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u38hFZs1FE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u38hFZs1FE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u38hFZs1FE .mbr-section-title {
  color: #ffffff;
}
.cid-u38hFZs1FE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u38hFZ0AAH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-9-474x649.png");
}
.cid-u38hFZ0AAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hFZ0AAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hFZ0AAH .mbr-text,
.cid-u38hFZ0AAH .mbr-section-btn {
  color: #232323;
}
.cid-u38hFZ0AAH .card-title,
.cid-u38hFZ0AAH .card-box {
  color: #000000;
  text-align: right;
}
.cid-u38hFZ0AAH .mbr-text,
.cid-u38hFZ0AAH .link-wrap {
  color: #ffffff;
}
.cid-u38hFZ0AAH .card-box .mbr-text,
.cid-u38hFZ0AAH .mbr-section-btn {
  color: #000000;
}
.cid-u38hFZeDsM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-2-685x400.png");
}
.cid-u38hFZeDsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hFZeDsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hFZeDsM .mbr-text,
.cid-u38hFZeDsM .mbr-section-btn {
  color: #232323;
}
.cid-u38hFZeDsM .card-title,
.cid-u38hFZeDsM .card-box {
  color: #000000;
  text-align: left;
}
.cid-u38hFZeDsM .mbr-text,
.cid-u38hFZeDsM .link-wrap {
  color: #ffffff;
}
.cid-u38hFZeDsM .card-box .mbr-text,
.cid-u38hFZeDsM .mbr-section-btn {
  color: #000000;
}
.cid-u38hFZKkp1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u38hFZKkp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hFZKkp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hFZKkp1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-u38hFZKkp1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u38hFZKkp1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u38hFZKkp1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u38hFZKkp1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u38hG03qa2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u38hG03qa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hG03qa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hG0hLBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u38hG0hLBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hG0hLBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hG0hLBk .mbr-section-title {
  color: #bbbbbb;
}
.cid-u38hG0hLBk .mbr-section-subtitle {
  color: #353535;
}
.cid-u38hG0xx4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-u38hG0xx4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hG0xx4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hG0xx4y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u38hG0xx4y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u38hG0xx4y .row {
    text-align: center;
  }
  .cid-u38hG0xx4y .row > div {
    margin: auto;
  }
  .cid-u38hG0xx4y .social-row {
    justify-content: center;
  }
}
.cid-u38hG0xx4y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u38hG0xx4y .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-u38hG0xx4y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u38hG0xx4y .list {
    margin-bottom: 0rem;
  }
}
.cid-u38hG0xx4y .mbr-text {
  color: #bbbbbb;
}
.cid-u38hG0xx4y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u38hG0xx4y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u38hG0xx4y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u38hG0xx4y .mbr-section-subtitle {
  text-align: justify;
}
.cid-u38hOed5C0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u38hOed5C0 nav.navbar {
  position: fixed;
}
.cid-u38hOed5C0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u38hOed5C0 .dropdown-menu {
  padding: 0;
}
.cid-u38hOed5C0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u38hOed5C0 .dropdown-item:hover,
.cid-u38hOed5C0 .dropdown-item:focus {
  background: #b59e3b !important;
  color: white !important;
}
.cid-u38hOed5C0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u38hOed5C0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u38hOed5C0 .nav-link {
  position: relative;
}
.cid-u38hOed5C0 .container {
  display: flex;
  margin: auto;
}
.cid-u38hOed5C0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u38hOed5C0 .navbar-caption {
  padding-right: 4rem;
}
.cid-u38hOed5C0 .dropdown-menu,
.cid-u38hOed5C0 .navbar.opened {
  background: #ffffff !important;
}
.cid-u38hOed5C0 .nav-item:focus,
.cid-u38hOed5C0 .nav-link:focus {
  outline: none;
}
.cid-u38hOed5C0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u38hOed5C0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u38hOed5C0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u38hOed5C0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u38hOed5C0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u38hOed5C0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u38hOed5C0 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u38hOed5C0 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u38hOed5C0 .navbar.opened {
  transition: all .3s;
}
.cid-u38hOed5C0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u38hOed5C0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u38hOed5C0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u38hOed5C0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u38hOed5C0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u38hOed5C0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u38hOed5C0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u38hOed5C0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u38hOed5C0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u38hOed5C0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u38hOed5C0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u38hOed5C0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u38hOed5C0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u38hOed5C0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u38hOed5C0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u38hOed5C0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u38hOed5C0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u38hOed5C0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u38hOed5C0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u38hOed5C0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u38hOed5C0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u38hOed5C0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u38hOed5C0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u38hOed5C0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u38hOed5C0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u38hOed5C0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u38hOed5C0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u38hOed5C0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u38hOed5C0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u38hOed5C0 .dropdown-item.active,
.cid-u38hOed5C0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u38hOed5C0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u38hOed5C0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u38hOed5C0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u38hOed5C0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u38hOed5C0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u38hOed5C0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u38hOed5C0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u38hOed5C0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u38hOed5C0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u38hOed5C0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u38hOed5C0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u38hOed5C0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u38hOed5C0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u38hOed5C0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u38hOed5C0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38hOed5C0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u38hOed5C0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u38hOed5C0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38hOed5C0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u38hOed5C0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u38hOed5C0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u38hOed5C0 .navbar {
    height: 77px;
  }
  .cid-u38hOed5C0 .navbar.opened {
    height: auto;
  }
  .cid-u38hOed5C0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u38hOewYqh {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-12-968x646.png");
}
.cid-u38hOewYqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOewYqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOewYqh .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u38hOewYqh .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-u38hOeJS44 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-6-398x525.png");
}
.cid-u38hOeJS44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOeJS44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOeY2cM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-u38hOeY2cM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOeY2cM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u38hOeY2cM .container {
    max-width: 1400px;
  }
}
.cid-u38hOeY2cM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u38hOeY2cM .card-wrapper {
  margin-top: 3rem;
}
.cid-u38hOeY2cM .row {
  justify-content: center;
}
.cid-u38hOeY2cM .card-text {
  color: #ffffff;
}
.cid-u38hOeY2cM .card-title,
.cid-u38hOeY2cM .iconfont-wrapper {
  color: #ffffff;
}
.cid-u38hOeY2cM .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u38hOfkfdU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-13-740x360.jpg");
}
.cid-u38hOfkfdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOfkfdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOfkfdU .mbr-text,
.cid-u38hOfkfdU .mbr-section-btn {
  color: #232323;
}
.cid-u38hOfkfdU .card-title,
.cid-u38hOfkfdU .card-box {
  color: #000000;
  text-align: left;
}
.cid-u38hOfkfdU .mbr-text,
.cid-u38hOfkfdU .link-wrap {
  color: #ffffff;
}
.cid-u38hOfkfdU .card-box .mbr-text,
.cid-u38hOfkfdU .mbr-section-btn {
  color: #000000;
}
.cid-u38hOfxTlf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-1-720x960.png");
}
.cid-u38hOfxTlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOfxTlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOfxTlf .mbr-text,
.cid-u38hOfxTlf .mbr-section-btn {
  color: #232323;
}
.cid-u38hOfxTlf .card-title,
.cid-u38hOfxTlf .card-box {
  color: #000000;
  text-align: right;
}
.cid-u38hOfxTlf .mbr-text,
.cid-u38hOfxTlf .link-wrap {
  color: #ffffff;
}
.cid-u38hOfxTlf .card-box .mbr-text,
.cid-u38hOfxTlf .mbr-section-btn {
  color: #000000;
}
.cid-u38hOg3CCs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-9-474x649.png");
}
.cid-u38hOg3CCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOg3CCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOg3CCs .mbr-text,
.cid-u38hOg3CCs .mbr-section-btn {
  color: #232323;
}
.cid-u38hOg3CCs .card-title,
.cid-u38hOg3CCs .card-box {
  color: #000000;
  text-align: right;
}
.cid-u38hOg3CCs .mbr-text,
.cid-u38hOg3CCs .link-wrap {
  color: #ffffff;
}
.cid-u38hOg3CCs .card-box .mbr-text,
.cid-u38hOg3CCs .mbr-section-btn {
  color: #000000;
}
.cid-u38hOggsct {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-2-685x400.png");
}
.cid-u38hOggsct .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOggsct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOggsct .mbr-text,
.cid-u38hOggsct .mbr-section-btn {
  color: #232323;
}
.cid-u38hOggsct .card-title,
.cid-u38hOggsct .card-box {
  color: #000000;
  text-align: left;
}
.cid-u38hOggsct .mbr-text,
.cid-u38hOggsct .link-wrap {
  color: #ffffff;
}
.cid-u38hOggsct .card-box .mbr-text,
.cid-u38hOggsct .mbr-section-btn {
  color: #000000;
}
.cid-u38hOfMNM8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-14-700x700.jpg");
}
.cid-u38hOfMNM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOfMNM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOfMNM8 .mbr-text,
.cid-u38hOfMNM8 .mbr-section-btn {
  color: #232323;
}
.cid-u38hOfMNM8 .card-title,
.cid-u38hOfMNM8 .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-u38hOfMNM8 .mbr-text,
.cid-u38hOfMNM8 .link-wrap {
  color: #ffffff;
}
.cid-u38hOfMNM8 .card-box .mbr-text,
.cid-u38hOfMNM8 .mbr-section-btn {
  color: #ffffff;
}
.cid-u38hOgt6Va {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u38hOgt6Va .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u38hOgt6Va form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u38hOgt6Va form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u38hOgt6Va form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u38hOgt6Va .mbr-section-title {
  color: #ffffff;
}
.cid-u38hOgt6Va .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u38hOgIA5G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u38hOgIA5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOgIA5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOgIA5G .google-map {
  height: 30rem;
  position: relative;
}
.cid-u38hOgIA5G .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u38hOgIA5G .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u38hOgIA5G .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u38hOgIA5G .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u38hOh35TF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u38hOh35TF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOh35TF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOhhPKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u38hOhhPKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOhhPKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOhhPKl .mbr-section-title {
  color: #bbbbbb;
}
.cid-u38hOhhPKl .mbr-section-subtitle {
  color: #353535;
}
.cid-u38hOhwxcK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lustres-em-jundiai-para-residencias-8-960x960.jpg");
}
.cid-u38hOhwxcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38hOhwxcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38hOhwxcK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u38hOhwxcK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u38hOhwxcK .row {
    text-align: center;
  }
  .cid-u38hOhwxcK .row > div {
    margin: auto;
  }
  .cid-u38hOhwxcK .social-row {
    justify-content: center;
  }
}
.cid-u38hOhwxcK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u38hOhwxcK .list {
  list-style: none;
  padding-left: 0;
  color: #ffe161;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-u38hOhwxcK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u38hOhwxcK .list {
    margin-bottom: 0rem;
  }
}
.cid-u38hOhwxcK .mbr-text {
  color: #bbbbbb;
}
.cid-u38hOhwxcK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u38hOhwxcK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u38hOhwxcK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u38hOhwxcK .mbr-section-subtitle {
  text-align: justify;
}
