.btn {
  border-width: 2px;
}
body {
  font-family: 'Jost', sans-serif;
}
.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: 'Rajdhani', sans-serif;
  font-size: 3.2rem;
  line-height: 1.35;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #fafafa !important;
}
.bg-success {
  background-color: #6ec7f2 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !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: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !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: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !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: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #083f59 !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: #262626 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #083f59 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #262626 !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: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #662200 !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: #262626 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #662200 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !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: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !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: #262626 !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: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c4c4c8;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !important;
  background-color: transparent !important;
  border-color: #97979e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6ec7f2;
  color: #6ec7f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea8eb !important;
  background-color: transparent !important;
  border-color: #1ea8eb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #fafafa !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #6ec7f2 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fafafa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15a1e5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !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 {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 500;
  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: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.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: #fafafa;
  border-bottom-color: #fafafa;
}
.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: #fafafa !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: #fafafa !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='%23fafafa' %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;
}
.cid-vqjgOFAnYg {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqjgOFAnYg .navbar-dropdown {
  position: relative !important;
}
.cid-vqjgOFAnYg .navbar-dropdown {
  position: absolute !important;
}
.cid-vqjgOFAnYg .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-vqjgOFAnYg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqjgOFAnYg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqjgOFAnYg .dropdown-item:hover,
.cid-vqjgOFAnYg .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqjgOFAnYg .dropdown-item:hover span {
  color: white;
}
.cid-vqjgOFAnYg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqjgOFAnYg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqjgOFAnYg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqjgOFAnYg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqjgOFAnYg .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqjgOFAnYg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqjgOFAnYg .container {
    flex-wrap: nowrap;
  }
}
.cid-vqjgOFAnYg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqjgOFAnYg .dropdown-menu,
.cid-vqjgOFAnYg .navbar.opened {
  background: #000000 !important;
}
.cid-vqjgOFAnYg .nav-item:focus,
.cid-vqjgOFAnYg .nav-link:focus {
  outline: none;
}
.cid-vqjgOFAnYg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqjgOFAnYg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqjgOFAnYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqjgOFAnYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqjgOFAnYg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqjgOFAnYg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqjgOFAnYg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqjgOFAnYg .navbar.opened {
  transition: all 0.3s;
}
.cid-vqjgOFAnYg .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqjgOFAnYg .navbar .navbar-logo img {
  width: auto;
}
.cid-vqjgOFAnYg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqjgOFAnYg .navbar.collapsed {
  justify-content: center;
}
.cid-vqjgOFAnYg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqjgOFAnYg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqjgOFAnYg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqjgOFAnYg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqjgOFAnYg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqjgOFAnYg .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: 41%;
}
.cid-vqjgOFAnYg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqjgOFAnYg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqjgOFAnYg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqjgOFAnYg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqjgOFAnYg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqjgOFAnYg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqjgOFAnYg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqjgOFAnYg .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: 40%;
  }
  .cid-vqjgOFAnYg .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqjgOFAnYg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqjgOFAnYg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqjgOFAnYg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqjgOFAnYg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqjgOFAnYg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqjgOFAnYg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqjgOFAnYg .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqjgOFAnYg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqjgOFAnYg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqjgOFAnYg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqjgOFAnYg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqjgOFAnYg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqjgOFAnYg .dropdown-item.active,
.cid-vqjgOFAnYg .dropdown-item:active {
  background-color: transparent;
}
.cid-vqjgOFAnYg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqjgOFAnYg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqjgOFAnYg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqjgOFAnYg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqjgOFAnYg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqjgOFAnYg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqjgOFAnYg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqjgOFAnYg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqjgOFAnYg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqjgOFAnYg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqjgOFAnYg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqjgOFAnYg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqjgOFAnYg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqjgOFAnYg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqjgOFAnYg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqjgOFAnYg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqjgOFAnYg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqjgOFAnYg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqjgOFAnYg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqjgOFAnYg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqjgOFAnYg .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqjgOFAnYg .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqjgOFAnYg .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqjgOFAnYg .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqjgOFAnYg .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqjgOFAnYg .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqjgOFAnYg .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqjgOFAnYg .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqjgOFAnYg .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqjgOFAnYg .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqjgOFAnYg .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqjgOFAnYg .social-buttons .social-btn:hover,
.cid-vqjgOFAnYg .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqjgOFAnYg .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqjgOFAnYg .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqjgOFAnYg .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqjgOFAnYg .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqjgOFAnYg .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqjgOFAnYg .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqjgOFAnYg .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqjgOFAnYg .dropdown-menu .dropdown-item:hover::before,
  .cid-vqjgOFAnYg .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqjgR0k9Y8 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1.webp");
}
@media (max-width: 991px) {
  .cid-vqjgR0k9Y8 {
    padding-top: 8rem!important;
  }
  .cid-vqjgR0k9Y8 .header1 .container,
  .cid-vqjgR0k9Y8 .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqjgR0k9Y8 .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqjgR0k9Y8 .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqjgR0k9Y8 .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqjgR0k9Y8 .title-line {
  display: block;
}
.cid-vqjgR0k9Y8 .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqjgR0k9Y8 .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqjgR0k9Y8 .gold-word {
    font-size: 6rem;
  }
}
.cid-vqjgR0k9Y8 .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqjgR0k9Y8 .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqjgR0k9Y8 .subtitle-wrap span {
  display: block;
}
.cid-vqjgR0k9Y8 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqjgR0k9Y8 .rotate {
    top: -6px;
  }
}
.cid-vqjgR0k9Y8 .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqjgR0k9Y8 .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqjgR0k9Y8 .card-btn svg {
  transition: all 0.4s;
}
.cid-vqjgR0k9Y8 .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqjgR0k9Y8 .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqjgR0k9Y8 .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqjgR0k9Y8 .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqjgR0k9Y8 .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqjgR0k9Y8 .column {
  display: flex;
  flex-direction: column;
}
.cid-vqjgR0k9Y8 .mbr-card-title,
.cid-vqjgR0k9Y8 .mbr-text {
  color: #fafafa;
}
.cid-vqjgR0k9Y8 .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqjgR0k9Y8 .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqjgR0k9Y8 .card-btn .mbr-iconfont-btn,
.cid-vqjgR0k9Y8 .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqjgR0k9Y8 .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqjgR0k9Y8 .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqjgR0k9Y8 .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqjgR0k9Y8 .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqjgR0k9Y8 .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqjm3quyW8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqjm3quyW8 .mbr-text,
.cid-vqjm3quyW8 .mbr-section-btn {
  color: #fafafa;
}
.cid-vqjm3quyW8 .row {
  justify-content: start;
}
.cid-vqjm3quyW8 .mbr-section-title {
  color: #fafafa;
}
.cid-vqjm3quyW8 .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqjm3quyW8 .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqjm3quyW8 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqjm3quyW8 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqjm3quyW8 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqjm3quyW8 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqjm3quyW8 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqjm3quyW8 .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqjm3quyW8 .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqjgSAy1ng {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqjgSAy1ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjgSAy1ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjgSAy1ng .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqjgSAy1ng .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqjgSAy1ng .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqjgSAy1ng .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqjgSAy1ng .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqjgSAy1ng .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqjgSAy1ng .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqjgSAy1ng .mbr-section-title {
  color: #fafafa;
}
.cid-vqjgSAy1ng .item-title {
  color: #fafafa;
}
.cid-vqjgSAy1ng .mbr-text,
.cid-vqjgSAy1ng .mbr-section-btn {
  color: #fafafa;
}
.cid-vqjgSAy1ng .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqjgSAy1ng .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqjgSAy1ng .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqkw9AkFqR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqkw9AkFqR .mbr-text,
.cid-vqkw9AkFqR .mbr-section-btn {
  color: #fafafa;
}
.cid-vqkw9AkFqR .row {
  justify-content: start;
}
.cid-vqkw9AkFqR .mbr-section-title {
  color: #fafafa;
}
.cid-vqkw9AkFqR .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqkw9AkFqR .rotate {
    top: -6px;
  }
}
.cid-vqkw9AkFqR .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqkw9AkFqR .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqkw9AkFqR .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqkw9AkFqR .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqkw9AkFqR .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqkw9AkFqR .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqkw9AkFqR .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqkw9AkFqR .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqkw9AkFqR .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqkw9AkFqR .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqkw9AkFqR .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqkw9AkFqR .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqkw9AkFqR .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqkw9AkFqR .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqkDklTn3r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqkDklTn3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqkDklTn3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqkDklTn3r .col-title {
  margin-bottom: 32px;
}
.cid-vqkDklTn3r .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqkDklTn3r .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqkDklTn3r .cards-row {
  row-gap: 32px;
}
.cid-vqkDklTn3r .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqkDklTn3r .card {
    text-align: center;
  }
}
.cid-vqkDklTn3r .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqkDklTn3r .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqkDklTn3r .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqkDklTn3r .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqkDklTn3r .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqkDklTn3r .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqkDklTn3r .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqkDklTn3r .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqkDklTn3r .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqkDklTn3r .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqkDklTn3r .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqkDklTn3r .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqkDklTn3r .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqkDhgNwoB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqkDhgNwoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqkDhgNwoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqkDhgNwoB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqkDhgNwoB .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqkDhgNwoB .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqkDhgNwoB .container {
    padding: 0 20px;
  }
}
.cid-vqkDhgNwoB .container .row {
  margin: 0;
}
.cid-vqkDhgNwoB .row {
  justify-content: center;
}
.cid-vqkDhgNwoB .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqkDhgNwoB .rotate {
    top: -6px;
  }
}
.cid-vqkDhgNwoB .item {
  padding: 0;
}
.cid-vqkDhgNwoB .item .item-wrapper a {
  display: block;
}
.cid-vqkDhgNwoB .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqkDhgNwoB .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqkDhgNwoB .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqkDhgNwoB .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqkDhgNwoB .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqkDhgNwoB .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqkDhgNwoB .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqkDhgNwoB .item-title {
  color: #ffffff;
}
.cid-vqkDhgNwoB .mbr-desc {
  color: #ffffff;
}
.cid-vqkDhgNwoB .mbr-section-title,
.cid-vqkDhgNwoB .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqI0wRHbXi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vqI0wRHbXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqI0wRHbXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqI0wRHbXi .content-head {
  max-width: 800px;
}
.cid-vqI0wRHbXi .mbr-figure iframe {
  width: 100%;
  aspect-ratio: 0.5625;
  height: auto;
}
@media (max-width: 768px) {
  .cid-vqI0wRHbXi .mbr-figure iframe {
    width: 100%;
    aspect-ratio: 0.5625;
    height: auto;
  }
}
.cid-vqI0wRHbXi .mbr-section-title {
  color: #000000;
}
.cid-vqI0wRHbXi video[poster] {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cid-vqI0wRHbXi .mbr-section-title,
.cid-vqI0wRHbXi .card-box {
  color: #fafafa;
  text-align: center;
}
.cid-vqkB1VDfFP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqkB1VDfFP .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqkB1VDfFP .mbr-section-title {
  color: #fafafa;
}
.cid-vqkB1VDfFP .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqkB1VDfFP .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqkB1VDfFP .card {
  margin-bottom: 30px;
}
.cid-vqkB1VDfFP img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqkB1VDfFP .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqkB1VDfFP .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqkB1VDfFP .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqkHdYuYNe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqkHdYuYNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqkHdYuYNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqkHdYuYNe .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqkHdYuYNe .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqkHdYuYNe .items-wrap {
  margin: 0 -7px;
}
.cid-vqkHdYuYNe .items-wrap .card {
  padding: 0 7px;
}
.cid-vqkHdYuYNe .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqkHdYuYNe .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqkHdYuYNe .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqkHdYuYNe .google-map {
  height: 100%;
}
.cid-vqkHdYuYNe .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqkHdYuYNe .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqkHdYuYNe .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqkHdYuYNe label {
  color: #ffffff;
}
.cid-vqkHdYuYNe .mbr-section-title,
.cid-vqkHdYuYNe .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqkHdYuYNe .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqkHdYuYNe .rotate {
    top: -6px;
  }
}
.cid-vqkHdYuYNe .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqkHdYuYNe .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqkHdYuYNe .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqjmZNjBb7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqjmZNjBb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjmZNjBb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjmZNjBb7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqjmZNjBb7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqjmZNjBb7 .row {
    text-align: center;
  }
  .cid-vqjmZNjBb7 .row > div {
    margin: auto;
  }
  .cid-vqjmZNjBb7 .social-row {
    justify-content: center;
  }
  .cid-vqjmZNjBb7 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqjmZNjBb7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqjmZNjBb7 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqjmZNjBb7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqjmZNjBb7 .list {
    margin-bottom: 0rem;
  }
}
.cid-vqjmZNjBb7 .mbr-text,
.cid-vqjmZNjBb7 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqjmZNjBb7 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqjmZNjBb7 .soc-item:last-child {
  margin-right: 0;
}
.cid-vqjmZNjBb7 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqjmZNjBb7 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqjmZNjBb7 .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqjmZNjBb7 .centraliza a,
  .cid-vqjmZNjBb7 .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqjmZNjBb7 .self-center {
  align-self: center;
}
.cid-vqjmZNjBb7 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqjmZNjBb7 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqjmZNjBb7 .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqjmZNjBb7 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqjmZNjBb7 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqjmZNjBb7 .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqjmZNjBb7 .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqjmZNjBb7 .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqjmZNjBb7 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqjmZNjBb7 .position {
    text-align: center;
  }
}
.cid-vqjmZNjBb7 .pt-16 {
  padding-top: 16px;
}
.cid-vqjmZNjBb7 .pb-16 {
  padding-bottom: 16px;
}
.cid-vqBViUOgZx {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqBViUOgZx .navbar-dropdown {
  position: relative !important;
}
.cid-vqBViUOgZx .navbar-dropdown {
  position: absolute !important;
}
.cid-vqBViUOgZx .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-vqBViUOgZx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqBViUOgZx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqBViUOgZx .dropdown-item:hover,
.cid-vqBViUOgZx .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqBViUOgZx .dropdown-item:hover span {
  color: white;
}
.cid-vqBViUOgZx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqBViUOgZx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqBViUOgZx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqBViUOgZx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqBViUOgZx .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqBViUOgZx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqBViUOgZx .container {
    flex-wrap: nowrap;
  }
}
.cid-vqBViUOgZx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqBViUOgZx .dropdown-menu,
.cid-vqBViUOgZx .navbar.opened {
  background: #000000 !important;
}
.cid-vqBViUOgZx .nav-item:focus,
.cid-vqBViUOgZx .nav-link:focus {
  outline: none;
}
.cid-vqBViUOgZx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqBViUOgZx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqBViUOgZx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqBViUOgZx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqBViUOgZx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqBViUOgZx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqBViUOgZx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqBViUOgZx .navbar.opened {
  transition: all 0.3s;
}
.cid-vqBViUOgZx .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqBViUOgZx .navbar .navbar-logo img {
  width: auto;
}
.cid-vqBViUOgZx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqBViUOgZx .navbar.collapsed {
  justify-content: center;
}
.cid-vqBViUOgZx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqBViUOgZx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqBViUOgZx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqBViUOgZx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqBViUOgZx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqBViUOgZx .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: 41%;
}
.cid-vqBViUOgZx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqBViUOgZx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqBViUOgZx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqBViUOgZx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqBViUOgZx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqBViUOgZx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqBViUOgZx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqBViUOgZx .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: 40%;
  }
  .cid-vqBViUOgZx .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqBViUOgZx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqBViUOgZx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqBViUOgZx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqBViUOgZx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqBViUOgZx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqBViUOgZx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqBViUOgZx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqBViUOgZx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqBViUOgZx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqBViUOgZx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqBViUOgZx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqBViUOgZx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqBViUOgZx .dropdown-item.active,
.cid-vqBViUOgZx .dropdown-item:active {
  background-color: transparent;
}
.cid-vqBViUOgZx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqBViUOgZx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqBViUOgZx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqBViUOgZx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqBViUOgZx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqBViUOgZx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqBViUOgZx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqBViUOgZx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqBViUOgZx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqBViUOgZx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqBViUOgZx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqBViUOgZx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqBViUOgZx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqBViUOgZx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqBViUOgZx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqBViUOgZx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqBViUOgZx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqBViUOgZx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqBViUOgZx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqBViUOgZx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqBViUOgZx .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqBViUOgZx .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqBViUOgZx .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqBViUOgZx .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqBViUOgZx .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqBViUOgZx .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqBViUOgZx .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqBViUOgZx .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqBViUOgZx .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqBViUOgZx .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqBViUOgZx .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqBViUOgZx .social-buttons .social-btn:hover,
.cid-vqBViUOgZx .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqBViUOgZx .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqBViUOgZx .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqBViUOgZx .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqBViUOgZx .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqBViUOgZx .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqBViUOgZx .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqBViUOgZx .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqBViUOgZx .dropdown-menu .dropdown-item:hover::before,
  .cid-vqBViUOgZx .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqBViVHyLi {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/blog.webp");
}
@media (max-width: 991px) {
  .cid-vqBViVHyLi {
    padding-top: 8rem!important;
  }
  .cid-vqBViVHyLi .header1 .container,
  .cid-vqBViVHyLi .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqBViVHyLi .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqBViVHyLi .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqBViVHyLi .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqBViVHyLi .title-line {
  display: block;
}
.cid-vqBViVHyLi .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqBViVHyLi .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqBViVHyLi .gold-word {
    font-size: 6rem;
  }
}
.cid-vqBViVHyLi .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqBViVHyLi .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqBViVHyLi .subtitle-wrap span {
  display: block;
}
.cid-vqBViVHyLi .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqBViVHyLi .rotate {
    top: -6px;
  }
}
.cid-vqBViVHyLi .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqBViVHyLi .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqBViVHyLi .card-btn svg {
  transition: all 0.4s;
}
.cid-vqBViVHyLi .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqBViVHyLi .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqBViVHyLi .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqBViVHyLi .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqBViVHyLi .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqBViVHyLi .column {
  display: flex;
  flex-direction: column;
}
.cid-vqBViVHyLi .mbr-card-title,
.cid-vqBViVHyLi .mbr-text {
  color: #fafafa;
}
.cid-vqBViVHyLi .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqBViVHyLi .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqBViVHyLi .card-btn .mbr-iconfont-btn,
.cid-vqBViVHyLi .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqBViVHyLi .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqBViVHyLi .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqBViVHyLi .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqBViVHyLi .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqBViVHyLi .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqC1bRIqhL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
.cid-vqC1bRIqhL .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-vqC1bRIqhL .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-vqC1bRIqhL .mbr-text {
  color: #ffffff;
}
.cid-vqC1bRIqhL img,
.cid-vqC1bRIqhL .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 400px;
}
.cid-vqC1bRIqhL .item {
  margin-bottom: 65px;
}
.cid-vqC1bRIqhL .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqC1bRIqhL .card_info {
  margin-bottom: 12px;
}
.cid-vqC1bRIqhL .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 18px;
}
.cid-vqC1bRIqhL .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-vqC1bRIqhL .item-img {
  margin-bottom: 30px;
  overflow: hidden;
}
.cid-vqC1bRIqhL .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-vqC1bRIqhL .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vqC1bRIqhL .linkBtn a:after,
.cid-vqC1bRIqhL .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vqC1bRIqhL .linkBtn a:before {
  left: 0;
}
.cid-vqC1bRIqhL .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vqC1bRIqhL .linkBtn a:hover:before,
.cid-vqC1bRIqhL .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vqC1bRIqhL .card_date {
  color: #ffffff;
}
.cid-vqBViW5zIf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqBViW5zIf .mbr-text,
.cid-vqBViW5zIf .mbr-section-btn {
  color: #fafafa;
}
.cid-vqBViW5zIf .row {
  justify-content: start;
}
.cid-vqBViW5zIf .mbr-section-title {
  color: #fafafa;
}
.cid-vqBViW5zIf .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqBViW5zIf .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqBViW5zIf .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqBViW5zIf .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqBViW5zIf .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqBViW5zIf .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqBViW5zIf .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqBViW5zIf .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqBViW5zIf .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqBViWn40n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqBViWn40n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBViWn40n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBViWn40n .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqBViWn40n .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqBViWn40n .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqBViWn40n .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqBViWn40n .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqBViWn40n .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqBViWn40n .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqBViWn40n .mbr-section-title {
  color: #fafafa;
}
.cid-vqBViWn40n .item-title {
  color: #fafafa;
}
.cid-vqBViWn40n .mbr-text,
.cid-vqBViWn40n .mbr-section-btn {
  color: #fafafa;
}
.cid-vqBViWn40n .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqBViWn40n .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqBViWn40n .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqBViX6Qq8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqBViX6Qq8 .mbr-text,
.cid-vqBViX6Qq8 .mbr-section-btn {
  color: #fafafa;
}
.cid-vqBViX6Qq8 .row {
  justify-content: start;
}
.cid-vqBViX6Qq8 .mbr-section-title {
  color: #fafafa;
}
.cid-vqBViX6Qq8 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqBViX6Qq8 .rotate {
    top: -6px;
  }
}
.cid-vqBViX6Qq8 .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqBViX6Qq8 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqBViX6Qq8 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqBViX6Qq8 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqBViX6Qq8 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqBViX6Qq8 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqBViX6Qq8 .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqBViX6Qq8 .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqBViX6Qq8 .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqBViX6Qq8 .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqBViX6Qq8 .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqBViX6Qq8 .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqBViX6Qq8 .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqBViX6Qq8 .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqBViXu6MR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqBViXu6MR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBViXu6MR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBViXu6MR .col-title {
  margin-bottom: 32px;
}
.cid-vqBViXu6MR .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqBViXu6MR .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqBViXu6MR .cards-row {
  row-gap: 32px;
}
.cid-vqBViXu6MR .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqBViXu6MR .card {
    text-align: center;
  }
}
.cid-vqBViXu6MR .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqBViXu6MR .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqBViXu6MR .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqBViXu6MR .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqBViXu6MR .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqBViXu6MR .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqBViXu6MR .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqBViXu6MR .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqBViXu6MR .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqBViXu6MR .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqBViXu6MR .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqBViXu6MR .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqBViXu6MR .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqBViXZmtG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqBViXZmtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBViXZmtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBViXZmtG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqBViXZmtG .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqBViXZmtG .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqBViXZmtG .container {
    padding: 0 20px;
  }
}
.cid-vqBViXZmtG .container .row {
  margin: 0;
}
.cid-vqBViXZmtG .row {
  justify-content: center;
}
.cid-vqBViXZmtG .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqBViXZmtG .rotate {
    top: -6px;
  }
}
.cid-vqBViXZmtG .item {
  padding: 0;
}
.cid-vqBViXZmtG .item .item-wrapper a {
  display: block;
}
.cid-vqBViXZmtG .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqBViXZmtG .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqBViXZmtG .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqBViXZmtG .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqBViXZmtG .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqBViXZmtG .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqBViXZmtG .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqBViXZmtG .item-title {
  color: #ffffff;
}
.cid-vqBViXZmtG .mbr-desc {
  color: #ffffff;
}
.cid-vqBViXZmtG .mbr-section-title,
.cid-vqBViXZmtG .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqBViYl9Wk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqBViYl9Wk .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqBViYl9Wk .mbr-section-title {
  color: #fafafa;
}
.cid-vqBViYl9Wk .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqBViYl9Wk .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqBViYl9Wk .card {
  margin-bottom: 30px;
}
.cid-vqBViYl9Wk img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqBViYl9Wk .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqBViYl9Wk .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqBViYl9Wk .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqBViYE2g0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqBViYE2g0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBViYE2g0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBViYE2g0 .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqBViYE2g0 .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqBViYE2g0 .items-wrap {
  margin: 0 -7px;
}
.cid-vqBViYE2g0 .items-wrap .card {
  padding: 0 7px;
}
.cid-vqBViYE2g0 .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqBViYE2g0 .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqBViYE2g0 .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqBViYE2g0 .google-map {
  height: 100%;
}
.cid-vqBViYE2g0 .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqBViYE2g0 .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqBViYE2g0 .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqBViYE2g0 label {
  color: #ffffff;
}
.cid-vqBViYE2g0 .mbr-section-title,
.cid-vqBViYE2g0 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqBViYE2g0 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqBViYE2g0 .rotate {
    top: -6px;
  }
}
.cid-vqBViYE2g0 .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqBViYE2g0 .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqBViYE2g0 .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqBViZad0l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqBViZad0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqBViZad0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqBViZad0l .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqBViZad0l .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqBViZad0l .row {
    text-align: center;
  }
  .cid-vqBViZad0l .row > div {
    margin: auto;
  }
  .cid-vqBViZad0l .social-row {
    justify-content: center;
  }
  .cid-vqBViZad0l .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqBViZad0l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqBViZad0l .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqBViZad0l .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqBViZad0l .list {
    margin-bottom: 0rem;
  }
}
.cid-vqBViZad0l .mbr-text,
.cid-vqBViZad0l .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqBViZad0l .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqBViZad0l .soc-item:last-child {
  margin-right: 0;
}
.cid-vqBViZad0l .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqBViZad0l div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqBViZad0l .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqBViZad0l .centraliza a,
  .cid-vqBViZad0l .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqBViZad0l .self-center {
  align-self: center;
}
.cid-vqBViZad0l .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqBViZad0l .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqBViZad0l .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqBViZad0l .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqBViZad0l .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqBViZad0l .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqBViZad0l .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqBViZad0l .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqBViZad0l .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqBViZad0l .position {
    text-align: center;
  }
}
.cid-vqBViZad0l .pt-16 {
  padding-top: 16px;
}
.cid-vqBViZad0l .pb-16 {
  padding-bottom: 16px;
}
.cid-vqCjmCnMDE {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqCjmCnMDE .navbar-dropdown {
  position: relative !important;
}
.cid-vqCjmCnMDE .navbar-dropdown {
  position: absolute !important;
}
.cid-vqCjmCnMDE .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-vqCjmCnMDE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqCjmCnMDE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqCjmCnMDE .dropdown-item:hover,
.cid-vqCjmCnMDE .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqCjmCnMDE .dropdown-item:hover span {
  color: white;
}
.cid-vqCjmCnMDE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqCjmCnMDE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqCjmCnMDE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqCjmCnMDE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqCjmCnMDE .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqCjmCnMDE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqCjmCnMDE .container {
    flex-wrap: nowrap;
  }
}
.cid-vqCjmCnMDE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqCjmCnMDE .dropdown-menu,
.cid-vqCjmCnMDE .navbar.opened {
  background: #000000 !important;
}
.cid-vqCjmCnMDE .nav-item:focus,
.cid-vqCjmCnMDE .nav-link:focus {
  outline: none;
}
.cid-vqCjmCnMDE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqCjmCnMDE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqCjmCnMDE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqCjmCnMDE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqCjmCnMDE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqCjmCnMDE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqCjmCnMDE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqCjmCnMDE .navbar.opened {
  transition: all 0.3s;
}
.cid-vqCjmCnMDE .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqCjmCnMDE .navbar .navbar-logo img {
  width: auto;
}
.cid-vqCjmCnMDE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqCjmCnMDE .navbar.collapsed {
  justify-content: center;
}
.cid-vqCjmCnMDE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqCjmCnMDE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqCjmCnMDE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqCjmCnMDE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqCjmCnMDE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqCjmCnMDE .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: 41%;
}
.cid-vqCjmCnMDE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqCjmCnMDE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqCjmCnMDE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqCjmCnMDE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqCjmCnMDE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqCjmCnMDE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqCjmCnMDE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqCjmCnMDE .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: 40%;
  }
  .cid-vqCjmCnMDE .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqCjmCnMDE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqCjmCnMDE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqCjmCnMDE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqCjmCnMDE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqCjmCnMDE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqCjmCnMDE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqCjmCnMDE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqCjmCnMDE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqCjmCnMDE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqCjmCnMDE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqCjmCnMDE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqCjmCnMDE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqCjmCnMDE .dropdown-item.active,
.cid-vqCjmCnMDE .dropdown-item:active {
  background-color: transparent;
}
.cid-vqCjmCnMDE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqCjmCnMDE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqCjmCnMDE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqCjmCnMDE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqCjmCnMDE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqCjmCnMDE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqCjmCnMDE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqCjmCnMDE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqCjmCnMDE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqCjmCnMDE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqCjmCnMDE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqCjmCnMDE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCjmCnMDE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCjmCnMDE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqCjmCnMDE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCjmCnMDE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqCjmCnMDE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqCjmCnMDE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCjmCnMDE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqCjmCnMDE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqCjmCnMDE .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqCjmCnMDE .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqCjmCnMDE .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqCjmCnMDE .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqCjmCnMDE .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqCjmCnMDE .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCjmCnMDE .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqCjmCnMDE .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqCjmCnMDE .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqCjmCnMDE .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqCjmCnMDE .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqCjmCnMDE .social-buttons .social-btn:hover,
.cid-vqCjmCnMDE .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqCjmCnMDE .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqCjmCnMDE .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCjmCnMDE .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCjmCnMDE .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqCjmCnMDE .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqCjmCnMDE .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCjmCnMDE .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCjmCnMDE .dropdown-menu .dropdown-item:hover::before,
  .cid-vqCjmCnMDE .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqCjmDDLoF {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bancosemcouro.webp");
}
@media (max-width: 991px) {
  .cid-vqCjmDDLoF {
    padding-top: 8rem!important;
  }
  .cid-vqCjmDDLoF .header1 .container,
  .cid-vqCjmDDLoF .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqCjmDDLoF .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqCjmDDLoF .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqCjmDDLoF .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqCjmDDLoF .title-line {
  display: block;
}
.cid-vqCjmDDLoF .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqCjmDDLoF .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqCjmDDLoF .gold-word {
    font-size: 6rem;
  }
}
.cid-vqCjmDDLoF .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqCjmDDLoF .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqCjmDDLoF .subtitle-wrap span {
  display: block;
}
.cid-vqCjmDDLoF .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCjmDDLoF .rotate {
    top: -6px;
  }
}
.cid-vqCjmDDLoF .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqCjmDDLoF .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqCjmDDLoF .card-btn svg {
  transition: all 0.4s;
}
.cid-vqCjmDDLoF .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqCjmDDLoF .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCjmDDLoF .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqCjmDDLoF .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCjmDDLoF .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqCjmDDLoF .column {
  display: flex;
  flex-direction: column;
}
.cid-vqCjmDDLoF .mbr-card-title,
.cid-vqCjmDDLoF .mbr-text {
  color: #fafafa;
}
.cid-vqCjmDDLoF .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqCjmDDLoF .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqCjmDDLoF .card-btn .mbr-iconfont-btn,
.cid-vqCjmDDLoF .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqCjmDDLoF .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqCjmDDLoF .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqCjmDDLoF .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqCjmDDLoF .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqCjmDDLoF .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqCniyvMVH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCniyvMVH .item:focus,
.cid-vqCniyvMVH span:focus {
  outline: none;
}
.cid-vqCniyvMVH .item {
  cursor: pointer;
}
.cid-vqCniyvMVH .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCniyvMVH .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCniyvMVH .grid-container-1,
.cid-vqCniyvMVH .grid-container-2,
.cid-vqCniyvMVH .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCniyvMVH .grid-container-1,
  .cid-vqCniyvMVH .grid-container-2,
  .cid-vqCniyvMVH .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCniyvMVH .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCniyvMVH .mbr-text,
.cid-vqCniyvMVH .mbr-section-btn {
  color: #000000;
}
.cid-vqCniyvMVH .content-head {
  max-width: 800px;
}
.cid-vqCniyvMVH .container,
.cid-vqCniyvMVH .container-fluid {
  overflow: hidden;
}
.cid-vqCniyvMVH .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCniyvMVH .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCniyvMVH .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCniyvMVH .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCniyvMVH .grid-container-1,
.cid-vqCniyvMVH .grid-container-2,
.cid-vqCniyvMVH .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCniyvMVH .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCniyvMVH .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCniyvMVH .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCsHWEocS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCsHWEocS .mbr-text,
.cid-vqCsHWEocS .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCsHWEocS .row {
  justify-content: start;
}
.cid-vqCsHWEocS .mbr-section-title {
  color: #fafafa;
}
.cid-vqCsHWEocS .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCsHWEocS .rotate {
    top: -6px;
  }
}
.cid-vqCsHWEocS .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCsHWEocS .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCsHWEocS .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCsHWEocS .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCsHWEocS .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCsHWEocS .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCsHWEocS .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCsHWEocS .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCsHWEocS .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCsHWEocS .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCsHWEocS .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCsHWEocS .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCsHWEocS .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCsHWEocS .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCvfUENuR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCvfUENuR .item:focus,
.cid-vqCvfUENuR span:focus {
  outline: none;
}
.cid-vqCvfUENuR .item {
  cursor: pointer;
}
.cid-vqCvfUENuR .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCvfUENuR .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCvfUENuR .grid-container-1,
.cid-vqCvfUENuR .grid-container-2,
.cid-vqCvfUENuR .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCvfUENuR .grid-container-1,
  .cid-vqCvfUENuR .grid-container-2,
  .cid-vqCvfUENuR .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCvfUENuR .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCvfUENuR .mbr-text,
.cid-vqCvfUENuR .mbr-section-btn {
  color: #000000;
}
.cid-vqCvfUENuR .content-head {
  max-width: 800px;
}
.cid-vqCvfUENuR .container,
.cid-vqCvfUENuR .container-fluid {
  overflow: hidden;
}
.cid-vqCvfUENuR .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCvfUENuR .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCvfUENuR .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCvfUENuR .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCvfUENuR .grid-container-1,
.cid-vqCvfUENuR .grid-container-2,
.cid-vqCvfUENuR .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCvfUENuR .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCvfUENuR .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCvfUENuR .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCjmEw0L7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCjmEw0L7 .mbr-text,
.cid-vqCjmEw0L7 .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCjmEw0L7 .row {
  justify-content: start;
}
.cid-vqCjmEw0L7 .mbr-section-title {
  color: #fafafa;
}
.cid-vqCjmEw0L7 .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqCjmEw0L7 .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqCjmEw0L7 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCjmEw0L7 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCjmEw0L7 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCjmEw0L7 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCjmEw0L7 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCjmEw0L7 .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCjmEw0L7 .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCyzehrtc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCyzehrtc .mbr-text,
.cid-vqCyzehrtc .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCyzehrtc .row {
  justify-content: start;
}
.cid-vqCyzehrtc .mbr-section-title {
  color: #fafafa;
}
.cid-vqCyzehrtc .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCyzehrtc .rotate {
    top: -6px;
  }
}
.cid-vqCyzehrtc .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCyzehrtc .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCyzehrtc .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCyzehrtc .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCyzehrtc .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCyzehrtc .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCyzehrtc .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCyzehrtc .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCyzehrtc .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCyzehrtc .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCyzehrtc .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCyzehrtc .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCyzehrtc .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCyzehrtc .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCjmEMq26 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCjmEMq26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCjmEMq26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCjmEMq26 .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqCjmEMq26 .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqCjmEMq26 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqCjmEMq26 .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqCjmEMq26 .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqCjmEMq26 .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqCjmEMq26 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqCjmEMq26 .mbr-section-title {
  color: #fafafa;
}
.cid-vqCjmEMq26 .item-title {
  color: #fafafa;
}
.cid-vqCjmEMq26 .mbr-text,
.cid-vqCjmEMq26 .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCjmEMq26 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCjmEMq26 .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCjmEMq26 .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCjmFkbkx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCjmFkbkx .mbr-text,
.cid-vqCjmFkbkx .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCjmFkbkx .row {
  justify-content: start;
}
.cid-vqCjmFkbkx .mbr-section-title {
  color: #fafafa;
}
.cid-vqCjmFkbkx .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCjmFkbkx .rotate {
    top: -6px;
  }
}
.cid-vqCjmFkbkx .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCjmFkbkx .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCjmFkbkx .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCjmFkbkx .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCjmFkbkx .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCjmFkbkx .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCjmFkbkx .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCjmFkbkx .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCjmFkbkx .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCjmFkbkx .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCjmFkbkx .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCjmFkbkx .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCjmFkbkx .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCjmFkbkx .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCjmFDAEc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqCjmFDAEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCjmFDAEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCjmFDAEc .col-title {
  margin-bottom: 32px;
}
.cid-vqCjmFDAEc .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqCjmFDAEc .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqCjmFDAEc .cards-row {
  row-gap: 32px;
}
.cid-vqCjmFDAEc .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqCjmFDAEc .card {
    text-align: center;
  }
}
.cid-vqCjmFDAEc .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqCjmFDAEc .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqCjmFDAEc .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCjmFDAEc .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqCjmFDAEc .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqCjmFDAEc .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqCjmFDAEc .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqCjmFDAEc .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqCjmFDAEc .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqCjmFDAEc .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqCjmFDAEc .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqCjmFDAEc .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqCjmFDAEc .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqCjmG5LOD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqCjmG5LOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCjmG5LOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCjmG5LOD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqCjmG5LOD .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqCjmG5LOD .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqCjmG5LOD .container {
    padding: 0 20px;
  }
}
.cid-vqCjmG5LOD .container .row {
  margin: 0;
}
.cid-vqCjmG5LOD .row {
  justify-content: center;
}
.cid-vqCjmG5LOD .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCjmG5LOD .rotate {
    top: -6px;
  }
}
.cid-vqCjmG5LOD .item {
  padding: 0;
}
.cid-vqCjmG5LOD .item .item-wrapper a {
  display: block;
}
.cid-vqCjmG5LOD .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqCjmG5LOD .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqCjmG5LOD .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqCjmG5LOD .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqCjmG5LOD .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqCjmG5LOD .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqCjmG5LOD .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqCjmG5LOD .item-title {
  color: #ffffff;
}
.cid-vqCjmG5LOD .mbr-desc {
  color: #ffffff;
}
.cid-vqCjmG5LOD .mbr-section-title,
.cid-vqCjmG5LOD .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqCjmGsrPH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqCjmGsrPH .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqCjmGsrPH .mbr-section-title {
  color: #fafafa;
}
.cid-vqCjmGsrPH .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqCjmGsrPH .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqCjmGsrPH .card {
  margin-bottom: 30px;
}
.cid-vqCjmGsrPH img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqCjmGsrPH .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCjmGsrPH .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCjmGsrPH .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqCjmGO7vB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqCjmGO7vB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCjmGO7vB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCjmGO7vB .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqCjmGO7vB .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqCjmGO7vB .items-wrap {
  margin: 0 -7px;
}
.cid-vqCjmGO7vB .items-wrap .card {
  padding: 0 7px;
}
.cid-vqCjmGO7vB .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqCjmGO7vB .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqCjmGO7vB .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqCjmGO7vB .google-map {
  height: 100%;
}
.cid-vqCjmGO7vB .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqCjmGO7vB .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqCjmGO7vB .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqCjmGO7vB label {
  color: #ffffff;
}
.cid-vqCjmGO7vB .mbr-section-title,
.cid-vqCjmGO7vB .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqCjmGO7vB .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCjmGO7vB .rotate {
    top: -6px;
  }
}
.cid-vqCjmGO7vB .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCjmGO7vB .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCjmGO7vB .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqCjmHiu11 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCjmHiu11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCjmHiu11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCjmHiu11 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqCjmHiu11 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCjmHiu11 .row {
    text-align: center;
  }
  .cid-vqCjmHiu11 .row > div {
    margin: auto;
  }
  .cid-vqCjmHiu11 .social-row {
    justify-content: center;
  }
  .cid-vqCjmHiu11 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqCjmHiu11 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqCjmHiu11 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCjmHiu11 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqCjmHiu11 .list {
    margin-bottom: 0rem;
  }
}
.cid-vqCjmHiu11 .mbr-text,
.cid-vqCjmHiu11 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqCjmHiu11 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqCjmHiu11 .soc-item:last-child {
  margin-right: 0;
}
.cid-vqCjmHiu11 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCjmHiu11 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqCjmHiu11 .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqCjmHiu11 .centraliza a,
  .cid-vqCjmHiu11 .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqCjmHiu11 .self-center {
  align-self: center;
}
.cid-vqCjmHiu11 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqCjmHiu11 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqCjmHiu11 .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqCjmHiu11 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqCjmHiu11 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqCjmHiu11 .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqCjmHiu11 .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqCjmHiu11 .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqCjmHiu11 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqCjmHiu11 .position {
    text-align: center;
  }
}
.cid-vqCjmHiu11 .pt-16 {
  padding-top: 16px;
}
.cid-vqCjmHiu11 .pb-16 {
  padding-bottom: 16px;
}
.cid-vqCDV2IgA8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqCDV2IgA8 .navbar-dropdown {
  position: relative !important;
}
.cid-vqCDV2IgA8 .navbar-dropdown {
  position: absolute !important;
}
.cid-vqCDV2IgA8 .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-vqCDV2IgA8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqCDV2IgA8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqCDV2IgA8 .dropdown-item:hover,
.cid-vqCDV2IgA8 .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqCDV2IgA8 .dropdown-item:hover span {
  color: white;
}
.cid-vqCDV2IgA8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqCDV2IgA8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqCDV2IgA8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqCDV2IgA8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqCDV2IgA8 .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqCDV2IgA8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqCDV2IgA8 .container {
    flex-wrap: nowrap;
  }
}
.cid-vqCDV2IgA8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqCDV2IgA8 .dropdown-menu,
.cid-vqCDV2IgA8 .navbar.opened {
  background: #000000 !important;
}
.cid-vqCDV2IgA8 .nav-item:focus,
.cid-vqCDV2IgA8 .nav-link:focus {
  outline: none;
}
.cid-vqCDV2IgA8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqCDV2IgA8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqCDV2IgA8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqCDV2IgA8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqCDV2IgA8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqCDV2IgA8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqCDV2IgA8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqCDV2IgA8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vqCDV2IgA8 .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqCDV2IgA8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vqCDV2IgA8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqCDV2IgA8 .navbar.collapsed {
  justify-content: center;
}
.cid-vqCDV2IgA8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqCDV2IgA8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqCDV2IgA8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqCDV2IgA8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqCDV2IgA8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqCDV2IgA8 .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: 41%;
}
.cid-vqCDV2IgA8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqCDV2IgA8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqCDV2IgA8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqCDV2IgA8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqCDV2IgA8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqCDV2IgA8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqCDV2IgA8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqCDV2IgA8 .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: 40%;
  }
  .cid-vqCDV2IgA8 .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqCDV2IgA8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqCDV2IgA8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqCDV2IgA8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqCDV2IgA8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqCDV2IgA8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqCDV2IgA8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqCDV2IgA8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqCDV2IgA8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqCDV2IgA8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqCDV2IgA8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqCDV2IgA8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqCDV2IgA8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqCDV2IgA8 .dropdown-item.active,
.cid-vqCDV2IgA8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vqCDV2IgA8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqCDV2IgA8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqCDV2IgA8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqCDV2IgA8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqCDV2IgA8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqCDV2IgA8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqCDV2IgA8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqCDV2IgA8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqCDV2IgA8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqCDV2IgA8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqCDV2IgA8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqCDV2IgA8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCDV2IgA8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCDV2IgA8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqCDV2IgA8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCDV2IgA8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqCDV2IgA8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqCDV2IgA8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCDV2IgA8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqCDV2IgA8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqCDV2IgA8 .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqCDV2IgA8 .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqCDV2IgA8 .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqCDV2IgA8 .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqCDV2IgA8 .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqCDV2IgA8 .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCDV2IgA8 .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqCDV2IgA8 .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqCDV2IgA8 .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqCDV2IgA8 .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqCDV2IgA8 .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqCDV2IgA8 .social-buttons .social-btn:hover,
.cid-vqCDV2IgA8 .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqCDV2IgA8 .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqCDV2IgA8 .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCDV2IgA8 .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCDV2IgA8 .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqCDV2IgA8 .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqCDV2IgA8 .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCDV2IgA8 .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCDV2IgA8 .dropdown-menu .dropdown-item:hover::before,
  .cid-vqCDV2IgA8 .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqCDV3vkPR {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/ppf-hero.webp");
}
@media (max-width: 991px) {
  .cid-vqCDV3vkPR {
    padding-top: 8rem!important;
  }
  .cid-vqCDV3vkPR .header1 .container,
  .cid-vqCDV3vkPR .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqCDV3vkPR .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqCDV3vkPR .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqCDV3vkPR .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqCDV3vkPR .title-line {
  display: block;
}
.cid-vqCDV3vkPR .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqCDV3vkPR .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqCDV3vkPR .gold-word {
    font-size: 6rem;
  }
}
.cid-vqCDV3vkPR .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqCDV3vkPR .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqCDV3vkPR .subtitle-wrap span {
  display: block;
}
.cid-vqCDV3vkPR .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCDV3vkPR .rotate {
    top: -6px;
  }
}
.cid-vqCDV3vkPR .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqCDV3vkPR .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqCDV3vkPR .card-btn svg {
  transition: all 0.4s;
}
.cid-vqCDV3vkPR .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqCDV3vkPR .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCDV3vkPR .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqCDV3vkPR .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCDV3vkPR .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqCDV3vkPR .column {
  display: flex;
  flex-direction: column;
}
.cid-vqCDV3vkPR .mbr-card-title,
.cid-vqCDV3vkPR .mbr-text {
  color: #fafafa;
}
.cid-vqCDV3vkPR .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqCDV3vkPR .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqCDV3vkPR .card-btn .mbr-iconfont-btn,
.cid-vqCDV3vkPR .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqCDV3vkPR .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqCDV3vkPR .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqCDV3vkPR .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqCDV3vkPR .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqCDV3vkPR .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqCDV3NLuy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCDV3NLuy .item:focus,
.cid-vqCDV3NLuy span:focus {
  outline: none;
}
.cid-vqCDV3NLuy .item {
  cursor: pointer;
}
.cid-vqCDV3NLuy .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCDV3NLuy .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCDV3NLuy .grid-container-1,
.cid-vqCDV3NLuy .grid-container-2,
.cid-vqCDV3NLuy .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCDV3NLuy .grid-container-1,
  .cid-vqCDV3NLuy .grid-container-2,
  .cid-vqCDV3NLuy .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCDV3NLuy .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCDV3NLuy .mbr-text,
.cid-vqCDV3NLuy .mbr-section-btn {
  color: #000000;
}
.cid-vqCDV3NLuy .content-head {
  max-width: 800px;
}
.cid-vqCDV3NLuy .container,
.cid-vqCDV3NLuy .container-fluid {
  overflow: hidden;
}
.cid-vqCDV3NLuy .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCDV3NLuy .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCDV3NLuy .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCDV3NLuy .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCDV3NLuy .grid-container-1,
.cid-vqCDV3NLuy .grid-container-2,
.cid-vqCDV3NLuy .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCDV3NLuy .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCDV3NLuy .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCDV3NLuy .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCDV43Yoj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCDV43Yoj .mbr-text,
.cid-vqCDV43Yoj .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCDV43Yoj .row {
  justify-content: start;
}
.cid-vqCDV43Yoj .mbr-section-title {
  color: #fafafa;
}
.cid-vqCDV43Yoj .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCDV43Yoj .rotate {
    top: -6px;
  }
}
.cid-vqCDV43Yoj .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCDV43Yoj .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCDV43Yoj .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCDV43Yoj .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCDV43Yoj .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCDV43Yoj .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCDV43Yoj .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCDV43Yoj .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCDV43Yoj .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCDV43Yoj .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCDV43Yoj .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCDV43Yoj .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCDV43Yoj .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCDV43Yoj .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCDV4eOPS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCDV4eOPS .item:focus,
.cid-vqCDV4eOPS span:focus {
  outline: none;
}
.cid-vqCDV4eOPS .item {
  cursor: pointer;
}
.cid-vqCDV4eOPS .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCDV4eOPS .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCDV4eOPS .grid-container-1,
.cid-vqCDV4eOPS .grid-container-2,
.cid-vqCDV4eOPS .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCDV4eOPS .grid-container-1,
  .cid-vqCDV4eOPS .grid-container-2,
  .cid-vqCDV4eOPS .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCDV4eOPS .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCDV4eOPS .mbr-text,
.cid-vqCDV4eOPS .mbr-section-btn {
  color: #000000;
}
.cid-vqCDV4eOPS .content-head {
  max-width: 800px;
}
.cid-vqCDV4eOPS .container,
.cid-vqCDV4eOPS .container-fluid {
  overflow: hidden;
}
.cid-vqCDV4eOPS .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCDV4eOPS .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCDV4eOPS .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCDV4eOPS .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCDV4eOPS .grid-container-1,
.cid-vqCDV4eOPS .grid-container-2,
.cid-vqCDV4eOPS .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCDV4eOPS .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCDV4eOPS .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCDV4eOPS .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCDV4qOiZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCDV4qOiZ .mbr-text,
.cid-vqCDV4qOiZ .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCDV4qOiZ .row {
  justify-content: start;
}
.cid-vqCDV4qOiZ .mbr-section-title {
  color: #fafafa;
}
.cid-vqCDV4qOiZ .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqCDV4qOiZ .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqCDV4qOiZ .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCDV4qOiZ .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCDV4qOiZ .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCDV4qOiZ .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCDV4qOiZ .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCDV4qOiZ .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCDV4qOiZ .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCDV4N5xP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCDV4N5xP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCDV4N5xP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCDV4N5xP .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqCDV4N5xP .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqCDV4N5xP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqCDV4N5xP .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqCDV4N5xP .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqCDV4N5xP .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqCDV4N5xP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqCDV4N5xP .mbr-section-title {
  color: #fafafa;
}
.cid-vqCDV4N5xP .item-title {
  color: #fafafa;
}
.cid-vqCDV4N5xP .mbr-text,
.cid-vqCDV4N5xP .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCDV4N5xP .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCDV4N5xP .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCDV4N5xP .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCDV5mDFD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCDV5mDFD .mbr-text,
.cid-vqCDV5mDFD .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCDV5mDFD .row {
  justify-content: start;
}
.cid-vqCDV5mDFD .mbr-section-title {
  color: #fafafa;
}
.cid-vqCDV5mDFD .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCDV5mDFD .rotate {
    top: -6px;
  }
}
.cid-vqCDV5mDFD .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCDV5mDFD .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCDV5mDFD .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCDV5mDFD .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCDV5mDFD .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCDV5mDFD .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCDV5mDFD .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCDV5mDFD .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCDV5mDFD .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCDV5mDFD .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCDV5mDFD .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCDV5mDFD .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCDV5mDFD .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCDV5mDFD .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCDV6FquM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqCDV6FquM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCDV6FquM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCDV6FquM .col-title {
  margin-bottom: 32px;
}
.cid-vqCDV6FquM .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqCDV6FquM .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqCDV6FquM .cards-row {
  row-gap: 32px;
}
.cid-vqCDV6FquM .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqCDV6FquM .card {
    text-align: center;
  }
}
.cid-vqCDV6FquM .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqCDV6FquM .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqCDV6FquM .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCDV6FquM .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqCDV6FquM .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqCDV6FquM .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqCDV6FquM .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqCDV6FquM .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqCDV6FquM .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqCDV6FquM .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqCDV6FquM .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqCDV6FquM .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqCDV6FquM .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqCDV7A7VQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqCDV7A7VQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCDV7A7VQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCDV7A7VQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqCDV7A7VQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqCDV7A7VQ .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqCDV7A7VQ .container {
    padding: 0 20px;
  }
}
.cid-vqCDV7A7VQ .container .row {
  margin: 0;
}
.cid-vqCDV7A7VQ .row {
  justify-content: center;
}
.cid-vqCDV7A7VQ .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCDV7A7VQ .rotate {
    top: -6px;
  }
}
.cid-vqCDV7A7VQ .item {
  padding: 0;
}
.cid-vqCDV7A7VQ .item .item-wrapper a {
  display: block;
}
.cid-vqCDV7A7VQ .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqCDV7A7VQ .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqCDV7A7VQ .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqCDV7A7VQ .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqCDV7A7VQ .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqCDV7A7VQ .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqCDV7A7VQ .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqCDV7A7VQ .item-title {
  color: #ffffff;
}
.cid-vqCDV7A7VQ .mbr-desc {
  color: #ffffff;
}
.cid-vqCDV7A7VQ .mbr-section-title,
.cid-vqCDV7A7VQ .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqCDV7XilU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqCDV7XilU .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqCDV7XilU .mbr-section-title {
  color: #fafafa;
}
.cid-vqCDV7XilU .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqCDV7XilU .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqCDV7XilU .card {
  margin-bottom: 30px;
}
.cid-vqCDV7XilU img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqCDV7XilU .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCDV7XilU .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCDV7XilU .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqCDV8n8IC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqCDV8n8IC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCDV8n8IC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCDV8n8IC .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqCDV8n8IC .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqCDV8n8IC .items-wrap {
  margin: 0 -7px;
}
.cid-vqCDV8n8IC .items-wrap .card {
  padding: 0 7px;
}
.cid-vqCDV8n8IC .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqCDV8n8IC .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqCDV8n8IC .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqCDV8n8IC .google-map {
  height: 100%;
}
.cid-vqCDV8n8IC .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqCDV8n8IC .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqCDV8n8IC .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqCDV8n8IC label {
  color: #ffffff;
}
.cid-vqCDV8n8IC .mbr-section-title,
.cid-vqCDV8n8IC .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqCDV8n8IC .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCDV8n8IC .rotate {
    top: -6px;
  }
}
.cid-vqCDV8n8IC .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCDV8n8IC .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCDV8n8IC .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqCDV8RRuN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCDV8RRuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCDV8RRuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCDV8RRuN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqCDV8RRuN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCDV8RRuN .row {
    text-align: center;
  }
  .cid-vqCDV8RRuN .row > div {
    margin: auto;
  }
  .cid-vqCDV8RRuN .social-row {
    justify-content: center;
  }
  .cid-vqCDV8RRuN .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqCDV8RRuN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqCDV8RRuN .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCDV8RRuN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqCDV8RRuN .list {
    margin-bottom: 0rem;
  }
}
.cid-vqCDV8RRuN .mbr-text,
.cid-vqCDV8RRuN .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqCDV8RRuN .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqCDV8RRuN .soc-item:last-child {
  margin-right: 0;
}
.cid-vqCDV8RRuN .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCDV8RRuN div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqCDV8RRuN .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqCDV8RRuN .centraliza a,
  .cid-vqCDV8RRuN .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqCDV8RRuN .self-center {
  align-self: center;
}
.cid-vqCDV8RRuN .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqCDV8RRuN .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqCDV8RRuN .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqCDV8RRuN .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqCDV8RRuN .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqCDV8RRuN .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqCDV8RRuN .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqCDV8RRuN .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqCDV8RRuN .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqCDV8RRuN .position {
    text-align: center;
  }
}
.cid-vqCDV8RRuN .pt-16 {
  padding-top: 16px;
}
.cid-vqCDV8RRuN .pb-16 {
  padding-bottom: 16px;
}
.cid-vqCEiKfYws {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqCEiKfYws .navbar-dropdown {
  position: relative !important;
}
.cid-vqCEiKfYws .navbar-dropdown {
  position: absolute !important;
}
.cid-vqCEiKfYws .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-vqCEiKfYws .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqCEiKfYws .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqCEiKfYws .dropdown-item:hover,
.cid-vqCEiKfYws .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqCEiKfYws .dropdown-item:hover span {
  color: white;
}
.cid-vqCEiKfYws .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqCEiKfYws .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqCEiKfYws .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqCEiKfYws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqCEiKfYws .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqCEiKfYws .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqCEiKfYws .container {
    flex-wrap: nowrap;
  }
}
.cid-vqCEiKfYws .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqCEiKfYws .dropdown-menu,
.cid-vqCEiKfYws .navbar.opened {
  background: #000000 !important;
}
.cid-vqCEiKfYws .nav-item:focus,
.cid-vqCEiKfYws .nav-link:focus {
  outline: none;
}
.cid-vqCEiKfYws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqCEiKfYws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqCEiKfYws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqCEiKfYws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqCEiKfYws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqCEiKfYws .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqCEiKfYws .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqCEiKfYws .navbar.opened {
  transition: all 0.3s;
}
.cid-vqCEiKfYws .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqCEiKfYws .navbar .navbar-logo img {
  width: auto;
}
.cid-vqCEiKfYws .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqCEiKfYws .navbar.collapsed {
  justify-content: center;
}
.cid-vqCEiKfYws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqCEiKfYws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqCEiKfYws .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqCEiKfYws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqCEiKfYws .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqCEiKfYws .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: 41%;
}
.cid-vqCEiKfYws .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqCEiKfYws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqCEiKfYws .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqCEiKfYws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqCEiKfYws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqCEiKfYws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqCEiKfYws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqCEiKfYws .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: 40%;
  }
  .cid-vqCEiKfYws .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqCEiKfYws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqCEiKfYws .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqCEiKfYws .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqCEiKfYws .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqCEiKfYws .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqCEiKfYws .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqCEiKfYws .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqCEiKfYws .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqCEiKfYws .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqCEiKfYws .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqCEiKfYws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqCEiKfYws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqCEiKfYws .dropdown-item.active,
.cid-vqCEiKfYws .dropdown-item:active {
  background-color: transparent;
}
.cid-vqCEiKfYws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqCEiKfYws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqCEiKfYws .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqCEiKfYws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqCEiKfYws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqCEiKfYws .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqCEiKfYws ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqCEiKfYws .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqCEiKfYws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqCEiKfYws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqCEiKfYws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqCEiKfYws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCEiKfYws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCEiKfYws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqCEiKfYws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCEiKfYws nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqCEiKfYws nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqCEiKfYws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCEiKfYws a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqCEiKfYws .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqCEiKfYws .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqCEiKfYws .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqCEiKfYws .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqCEiKfYws .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqCEiKfYws .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqCEiKfYws .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCEiKfYws .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqCEiKfYws .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqCEiKfYws .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqCEiKfYws .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqCEiKfYws .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqCEiKfYws .social-buttons .social-btn:hover,
.cid-vqCEiKfYws .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqCEiKfYws .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqCEiKfYws .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCEiKfYws .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCEiKfYws .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqCEiKfYws .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqCEiKfYws .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCEiKfYws .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCEiKfYws .dropdown-menu .dropdown-item:hover::before,
  .cid-vqCEiKfYws .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqCEiL25mg {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/som-hero.webp");
}
@media (max-width: 991px) {
  .cid-vqCEiL25mg {
    padding-top: 8rem!important;
  }
  .cid-vqCEiL25mg .header1 .container,
  .cid-vqCEiL25mg .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqCEiL25mg .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqCEiL25mg .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqCEiL25mg .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqCEiL25mg .title-line {
  display: block;
}
.cid-vqCEiL25mg .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqCEiL25mg .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqCEiL25mg .gold-word {
    font-size: 6rem;
  }
}
.cid-vqCEiL25mg .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqCEiL25mg .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqCEiL25mg .subtitle-wrap span {
  display: block;
}
.cid-vqCEiL25mg .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCEiL25mg .rotate {
    top: -6px;
  }
}
.cid-vqCEiL25mg .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqCEiL25mg .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqCEiL25mg .card-btn svg {
  transition: all 0.4s;
}
.cid-vqCEiL25mg .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqCEiL25mg .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCEiL25mg .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqCEiL25mg .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCEiL25mg .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqCEiL25mg .column {
  display: flex;
  flex-direction: column;
}
.cid-vqCEiL25mg .mbr-card-title,
.cid-vqCEiL25mg .mbr-text {
  color: #fafafa;
}
.cid-vqCEiL25mg .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqCEiL25mg .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqCEiL25mg .card-btn .mbr-iconfont-btn,
.cid-vqCEiL25mg .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqCEiL25mg .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqCEiL25mg .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqCEiL25mg .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqCEiL25mg .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqCEiL25mg .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqCEiLhGpd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCEiLhGpd .item:focus,
.cid-vqCEiLhGpd span:focus {
  outline: none;
}
.cid-vqCEiLhGpd .item {
  cursor: pointer;
}
.cid-vqCEiLhGpd .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCEiLhGpd .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCEiLhGpd .grid-container-1,
.cid-vqCEiLhGpd .grid-container-2,
.cid-vqCEiLhGpd .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCEiLhGpd .grid-container-1,
  .cid-vqCEiLhGpd .grid-container-2,
  .cid-vqCEiLhGpd .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCEiLhGpd .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCEiLhGpd .mbr-text,
.cid-vqCEiLhGpd .mbr-section-btn {
  color: #000000;
}
.cid-vqCEiLhGpd .content-head {
  max-width: 800px;
}
.cid-vqCEiLhGpd .container,
.cid-vqCEiLhGpd .container-fluid {
  overflow: hidden;
}
.cid-vqCEiLhGpd .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCEiLhGpd .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCEiLhGpd .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCEiLhGpd .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCEiLhGpd .grid-container-1,
.cid-vqCEiLhGpd .grid-container-2,
.cid-vqCEiLhGpd .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCEiLhGpd .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCEiLhGpd .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCEiLhGpd .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCEiLvoNt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCEiLvoNt .mbr-text,
.cid-vqCEiLvoNt .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCEiLvoNt .row {
  justify-content: start;
}
.cid-vqCEiLvoNt .mbr-section-title {
  color: #fafafa;
}
.cid-vqCEiLvoNt .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCEiLvoNt .rotate {
    top: -6px;
  }
}
.cid-vqCEiLvoNt .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCEiLvoNt .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCEiLvoNt .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCEiLvoNt .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCEiLvoNt .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCEiLvoNt .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCEiLvoNt .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCEiLvoNt .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCEiLvoNt .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCEiLvoNt .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCEiLvoNt .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCEiLvoNt .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCEiLvoNt .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCEiLvoNt .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCEiLGCoz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCEiLGCoz .item:focus,
.cid-vqCEiLGCoz span:focus {
  outline: none;
}
.cid-vqCEiLGCoz .item {
  cursor: pointer;
}
.cid-vqCEiLGCoz .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCEiLGCoz .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCEiLGCoz .grid-container-1,
.cid-vqCEiLGCoz .grid-container-2,
.cid-vqCEiLGCoz .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCEiLGCoz .grid-container-1,
  .cid-vqCEiLGCoz .grid-container-2,
  .cid-vqCEiLGCoz .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCEiLGCoz .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCEiLGCoz .mbr-text,
.cid-vqCEiLGCoz .mbr-section-btn {
  color: #000000;
}
.cid-vqCEiLGCoz .content-head {
  max-width: 800px;
}
.cid-vqCEiLGCoz .container,
.cid-vqCEiLGCoz .container-fluid {
  overflow: hidden;
}
.cid-vqCEiLGCoz .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCEiLGCoz .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCEiLGCoz .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCEiLGCoz .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCEiLGCoz .grid-container-1,
.cid-vqCEiLGCoz .grid-container-2,
.cid-vqCEiLGCoz .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCEiLGCoz .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCEiLGCoz .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCEiLGCoz .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCEiLPmIu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCEiLPmIu .mbr-text,
.cid-vqCEiLPmIu .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCEiLPmIu .row {
  justify-content: start;
}
.cid-vqCEiLPmIu .mbr-section-title {
  color: #fafafa;
}
.cid-vqCEiLPmIu .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqCEiLPmIu .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqCEiLPmIu .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCEiLPmIu .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCEiLPmIu .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCEiLPmIu .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCEiLPmIu .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCEiLPmIu .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCEiLPmIu .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCEiMagcG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCEiMagcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCEiMagcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCEiMagcG .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqCEiMagcG .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqCEiMagcG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqCEiMagcG .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqCEiMagcG .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqCEiMagcG .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqCEiMagcG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqCEiMagcG .mbr-section-title {
  color: #fafafa;
}
.cid-vqCEiMagcG .item-title {
  color: #fafafa;
}
.cid-vqCEiMagcG .mbr-text,
.cid-vqCEiMagcG .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCEiMagcG .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCEiMagcG .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCEiMagcG .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCEiMALwz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCEiMALwz .mbr-text,
.cid-vqCEiMALwz .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCEiMALwz .row {
  justify-content: start;
}
.cid-vqCEiMALwz .mbr-section-title {
  color: #fafafa;
}
.cid-vqCEiMALwz .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCEiMALwz .rotate {
    top: -6px;
  }
}
.cid-vqCEiMALwz .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCEiMALwz .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCEiMALwz .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCEiMALwz .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCEiMALwz .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCEiMALwz .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCEiMALwz .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCEiMALwz .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCEiMALwz .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCEiMALwz .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCEiMALwz .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCEiMALwz .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCEiMALwz .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCEiMALwz .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCEiML2Dy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqCEiML2Dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCEiML2Dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCEiML2Dy .col-title {
  margin-bottom: 32px;
}
.cid-vqCEiML2Dy .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqCEiML2Dy .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqCEiML2Dy .cards-row {
  row-gap: 32px;
}
.cid-vqCEiML2Dy .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqCEiML2Dy .card {
    text-align: center;
  }
}
.cid-vqCEiML2Dy .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqCEiML2Dy .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqCEiML2Dy .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCEiML2Dy .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqCEiML2Dy .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqCEiML2Dy .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqCEiML2Dy .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqCEiML2Dy .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqCEiML2Dy .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqCEiML2Dy .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqCEiML2Dy .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqCEiML2Dy .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqCEiML2Dy .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqCEiNhqlD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqCEiNhqlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCEiNhqlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCEiNhqlD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqCEiNhqlD .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqCEiNhqlD .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqCEiNhqlD .container {
    padding: 0 20px;
  }
}
.cid-vqCEiNhqlD .container .row {
  margin: 0;
}
.cid-vqCEiNhqlD .row {
  justify-content: center;
}
.cid-vqCEiNhqlD .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCEiNhqlD .rotate {
    top: -6px;
  }
}
.cid-vqCEiNhqlD .item {
  padding: 0;
}
.cid-vqCEiNhqlD .item .item-wrapper a {
  display: block;
}
.cid-vqCEiNhqlD .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqCEiNhqlD .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqCEiNhqlD .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqCEiNhqlD .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqCEiNhqlD .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqCEiNhqlD .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqCEiNhqlD .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqCEiNhqlD .item-title {
  color: #ffffff;
}
.cid-vqCEiNhqlD .mbr-desc {
  color: #ffffff;
}
.cid-vqCEiNhqlD .mbr-section-title,
.cid-vqCEiNhqlD .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqCEiNseMm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqCEiNseMm .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqCEiNseMm .mbr-section-title {
  color: #fafafa;
}
.cid-vqCEiNseMm .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqCEiNseMm .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqCEiNseMm .card {
  margin-bottom: 30px;
}
.cid-vqCEiNseMm img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqCEiNseMm .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCEiNseMm .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCEiNseMm .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqCEiNDZhe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqCEiNDZhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCEiNDZhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCEiNDZhe .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqCEiNDZhe .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqCEiNDZhe .items-wrap {
  margin: 0 -7px;
}
.cid-vqCEiNDZhe .items-wrap .card {
  padding: 0 7px;
}
.cid-vqCEiNDZhe .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqCEiNDZhe .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqCEiNDZhe .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqCEiNDZhe .google-map {
  height: 100%;
}
.cid-vqCEiNDZhe .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqCEiNDZhe .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqCEiNDZhe .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqCEiNDZhe label {
  color: #ffffff;
}
.cid-vqCEiNDZhe .mbr-section-title,
.cid-vqCEiNDZhe .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqCEiNDZhe .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCEiNDZhe .rotate {
    top: -6px;
  }
}
.cid-vqCEiNDZhe .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCEiNDZhe .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCEiNDZhe .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqCEiNVgcw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCEiNVgcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCEiNVgcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCEiNVgcw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqCEiNVgcw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCEiNVgcw .row {
    text-align: center;
  }
  .cid-vqCEiNVgcw .row > div {
    margin: auto;
  }
  .cid-vqCEiNVgcw .social-row {
    justify-content: center;
  }
  .cid-vqCEiNVgcw .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqCEiNVgcw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqCEiNVgcw .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCEiNVgcw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqCEiNVgcw .list {
    margin-bottom: 0rem;
  }
}
.cid-vqCEiNVgcw .mbr-text,
.cid-vqCEiNVgcw .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqCEiNVgcw .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqCEiNVgcw .soc-item:last-child {
  margin-right: 0;
}
.cid-vqCEiNVgcw .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCEiNVgcw div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqCEiNVgcw .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqCEiNVgcw .centraliza a,
  .cid-vqCEiNVgcw .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqCEiNVgcw .self-center {
  align-self: center;
}
.cid-vqCEiNVgcw .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqCEiNVgcw .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqCEiNVgcw .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqCEiNVgcw .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqCEiNVgcw .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqCEiNVgcw .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqCEiNVgcw .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqCEiNVgcw .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqCEiNVgcw .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqCEiNVgcw .position {
    text-align: center;
  }
}
.cid-vqCEiNVgcw .pt-16 {
  padding-top: 16px;
}
.cid-vqCEiNVgcw .pb-16 {
  padding-bottom: 16px;
}
.cid-vqCFNAKkJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqCFNAKkJR .navbar-dropdown {
  position: relative !important;
}
.cid-vqCFNAKkJR .navbar-dropdown {
  position: absolute !important;
}
.cid-vqCFNAKkJR .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-vqCFNAKkJR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqCFNAKkJR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqCFNAKkJR .dropdown-item:hover,
.cid-vqCFNAKkJR .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqCFNAKkJR .dropdown-item:hover span {
  color: white;
}
.cid-vqCFNAKkJR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqCFNAKkJR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqCFNAKkJR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqCFNAKkJR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqCFNAKkJR .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqCFNAKkJR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqCFNAKkJR .container {
    flex-wrap: nowrap;
  }
}
.cid-vqCFNAKkJR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqCFNAKkJR .dropdown-menu,
.cid-vqCFNAKkJR .navbar.opened {
  background: #000000 !important;
}
.cid-vqCFNAKkJR .nav-item:focus,
.cid-vqCFNAKkJR .nav-link:focus {
  outline: none;
}
.cid-vqCFNAKkJR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqCFNAKkJR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqCFNAKkJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqCFNAKkJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqCFNAKkJR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqCFNAKkJR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqCFNAKkJR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqCFNAKkJR .navbar.opened {
  transition: all 0.3s;
}
.cid-vqCFNAKkJR .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqCFNAKkJR .navbar .navbar-logo img {
  width: auto;
}
.cid-vqCFNAKkJR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqCFNAKkJR .navbar.collapsed {
  justify-content: center;
}
.cid-vqCFNAKkJR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqCFNAKkJR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqCFNAKkJR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqCFNAKkJR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqCFNAKkJR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqCFNAKkJR .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: 41%;
}
.cid-vqCFNAKkJR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqCFNAKkJR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqCFNAKkJR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqCFNAKkJR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqCFNAKkJR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqCFNAKkJR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqCFNAKkJR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqCFNAKkJR .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: 40%;
  }
  .cid-vqCFNAKkJR .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqCFNAKkJR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqCFNAKkJR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqCFNAKkJR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqCFNAKkJR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqCFNAKkJR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqCFNAKkJR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqCFNAKkJR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqCFNAKkJR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqCFNAKkJR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqCFNAKkJR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqCFNAKkJR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqCFNAKkJR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqCFNAKkJR .dropdown-item.active,
.cid-vqCFNAKkJR .dropdown-item:active {
  background-color: transparent;
}
.cid-vqCFNAKkJR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqCFNAKkJR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqCFNAKkJR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqCFNAKkJR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqCFNAKkJR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqCFNAKkJR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqCFNAKkJR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqCFNAKkJR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqCFNAKkJR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqCFNAKkJR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqCFNAKkJR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqCFNAKkJR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCFNAKkJR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCFNAKkJR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqCFNAKkJR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCFNAKkJR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqCFNAKkJR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqCFNAKkJR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCFNAKkJR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqCFNAKkJR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqCFNAKkJR .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqCFNAKkJR .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqCFNAKkJR .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqCFNAKkJR .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqCFNAKkJR .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqCFNAKkJR .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCFNAKkJR .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqCFNAKkJR .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqCFNAKkJR .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqCFNAKkJR .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqCFNAKkJR .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqCFNAKkJR .social-buttons .social-btn:hover,
.cid-vqCFNAKkJR .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqCFNAKkJR .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqCFNAKkJR .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCFNAKkJR .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCFNAKkJR .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqCFNAKkJR .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqCFNAKkJR .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCFNAKkJR .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCFNAKkJR .dropdown-menu .dropdown-item:hover::before,
  .cid-vqCFNAKkJR .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqCFNBs3vE {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/insulfilm-hero.webp");
}
@media (max-width: 991px) {
  .cid-vqCFNBs3vE {
    padding-top: 8rem!important;
  }
  .cid-vqCFNBs3vE .header1 .container,
  .cid-vqCFNBs3vE .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqCFNBs3vE .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqCFNBs3vE .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqCFNBs3vE .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqCFNBs3vE .title-line {
  display: block;
}
.cid-vqCFNBs3vE .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqCFNBs3vE .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqCFNBs3vE .gold-word {
    font-size: 6rem;
  }
}
.cid-vqCFNBs3vE .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqCFNBs3vE .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqCFNBs3vE .subtitle-wrap span {
  display: block;
}
.cid-vqCFNBs3vE .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFNBs3vE .rotate {
    top: -6px;
  }
}
.cid-vqCFNBs3vE .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqCFNBs3vE .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqCFNBs3vE .card-btn svg {
  transition: all 0.4s;
}
.cid-vqCFNBs3vE .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqCFNBs3vE .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCFNBs3vE .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqCFNBs3vE .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCFNBs3vE .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqCFNBs3vE .column {
  display: flex;
  flex-direction: column;
}
.cid-vqCFNBs3vE .mbr-card-title,
.cid-vqCFNBs3vE .mbr-text {
  color: #fafafa;
}
.cid-vqCFNBs3vE .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqCFNBs3vE .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqCFNBs3vE .card-btn .mbr-iconfont-btn,
.cid-vqCFNBs3vE .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqCFNBs3vE .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqCFNBs3vE .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqCFNBs3vE .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqCFNBs3vE .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqCFNBs3vE .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqCFNBFlY5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCFNBFlY5 .item:focus,
.cid-vqCFNBFlY5 span:focus {
  outline: none;
}
.cid-vqCFNBFlY5 .item {
  cursor: pointer;
}
.cid-vqCFNBFlY5 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCFNBFlY5 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCFNBFlY5 .grid-container-1,
.cid-vqCFNBFlY5 .grid-container-2,
.cid-vqCFNBFlY5 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCFNBFlY5 .grid-container-1,
  .cid-vqCFNBFlY5 .grid-container-2,
  .cid-vqCFNBFlY5 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCFNBFlY5 .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCFNBFlY5 .mbr-text,
.cid-vqCFNBFlY5 .mbr-section-btn {
  color: #000000;
}
.cid-vqCFNBFlY5 .content-head {
  max-width: 800px;
}
.cid-vqCFNBFlY5 .container,
.cid-vqCFNBFlY5 .container-fluid {
  overflow: hidden;
}
.cid-vqCFNBFlY5 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCFNBFlY5 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCFNBFlY5 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCFNBFlY5 .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCFNBFlY5 .grid-container-1,
.cid-vqCFNBFlY5 .grid-container-2,
.cid-vqCFNBFlY5 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCFNBFlY5 .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCFNBFlY5 .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCFNBFlY5 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCFNBU9LF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCFNBU9LF .mbr-text,
.cid-vqCFNBU9LF .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCFNBU9LF .row {
  justify-content: start;
}
.cid-vqCFNBU9LF .mbr-section-title {
  color: #fafafa;
}
.cid-vqCFNBU9LF .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFNBU9LF .rotate {
    top: -6px;
  }
}
.cid-vqCFNBU9LF .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCFNBU9LF .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCFNBU9LF .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCFNBU9LF .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCFNBU9LF .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCFNBU9LF .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCFNBU9LF .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCFNBU9LF .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCFNBU9LF .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCFNBU9LF .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCFNBU9LF .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCFNBU9LF .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCFNBU9LF .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCFNBU9LF .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCFNC3Y6f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCFNC3Y6f .item:focus,
.cid-vqCFNC3Y6f span:focus {
  outline: none;
}
.cid-vqCFNC3Y6f .item {
  cursor: pointer;
}
.cid-vqCFNC3Y6f .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCFNC3Y6f .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCFNC3Y6f .grid-container-1,
.cid-vqCFNC3Y6f .grid-container-2,
.cid-vqCFNC3Y6f .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCFNC3Y6f .grid-container-1,
  .cid-vqCFNC3Y6f .grid-container-2,
  .cid-vqCFNC3Y6f .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCFNC3Y6f .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCFNC3Y6f .mbr-text,
.cid-vqCFNC3Y6f .mbr-section-btn {
  color: #000000;
}
.cid-vqCFNC3Y6f .content-head {
  max-width: 800px;
}
.cid-vqCFNC3Y6f .container,
.cid-vqCFNC3Y6f .container-fluid {
  overflow: hidden;
}
.cid-vqCFNC3Y6f .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCFNC3Y6f .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCFNC3Y6f .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCFNC3Y6f .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCFNC3Y6f .grid-container-1,
.cid-vqCFNC3Y6f .grid-container-2,
.cid-vqCFNC3Y6f .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCFNC3Y6f .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCFNC3Y6f .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCFNC3Y6f .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCFNCeof4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCFNCeof4 .mbr-text,
.cid-vqCFNCeof4 .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCFNCeof4 .row {
  justify-content: start;
}
.cid-vqCFNCeof4 .mbr-section-title {
  color: #fafafa;
}
.cid-vqCFNCeof4 .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqCFNCeof4 .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqCFNCeof4 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCFNCeof4 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCFNCeof4 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCFNCeof4 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCFNCeof4 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCFNCeof4 .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCFNCeof4 .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCFNCwjcp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCFNCwjcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCFNCwjcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCFNCwjcp .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqCFNCwjcp .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqCFNCwjcp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqCFNCwjcp .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqCFNCwjcp .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqCFNCwjcp .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqCFNCwjcp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqCFNCwjcp .mbr-section-title {
  color: #fafafa;
}
.cid-vqCFNCwjcp .item-title {
  color: #fafafa;
}
.cid-vqCFNCwjcp .mbr-text,
.cid-vqCFNCwjcp .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCFNCwjcp .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFNCwjcp .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCFNCwjcp .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCFNCTjq2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCFNCTjq2 .mbr-text,
.cid-vqCFNCTjq2 .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCFNCTjq2 .row {
  justify-content: start;
}
.cid-vqCFNCTjq2 .mbr-section-title {
  color: #fafafa;
}
.cid-vqCFNCTjq2 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFNCTjq2 .rotate {
    top: -6px;
  }
}
.cid-vqCFNCTjq2 .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCFNCTjq2 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCFNCTjq2 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCFNCTjq2 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCFNCTjq2 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCFNCTjq2 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCFNCTjq2 .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCFNCTjq2 .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCFNCTjq2 .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCFNCTjq2 .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCFNCTjq2 .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCFNCTjq2 .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCFNCTjq2 .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCFNCTjq2 .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCFND5448 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqCFND5448 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCFND5448 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCFND5448 .col-title {
  margin-bottom: 32px;
}
.cid-vqCFND5448 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqCFND5448 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqCFND5448 .cards-row {
  row-gap: 32px;
}
.cid-vqCFND5448 .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqCFND5448 .card {
    text-align: center;
  }
}
.cid-vqCFND5448 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqCFND5448 .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqCFND5448 .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCFND5448 .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqCFND5448 .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqCFND5448 .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqCFND5448 .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqCFND5448 .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqCFND5448 .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqCFND5448 .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqCFND5448 .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqCFND5448 .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqCFND5448 .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqCFNDwPNk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqCFNDwPNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCFNDwPNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCFNDwPNk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqCFNDwPNk .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqCFNDwPNk .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqCFNDwPNk .container {
    padding: 0 20px;
  }
}
.cid-vqCFNDwPNk .container .row {
  margin: 0;
}
.cid-vqCFNDwPNk .row {
  justify-content: center;
}
.cid-vqCFNDwPNk .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFNDwPNk .rotate {
    top: -6px;
  }
}
.cid-vqCFNDwPNk .item {
  padding: 0;
}
.cid-vqCFNDwPNk .item .item-wrapper a {
  display: block;
}
.cid-vqCFNDwPNk .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqCFNDwPNk .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqCFNDwPNk .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqCFNDwPNk .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqCFNDwPNk .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqCFNDwPNk .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqCFNDwPNk .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqCFNDwPNk .item-title {
  color: #ffffff;
}
.cid-vqCFNDwPNk .mbr-desc {
  color: #ffffff;
}
.cid-vqCFNDwPNk .mbr-section-title,
.cid-vqCFNDwPNk .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqCFNDL7io {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqCFNDL7io .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqCFNDL7io .mbr-section-title {
  color: #fafafa;
}
.cid-vqCFNDL7io .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqCFNDL7io .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqCFNDL7io .card {
  margin-bottom: 30px;
}
.cid-vqCFNDL7io img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqCFNDL7io .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFNDL7io .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCFNDL7io .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqCFNDZXed {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqCFNDZXed .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCFNDZXed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCFNDZXed .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqCFNDZXed .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqCFNDZXed .items-wrap {
  margin: 0 -7px;
}
.cid-vqCFNDZXed .items-wrap .card {
  padding: 0 7px;
}
.cid-vqCFNDZXed .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqCFNDZXed .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqCFNDZXed .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqCFNDZXed .google-map {
  height: 100%;
}
.cid-vqCFNDZXed .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqCFNDZXed .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqCFNDZXed .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqCFNDZXed label {
  color: #ffffff;
}
.cid-vqCFNDZXed .mbr-section-title,
.cid-vqCFNDZXed .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqCFNDZXed .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFNDZXed .rotate {
    top: -6px;
  }
}
.cid-vqCFNDZXed .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCFNDZXed .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCFNDZXed .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqCFNEg5S7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCFNEg5S7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCFNEg5S7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCFNEg5S7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqCFNEg5S7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCFNEg5S7 .row {
    text-align: center;
  }
  .cid-vqCFNEg5S7 .row > div {
    margin: auto;
  }
  .cid-vqCFNEg5S7 .social-row {
    justify-content: center;
  }
  .cid-vqCFNEg5S7 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqCFNEg5S7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqCFNEg5S7 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCFNEg5S7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqCFNEg5S7 .list {
    margin-bottom: 0rem;
  }
}
.cid-vqCFNEg5S7 .mbr-text,
.cid-vqCFNEg5S7 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqCFNEg5S7 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqCFNEg5S7 .soc-item:last-child {
  margin-right: 0;
}
.cid-vqCFNEg5S7 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCFNEg5S7 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqCFNEg5S7 .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqCFNEg5S7 .centraliza a,
  .cid-vqCFNEg5S7 .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqCFNEg5S7 .self-center {
  align-self: center;
}
.cid-vqCFNEg5S7 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqCFNEg5S7 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqCFNEg5S7 .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqCFNEg5S7 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqCFNEg5S7 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqCFNEg5S7 .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqCFNEg5S7 .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqCFNEg5S7 .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqCFNEg5S7 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqCFNEg5S7 .position {
    text-align: center;
  }
}
.cid-vqCFNEg5S7 .pt-16 {
  padding-top: 16px;
}
.cid-vqCFNEg5S7 .pb-16 {
  padding-bottom: 16px;
}
.cid-vqCG6Yhq4j {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqCG6Yhq4j .navbar-dropdown {
  position: relative !important;
}
.cid-vqCG6Yhq4j .navbar-dropdown {
  position: absolute !important;
}
.cid-vqCG6Yhq4j .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-vqCG6Yhq4j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqCG6Yhq4j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqCG6Yhq4j .dropdown-item:hover,
.cid-vqCG6Yhq4j .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqCG6Yhq4j .dropdown-item:hover span {
  color: white;
}
.cid-vqCG6Yhq4j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqCG6Yhq4j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqCG6Yhq4j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqCG6Yhq4j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqCG6Yhq4j .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqCG6Yhq4j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqCG6Yhq4j .container {
    flex-wrap: nowrap;
  }
}
.cid-vqCG6Yhq4j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqCG6Yhq4j .dropdown-menu,
.cid-vqCG6Yhq4j .navbar.opened {
  background: #000000 !important;
}
.cid-vqCG6Yhq4j .nav-item:focus,
.cid-vqCG6Yhq4j .nav-link:focus {
  outline: none;
}
.cid-vqCG6Yhq4j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqCG6Yhq4j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqCG6Yhq4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqCG6Yhq4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqCG6Yhq4j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqCG6Yhq4j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqCG6Yhq4j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqCG6Yhq4j .navbar.opened {
  transition: all 0.3s;
}
.cid-vqCG6Yhq4j .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqCG6Yhq4j .navbar .navbar-logo img {
  width: auto;
}
.cid-vqCG6Yhq4j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqCG6Yhq4j .navbar.collapsed {
  justify-content: center;
}
.cid-vqCG6Yhq4j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqCG6Yhq4j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqCG6Yhq4j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqCG6Yhq4j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqCG6Yhq4j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqCG6Yhq4j .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: 41%;
}
.cid-vqCG6Yhq4j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqCG6Yhq4j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqCG6Yhq4j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqCG6Yhq4j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqCG6Yhq4j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqCG6Yhq4j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqCG6Yhq4j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqCG6Yhq4j .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: 40%;
  }
  .cid-vqCG6Yhq4j .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqCG6Yhq4j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqCG6Yhq4j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqCG6Yhq4j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqCG6Yhq4j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqCG6Yhq4j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqCG6Yhq4j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqCG6Yhq4j .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqCG6Yhq4j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqCG6Yhq4j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqCG6Yhq4j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqCG6Yhq4j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqCG6Yhq4j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqCG6Yhq4j .dropdown-item.active,
.cid-vqCG6Yhq4j .dropdown-item:active {
  background-color: transparent;
}
.cid-vqCG6Yhq4j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqCG6Yhq4j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqCG6Yhq4j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqCG6Yhq4j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqCG6Yhq4j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqCG6Yhq4j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqCG6Yhq4j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqCG6Yhq4j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqCG6Yhq4j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqCG6Yhq4j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqCG6Yhq4j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqCG6Yhq4j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCG6Yhq4j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCG6Yhq4j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqCG6Yhq4j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCG6Yhq4j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqCG6Yhq4j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqCG6Yhq4j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCG6Yhq4j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqCG6Yhq4j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqCG6Yhq4j .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqCG6Yhq4j .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqCG6Yhq4j .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqCG6Yhq4j .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqCG6Yhq4j .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqCG6Yhq4j .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCG6Yhq4j .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqCG6Yhq4j .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqCG6Yhq4j .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqCG6Yhq4j .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqCG6Yhq4j .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqCG6Yhq4j .social-buttons .social-btn:hover,
.cid-vqCG6Yhq4j .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqCG6Yhq4j .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqCG6Yhq4j .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCG6Yhq4j .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCG6Yhq4j .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqCG6Yhq4j .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqCG6Yhq4j .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCG6Yhq4j .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCG6Yhq4j .dropdown-menu .dropdown-item:hover::before,
  .cid-vqCG6Yhq4j .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqCG6Z0Knj {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lampadas-farois-led.webp");
}
@media (max-width: 991px) {
  .cid-vqCG6Z0Knj {
    padding-top: 8rem!important;
  }
  .cid-vqCG6Z0Knj .header1 .container,
  .cid-vqCG6Z0Knj .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqCG6Z0Knj .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqCG6Z0Knj .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqCG6Z0Knj .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqCG6Z0Knj .title-line {
  display: block;
}
.cid-vqCG6Z0Knj .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqCG6Z0Knj .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqCG6Z0Knj .gold-word {
    font-size: 6rem;
  }
}
.cid-vqCG6Z0Knj .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqCG6Z0Knj .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqCG6Z0Knj .subtitle-wrap span {
  display: block;
}
.cid-vqCG6Z0Knj .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCG6Z0Knj .rotate {
    top: -6px;
  }
}
.cid-vqCG6Z0Knj .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqCG6Z0Knj .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqCG6Z0Knj .card-btn svg {
  transition: all 0.4s;
}
.cid-vqCG6Z0Knj .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqCG6Z0Knj .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCG6Z0Knj .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqCG6Z0Knj .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCG6Z0Knj .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqCG6Z0Knj .column {
  display: flex;
  flex-direction: column;
}
.cid-vqCG6Z0Knj .mbr-card-title,
.cid-vqCG6Z0Knj .mbr-text {
  color: #fafafa;
}
.cid-vqCG6Z0Knj .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqCG6Z0Knj .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqCG6Z0Knj .card-btn .mbr-iconfont-btn,
.cid-vqCG6Z0Knj .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqCG6Z0Knj .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqCG6Z0Knj .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqCG6Z0Knj .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqCG6Z0Knj .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqCG6Z0Knj .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqCG6Zfoh1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCG6Zfoh1 .item:focus,
.cid-vqCG6Zfoh1 span:focus {
  outline: none;
}
.cid-vqCG6Zfoh1 .item {
  cursor: pointer;
}
.cid-vqCG6Zfoh1 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCG6Zfoh1 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCG6Zfoh1 .grid-container-1,
.cid-vqCG6Zfoh1 .grid-container-2,
.cid-vqCG6Zfoh1 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCG6Zfoh1 .grid-container-1,
  .cid-vqCG6Zfoh1 .grid-container-2,
  .cid-vqCG6Zfoh1 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCG6Zfoh1 .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCG6Zfoh1 .mbr-text,
.cid-vqCG6Zfoh1 .mbr-section-btn {
  color: #000000;
}
.cid-vqCG6Zfoh1 .content-head {
  max-width: 800px;
}
.cid-vqCG6Zfoh1 .container,
.cid-vqCG6Zfoh1 .container-fluid {
  overflow: hidden;
}
.cid-vqCG6Zfoh1 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCG6Zfoh1 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCG6Zfoh1 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCG6Zfoh1 .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCG6Zfoh1 .grid-container-1,
.cid-vqCG6Zfoh1 .grid-container-2,
.cid-vqCG6Zfoh1 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCG6Zfoh1 .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCG6Zfoh1 .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCG6Zfoh1 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCG6Zt6Sj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCG6Zt6Sj .mbr-text,
.cid-vqCG6Zt6Sj .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCG6Zt6Sj .row {
  justify-content: start;
}
.cid-vqCG6Zt6Sj .mbr-section-title {
  color: #fafafa;
}
.cid-vqCG6Zt6Sj .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCG6Zt6Sj .rotate {
    top: -6px;
  }
}
.cid-vqCG6Zt6Sj .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCG6Zt6Sj .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCG6Zt6Sj .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCG6Zt6Sj .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCG6Zt6Sj .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCG6Zt6Sj .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCG6Zt6Sj .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCG6Zt6Sj .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCG6Zt6Sj .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCG6Zt6Sj .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCG6Zt6Sj .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCG6Zt6Sj .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCG6Zt6Sj .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCG6Zt6Sj .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCG6ZBBPA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCG6ZBBPA .item:focus,
.cid-vqCG6ZBBPA span:focus {
  outline: none;
}
.cid-vqCG6ZBBPA .item {
  cursor: pointer;
}
.cid-vqCG6ZBBPA .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCG6ZBBPA .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCG6ZBBPA .grid-container-1,
.cid-vqCG6ZBBPA .grid-container-2,
.cid-vqCG6ZBBPA .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCG6ZBBPA .grid-container-1,
  .cid-vqCG6ZBBPA .grid-container-2,
  .cid-vqCG6ZBBPA .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCG6ZBBPA .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCG6ZBBPA .mbr-text,
.cid-vqCG6ZBBPA .mbr-section-btn {
  color: #000000;
}
.cid-vqCG6ZBBPA .content-head {
  max-width: 800px;
}
.cid-vqCG6ZBBPA .container,
.cid-vqCG6ZBBPA .container-fluid {
  overflow: hidden;
}
.cid-vqCG6ZBBPA .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCG6ZBBPA .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCG6ZBBPA .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCG6ZBBPA .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCG6ZBBPA .grid-container-1,
.cid-vqCG6ZBBPA .grid-container-2,
.cid-vqCG6ZBBPA .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCG6ZBBPA .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCG6ZBBPA .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCG6ZBBPA .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCG6ZMpBQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCG6ZMpBQ .mbr-text,
.cid-vqCG6ZMpBQ .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCG6ZMpBQ .row {
  justify-content: start;
}
.cid-vqCG6ZMpBQ .mbr-section-title {
  color: #fafafa;
}
.cid-vqCG6ZMpBQ .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqCG6ZMpBQ .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqCG6ZMpBQ .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCG6ZMpBQ .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCG6ZMpBQ .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCG6ZMpBQ .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCG6ZMpBQ .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCG6ZMpBQ .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCG6ZMpBQ .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCG705JJy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCG705JJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCG705JJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCG705JJy .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqCG705JJy .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqCG705JJy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqCG705JJy .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqCG705JJy .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqCG705JJy .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqCG705JJy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqCG705JJy .mbr-section-title {
  color: #fafafa;
}
.cid-vqCG705JJy .item-title {
  color: #fafafa;
}
.cid-vqCG705JJy .mbr-text,
.cid-vqCG705JJy .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCG705JJy .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCG705JJy .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCG705JJy .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCG70u1a7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCG70u1a7 .mbr-text,
.cid-vqCG70u1a7 .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCG70u1a7 .row {
  justify-content: start;
}
.cid-vqCG70u1a7 .mbr-section-title {
  color: #fafafa;
}
.cid-vqCG70u1a7 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCG70u1a7 .rotate {
    top: -6px;
  }
}
.cid-vqCG70u1a7 .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCG70u1a7 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCG70u1a7 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCG70u1a7 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCG70u1a7 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCG70u1a7 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCG70u1a7 .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCG70u1a7 .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCG70u1a7 .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCG70u1a7 .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCG70u1a7 .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCG70u1a7 .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCG70u1a7 .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCG70u1a7 .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCG70E5da {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqCG70E5da .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCG70E5da .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCG70E5da .col-title {
  margin-bottom: 32px;
}
.cid-vqCG70E5da .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqCG70E5da .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqCG70E5da .cards-row {
  row-gap: 32px;
}
.cid-vqCG70E5da .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqCG70E5da .card {
    text-align: center;
  }
}
.cid-vqCG70E5da .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqCG70E5da .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqCG70E5da .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCG70E5da .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqCG70E5da .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqCG70E5da .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqCG70E5da .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqCG70E5da .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqCG70E5da .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqCG70E5da .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqCG70E5da .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqCG70E5da .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqCG70E5da .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqCG714HB0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqCG714HB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCG714HB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCG714HB0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqCG714HB0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqCG714HB0 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqCG714HB0 .container {
    padding: 0 20px;
  }
}
.cid-vqCG714HB0 .container .row {
  margin: 0;
}
.cid-vqCG714HB0 .row {
  justify-content: center;
}
.cid-vqCG714HB0 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCG714HB0 .rotate {
    top: -6px;
  }
}
.cid-vqCG714HB0 .item {
  padding: 0;
}
.cid-vqCG714HB0 .item .item-wrapper a {
  display: block;
}
.cid-vqCG714HB0 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqCG714HB0 .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqCG714HB0 .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqCG714HB0 .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqCG714HB0 .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqCG714HB0 .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqCG714HB0 .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqCG714HB0 .item-title {
  color: #ffffff;
}
.cid-vqCG714HB0 .mbr-desc {
  color: #ffffff;
}
.cid-vqCG714HB0 .mbr-section-title,
.cid-vqCG714HB0 .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqCG71jVFH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqCG71jVFH .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqCG71jVFH .mbr-section-title {
  color: #fafafa;
}
.cid-vqCG71jVFH .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqCG71jVFH .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqCG71jVFH .card {
  margin-bottom: 30px;
}
.cid-vqCG71jVFH img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqCG71jVFH .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCG71jVFH .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCG71jVFH .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqCG71wkiS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqCG71wkiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCG71wkiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCG71wkiS .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqCG71wkiS .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqCG71wkiS .items-wrap {
  margin: 0 -7px;
}
.cid-vqCG71wkiS .items-wrap .card {
  padding: 0 7px;
}
.cid-vqCG71wkiS .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqCG71wkiS .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqCG71wkiS .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqCG71wkiS .google-map {
  height: 100%;
}
.cid-vqCG71wkiS .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqCG71wkiS .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqCG71wkiS .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqCG71wkiS label {
  color: #ffffff;
}
.cid-vqCG71wkiS .mbr-section-title,
.cid-vqCG71wkiS .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqCG71wkiS .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCG71wkiS .rotate {
    top: -6px;
  }
}
.cid-vqCG71wkiS .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCG71wkiS .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCG71wkiS .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqCG71P5zx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCG71P5zx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCG71P5zx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCG71P5zx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqCG71P5zx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCG71P5zx .row {
    text-align: center;
  }
  .cid-vqCG71P5zx .row > div {
    margin: auto;
  }
  .cid-vqCG71P5zx .social-row {
    justify-content: center;
  }
  .cid-vqCG71P5zx .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqCG71P5zx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqCG71P5zx .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCG71P5zx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqCG71P5zx .list {
    margin-bottom: 0rem;
  }
}
.cid-vqCG71P5zx .mbr-text,
.cid-vqCG71P5zx .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqCG71P5zx .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqCG71P5zx .soc-item:last-child {
  margin-right: 0;
}
.cid-vqCG71P5zx .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCG71P5zx div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqCG71P5zx .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqCG71P5zx .centraliza a,
  .cid-vqCG71P5zx .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqCG71P5zx .self-center {
  align-self: center;
}
.cid-vqCG71P5zx .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqCG71P5zx .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqCG71P5zx .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqCG71P5zx .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqCG71P5zx .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqCG71P5zx .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqCG71P5zx .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqCG71P5zx .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqCG71P5zx .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqCG71P5zx .position {
    text-align: center;
  }
}
.cid-vqCG71P5zx .pt-16 {
  padding-top: 16px;
}
.cid-vqCG71P5zx .pb-16 {
  padding-bottom: 16px;
}
.cid-vqCGLNsW8N {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqCGLNsW8N .navbar-dropdown {
  position: relative !important;
}
.cid-vqCGLNsW8N .navbar-dropdown {
  position: absolute !important;
}
.cid-vqCGLNsW8N .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-vqCGLNsW8N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqCGLNsW8N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqCGLNsW8N .dropdown-item:hover,
.cid-vqCGLNsW8N .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqCGLNsW8N .dropdown-item:hover span {
  color: white;
}
.cid-vqCGLNsW8N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqCGLNsW8N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqCGLNsW8N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqCGLNsW8N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqCGLNsW8N .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqCGLNsW8N .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqCGLNsW8N .container {
    flex-wrap: nowrap;
  }
}
.cid-vqCGLNsW8N .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqCGLNsW8N .dropdown-menu,
.cid-vqCGLNsW8N .navbar.opened {
  background: #000000 !important;
}
.cid-vqCGLNsW8N .nav-item:focus,
.cid-vqCGLNsW8N .nav-link:focus {
  outline: none;
}
.cid-vqCGLNsW8N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqCGLNsW8N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqCGLNsW8N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqCGLNsW8N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqCGLNsW8N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqCGLNsW8N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqCGLNsW8N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqCGLNsW8N .navbar.opened {
  transition: all 0.3s;
}
.cid-vqCGLNsW8N .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqCGLNsW8N .navbar .navbar-logo img {
  width: auto;
}
.cid-vqCGLNsW8N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqCGLNsW8N .navbar.collapsed {
  justify-content: center;
}
.cid-vqCGLNsW8N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqCGLNsW8N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqCGLNsW8N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqCGLNsW8N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqCGLNsW8N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqCGLNsW8N .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: 41%;
}
.cid-vqCGLNsW8N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqCGLNsW8N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqCGLNsW8N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqCGLNsW8N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqCGLNsW8N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqCGLNsW8N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqCGLNsW8N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqCGLNsW8N .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: 40%;
  }
  .cid-vqCGLNsW8N .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqCGLNsW8N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqCGLNsW8N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqCGLNsW8N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqCGLNsW8N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqCGLNsW8N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqCGLNsW8N .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqCGLNsW8N .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqCGLNsW8N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqCGLNsW8N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqCGLNsW8N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqCGLNsW8N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqCGLNsW8N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqCGLNsW8N .dropdown-item.active,
.cid-vqCGLNsW8N .dropdown-item:active {
  background-color: transparent;
}
.cid-vqCGLNsW8N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqCGLNsW8N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqCGLNsW8N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqCGLNsW8N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqCGLNsW8N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqCGLNsW8N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqCGLNsW8N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqCGLNsW8N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqCGLNsW8N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqCGLNsW8N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqCGLNsW8N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqCGLNsW8N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCGLNsW8N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCGLNsW8N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqCGLNsW8N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCGLNsW8N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqCGLNsW8N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqCGLNsW8N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCGLNsW8N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqCGLNsW8N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqCGLNsW8N .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqCGLNsW8N .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqCGLNsW8N .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqCGLNsW8N .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqCGLNsW8N .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqCGLNsW8N .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCGLNsW8N .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqCGLNsW8N .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqCGLNsW8N .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqCGLNsW8N .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqCGLNsW8N .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqCGLNsW8N .social-buttons .social-btn:hover,
.cid-vqCGLNsW8N .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqCGLNsW8N .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqCGLNsW8N .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCGLNsW8N .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCGLNsW8N .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqCGLNsW8N .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqCGLNsW8N .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCGLNsW8N .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCGLNsW8N .dropdown-menu .dropdown-item:hover::before,
  .cid-vqCGLNsW8N .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqCGLP2iv3 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lavagem-hero.webp");
}
@media (max-width: 991px) {
  .cid-vqCGLP2iv3 {
    padding-top: 8rem!important;
  }
  .cid-vqCGLP2iv3 .header1 .container,
  .cid-vqCGLP2iv3 .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqCGLP2iv3 .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqCGLP2iv3 .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqCGLP2iv3 .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqCGLP2iv3 .title-line {
  display: block;
}
.cid-vqCGLP2iv3 .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqCGLP2iv3 .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqCGLP2iv3 .gold-word {
    font-size: 6rem;
  }
}
.cid-vqCGLP2iv3 .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqCGLP2iv3 .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqCGLP2iv3 .subtitle-wrap span {
  display: block;
}
.cid-vqCGLP2iv3 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCGLP2iv3 .rotate {
    top: -6px;
  }
}
.cid-vqCGLP2iv3 .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqCGLP2iv3 .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqCGLP2iv3 .card-btn svg {
  transition: all 0.4s;
}
.cid-vqCGLP2iv3 .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqCGLP2iv3 .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCGLP2iv3 .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqCGLP2iv3 .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCGLP2iv3 .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqCGLP2iv3 .column {
  display: flex;
  flex-direction: column;
}
.cid-vqCGLP2iv3 .mbr-card-title,
.cid-vqCGLP2iv3 .mbr-text {
  color: #fafafa;
}
.cid-vqCGLP2iv3 .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqCGLP2iv3 .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqCGLP2iv3 .card-btn .mbr-iconfont-btn,
.cid-vqCGLP2iv3 .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqCGLP2iv3 .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqCGLP2iv3 .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqCGLP2iv3 .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqCGLP2iv3 .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqCGLP2iv3 .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqCGLPvr7t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCGLPvr7t .item:focus,
.cid-vqCGLPvr7t span:focus {
  outline: none;
}
.cid-vqCGLPvr7t .item {
  cursor: pointer;
}
.cid-vqCGLPvr7t .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCGLPvr7t .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCGLPvr7t .grid-container-1,
.cid-vqCGLPvr7t .grid-container-2,
.cid-vqCGLPvr7t .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCGLPvr7t .grid-container-1,
  .cid-vqCGLPvr7t .grid-container-2,
  .cid-vqCGLPvr7t .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCGLPvr7t .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCGLPvr7t .mbr-text,
.cid-vqCGLPvr7t .mbr-section-btn {
  color: #000000;
}
.cid-vqCGLPvr7t .content-head {
  max-width: 800px;
}
.cid-vqCGLPvr7t .container,
.cid-vqCGLPvr7t .container-fluid {
  overflow: hidden;
}
.cid-vqCGLPvr7t .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCGLPvr7t .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCGLPvr7t .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCGLPvr7t .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCGLPvr7t .grid-container-1,
.cid-vqCGLPvr7t .grid-container-2,
.cid-vqCGLPvr7t .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCGLPvr7t .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCGLPvr7t .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCGLPvr7t .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCGLPK930 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCGLPK930 .mbr-text,
.cid-vqCGLPK930 .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCGLPK930 .row {
  justify-content: start;
}
.cid-vqCGLPK930 .mbr-section-title {
  color: #fafafa;
}
.cid-vqCGLPK930 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCGLPK930 .rotate {
    top: -6px;
  }
}
.cid-vqCGLPK930 .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCGLPK930 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCGLPK930 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCGLPK930 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCGLPK930 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCGLPK930 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCGLPK930 .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCGLPK930 .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCGLPK930 .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCGLPK930 .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCGLPK930 .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCGLPK930 .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCGLPK930 .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCGLPK930 .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCGLPTexG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCGLPTexG .item:focus,
.cid-vqCGLPTexG span:focus {
  outline: none;
}
.cid-vqCGLPTexG .item {
  cursor: pointer;
}
.cid-vqCGLPTexG .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCGLPTexG .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCGLPTexG .grid-container-1,
.cid-vqCGLPTexG .grid-container-2,
.cid-vqCGLPTexG .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCGLPTexG .grid-container-1,
  .cid-vqCGLPTexG .grid-container-2,
  .cid-vqCGLPTexG .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCGLPTexG .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCGLPTexG .mbr-text,
.cid-vqCGLPTexG .mbr-section-btn {
  color: #000000;
}
.cid-vqCGLPTexG .content-head {
  max-width: 800px;
}
.cid-vqCGLPTexG .container,
.cid-vqCGLPTexG .container-fluid {
  overflow: hidden;
}
.cid-vqCGLPTexG .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCGLPTexG .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCGLPTexG .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCGLPTexG .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCGLPTexG .grid-container-1,
.cid-vqCGLPTexG .grid-container-2,
.cid-vqCGLPTexG .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCGLPTexG .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCGLPTexG .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCGLPTexG .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCGLQ3ZuR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCGLQ3ZuR .mbr-text,
.cid-vqCGLQ3ZuR .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCGLQ3ZuR .row {
  justify-content: start;
}
.cid-vqCGLQ3ZuR .mbr-section-title {
  color: #fafafa;
}
.cid-vqCGLQ3ZuR .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqCGLQ3ZuR .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqCGLQ3ZuR .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCGLQ3ZuR .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCGLQ3ZuR .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCGLQ3ZuR .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCGLQ3ZuR .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCGLQ3ZuR .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCGLQ3ZuR .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCGLQotUZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCGLQotUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCGLQotUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCGLQotUZ .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqCGLQotUZ .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqCGLQotUZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqCGLQotUZ .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqCGLQotUZ .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqCGLQotUZ .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqCGLQotUZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqCGLQotUZ .mbr-section-title {
  color: #fafafa;
}
.cid-vqCGLQotUZ .item-title {
  color: #fafafa;
}
.cid-vqCGLQotUZ .mbr-text,
.cid-vqCGLQotUZ .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCGLQotUZ .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCGLQotUZ .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCGLQotUZ .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCGLRMxGD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCGLRMxGD .mbr-text,
.cid-vqCGLRMxGD .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCGLRMxGD .row {
  justify-content: start;
}
.cid-vqCGLRMxGD .mbr-section-title {
  color: #fafafa;
}
.cid-vqCGLRMxGD .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCGLRMxGD .rotate {
    top: -6px;
  }
}
.cid-vqCGLRMxGD .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCGLRMxGD .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCGLRMxGD .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCGLRMxGD .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCGLRMxGD .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCGLRMxGD .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCGLRMxGD .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCGLRMxGD .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCGLRMxGD .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCGLRMxGD .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCGLRMxGD .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCGLRMxGD .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCGLRMxGD .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCGLRMxGD .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCGLS6Z4u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqCGLS6Z4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCGLS6Z4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCGLS6Z4u .col-title {
  margin-bottom: 32px;
}
.cid-vqCGLS6Z4u .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqCGLS6Z4u .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqCGLS6Z4u .cards-row {
  row-gap: 32px;
}
.cid-vqCGLS6Z4u .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqCGLS6Z4u .card {
    text-align: center;
  }
}
.cid-vqCGLS6Z4u .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqCGLS6Z4u .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqCGLS6Z4u .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCGLS6Z4u .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqCGLS6Z4u .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqCGLS6Z4u .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqCGLS6Z4u .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqCGLS6Z4u .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqCGLS6Z4u .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqCGLS6Z4u .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqCGLS6Z4u .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqCGLS6Z4u .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqCGLS6Z4u .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqCGLSBP8D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqCGLSBP8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCGLSBP8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCGLSBP8D .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqCGLSBP8D .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqCGLSBP8D .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqCGLSBP8D .container {
    padding: 0 20px;
  }
}
.cid-vqCGLSBP8D .container .row {
  margin: 0;
}
.cid-vqCGLSBP8D .row {
  justify-content: center;
}
.cid-vqCGLSBP8D .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCGLSBP8D .rotate {
    top: -6px;
  }
}
.cid-vqCGLSBP8D .item {
  padding: 0;
}
.cid-vqCGLSBP8D .item .item-wrapper a {
  display: block;
}
.cid-vqCGLSBP8D .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqCGLSBP8D .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqCGLSBP8D .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqCGLSBP8D .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqCGLSBP8D .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqCGLSBP8D .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqCGLSBP8D .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqCGLSBP8D .item-title {
  color: #ffffff;
}
.cid-vqCGLSBP8D .mbr-desc {
  color: #ffffff;
}
.cid-vqCGLSBP8D .mbr-section-title,
.cid-vqCGLSBP8D .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqCGLSPbIB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqCGLSPbIB .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqCGLSPbIB .mbr-section-title {
  color: #fafafa;
}
.cid-vqCGLSPbIB .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqCGLSPbIB .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqCGLSPbIB .card {
  margin-bottom: 30px;
}
.cid-vqCGLSPbIB img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqCGLSPbIB .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCGLSPbIB .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCGLSPbIB .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqCGLT01sp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqCGLT01sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCGLT01sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCGLT01sp .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqCGLT01sp .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqCGLT01sp .items-wrap {
  margin: 0 -7px;
}
.cid-vqCGLT01sp .items-wrap .card {
  padding: 0 7px;
}
.cid-vqCGLT01sp .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqCGLT01sp .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqCGLT01sp .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqCGLT01sp .google-map {
  height: 100%;
}
.cid-vqCGLT01sp .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqCGLT01sp .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqCGLT01sp .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqCGLT01sp label {
  color: #ffffff;
}
.cid-vqCGLT01sp .mbr-section-title,
.cid-vqCGLT01sp .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqCGLT01sp .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCGLT01sp .rotate {
    top: -6px;
  }
}
.cid-vqCGLT01sp .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCGLT01sp .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCGLT01sp .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqCGLTlh4d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCGLTlh4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCGLTlh4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCGLTlh4d .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqCGLTlh4d .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCGLTlh4d .row {
    text-align: center;
  }
  .cid-vqCGLTlh4d .row > div {
    margin: auto;
  }
  .cid-vqCGLTlh4d .social-row {
    justify-content: center;
  }
  .cid-vqCGLTlh4d .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqCGLTlh4d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqCGLTlh4d .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCGLTlh4d .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqCGLTlh4d .list {
    margin-bottom: 0rem;
  }
}
.cid-vqCGLTlh4d .mbr-text,
.cid-vqCGLTlh4d .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqCGLTlh4d .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqCGLTlh4d .soc-item:last-child {
  margin-right: 0;
}
.cid-vqCGLTlh4d .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCGLTlh4d div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqCGLTlh4d .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqCGLTlh4d .centraliza a,
  .cid-vqCGLTlh4d .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqCGLTlh4d .self-center {
  align-self: center;
}
.cid-vqCGLTlh4d .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqCGLTlh4d .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqCGLTlh4d .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqCGLTlh4d .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqCGLTlh4d .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqCGLTlh4d .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqCGLTlh4d .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqCGLTlh4d .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqCGLTlh4d .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqCGLTlh4d .position {
    text-align: center;
  }
}
.cid-vqCGLTlh4d .pt-16 {
  padding-top: 16px;
}
.cid-vqCGLTlh4d .pb-16 {
  padding-bottom: 16px;
}
.cid-vqCHh8tFtT {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqCHh8tFtT .navbar-dropdown {
  position: relative !important;
}
.cid-vqCHh8tFtT .navbar-dropdown {
  position: absolute !important;
}
.cid-vqCHh8tFtT .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-vqCHh8tFtT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqCHh8tFtT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqCHh8tFtT .dropdown-item:hover,
.cid-vqCHh8tFtT .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqCHh8tFtT .dropdown-item:hover span {
  color: white;
}
.cid-vqCHh8tFtT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqCHh8tFtT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqCHh8tFtT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqCHh8tFtT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqCHh8tFtT .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqCHh8tFtT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqCHh8tFtT .container {
    flex-wrap: nowrap;
  }
}
.cid-vqCHh8tFtT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqCHh8tFtT .dropdown-menu,
.cid-vqCHh8tFtT .navbar.opened {
  background: #000000 !important;
}
.cid-vqCHh8tFtT .nav-item:focus,
.cid-vqCHh8tFtT .nav-link:focus {
  outline: none;
}
.cid-vqCHh8tFtT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqCHh8tFtT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqCHh8tFtT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqCHh8tFtT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqCHh8tFtT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqCHh8tFtT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqCHh8tFtT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqCHh8tFtT .navbar.opened {
  transition: all 0.3s;
}
.cid-vqCHh8tFtT .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqCHh8tFtT .navbar .navbar-logo img {
  width: auto;
}
.cid-vqCHh8tFtT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqCHh8tFtT .navbar.collapsed {
  justify-content: center;
}
.cid-vqCHh8tFtT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqCHh8tFtT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqCHh8tFtT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqCHh8tFtT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqCHh8tFtT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqCHh8tFtT .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: 41%;
}
.cid-vqCHh8tFtT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqCHh8tFtT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqCHh8tFtT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqCHh8tFtT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqCHh8tFtT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqCHh8tFtT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqCHh8tFtT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqCHh8tFtT .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: 40%;
  }
  .cid-vqCHh8tFtT .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqCHh8tFtT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqCHh8tFtT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqCHh8tFtT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqCHh8tFtT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqCHh8tFtT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqCHh8tFtT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqCHh8tFtT .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqCHh8tFtT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqCHh8tFtT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqCHh8tFtT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqCHh8tFtT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqCHh8tFtT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqCHh8tFtT .dropdown-item.active,
.cid-vqCHh8tFtT .dropdown-item:active {
  background-color: transparent;
}
.cid-vqCHh8tFtT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqCHh8tFtT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqCHh8tFtT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqCHh8tFtT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqCHh8tFtT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqCHh8tFtT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqCHh8tFtT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqCHh8tFtT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqCHh8tFtT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqCHh8tFtT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqCHh8tFtT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqCHh8tFtT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCHh8tFtT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCHh8tFtT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqCHh8tFtT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCHh8tFtT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqCHh8tFtT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqCHh8tFtT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCHh8tFtT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqCHh8tFtT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqCHh8tFtT .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqCHh8tFtT .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqCHh8tFtT .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqCHh8tFtT .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqCHh8tFtT .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqCHh8tFtT .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCHh8tFtT .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqCHh8tFtT .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqCHh8tFtT .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqCHh8tFtT .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqCHh8tFtT .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqCHh8tFtT .social-buttons .social-btn:hover,
.cid-vqCHh8tFtT .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqCHh8tFtT .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqCHh8tFtT .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCHh8tFtT .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCHh8tFtT .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqCHh8tFtT .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqCHh8tFtT .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCHh8tFtT .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCHh8tFtT .dropdown-menu .dropdown-item:hover::before,
  .cid-vqCHh8tFtT .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqCHh9hU5f {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/shifpower-hero-1.webp");
}
@media (max-width: 991px) {
  .cid-vqCHh9hU5f {
    padding-top: 8rem!important;
  }
  .cid-vqCHh9hU5f .header1 .container,
  .cid-vqCHh9hU5f .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqCHh9hU5f .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqCHh9hU5f .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqCHh9hU5f .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqCHh9hU5f .title-line {
  display: block;
}
.cid-vqCHh9hU5f .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqCHh9hU5f .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqCHh9hU5f .gold-word {
    font-size: 6rem;
  }
}
.cid-vqCHh9hU5f .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqCHh9hU5f .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqCHh9hU5f .subtitle-wrap span {
  display: block;
}
.cid-vqCHh9hU5f .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHh9hU5f .rotate {
    top: -6px;
  }
}
.cid-vqCHh9hU5f .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqCHh9hU5f .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqCHh9hU5f .card-btn svg {
  transition: all 0.4s;
}
.cid-vqCHh9hU5f .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqCHh9hU5f .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCHh9hU5f .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqCHh9hU5f .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCHh9hU5f .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqCHh9hU5f .column {
  display: flex;
  flex-direction: column;
}
.cid-vqCHh9hU5f .mbr-card-title,
.cid-vqCHh9hU5f .mbr-text {
  color: #fafafa;
}
.cid-vqCHh9hU5f .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqCHh9hU5f .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqCHh9hU5f .card-btn .mbr-iconfont-btn,
.cid-vqCHh9hU5f .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqCHh9hU5f .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqCHh9hU5f .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqCHh9hU5f .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqCHh9hU5f .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqCHh9hU5f .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqCHh9xnZI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCHh9xnZI .item:focus,
.cid-vqCHh9xnZI span:focus {
  outline: none;
}
.cid-vqCHh9xnZI .item {
  cursor: pointer;
}
.cid-vqCHh9xnZI .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCHh9xnZI .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCHh9xnZI .grid-container-1,
.cid-vqCHh9xnZI .grid-container-2,
.cid-vqCHh9xnZI .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCHh9xnZI .grid-container-1,
  .cid-vqCHh9xnZI .grid-container-2,
  .cid-vqCHh9xnZI .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCHh9xnZI .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCHh9xnZI .mbr-text,
.cid-vqCHh9xnZI .mbr-section-btn {
  color: #000000;
}
.cid-vqCHh9xnZI .content-head {
  max-width: 800px;
}
.cid-vqCHh9xnZI .container,
.cid-vqCHh9xnZI .container-fluid {
  overflow: hidden;
}
.cid-vqCHh9xnZI .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCHh9xnZI .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCHh9xnZI .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCHh9xnZI .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCHh9xnZI .grid-container-1,
.cid-vqCHh9xnZI .grid-container-2,
.cid-vqCHh9xnZI .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCHh9xnZI .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCHh9xnZI .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCHh9xnZI .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCHh9I3Cm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCHh9I3Cm .mbr-text,
.cid-vqCHh9I3Cm .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCHh9I3Cm .row {
  justify-content: start;
}
.cid-vqCHh9I3Cm .mbr-section-title {
  color: #fafafa;
}
.cid-vqCHh9I3Cm .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHh9I3Cm .rotate {
    top: -6px;
  }
}
.cid-vqCHh9I3Cm .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCHh9I3Cm .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCHh9I3Cm .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCHh9I3Cm .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCHh9I3Cm .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCHh9I3Cm .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCHh9I3Cm .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCHh9I3Cm .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCHh9I3Cm .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCHh9I3Cm .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCHh9I3Cm .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCHh9I3Cm .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCHh9I3Cm .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCHh9I3Cm .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCHh9TVX0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCHh9TVX0 .item:focus,
.cid-vqCHh9TVX0 span:focus {
  outline: none;
}
.cid-vqCHh9TVX0 .item {
  cursor: pointer;
}
.cid-vqCHh9TVX0 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCHh9TVX0 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCHh9TVX0 .grid-container-1,
.cid-vqCHh9TVX0 .grid-container-2,
.cid-vqCHh9TVX0 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCHh9TVX0 .grid-container-1,
  .cid-vqCHh9TVX0 .grid-container-2,
  .cid-vqCHh9TVX0 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCHh9TVX0 .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCHh9TVX0 .mbr-text,
.cid-vqCHh9TVX0 .mbr-section-btn {
  color: #000000;
}
.cid-vqCHh9TVX0 .content-head {
  max-width: 800px;
}
.cid-vqCHh9TVX0 .container,
.cid-vqCHh9TVX0 .container-fluid {
  overflow: hidden;
}
.cid-vqCHh9TVX0 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCHh9TVX0 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCHh9TVX0 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCHh9TVX0 .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCHh9TVX0 .grid-container-1,
.cid-vqCHh9TVX0 .grid-container-2,
.cid-vqCHh9TVX0 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCHh9TVX0 .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCHh9TVX0 .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCHh9TVX0 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCHha3CdP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCHha3CdP .mbr-text,
.cid-vqCHha3CdP .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCHha3CdP .row {
  justify-content: start;
}
.cid-vqCHha3CdP .mbr-section-title {
  color: #fafafa;
}
.cid-vqCHha3CdP .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqCHha3CdP .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqCHha3CdP .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCHha3CdP .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCHha3CdP .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCHha3CdP .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCHha3CdP .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCHha3CdP .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCHha3CdP .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCHhaotRV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCHhaotRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCHhaotRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCHhaotRV .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqCHhaotRV .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqCHhaotRV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqCHhaotRV .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqCHhaotRV .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqCHhaotRV .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqCHhaotRV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqCHhaotRV .mbr-section-title {
  color: #fafafa;
}
.cid-vqCHhaotRV .item-title {
  color: #fafafa;
}
.cid-vqCHhaotRV .mbr-text,
.cid-vqCHhaotRV .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCHhaotRV .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHhaotRV .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCHhaotRV .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCHhaMLea {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCHhaMLea .mbr-text,
.cid-vqCHhaMLea .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCHhaMLea .row {
  justify-content: start;
}
.cid-vqCHhaMLea .mbr-section-title {
  color: #fafafa;
}
.cid-vqCHhaMLea .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHhaMLea .rotate {
    top: -6px;
  }
}
.cid-vqCHhaMLea .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCHhaMLea .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCHhaMLea .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCHhaMLea .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCHhaMLea .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCHhaMLea .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCHhaMLea .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCHhaMLea .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCHhaMLea .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCHhaMLea .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCHhaMLea .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCHhaMLea .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCHhaMLea .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCHhaMLea .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCHhaZuIy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqCHhaZuIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCHhaZuIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCHhaZuIy .col-title {
  margin-bottom: 32px;
}
.cid-vqCHhaZuIy .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqCHhaZuIy .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqCHhaZuIy .cards-row {
  row-gap: 32px;
}
.cid-vqCHhaZuIy .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqCHhaZuIy .card {
    text-align: center;
  }
}
.cid-vqCHhaZuIy .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqCHhaZuIy .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqCHhaZuIy .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCHhaZuIy .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqCHhaZuIy .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqCHhaZuIy .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqCHhaZuIy .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqCHhaZuIy .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqCHhaZuIy .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqCHhaZuIy .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqCHhaZuIy .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqCHhaZuIy .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqCHhaZuIy .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqCHhbsKZg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqCHhbsKZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCHhbsKZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCHhbsKZg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqCHhbsKZg .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqCHhbsKZg .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqCHhbsKZg .container {
    padding: 0 20px;
  }
}
.cid-vqCHhbsKZg .container .row {
  margin: 0;
}
.cid-vqCHhbsKZg .row {
  justify-content: center;
}
.cid-vqCHhbsKZg .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHhbsKZg .rotate {
    top: -6px;
  }
}
.cid-vqCHhbsKZg .item {
  padding: 0;
}
.cid-vqCHhbsKZg .item .item-wrapper a {
  display: block;
}
.cid-vqCHhbsKZg .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqCHhbsKZg .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqCHhbsKZg .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqCHhbsKZg .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqCHhbsKZg .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqCHhbsKZg .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqCHhbsKZg .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqCHhbsKZg .item-title {
  color: #ffffff;
}
.cid-vqCHhbsKZg .mbr-desc {
  color: #ffffff;
}
.cid-vqCHhbsKZg .mbr-section-title,
.cid-vqCHhbsKZg .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqCHhbFQiS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqCHhbFQiS .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqCHhbFQiS .mbr-section-title {
  color: #fafafa;
}
.cid-vqCHhbFQiS .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqCHhbFQiS .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqCHhbFQiS .card {
  margin-bottom: 30px;
}
.cid-vqCHhbFQiS img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqCHhbFQiS .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHhbFQiS .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCHhbFQiS .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqCHhbR9SJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqCHhbR9SJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCHhbR9SJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCHhbR9SJ .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqCHhbR9SJ .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqCHhbR9SJ .items-wrap {
  margin: 0 -7px;
}
.cid-vqCHhbR9SJ .items-wrap .card {
  padding: 0 7px;
}
.cid-vqCHhbR9SJ .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqCHhbR9SJ .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqCHhbR9SJ .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqCHhbR9SJ .google-map {
  height: 100%;
}
.cid-vqCHhbR9SJ .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqCHhbR9SJ .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqCHhbR9SJ .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqCHhbR9SJ label {
  color: #ffffff;
}
.cid-vqCHhbR9SJ .mbr-section-title,
.cid-vqCHhbR9SJ .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqCHhbR9SJ .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHhbR9SJ .rotate {
    top: -6px;
  }
}
.cid-vqCHhbR9SJ .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCHhbR9SJ .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCHhbR9SJ .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqCHhcbWPn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCHhcbWPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCHhcbWPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCHhcbWPn .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqCHhcbWPn .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCHhcbWPn .row {
    text-align: center;
  }
  .cid-vqCHhcbWPn .row > div {
    margin: auto;
  }
  .cid-vqCHhcbWPn .social-row {
    justify-content: center;
  }
  .cid-vqCHhcbWPn .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqCHhcbWPn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqCHhcbWPn .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCHhcbWPn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqCHhcbWPn .list {
    margin-bottom: 0rem;
  }
}
.cid-vqCHhcbWPn .mbr-text,
.cid-vqCHhcbWPn .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqCHhcbWPn .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqCHhcbWPn .soc-item:last-child {
  margin-right: 0;
}
.cid-vqCHhcbWPn .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCHhcbWPn div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqCHhcbWPn .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqCHhcbWPn .centraliza a,
  .cid-vqCHhcbWPn .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqCHhcbWPn .self-center {
  align-self: center;
}
.cid-vqCHhcbWPn .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqCHhcbWPn .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqCHhcbWPn .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqCHhcbWPn .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqCHhcbWPn .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqCHhcbWPn .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqCHhcbWPn .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqCHhcbWPn .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqCHhcbWPn .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqCHhcbWPn .position {
    text-align: center;
  }
}
.cid-vqCHhcbWPn .pt-16 {
  padding-top: 16px;
}
.cid-vqCHhcbWPn .pb-16 {
  padding-bottom: 16px;
}
.cid-vqCHE3ZwIG {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqCHE3ZwIG .navbar-dropdown {
  position: relative !important;
}
.cid-vqCHE3ZwIG .navbar-dropdown {
  position: absolute !important;
}
.cid-vqCHE3ZwIG .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-vqCHE3ZwIG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqCHE3ZwIG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqCHE3ZwIG .dropdown-item:hover,
.cid-vqCHE3ZwIG .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqCHE3ZwIG .dropdown-item:hover span {
  color: white;
}
.cid-vqCHE3ZwIG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqCHE3ZwIG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqCHE3ZwIG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqCHE3ZwIG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqCHE3ZwIG .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqCHE3ZwIG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqCHE3ZwIG .container {
    flex-wrap: nowrap;
  }
}
.cid-vqCHE3ZwIG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqCHE3ZwIG .dropdown-menu,
.cid-vqCHE3ZwIG .navbar.opened {
  background: #000000 !important;
}
.cid-vqCHE3ZwIG .nav-item:focus,
.cid-vqCHE3ZwIG .nav-link:focus {
  outline: none;
}
.cid-vqCHE3ZwIG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqCHE3ZwIG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqCHE3ZwIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqCHE3ZwIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqCHE3ZwIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqCHE3ZwIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqCHE3ZwIG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqCHE3ZwIG .navbar.opened {
  transition: all 0.3s;
}
.cid-vqCHE3ZwIG .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqCHE3ZwIG .navbar .navbar-logo img {
  width: auto;
}
.cid-vqCHE3ZwIG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqCHE3ZwIG .navbar.collapsed {
  justify-content: center;
}
.cid-vqCHE3ZwIG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqCHE3ZwIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqCHE3ZwIG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqCHE3ZwIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqCHE3ZwIG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqCHE3ZwIG .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: 41%;
}
.cid-vqCHE3ZwIG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqCHE3ZwIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqCHE3ZwIG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqCHE3ZwIG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqCHE3ZwIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqCHE3ZwIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqCHE3ZwIG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqCHE3ZwIG .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: 40%;
  }
  .cid-vqCHE3ZwIG .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqCHE3ZwIG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqCHE3ZwIG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqCHE3ZwIG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqCHE3ZwIG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqCHE3ZwIG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqCHE3ZwIG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqCHE3ZwIG .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqCHE3ZwIG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqCHE3ZwIG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqCHE3ZwIG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqCHE3ZwIG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqCHE3ZwIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqCHE3ZwIG .dropdown-item.active,
.cid-vqCHE3ZwIG .dropdown-item:active {
  background-color: transparent;
}
.cid-vqCHE3ZwIG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqCHE3ZwIG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqCHE3ZwIG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqCHE3ZwIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqCHE3ZwIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqCHE3ZwIG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqCHE3ZwIG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqCHE3ZwIG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqCHE3ZwIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqCHE3ZwIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqCHE3ZwIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqCHE3ZwIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCHE3ZwIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCHE3ZwIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqCHE3ZwIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCHE3ZwIG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqCHE3ZwIG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqCHE3ZwIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCHE3ZwIG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqCHE3ZwIG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqCHE3ZwIG .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqCHE3ZwIG .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqCHE3ZwIG .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqCHE3ZwIG .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqCHE3ZwIG .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqCHE3ZwIG .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCHE3ZwIG .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqCHE3ZwIG .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqCHE3ZwIG .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqCHE3ZwIG .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqCHE3ZwIG .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqCHE3ZwIG .social-buttons .social-btn:hover,
.cid-vqCHE3ZwIG .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqCHE3ZwIG .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqCHE3ZwIG .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCHE3ZwIG .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCHE3ZwIG .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqCHE3ZwIG .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqCHE3ZwIG .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCHE3ZwIG .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCHE3ZwIG .dropdown-menu .dropdown-item:hover::before,
  .cid-vqCHE3ZwIG .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqCHE4NytU {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pickup-hero.webp");
}
@media (max-width: 991px) {
  .cid-vqCHE4NytU {
    padding-top: 8rem!important;
  }
  .cid-vqCHE4NytU .header1 .container,
  .cid-vqCHE4NytU .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqCHE4NytU .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqCHE4NytU .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqCHE4NytU .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqCHE4NytU .title-line {
  display: block;
}
.cid-vqCHE4NytU .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqCHE4NytU .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqCHE4NytU .gold-word {
    font-size: 6rem;
  }
}
.cid-vqCHE4NytU .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqCHE4NytU .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqCHE4NytU .subtitle-wrap span {
  display: block;
}
.cid-vqCHE4NytU .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHE4NytU .rotate {
    top: -6px;
  }
}
.cid-vqCHE4NytU .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqCHE4NytU .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqCHE4NytU .card-btn svg {
  transition: all 0.4s;
}
.cid-vqCHE4NytU .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqCHE4NytU .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCHE4NytU .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqCHE4NytU .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCHE4NytU .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqCHE4NytU .column {
  display: flex;
  flex-direction: column;
}
.cid-vqCHE4NytU .mbr-card-title,
.cid-vqCHE4NytU .mbr-text {
  color: #fafafa;
}
.cid-vqCHE4NytU .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqCHE4NytU .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqCHE4NytU .card-btn .mbr-iconfont-btn,
.cid-vqCHE4NytU .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqCHE4NytU .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqCHE4NytU .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqCHE4NytU .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqCHE4NytU .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqCHE4NytU .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqCHE53QP9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCHE53QP9 .item:focus,
.cid-vqCHE53QP9 span:focus {
  outline: none;
}
.cid-vqCHE53QP9 .item {
  cursor: pointer;
}
.cid-vqCHE53QP9 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCHE53QP9 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCHE53QP9 .grid-container-1,
.cid-vqCHE53QP9 .grid-container-2,
.cid-vqCHE53QP9 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCHE53QP9 .grid-container-1,
  .cid-vqCHE53QP9 .grid-container-2,
  .cid-vqCHE53QP9 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCHE53QP9 .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCHE53QP9 .mbr-text,
.cid-vqCHE53QP9 .mbr-section-btn {
  color: #000000;
}
.cid-vqCHE53QP9 .content-head {
  max-width: 800px;
}
.cid-vqCHE53QP9 .container,
.cid-vqCHE53QP9 .container-fluid {
  overflow: hidden;
}
.cid-vqCHE53QP9 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCHE53QP9 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCHE53QP9 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCHE53QP9 .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCHE53QP9 .grid-container-1,
.cid-vqCHE53QP9 .grid-container-2,
.cid-vqCHE53QP9 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCHE53QP9 .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCHE53QP9 .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCHE53QP9 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCHE5hG8r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCHE5hG8r .mbr-text,
.cid-vqCHE5hG8r .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCHE5hG8r .row {
  justify-content: start;
}
.cid-vqCHE5hG8r .mbr-section-title {
  color: #fafafa;
}
.cid-vqCHE5hG8r .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHE5hG8r .rotate {
    top: -6px;
  }
}
.cid-vqCHE5hG8r .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCHE5hG8r .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCHE5hG8r .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCHE5hG8r .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCHE5hG8r .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCHE5hG8r .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCHE5hG8r .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCHE5hG8r .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCHE5hG8r .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCHE5hG8r .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCHE5hG8r .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCHE5hG8r .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCHE5hG8r .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCHE5hG8r .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCHE5rnK0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCHE5rnK0 .item:focus,
.cid-vqCHE5rnK0 span:focus {
  outline: none;
}
.cid-vqCHE5rnK0 .item {
  cursor: pointer;
}
.cid-vqCHE5rnK0 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCHE5rnK0 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCHE5rnK0 .grid-container-1,
.cid-vqCHE5rnK0 .grid-container-2,
.cid-vqCHE5rnK0 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCHE5rnK0 .grid-container-1,
  .cid-vqCHE5rnK0 .grid-container-2,
  .cid-vqCHE5rnK0 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCHE5rnK0 .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCHE5rnK0 .mbr-text,
.cid-vqCHE5rnK0 .mbr-section-btn {
  color: #000000;
}
.cid-vqCHE5rnK0 .content-head {
  max-width: 800px;
}
.cid-vqCHE5rnK0 .container,
.cid-vqCHE5rnK0 .container-fluid {
  overflow: hidden;
}
.cid-vqCHE5rnK0 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCHE5rnK0 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCHE5rnK0 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCHE5rnK0 .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCHE5rnK0 .grid-container-1,
.cid-vqCHE5rnK0 .grid-container-2,
.cid-vqCHE5rnK0 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCHE5rnK0 .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCHE5rnK0 .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCHE5rnK0 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCHE5DBay {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCHE5DBay .mbr-text,
.cid-vqCHE5DBay .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCHE5DBay .row {
  justify-content: start;
}
.cid-vqCHE5DBay .mbr-section-title {
  color: #fafafa;
}
.cid-vqCHE5DBay .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqCHE5DBay .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqCHE5DBay .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCHE5DBay .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCHE5DBay .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCHE5DBay .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCHE5DBay .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCHE5DBay .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCHE5DBay .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCHE5WoIN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCHE5WoIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCHE5WoIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCHE5WoIN .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqCHE5WoIN .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqCHE5WoIN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqCHE5WoIN .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqCHE5WoIN .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqCHE5WoIN .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqCHE5WoIN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqCHE5WoIN .mbr-section-title {
  color: #fafafa;
}
.cid-vqCHE5WoIN .item-title {
  color: #fafafa;
}
.cid-vqCHE5WoIN .mbr-text,
.cid-vqCHE5WoIN .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCHE5WoIN .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHE5WoIN .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCHE5WoIN .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCHE6nSxg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCHE6nSxg .mbr-text,
.cid-vqCHE6nSxg .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCHE6nSxg .row {
  justify-content: start;
}
.cid-vqCHE6nSxg .mbr-section-title {
  color: #fafafa;
}
.cid-vqCHE6nSxg .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHE6nSxg .rotate {
    top: -6px;
  }
}
.cid-vqCHE6nSxg .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCHE6nSxg .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCHE6nSxg .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCHE6nSxg .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCHE6nSxg .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCHE6nSxg .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCHE6nSxg .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCHE6nSxg .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCHE6nSxg .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCHE6nSxg .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCHE6nSxg .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCHE6nSxg .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCHE6nSxg .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCHE6nSxg .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCHE6A4J3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqCHE6A4J3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCHE6A4J3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCHE6A4J3 .col-title {
  margin-bottom: 32px;
}
.cid-vqCHE6A4J3 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqCHE6A4J3 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqCHE6A4J3 .cards-row {
  row-gap: 32px;
}
.cid-vqCHE6A4J3 .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqCHE6A4J3 .card {
    text-align: center;
  }
}
.cid-vqCHE6A4J3 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqCHE6A4J3 .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqCHE6A4J3 .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCHE6A4J3 .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqCHE6A4J3 .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqCHE6A4J3 .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqCHE6A4J3 .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqCHE6A4J3 .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqCHE6A4J3 .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqCHE6A4J3 .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqCHE6A4J3 .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqCHE6A4J3 .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqCHE6A4J3 .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqCHE72bWB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqCHE72bWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCHE72bWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCHE72bWB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqCHE72bWB .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqCHE72bWB .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqCHE72bWB .container {
    padding: 0 20px;
  }
}
.cid-vqCHE72bWB .container .row {
  margin: 0;
}
.cid-vqCHE72bWB .row {
  justify-content: center;
}
.cid-vqCHE72bWB .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHE72bWB .rotate {
    top: -6px;
  }
}
.cid-vqCHE72bWB .item {
  padding: 0;
}
.cid-vqCHE72bWB .item .item-wrapper a {
  display: block;
}
.cid-vqCHE72bWB .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqCHE72bWB .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqCHE72bWB .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqCHE72bWB .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqCHE72bWB .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqCHE72bWB .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqCHE72bWB .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqCHE72bWB .item-title {
  color: #ffffff;
}
.cid-vqCHE72bWB .mbr-desc {
  color: #ffffff;
}
.cid-vqCHE72bWB .mbr-section-title,
.cid-vqCHE72bWB .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqCHE7jiBh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqCHE7jiBh .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqCHE7jiBh .mbr-section-title {
  color: #fafafa;
}
.cid-vqCHE7jiBh .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqCHE7jiBh .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqCHE7jiBh .card {
  margin-bottom: 30px;
}
.cid-vqCHE7jiBh img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqCHE7jiBh .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHE7jiBh .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCHE7jiBh .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqCHE7vkbx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqCHE7vkbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCHE7vkbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCHE7vkbx .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqCHE7vkbx .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqCHE7vkbx .items-wrap {
  margin: 0 -7px;
}
.cid-vqCHE7vkbx .items-wrap .card {
  padding: 0 7px;
}
.cid-vqCHE7vkbx .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqCHE7vkbx .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqCHE7vkbx .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqCHE7vkbx .google-map {
  height: 100%;
}
.cid-vqCHE7vkbx .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqCHE7vkbx .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqCHE7vkbx .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqCHE7vkbx label {
  color: #ffffff;
}
.cid-vqCHE7vkbx .mbr-section-title,
.cid-vqCHE7vkbx .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqCHE7vkbx .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCHE7vkbx .rotate {
    top: -6px;
  }
}
.cid-vqCHE7vkbx .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCHE7vkbx .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCHE7vkbx .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqCHE7P8fL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCHE7P8fL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCHE7P8fL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCHE7P8fL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqCHE7P8fL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCHE7P8fL .row {
    text-align: center;
  }
  .cid-vqCHE7P8fL .row > div {
    margin: auto;
  }
  .cid-vqCHE7P8fL .social-row {
    justify-content: center;
  }
  .cid-vqCHE7P8fL .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqCHE7P8fL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqCHE7P8fL .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCHE7P8fL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqCHE7P8fL .list {
    margin-bottom: 0rem;
  }
}
.cid-vqCHE7P8fL .mbr-text,
.cid-vqCHE7P8fL .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqCHE7P8fL .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqCHE7P8fL .soc-item:last-child {
  margin-right: 0;
}
.cid-vqCHE7P8fL .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCHE7P8fL div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqCHE7P8fL .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqCHE7P8fL .centraliza a,
  .cid-vqCHE7P8fL .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqCHE7P8fL .self-center {
  align-self: center;
}
.cid-vqCHE7P8fL .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqCHE7P8fL .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqCHE7P8fL .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqCHE7P8fL .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqCHE7P8fL .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqCHE7P8fL .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqCHE7P8fL .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqCHE7P8fL .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqCHE7P8fL .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqCHE7P8fL .position {
    text-align: center;
  }
}
.cid-vqCHE7P8fL .pt-16 {
  padding-top: 16px;
}
.cid-vqCHE7P8fL .pb-16 {
  padding-bottom: 16px;
}
.cid-vqCFhFijU5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqCFhFijU5 .navbar-dropdown {
  position: relative !important;
}
.cid-vqCFhFijU5 .navbar-dropdown {
  position: absolute !important;
}
.cid-vqCFhFijU5 .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-vqCFhFijU5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqCFhFijU5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqCFhFijU5 .dropdown-item:hover,
.cid-vqCFhFijU5 .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqCFhFijU5 .dropdown-item:hover span {
  color: white;
}
.cid-vqCFhFijU5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqCFhFijU5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqCFhFijU5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqCFhFijU5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqCFhFijU5 .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqCFhFijU5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqCFhFijU5 .container {
    flex-wrap: nowrap;
  }
}
.cid-vqCFhFijU5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqCFhFijU5 .dropdown-menu,
.cid-vqCFhFijU5 .navbar.opened {
  background: #000000 !important;
}
.cid-vqCFhFijU5 .nav-item:focus,
.cid-vqCFhFijU5 .nav-link:focus {
  outline: none;
}
.cid-vqCFhFijU5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqCFhFijU5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqCFhFijU5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqCFhFijU5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqCFhFijU5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqCFhFijU5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqCFhFijU5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqCFhFijU5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vqCFhFijU5 .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqCFhFijU5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vqCFhFijU5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqCFhFijU5 .navbar.collapsed {
  justify-content: center;
}
.cid-vqCFhFijU5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqCFhFijU5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqCFhFijU5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqCFhFijU5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqCFhFijU5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqCFhFijU5 .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: 41%;
}
.cid-vqCFhFijU5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqCFhFijU5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqCFhFijU5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqCFhFijU5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqCFhFijU5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqCFhFijU5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqCFhFijU5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqCFhFijU5 .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: 40%;
  }
  .cid-vqCFhFijU5 .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqCFhFijU5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqCFhFijU5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqCFhFijU5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqCFhFijU5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqCFhFijU5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqCFhFijU5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqCFhFijU5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqCFhFijU5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqCFhFijU5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqCFhFijU5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqCFhFijU5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqCFhFijU5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqCFhFijU5 .dropdown-item.active,
.cid-vqCFhFijU5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vqCFhFijU5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqCFhFijU5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqCFhFijU5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqCFhFijU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqCFhFijU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqCFhFijU5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqCFhFijU5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqCFhFijU5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqCFhFijU5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqCFhFijU5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqCFhFijU5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqCFhFijU5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCFhFijU5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqCFhFijU5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqCFhFijU5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCFhFijU5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqCFhFijU5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqCFhFijU5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqCFhFijU5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqCFhFijU5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqCFhFijU5 .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqCFhFijU5 .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqCFhFijU5 .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqCFhFijU5 .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqCFhFijU5 .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqCFhFijU5 .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCFhFijU5 .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqCFhFijU5 .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqCFhFijU5 .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqCFhFijU5 .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqCFhFijU5 .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqCFhFijU5 .social-buttons .social-btn:hover,
.cid-vqCFhFijU5 .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqCFhFijU5 .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqCFhFijU5 .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCFhFijU5 .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCFhFijU5 .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqCFhFijU5 .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqCFhFijU5 .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqCFhFijU5 .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqCFhFijU5 .dropdown-menu .dropdown-item:hover::before,
  .cid-vqCFhFijU5 .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqCFhG5Jz8 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vidro-alarme-hero.webp");
}
@media (max-width: 991px) {
  .cid-vqCFhG5Jz8 {
    padding-top: 8rem!important;
  }
  .cid-vqCFhG5Jz8 .header1 .container,
  .cid-vqCFhG5Jz8 .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqCFhG5Jz8 .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqCFhG5Jz8 .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqCFhG5Jz8 .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqCFhG5Jz8 .title-line {
  display: block;
}
.cid-vqCFhG5Jz8 .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqCFhG5Jz8 .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqCFhG5Jz8 .gold-word {
    font-size: 6rem;
  }
}
.cid-vqCFhG5Jz8 .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqCFhG5Jz8 .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqCFhG5Jz8 .subtitle-wrap span {
  display: block;
}
.cid-vqCFhG5Jz8 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFhG5Jz8 .rotate {
    top: -6px;
  }
}
.cid-vqCFhG5Jz8 .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqCFhG5Jz8 .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqCFhG5Jz8 .card-btn svg {
  transition: all 0.4s;
}
.cid-vqCFhG5Jz8 .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqCFhG5Jz8 .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCFhG5Jz8 .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqCFhG5Jz8 .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqCFhG5Jz8 .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqCFhG5Jz8 .column {
  display: flex;
  flex-direction: column;
}
.cid-vqCFhG5Jz8 .mbr-card-title,
.cid-vqCFhG5Jz8 .mbr-text {
  color: #fafafa;
}
.cid-vqCFhG5Jz8 .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqCFhG5Jz8 .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqCFhG5Jz8 .card-btn .mbr-iconfont-btn,
.cid-vqCFhG5Jz8 .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqCFhG5Jz8 .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqCFhG5Jz8 .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqCFhG5Jz8 .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqCFhG5Jz8 .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqCFhG5Jz8 .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqCFhGly49 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-vqCFhGly49 .item:focus,
.cid-vqCFhGly49 span:focus {
  outline: none;
}
.cid-vqCFhGly49 .item {
  cursor: pointer;
}
.cid-vqCFhGly49 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vqCFhGly49 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vqCFhGly49 .grid-container-1,
.cid-vqCFhGly49 .grid-container-2,
.cid-vqCFhGly49 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqCFhGly49 .grid-container-1,
  .cid-vqCFhGly49 .grid-container-2,
  .cid-vqCFhGly49 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vqCFhGly49 .mbr-section-title {
  color: #e8e8e8;
}
.cid-vqCFhGly49 .mbr-text,
.cid-vqCFhGly49 .mbr-section-btn {
  color: #000000;
}
.cid-vqCFhGly49 .content-head {
  max-width: 800px;
}
.cid-vqCFhGly49 .container,
.cid-vqCFhGly49 .container-fluid {
  overflow: hidden;
}
.cid-vqCFhGly49 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vqCFhGly49 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vqCFhGly49 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vqCFhGly49 .grid-item img {
    min-width: 35vw;
  }
}
.cid-vqCFhGly49 .grid-container-1,
.cid-vqCFhGly49 .grid-container-2,
.cid-vqCFhGly49 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vqCFhGly49 .grid-container-1 {
  align-items: flex-end;
}
.cid-vqCFhGly49 .grid-container-2 {
  align-items: flex-start;
}
.cid-vqCFhGly49 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vqCFhGz9uf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCFhGz9uf .mbr-text,
.cid-vqCFhGz9uf .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCFhGz9uf .row {
  justify-content: start;
}
.cid-vqCFhGz9uf .mbr-section-title {
  color: #fafafa;
}
.cid-vqCFhGz9uf .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFhGz9uf .rotate {
    top: -6px;
  }
}
.cid-vqCFhGz9uf .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCFhGz9uf .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCFhGz9uf .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCFhGz9uf .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCFhGz9uf .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCFhGz9uf .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCFhGz9uf .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCFhGz9uf .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCFhGz9uf .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCFhGz9uf .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCFhGz9uf .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCFhGz9uf .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCFhGz9uf .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCFhGz9uf .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCFhGRTJy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCFhGRTJy .mbr-text,
.cid-vqCFhGRTJy .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCFhGRTJy .row {
  justify-content: start;
}
.cid-vqCFhGRTJy .mbr-section-title {
  color: #fafafa;
}
.cid-vqCFhGRTJy .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqCFhGRTJy .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqCFhGRTJy .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCFhGRTJy .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCFhGRTJy .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCFhGRTJy .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCFhGRTJy .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCFhGRTJy .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCFhGRTJy .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCFhHcWFO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCFhHcWFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCFhHcWFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCFhHcWFO .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqCFhHcWFO .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqCFhHcWFO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqCFhHcWFO .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqCFhHcWFO .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqCFhHcWFO .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqCFhHcWFO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqCFhHcWFO .mbr-section-title {
  color: #fafafa;
}
.cid-vqCFhHcWFO .item-title {
  color: #fafafa;
}
.cid-vqCFhHcWFO .mbr-text,
.cid-vqCFhHcWFO .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCFhHcWFO .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFhHcWFO .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCFhHcWFO .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCFhHCzOo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqCFhHCzOo .mbr-text,
.cid-vqCFhHCzOo .mbr-section-btn {
  color: #fafafa;
}
.cid-vqCFhHCzOo .row {
  justify-content: start;
}
.cid-vqCFhHCzOo .mbr-section-title {
  color: #fafafa;
}
.cid-vqCFhHCzOo .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFhHCzOo .rotate {
    top: -6px;
  }
}
.cid-vqCFhHCzOo .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqCFhHCzOo .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqCFhHCzOo .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqCFhHCzOo .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqCFhHCzOo .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqCFhHCzOo .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqCFhHCzOo .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCFhHCzOo .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCFhHCzOo .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqCFhHCzOo .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqCFhHCzOo .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqCFhHCzOo .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCFhHCzOo .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCFhHCzOo .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqCFhHQ8U3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqCFhHQ8U3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCFhHQ8U3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCFhHQ8U3 .col-title {
  margin-bottom: 32px;
}
.cid-vqCFhHQ8U3 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqCFhHQ8U3 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqCFhHQ8U3 .cards-row {
  row-gap: 32px;
}
.cid-vqCFhHQ8U3 .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqCFhHQ8U3 .card {
    text-align: center;
  }
}
.cid-vqCFhHQ8U3 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqCFhHQ8U3 .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqCFhHQ8U3 .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCFhHQ8U3 .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqCFhHQ8U3 .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqCFhHQ8U3 .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqCFhHQ8U3 .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqCFhHQ8U3 .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqCFhHQ8U3 .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqCFhHQ8U3 .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqCFhHQ8U3 .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqCFhHQ8U3 .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqCFhHQ8U3 .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqCFhIlHm1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqCFhIlHm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCFhIlHm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCFhIlHm1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqCFhIlHm1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqCFhIlHm1 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqCFhIlHm1 .container {
    padding: 0 20px;
  }
}
.cid-vqCFhIlHm1 .container .row {
  margin: 0;
}
.cid-vqCFhIlHm1 .row {
  justify-content: center;
}
.cid-vqCFhIlHm1 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFhIlHm1 .rotate {
    top: -6px;
  }
}
.cid-vqCFhIlHm1 .item {
  padding: 0;
}
.cid-vqCFhIlHm1 .item .item-wrapper a {
  display: block;
}
.cid-vqCFhIlHm1 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqCFhIlHm1 .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqCFhIlHm1 .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqCFhIlHm1 .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqCFhIlHm1 .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqCFhIlHm1 .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqCFhIlHm1 .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqCFhIlHm1 .item-title {
  color: #ffffff;
}
.cid-vqCFhIlHm1 .mbr-desc {
  color: #ffffff;
}
.cid-vqCFhIlHm1 .mbr-section-title,
.cid-vqCFhIlHm1 .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqCFhICGZZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqCFhICGZZ .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqCFhICGZZ .mbr-section-title {
  color: #fafafa;
}
.cid-vqCFhICGZZ .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqCFhICGZZ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqCFhICGZZ .card {
  margin-bottom: 30px;
}
.cid-vqCFhICGZZ img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqCFhICGZZ .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFhICGZZ .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqCFhICGZZ .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqCFhIPjBG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqCFhIPjBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCFhIPjBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCFhIPjBG .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqCFhIPjBG .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqCFhIPjBG .items-wrap {
  margin: 0 -7px;
}
.cid-vqCFhIPjBG .items-wrap .card {
  padding: 0 7px;
}
.cid-vqCFhIPjBG .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqCFhIPjBG .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqCFhIPjBG .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqCFhIPjBG .google-map {
  height: 100%;
}
.cid-vqCFhIPjBG .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqCFhIPjBG .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqCFhIPjBG .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqCFhIPjBG label {
  color: #ffffff;
}
.cid-vqCFhIPjBG .mbr-section-title,
.cid-vqCFhIPjBG .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqCFhIPjBG .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqCFhIPjBG .rotate {
    top: -6px;
  }
}
.cid-vqCFhIPjBG .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqCFhIPjBG .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqCFhIPjBG .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqCFhJf4tZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqCFhJf4tZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqCFhJf4tZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqCFhJf4tZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqCFhJf4tZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqCFhJf4tZ .row {
    text-align: center;
  }
  .cid-vqCFhJf4tZ .row > div {
    margin: auto;
  }
  .cid-vqCFhJf4tZ .social-row {
    justify-content: center;
  }
  .cid-vqCFhJf4tZ .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqCFhJf4tZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqCFhJf4tZ .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCFhJf4tZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqCFhJf4tZ .list {
    margin-bottom: 0rem;
  }
}
.cid-vqCFhJf4tZ .mbr-text,
.cid-vqCFhJf4tZ .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqCFhJf4tZ .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqCFhJf4tZ .soc-item:last-child {
  margin-right: 0;
}
.cid-vqCFhJf4tZ .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqCFhJf4tZ div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqCFhJf4tZ .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqCFhJf4tZ .centraliza a,
  .cid-vqCFhJf4tZ .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqCFhJf4tZ .self-center {
  align-self: center;
}
.cid-vqCFhJf4tZ .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqCFhJf4tZ .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqCFhJf4tZ .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqCFhJf4tZ .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqCFhJf4tZ .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqCFhJf4tZ .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqCFhJf4tZ .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqCFhJf4tZ .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqCFhJf4tZ .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqCFhJf4tZ .position {
    text-align: center;
  }
}
.cid-vqCFhJf4tZ .pt-16 {
  padding-top: 16px;
}
.cid-vqCFhJf4tZ .pb-16 {
  padding-bottom: 16px;
}
.cid-vqI6P4ykxs {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqI6P4ykxs .navbar-dropdown {
  position: relative !important;
}
.cid-vqI6P4ykxs .navbar-dropdown {
  position: absolute !important;
}
.cid-vqI6P4ykxs .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-vqI6P4ykxs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqI6P4ykxs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqI6P4ykxs .dropdown-item:hover,
.cid-vqI6P4ykxs .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqI6P4ykxs .dropdown-item:hover span {
  color: white;
}
.cid-vqI6P4ykxs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqI6P4ykxs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqI6P4ykxs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqI6P4ykxs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqI6P4ykxs .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqI6P4ykxs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqI6P4ykxs .container {
    flex-wrap: nowrap;
  }
}
.cid-vqI6P4ykxs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqI6P4ykxs .dropdown-menu,
.cid-vqI6P4ykxs .navbar.opened {
  background: #000000 !important;
}
.cid-vqI6P4ykxs .nav-item:focus,
.cid-vqI6P4ykxs .nav-link:focus {
  outline: none;
}
.cid-vqI6P4ykxs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqI6P4ykxs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqI6P4ykxs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqI6P4ykxs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqI6P4ykxs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqI6P4ykxs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqI6P4ykxs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqI6P4ykxs .navbar.opened {
  transition: all 0.3s;
}
.cid-vqI6P4ykxs .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqI6P4ykxs .navbar .navbar-logo img {
  width: auto;
}
.cid-vqI6P4ykxs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqI6P4ykxs .navbar.collapsed {
  justify-content: center;
}
.cid-vqI6P4ykxs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqI6P4ykxs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqI6P4ykxs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqI6P4ykxs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqI6P4ykxs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqI6P4ykxs .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: 41%;
}
.cid-vqI6P4ykxs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqI6P4ykxs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqI6P4ykxs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqI6P4ykxs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqI6P4ykxs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqI6P4ykxs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqI6P4ykxs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqI6P4ykxs .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: 40%;
  }
  .cid-vqI6P4ykxs .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqI6P4ykxs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqI6P4ykxs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqI6P4ykxs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqI6P4ykxs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqI6P4ykxs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqI6P4ykxs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqI6P4ykxs .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqI6P4ykxs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqI6P4ykxs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqI6P4ykxs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqI6P4ykxs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqI6P4ykxs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqI6P4ykxs .dropdown-item.active,
.cid-vqI6P4ykxs .dropdown-item:active {
  background-color: transparent;
}
.cid-vqI6P4ykxs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqI6P4ykxs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqI6P4ykxs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqI6P4ykxs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqI6P4ykxs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqI6P4ykxs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqI6P4ykxs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqI6P4ykxs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqI6P4ykxs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqI6P4ykxs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqI6P4ykxs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqI6P4ykxs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqI6P4ykxs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqI6P4ykxs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqI6P4ykxs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqI6P4ykxs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqI6P4ykxs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqI6P4ykxs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqI6P4ykxs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqI6P4ykxs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqI6P4ykxs .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqI6P4ykxs .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqI6P4ykxs .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqI6P4ykxs .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqI6P4ykxs .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqI6P4ykxs .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqI6P4ykxs .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqI6P4ykxs .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqI6P4ykxs .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqI6P4ykxs .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqI6P4ykxs .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqI6P4ykxs .social-buttons .social-btn:hover,
.cid-vqI6P4ykxs .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqI6P4ykxs .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqI6P4ykxs .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqI6P4ykxs .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqI6P4ykxs .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqI6P4ykxs .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqI6P4ykxs .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqI6P4ykxs .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqI6P4ykxs .dropdown-menu .dropdown-item:hover::before,
  .cid-vqI6P4ykxs .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqI6P58dOH {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1.webp");
}
@media (max-width: 991px) {
  .cid-vqI6P58dOH {
    padding-top: 8rem!important;
  }
  .cid-vqI6P58dOH .header1 .container,
  .cid-vqI6P58dOH .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqI6P58dOH .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqI6P58dOH .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqI6P58dOH .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqI6P58dOH .title-line {
  display: block;
}
.cid-vqI6P58dOH .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqI6P58dOH .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqI6P58dOH .gold-word {
    font-size: 6rem;
  }
}
.cid-vqI6P58dOH .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqI6P58dOH .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqI6P58dOH .subtitle-wrap span {
  display: block;
}
.cid-vqI6P58dOH .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqI6P58dOH .rotate {
    top: -6px;
  }
}
.cid-vqI6P58dOH .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqI6P58dOH .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqI6P58dOH .card-btn svg {
  transition: all 0.4s;
}
.cid-vqI6P58dOH .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqI6P58dOH .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqI6P58dOH .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqI6P58dOH .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqI6P58dOH .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqI6P58dOH .column {
  display: flex;
  flex-direction: column;
}
.cid-vqI6P58dOH .mbr-card-title,
.cid-vqI6P58dOH .mbr-text {
  color: #fafafa;
}
.cid-vqI6P58dOH .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqI6P58dOH .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqI6P58dOH .card-btn .mbr-iconfont-btn,
.cid-vqI6P58dOH .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqI6P58dOH .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqI6P58dOH .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqI6P58dOH .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqI6P58dOH .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqI6P58dOH .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqI6P5ZRok {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqI6P5ZRok .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqI6P5ZRok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqI6P5ZRok .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqI6P5ZRok .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqI6P5ZRok .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqI6P5ZRok .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqI6P5ZRok .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqI6P5ZRok .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqI6P5ZRok .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqI6P5ZRok .mbr-section-title {
  color: #fafafa;
}
.cid-vqI6P5ZRok .item-title {
  color: #fafafa;
}
.cid-vqI6P5ZRok .mbr-text,
.cid-vqI6P5ZRok .mbr-section-btn {
  color: #fafafa;
}
.cid-vqI6P5ZRok .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqI6P5ZRok .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqI6P5ZRok .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqI6P6qJFG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqI6P6qJFG .mbr-text,
.cid-vqI6P6qJFG .mbr-section-btn {
  color: #fafafa;
}
.cid-vqI6P6qJFG .row {
  justify-content: start;
}
.cid-vqI6P6qJFG .mbr-section-title {
  color: #fafafa;
}
.cid-vqI6P6qJFG .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqI6P6qJFG .rotate {
    top: -6px;
  }
}
.cid-vqI6P6qJFG .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqI6P6qJFG .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqI6P6qJFG .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqI6P6qJFG .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqI6P6qJFG .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqI6P6qJFG .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqI6P6qJFG .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqI6P6qJFG .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqI6P6qJFG .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqI6P6qJFG .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqI6P6qJFG .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqI6P6qJFG .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqI6P6qJFG .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqI6P6qJFG .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqI6P6AVAi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqI6P6AVAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqI6P6AVAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqI6P6AVAi .col-title {
  margin-bottom: 32px;
}
.cid-vqI6P6AVAi .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqI6P6AVAi .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqI6P6AVAi .cards-row {
  row-gap: 32px;
}
.cid-vqI6P6AVAi .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqI6P6AVAi .card {
    text-align: center;
  }
}
.cid-vqI6P6AVAi .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqI6P6AVAi .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqI6P6AVAi .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqI6P6AVAi .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqI6P6AVAi .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqI6P6AVAi .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqI6P6AVAi .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqI6P6AVAi .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqI6P6AVAi .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqI6P6AVAi .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqI6P6AVAi .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqI6P6AVAi .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqI6P6AVAi .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqI6P6ZMrT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqI6P6ZMrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqI6P6ZMrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqI6P6ZMrT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqI6P6ZMrT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqI6P6ZMrT .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqI6P6ZMrT .container {
    padding: 0 20px;
  }
}
.cid-vqI6P6ZMrT .container .row {
  margin: 0;
}
.cid-vqI6P6ZMrT .row {
  justify-content: center;
}
.cid-vqI6P6ZMrT .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqI6P6ZMrT .rotate {
    top: -6px;
  }
}
.cid-vqI6P6ZMrT .item {
  padding: 0;
}
.cid-vqI6P6ZMrT .item .item-wrapper a {
  display: block;
}
.cid-vqI6P6ZMrT .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqI6P6ZMrT .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqI6P6ZMrT .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqI6P6ZMrT .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqI6P6ZMrT .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqI6P6ZMrT .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqI6P6ZMrT .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqI6P6ZMrT .item-title {
  color: #ffffff;
}
.cid-vqI6P6ZMrT .mbr-desc {
  color: #ffffff;
}
.cid-vqI6P6ZMrT .mbr-section-title,
.cid-vqI6P6ZMrT .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqI6P7d3J4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqI6P7d3J4 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqI6P7d3J4 .mbr-section-title {
  color: #fafafa;
}
.cid-vqI6P7d3J4 .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqI6P7d3J4 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqI6P7d3J4 .card {
  margin-bottom: 30px;
}
.cid-vqI6P7d3J4 img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqI6P7d3J4 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqI6P7d3J4 .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqI6P7d3J4 .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqI6P7ogmC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqI6P7ogmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqI6P7ogmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqI6P7ogmC .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqI6P7ogmC .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqI6P7ogmC .items-wrap {
  margin: 0 -7px;
}
.cid-vqI6P7ogmC .items-wrap .card {
  padding: 0 7px;
}
.cid-vqI6P7ogmC .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqI6P7ogmC .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqI6P7ogmC .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqI6P7ogmC .google-map {
  height: 100%;
}
.cid-vqI6P7ogmC .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqI6P7ogmC .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqI6P7ogmC .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqI6P7ogmC label {
  color: #ffffff;
}
.cid-vqI6P7ogmC .mbr-section-title,
.cid-vqI6P7ogmC .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqI6P7ogmC .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqI6P7ogmC .rotate {
    top: -6px;
  }
}
.cid-vqI6P7ogmC .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqI6P7ogmC .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqI6P7ogmC .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqI6P7H9LX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqI6P7H9LX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqI6P7H9LX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqI6P7H9LX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqI6P7H9LX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqI6P7H9LX .row {
    text-align: center;
  }
  .cid-vqI6P7H9LX .row > div {
    margin: auto;
  }
  .cid-vqI6P7H9LX .social-row {
    justify-content: center;
  }
  .cid-vqI6P7H9LX .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqI6P7H9LX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqI6P7H9LX .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqI6P7H9LX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqI6P7H9LX .list {
    margin-bottom: 0rem;
  }
}
.cid-vqI6P7H9LX .mbr-text,
.cid-vqI6P7H9LX .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqI6P7H9LX .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqI6P7H9LX .soc-item:last-child {
  margin-right: 0;
}
.cid-vqI6P7H9LX .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqI6P7H9LX div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqI6P7H9LX .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqI6P7H9LX .centraliza a,
  .cid-vqI6P7H9LX .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqI6P7H9LX .self-center {
  align-self: center;
}
.cid-vqI6P7H9LX .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqI6P7H9LX .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqI6P7H9LX .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqI6P7H9LX .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqI6P7H9LX .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqI6P7H9LX .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqI6P7H9LX .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqI6P7H9LX .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqI6P7H9LX .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqI6P7H9LX .position {
    text-align: center;
  }
}
.cid-vqI6P7H9LX .pt-16 {
  padding-top: 16px;
}
.cid-vqI6P7H9LX .pb-16 {
  padding-bottom: 16px;
}
.cid-vqNdprdTOE {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vqNdprdTOE .navbar-dropdown {
  position: relative !important;
}
.cid-vqNdprdTOE .navbar-dropdown {
  position: absolute !important;
}
.cid-vqNdprdTOE .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-vqNdprdTOE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqNdprdTOE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqNdprdTOE .dropdown-item:hover,
.cid-vqNdprdTOE .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-vqNdprdTOE .dropdown-item:hover span {
  color: white;
}
.cid-vqNdprdTOE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqNdprdTOE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqNdprdTOE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqNdprdTOE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqNdprdTOE .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-vqNdprdTOE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqNdprdTOE .container {
    flex-wrap: nowrap;
  }
}
.cid-vqNdprdTOE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqNdprdTOE .dropdown-menu,
.cid-vqNdprdTOE .navbar.opened {
  background: #000000 !important;
}
.cid-vqNdprdTOE .nav-item:focus,
.cid-vqNdprdTOE .nav-link:focus {
  outline: none;
}
.cid-vqNdprdTOE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqNdprdTOE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqNdprdTOE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqNdprdTOE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqNdprdTOE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqNdprdTOE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqNdprdTOE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.cid-vqNdprdTOE .navbar.opened {
  transition: all 0.3s;
}
.cid-vqNdprdTOE .navbar .dropdown-item {
  padding: 0.2rem 1.4rem;
}
.cid-vqNdprdTOE .navbar .navbar-logo img {
  width: auto;
}
.cid-vqNdprdTOE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqNdprdTOE .navbar.collapsed {
  justify-content: center;
}
.cid-vqNdprdTOE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqNdprdTOE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqNdprdTOE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vqNdprdTOE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqNdprdTOE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqNdprdTOE .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: 41%;
}
.cid-vqNdprdTOE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqNdprdTOE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqNdprdTOE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqNdprdTOE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqNdprdTOE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqNdprdTOE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqNdprdTOE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqNdprdTOE .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: 40%;
  }
  .cid-vqNdprdTOE .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-vqNdprdTOE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqNdprdTOE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqNdprdTOE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqNdprdTOE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqNdprdTOE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqNdprdTOE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqNdprdTOE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqNdprdTOE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqNdprdTOE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqNdprdTOE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqNdprdTOE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqNdprdTOE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqNdprdTOE .dropdown-item.active,
.cid-vqNdprdTOE .dropdown-item:active {
  background-color: transparent;
}
.cid-vqNdprdTOE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqNdprdTOE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqNdprdTOE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqNdprdTOE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vqNdprdTOE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqNdprdTOE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqNdprdTOE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqNdprdTOE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqNdprdTOE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqNdprdTOE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqNdprdTOE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqNdprdTOE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqNdprdTOE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqNdprdTOE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqNdprdTOE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqNdprdTOE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqNdprdTOE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqNdprdTOE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqNdprdTOE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqNdprdTOE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqNdprdTOE .social-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-left: 1rem;
}
.cid-vqNdprdTOE .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
}
.cid-vqNdprdTOE .instagram-btn {
  background: #ffffff;
  color: #111111;
}
.cid-vqNdprdTOE .whatsapp-btn {
  background: #d8af4a;
  color: #111111;
}
.cid-vqNdprdTOE .social-btn .mbr-iconfont {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-vqNdprdTOE .instagram-btn .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqNdprdTOE .whatsapp-btn .mbr-iconfont {
  color: #111111 !important;
}
@media (max-width: 991px) {
  .cid-vqNdprdTOE .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-vqNdprdTOE .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .cid-vqNdprdTOE .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 0.75rem;
  }
}
.cid-vqNdprdTOE .social-buttons .social-btn {
  transition: transform 0.25s ease;
  transform-origin: center;
  display: inline-flex;
}
.cid-vqNdprdTOE .social-buttons .social-btn:hover,
.cid-vqNdprdTOE .social-buttons .social-btn:focus {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vqNdprdTOE .subtitle-wrap {
    width: 53% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-vqNdprdTOE .navbar-nav > .nav-item > .nav-link {
    position: relative;
    text-decoration: none;
  }
  .cid-vqNdprdTOE .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqNdprdTOE .navbar-nav > .nav-item > .nav-link:hover::before,
  .cid-vqNdprdTOE .navbar-nav > .nav-item > .nav-link:focus::before {
    transform: scaleX(1);
  }
  .cid-vqNdprdTOE .dropdown-menu .dropdown-item {
    position: relative;
    text-decoration: none;
  }
  .cid-vqNdprdTOE .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s ease;
  }
  .cid-vqNdprdTOE .dropdown-menu .dropdown-item:hover::before,
  .cid-vqNdprdTOE .dropdown-menu .dropdown-item:focus::before {
    transform: scaleX(1);
  }
}
.cid-vqNdpslLvc {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/blog-3.webp");
}
@media (max-width: 991px) {
  .cid-vqNdpslLvc {
    padding-top: 8rem!important;
  }
  .cid-vqNdpslLvc .header1 .container,
  .cid-vqNdpslLvc .header1 .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .cid-vqNdpslLvc .container {
    padding-inline: 1.0rem !important;
  }
  .cid-vqNdpslLvc .subtitle-wrap {
    width: 53%!important;
  }
}
.cid-vqNdpslLvc .hero-title {
  line-height: 1;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.cid-vqNdpslLvc .title-line {
  display: block;
}
.cid-vqNdpslLvc .title-line-bottom {
  margin-top: 1rem;
}
.cid-vqNdpslLvc .gold-word {
  display: block;
  color: #d8af4a;
  font-size: 7rem;
  line-height: 0.8;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  font-weight: 900;
  transition: transform 0.25s ease;
  transform-origin: left center;
}
@media (max-width: 576px) {
  .cid-vqNdpslLvc .gold-word {
    font-size: 6rem;
  }
}
.cid-vqNdpslLvc .gold-word:hover {
  transform: scale(1.03);
}
.cid-vqNdpslLvc .subtitle-wrap {
  display: block;
  line-height: 1!important;
  width: 30%;
}
.cid-vqNdpslLvc .subtitle-wrap span {
  display: block;
}
.cid-vqNdpslLvc .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqNdpslLvc .rotate {
    top: -6px;
  }
}
.cid-vqNdpslLvc .card-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  background: #d8af4a !important;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: none;
}
.cid-vqNdpslLvc .card-btn .rotate {
  transform: rotate(225deg);
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-vqNdpslLvc .card-btn svg {
  transition: all 0.4s;
}
.cid-vqNdpslLvc .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-vqNdpslLvc .card-btn {
    right: 0;
    top: 1.5rem;
  }
  .cid-vqNdpslLvc .card-btn .subtitle-wrap {
    width: 53%!important;
  }
}
@media (max-width: 576px) {
  .cid-vqNdpslLvc .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-vqNdpslLvc .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-vqNdpslLvc .column {
  display: flex;
  flex-direction: column;
}
.cid-vqNdpslLvc .mbr-card-title,
.cid-vqNdpslLvc .mbr-text {
  color: #fafafa;
}
.cid-vqNdpslLvc .icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vqNdpslLvc .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-vqNdpslLvc .card-btn .mbr-iconfont-btn,
.cid-vqNdpslLvc .card-btn .socicon-whatsapp {
  color: #111 !important;
  font-size: 1.5rem;
  order: 0;
  line-height: 1;
}
.cid-vqNdpslLvc .card-btn .btn-text {
  order: 1;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  max-width: 75%;
}
.cid-vqNdpslLvc .card-btn:hover {
  background: #c79f3f !important;
  color: #111 !important;
}
.cid-vqNdpslLvc .entrelinhas-sub {
  line-height: 1.3 !important;
}
.cid-vqNdpslLvc .icon-wrap .card-btn {
  transition: transform 0.25s ease;
}
.cid-vqNdpslLvc .icon-wrap .card-btn:hover {
  transform: scale(1.1);
}
.cid-vqNdpsRzIs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqNdpsRzIs .mbr-text,
.cid-vqNdpsRzIs .mbr-section-btn {
  color: #fafafa;
}
.cid-vqNdpsRzIs .row {
  justify-content: start;
}
.cid-vqNdpsRzIs .mbr-section-title {
  color: #fafafa;
}
.cid-vqNdpsRzIs .rotate {
  display: inline-block;
  margin-left: -15px;
  vertical-align: middle;
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}
@media (max-width: 425px) {
  .cid-vqNdpsRzIs .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vqNdpsRzIs .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqNdpsRzIs .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqNdpsRzIs .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqNdpsRzIs .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqNdpsRzIs .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqNdpsRzIs .btn-white {
  background: #ffffff !important;
  size: 30%;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqNdpsRzIs .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqNdpt16Ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqNdpt16Ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNdpt16Ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNdpt16Ul .item-wrapper {
  display: block;
  padding: 5px;
  transition: 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cid-vqNdpt16Ul .item-wrapper:hover {
  border: 3px solid #d4af37;
  text-decoration: none;
  color: inherit;
  transform: scale(0.9);
  transition: transform 0.25s ease;
}
.cid-vqNdpt16Ul .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vqNdpt16Ul .item-wrapper:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.cid-vqNdpt16Ul .item-wrapper .w-100 {
  height: 200px;
}
.cid-vqNdpt16Ul .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.cid-vqNdpt16Ul .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vqNdpt16Ul .mbr-section-title {
  color: #fafafa;
}
.cid-vqNdpt16Ul .item-title {
  color: #fafafa;
}
.cid-vqNdpt16Ul .mbr-text,
.cid-vqNdpt16Ul .mbr-section-btn {
  color: #fafafa;
}
.cid-vqNdpt16Ul .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqNdpt16Ul .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqNdpt16Ul .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqNdpu8qNL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqNdpu8qNL .mbr-text,
.cid-vqNdpu8qNL .mbr-section-btn {
  color: #fafafa;
}
.cid-vqNdpu8qNL .row {
  justify-content: start;
}
.cid-vqNdpu8qNL .mbr-section-title {
  color: #fafafa;
}
.cid-vqNdpu8qNL .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqNdpu8qNL .rotate {
    top: -6px;
  }
}
.cid-vqNdpu8qNL .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vqNdpu8qNL .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vqNdpu8qNL .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vqNdpu8qNL .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vqNdpu8qNL .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vqNdpu8qNL .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
.cid-vqNdpu8qNL .whatsapp-cta .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqNdpu8qNL .whatsapp-cta .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqNdpu8qNL .whatsapp-cta .btn-white .mbr-iconfont {
  color: #111111 !important;
}
.cid-vqNdpu8qNL .btn-white {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  transition: 0.25s ease;
}
.cid-vqNdpu8qNL .btn-white:hover {
  background: #d8af4a !important;
  color: #111111 !important;
  border-color: #d8af4a !important;
}
.cid-vqNdpu8qNL .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqNdpu8qNL .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqNdpu8qNL .mbr-section-title {
    text-align: center!important;
  }
}
.cid-vqNdpuFuPC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-vqNdpuFuPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNdpuFuPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNdpuFuPC .col-title {
  margin-bottom: 32px;
}
.cid-vqNdpuFuPC .mbr-section-title {
  color: #FFFFFF;
}
.cid-vqNdpuFuPC .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vqNdpuFuPC .cards-row {
  row-gap: 32px;
}
.cid-vqNdpuFuPC .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-vqNdpuFuPC .card {
    text-align: center;
  }
}
.cid-vqNdpuFuPC .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-vqNdpuFuPC .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vqNdpuFuPC .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqNdpuFuPC .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vqNdpuFuPC .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqNdpuFuPC .text-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vqNdpuFuPC .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-vqNdpuFuPC .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vqNdpuFuPC .card-text {
    margin-top: 0.5rem;
  }
}
.cid-vqNdpuFuPC .rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vqNdpuFuPC .stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.cid-vqNdpuFuPC .stars-inline .mbr-iconfont {
  display: block;
  margin-right: 9px;
}
.cid-vqNdpuFuPC .anos {
  font-size: 2rem!important;
  margin-left: 10px!important;
}
.cid-vqNdpv5emE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-vqNdpv5emE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNdpv5emE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNdpv5emE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vqNdpv5emE .container-fluid {
    padding: 0 20px;
  }
}
.cid-vqNdpv5emE .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vqNdpv5emE .container {
    padding: 0 20px;
  }
}
.cid-vqNdpv5emE .container .row {
  margin: 0;
}
.cid-vqNdpv5emE .row {
  justify-content: center;
}
.cid-vqNdpv5emE .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqNdpv5emE .rotate {
    top: -6px;
  }
}
.cid-vqNdpv5emE .item {
  padding: 0;
}
.cid-vqNdpv5emE .item .item-wrapper a {
  display: block;
}
.cid-vqNdpv5emE .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vqNdpv5emE .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vqNdpv5emE .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-vqNdpv5emE .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vqNdpv5emE .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-vqNdpv5emE .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vqNdpv5emE .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-vqNdpv5emE .item-title {
  color: #ffffff;
}
.cid-vqNdpv5emE .mbr-desc {
  color: #ffffff;
}
.cid-vqNdpv5emE .mbr-section-title,
.cid-vqNdpv5emE .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-vqNdpvglM6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-vqNdpvglM6 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vqNdpvglM6 .mbr-section-title {
  color: #fafafa;
}
.cid-vqNdpvglM6 .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vqNdpvglM6 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vqNdpvglM6 .card {
  margin-bottom: 30px;
}
.cid-vqNdpvglM6 img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-vqNdpvglM6 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqNdpvglM6 .rotate {
    top: -6px;
  }
}
@media (max-width: 767px) {
  .cid-vqNdpvglM6 .mbr-section-title {
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
    color: #fafafa;
  }
}
.cid-vqNdpvyrL0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-vqNdpvyrL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNdpvyrL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNdpvyrL0 .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqNdpvyrL0 .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vqNdpvyrL0 .items-wrap {
  margin: 0 -7px;
}
.cid-vqNdpvyrL0 .items-wrap .card {
  padding: 0 7px;
}
.cid-vqNdpvyrL0 .content-wrapper {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #161616;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-vqNdpvyrL0 .content-wrapper {
    padding: 14px;
    margin-bottom: 12px;
  }
}
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #161616 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
}
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e6c63b;
}
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-vqNdpvyrL0 .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vqNdpvyrL0 .google-map {
  height: 100%;
}
.cid-vqNdpvyrL0 .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vqNdpvyrL0 .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-vqNdpvyrL0 .mbr-section-title {
  color: #bcfe1e;
}
.cid-vqNdpvyrL0 label {
  color: #ffffff;
}
.cid-vqNdpvyrL0 .mbr-section-title,
.cid-vqNdpvyrL0 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vqNdpvyrL0 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vqNdpvyrL0 .rotate {
    top: -6px;
  }
}
.cid-vqNdpvyrL0 .ampli {
  display: block !important;
  width: 100% !important;
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}
.cid-vqNdpvyrL0 .ampli:hover {
  transform: scale(1.03) !important;
}
@media (max-width: 767px) {
  .cid-vqNdpvyrL0 .mapa {
    padding-top: 15px!important;
  }
}
.cid-vqNdpvSuxR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vqNdpvSuxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNdpvSuxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNdpvSuxR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqNdpvSuxR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqNdpvSuxR .row {
    text-align: center;
  }
  .cid-vqNdpvSuxR .row > div {
    margin: auto;
  }
  .cid-vqNdpvSuxR .social-row {
    justify-content: center;
  }
  .cid-vqNdpvSuxR .soc-item {
    padding-top: 0 !important;
  }
}
.cid-vqNdpvSuxR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vqNdpvSuxR .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqNdpvSuxR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqNdpvSuxR .list {
    margin-bottom: 0rem;
  }
}
.cid-vqNdpvSuxR .mbr-text,
.cid-vqNdpvSuxR .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-vqNdpvSuxR .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-vqNdpvSuxR .soc-item:last-child {
  margin-right: 0;
}
.cid-vqNdpvSuxR .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vqNdpvSuxR div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-vqNdpvSuxR .centraliza {
    width: 55% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .cid-vqNdpvSuxR .centraliza a,
  .cid-vqNdpvSuxR .centraliza img {
    display: inline-block;
    margin: 0 auto;
  }
}
.cid-vqNdpvSuxR .self-center {
  align-self: center;
}
.cid-vqNdpvSuxR .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-vqNdpvSuxR .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqNdpvSuxR .indent-up {
    margin-bottom: 0;
  }
}
.cid-vqNdpvSuxR .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-vqNdpvSuxR .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-vqNdpvSuxR .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqNdpvSuxR .menu-links a {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.cid-vqNdpvSuxR .menu-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cid-vqNdpvSuxR .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-vqNdpvSuxR .position {
    text-align: center;
  }
}
.cid-vqNdpvSuxR .pt-16 {
  padding-top: 16px;
}
.cid-vqNdpvSuxR .pb-16 {
  padding-bottom: 16px;
}
