
.aparecer-computador {
	display: block;
}	
.aparecer-celular {
	display: none;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #a32600 !important;
  background-color: #c9512c !important;
  border-color: #c9512c !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #a32600 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #a32600 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #a32600 !important;
  border-color: #a32600 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #c9512c !important;
  border-color: #c9512c !important;
  color: #a32600 !important;
}
.btn-info,
.btn-info:active {
  color: #a32600 !important;
  background-color: #727376 !important;
  border-color: #727376 !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #a32600 !important;
  border-color: #a32600 !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
      font-family: 'Open Sans', sans-serif;
}
.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: #c9512c !important;
}
.bg-success {
  background-color: #35363a !important;
}
.bg-info {
  background-color: #727376 !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #00ba0c !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c9512c !important;
  border-color: #c9512c !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #82341c !important;
  border-color: #82341c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #82341c !important;
  border-color: #82341c !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a32600 !important;
  border-color: #a32600 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #4c1200;
  border-color: #4c1200;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4c1200 !important;
  border-color: #4c1200 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #727376 !important;
  border-color: #727376 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #47484a;
  border-color: #47484a;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47484a !important;
  border-color: #47484a !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #35363a !important;
  border-color: #35363a !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #0c0c0d;
  border-color: #0c0c0d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0c0c0d !important;
  border-color: #0c0c0d !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff;
  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: #ffffff;
  background-color: #909090;
  border-color: #909090;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00ba0c !important;
  border-color: #00ba0c !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #006306;
  border-color: #006306;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #006306 !important;
  border-color: #006306 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: #c9512c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c9512c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #82341c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c9512c !important;
  border-color: #c9512c !important;
}
.btn-primary-outline:active {
  color: #c9512c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #c9512c !important;
  background: #c9512c !important;
  color: #a32600 !important;
}
.btn-secondary-outline {
  color: #a32600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a32600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4c1200 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a32600 !important;
  border-color: #a32600 !important;
}
.btn-secondary-outline:active {
  color: #a32600 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #c9512c !important;
  background: #c9512c !important;
  color: #a32600 !important;
}
.btn-info-outline {
  color: #727376 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #727376;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #47484a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #727376 !important;
  border-color: #727376 !important;
}
.btn-info-outline:active {
  color: #727376 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #c9512c !important;
  background: #c9512c !important;
  color: #a32600 !important;
}
.btn-success-outline {
  color: #35363a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #35363a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0c0c0d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35363a !important;
  border-color: #35363a !important;
}
.btn-success-outline:active {
  color: #35363a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #c9512c !important;
  background: #c9512c !important;
  color: #a32600 !important;
}
.btn-warning-outline {
  color: #bbbbbb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline:active {
  color: #bbbbbb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #c9512c !important;
  background: #c9512c !important;
  color: #a32600 !important;
}
.btn-danger-outline {
  color: #00ba0c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00ba0c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #006306 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00ba0c !important;
  border-color: #00ba0c !important;
}
.btn-danger-outline:active {
  color: #00ba0c !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #c9512c !important;
  background: #c9512c !important;
  color: #a32600 !important;
}
.btn-black-outline {
  color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #c9512c !important;
  background: #c9512c !important;
  color: #a32600 !important;
}
.btn-white-outline {
  color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #c9512c !important;
  background: #c9512c !important;
  color: #a32600 !important;
}
.text-primary {
  color: #c9512c !important;
}
.text-secondary {
  color: #a32600 !important;
}
.text-success {
  color: #35363a !important;
}
.text-info {
  color: #727376 !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #00ba0c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e29279 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff430a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #66686f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a5a6a9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #eeeeee !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #21ff2f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c9512c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #727376;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #00ba0c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c9512c;
  border-color: #c9512c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c9512c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f4d6cd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a6a8ae;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b2b3b5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3bff47;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #c9512c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #c9512c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c9512c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c9512c;
}
.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: #c9512c;
  border-bottom-color: #c9512c;
}
.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: #ffffff !important;
  background-color: #c9512c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #a32600 !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='%23c9512c' %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-sXIyqiaXwx .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sXIyqiaXwx .btn-white-outline {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.cid-sXIyqiaXwx .btn-white-outline:hover {
  color: #fff !important;
}
.cid-sXIyqiaXwx .nav-link {
  font-size: 15px !important;
  position: relative;
  font-weight: 400;
}
.cid-sXIyqiaXwx .nav-link:hover {
  color: #fff !important;
}
.cid-sXIyqiaXwx .nav-dropdown .dropdown-item {
  line-height: 1.4 !important;
}
.cid-sXIyqiaXwx .btn {
  padding: 5px 7px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
.cid-sXIyqiaXwx .btn:hover {
  color: #fff;
}
.cid-sXIyqiaXwx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sXIyqiaXwx .dropdown .dropdown-menu .dropdown-item:hover {
  color: #c9512c !important;
  opacity: 1 !important;
}
.cid-sXIyqiaXwx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXIyqiaXwx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 10px;
  font-size: inherit;
}
.cid-sXIyqiaXwx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sXIyqiaXwx .dropdown-item {
  color: #000 !important;
}
.cid-sXIyqiaXwx .mb-10 {
  margin-bottom: 10px !important;
}
.cid-sXIyqiaXwx .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-sXIyqiaXwx .btn-white {
  color: #c9512c !important;
}
.cid-sXIyqiaXwx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-sXIyqiaXwx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXIyqiaXwx .container {
  display: flex;
  margin: auto;
}
.cid-sXIyqiaXwx .navbar.navbar-short .nav-link,
.cid-sXIyqiaXwx .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-sXIyqiaXwx .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sXIyqiaXwx .navbar.opened {
  background: #35363a !important;
}
.cid-sXIyqiaXwx .nav-item:focus,
.cid-sXIyqiaXwx .nav-link:focus {
  outline: none;
}
.cid-sXIyqiaXwx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXIyqiaXwx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXIyqiaXwx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #35363a;
  background: none;
}
.cid-sXIyqiaXwx .navbar.opened {
  transition: all 0.3s;
}
.cid-sXIyqiaXwx .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-sXIyqiaXwx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXIyqiaXwx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXIyqiaXwx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXIyqiaXwx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sXIyqiaXwx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXIyqiaXwx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXIyqiaXwx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sXIyqiaXwx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXIyqiaXwx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXIyqiaXwx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXIyqiaXwx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXIyqiaXwx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXIyqiaXwx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXIyqiaXwx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXIyqiaXwx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sXIyqiaXwx .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sXIyqiaXwx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXIyqiaXwx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXIyqiaXwx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXIyqiaXwx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sXIyqiaXwx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXIyqiaXwx .navbar.navbar-short {
  background: #35363a !important;
  min-height: 60px;
}
.cid-sXIyqiaXwx .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sXIyqiaXwx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXIyqiaXwx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXIyqiaXwx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXIyqiaXwx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXIyqiaXwx .dropdown-item.active,
.cid-sXIyqiaXwx .dropdown-item:active {
  background-color: transparent;
}
.cid-sXIyqiaXwx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXIyqiaXwx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXIyqiaXwx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXIyqiaXwx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #35363a;
}
.cid-sXIyqiaXwx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXIyqiaXwx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXIyqiaXwx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXIyqiaXwx .navbar-buttons {
  text-align: center;
}
.cid-sXIyqiaXwx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXIyqiaXwx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-sXIyqiaXwx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXIyqiaXwx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXIyqiaXwx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXIyqiaXwx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXIyqiaXwx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXIyqiaXwx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXIyqiaXwx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXIyqiaXwx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXIyqiaXwx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sXIyqiaXwx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIyqiaXwx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXIyqiaXwx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sXIyqiaXwx .icons-menu span {
  font-size: 20px;
  color: #c9512c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXIyqiaXwx .navbar {
    height: 77px;
  }
  .cid-sXIyqiaXwx .navbar.opened {
    height: auto;
  }
  .cid-sXIyqiaXwx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRAGQCc5ka {
  padding-top: 2rem;
  padding-bottom: 0rem;
  margin-top: -70px;
  background-color: #eeeeee;
}
.cid-sRAGQCc5ka .carousel {
  height: 680px;
}
.cid-sRAGQCc5ka .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRAGQCc5ka .carousel-item,
.cid-sRAGQCc5ka .carousel-inner {
  height: 100%;
}
.cid-sRAGQCc5ka .mbr-section-title b {
  font-weight: 400;
}
.cid-sRAGQCc5ka .mbr-section-title {
  font-weight: 300;
  text-align: left;
}
.cid-sRAGQCc5ka .logo-empre {
  width: 80px !important;
  height: auto !important;
  -o-object-fit: unset !important;
  object-fit: unset !important;
  text-align: left !important;
  margin: 0!important;
  padding-bottom: 15px!important;
}
.cid-sRAGQCc5ka .logo-empre2 {
  width: 80px !important;
  height: auto !important;
  -o-object-fit: unset !important;
  object-fit: unset !important;
  text-align: right !important;
  margin: 0!important;
  padding-bottom: 15px!important;
  display: inline-block;
}
.cid-sRAGQCc5ka .btn {
  border-radius: 0;
  color: #fff !important;
}
.cid-sRAGQCc5ka .btn:hover {
  background-color: #c9512c !important;
  color: #fff !important;
  border: 1px solid #c9512c !important;
}
.cid-sRAGQCc5ka .btn.btn-primary-outline {
  border: 1px solid #c9512c;
}
.cid-sRAGQCc5ka .btn.btn-primary-outline:hover {
  background-color: #c9512c !important;
  color: #ffffff !important;
}
.cid-sRAGQCc5ka .btn.btn-secondary-outline {
  border: 1px solid #a32600;
}
.cid-sRAGQCc5ka .btn.btn-secondary-outline:hover {
  background-color: #a32600 !important;
  color: #ffffff !important;
}
.cid-sRAGQCc5ka .btn.btn-success-outline {
  border: 1px solid #35363a;
}
.cid-sRAGQCc5ka .btn.btn-success-outline:hover {
  background-color: #35363a !important;
  color: #ffffff !important;
}
.cid-sRAGQCc5ka .btn.btn-info-outline {
  border: 1px solid #727376;
}
.cid-sRAGQCc5ka .btn.btn-info-outline:hover {
  background-color: #727376 !important;
  color: #ffffff !important;
}
.cid-sRAGQCc5ka .btn.btn-warning-outline {
  border: 1px solid #bbbbbb;
}
.cid-sRAGQCc5ka .btn.btn-warning-outline:hover {
  background-color: #bbbbbb !important;
  color: #ffffff !important;
}
.cid-sRAGQCc5ka .btn.btn-danger-outline {
  border: 1px solid #00ba0c;
}
.cid-sRAGQCc5ka .btn.btn-danger-outline:hover {
  background-color: #00ba0c !important;
  color: #ffffff !important;
}
.cid-sRAGQCc5ka .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sRAGQCc5ka .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sRAGQCc5ka .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sRAGQCc5ka .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sRAGQCc5ka .text-right {
  text-align: right !important;
}
.cid-sRAGQCc5ka .slider-1 {
  left: -450px !important;
}
.cid-sRAGQCc5ka .slider-2 {
  right: -410px !important;
  text-align: right !important;
}
.cid-sRAGQCc5ka .slider-3 {
  left: -370px !important;
}
.cid-sRAGQCc5ka .btn-pd {
  padding: 12px 17px !important;
}
.cid-sRAGQCc5ka .mbr-overlay {
  z-index: 1;
}
.cid-sRAGQCc5ka .carousel-caption {
  top: 60%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-sRAGQCc5ka .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRAGQCc5ka .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRAGQCc5ka .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sRAGQCc5ka .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sRAGQCc5ka .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRAGQCc5ka .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRAGQCc5ka .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sRAGQCc5ka .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-sRAGQCc5ka .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRAGQCc5ka .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRAGQCc5ka .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRAGQCc5ka .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sRAGQCc5ka .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sRAGQCc5ka .carousel-indicators li.active {
  background-color: #c9512c;
}
.cid-sRAGQCc5ka .carousel-indicators li.active,
.cid-sRAGQCc5ka .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRAGQCc5ka .carousel-indicators li::after,
.cid-sRAGQCc5ka .carousel-indicators li::before {
  content: none;
}
.cid-sRAGQCc5ka .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRAGQCc5ka .carousel-indicators {
    display: none !important;
  }
}
.cid-sRAGQCc5ka .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sRAGQCc5ka .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sRAGQCc5ka .carousel-control {
    display: none;
  }
  .cid-sRAGQCc5ka .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-sRAGQCc5ka .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-sRAGQCc5ka .mbr-text,
.cid-sRAGQCc5ka .mbr-section-btn {
  text-align: left;
}
.cid-tgENNXTZPw {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #35363a;
}
.cid-tgENNXTZPw .mbr-section-title {
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.cid-tgENNXTZPw .mbr-section-title b {
  font-weight: 400;
}
.cid-tgENNXTZPw .mbr-section-subtitle {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c9512c;
}
.cid-tgENNXTZPw .mbr-link {
  border: 1px solid #fff;
  padding: 10px 12px;
  background: transparent;
  border-radius: 0px;
  position: absolute;
  bottom: -100%;
  left: 2rem;
  color: #ffffff;
  z-index: 3;
  transition: all 0.6s;
}
.cid-tgENNXTZPw .icone-features {
  width: 16px !important;
  height: 16px !important;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.cid-tgENNXTZPw .item-tooltip {
  z-index: 9;
  position: absolute;
  top: 10px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #c9512c;
  right: 10px;
  font-family: 'Open Sans', sans-serif;
}
.cid-tgENNXTZPw .item {
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgENNXTZPw .mbr-iconfont {
  display: block;
  font-size: 73px;
  color: #fff;
  height: 100%;
  padding-bottom: 18px;
}
.cid-tgENNXTZPw .mbr-text {
  opacity: 0;
  transition: all 0.1s;
  font-size: 14px;
  line-height: 2;
}
.cid-tgENNXTZPw .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tgENNXTZPw .item-wrapper:before {
  content: "";
  top: 110%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c9512c;
  z-index: 2;
  opacity: 0.7;
  pointer-events: none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.cid-tgENNXTZPw .item-wrapper:hover:before,
.cid-tgENNXTZPw .item-wrapper:focus-within:before {
  top: 0rem;
  transition-delay: 0s;
}
.cid-tgENNXTZPw .item-wrapper:hover .item-content,
.cid-tgENNXTZPw .item-wrapper:focus-within .item-content {
  opacity: 1;
  top: 1rem;
}
.cid-tgENNXTZPw .item-wrapper:hover .mbr-link,
.cid-tgENNXTZPw .item-wrapper:focus-within .mbr-link {
  bottom: 1rem;
}
.cid-tgENNXTZPw .item-wrapper:hover .mbr-text,
.cid-tgENNXTZPw .item-wrapper:focus-within .mbr-text {
  opacity: 1;
}
.cid-tgENNXTZPw .item-content {
      position: absolute;
        top: 359px;
    left: 0;
    transition: all 0.6s;
    padding: 1rem 1.2rem;
    z-index: 3;
}
.cid-tgENNXTZPw .item-title {
  letter-spacing: 2px;
  color: #ffffff;
      font-size: 11px;
}
@media (max-width: 992px) {
  .cid-tgENNXTZPw .item-wrapper:before {
    top: 0rem;
    transition-delay: 0s;
  }
  .cid-tgENNXTZPw .item-content {
    opacity: 1;
    top: 1rem;
  }
  .cid-tgENNXTZPw .mbr-link {
    bottom: 1rem;
  }
  .cid-tgENNXTZPw .mbr-text {
    opacity: 1;
  }
}
.cid-tgENNXTZPw .item-subtitle {
  color: #ffffff;
      font-size: 19px;
}
.cid-tgENNXTZPw .item-img {
  overflow: hidden;
}
.cid-tgENNXTZPw img,
.cid-tgENNXTZPw .item-img {
  width: 100%;
  transition: all 1s;
  height: 450px;
  object-fit: cover;
}
.cid-tgENNXTZPw h5 {
  margin: 0;
}
.cid-tgENNXTZPw .item:focus,
.cid-tgENNXTZPw span:focus {
  outline: none;
}
.cid-tgENNXTZPw .mbr-text,
.cid-tgENNXTZPw .mbr-section-btn {
  color: #ffffff;
}
.cid-tlB1yuFkyU {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .cid-tlB1yuFkyU .carousel {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tlB1yuFkyU .carousel {
    height: 60vh;
  }
}
.cid-tlB1yuFkyU .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tlB1yuFkyU .carousel-item,
.cid-tlB1yuFkyU .carousel-inner {
  height: 100%;
}
.cid-tlB1yuFkyU .btn-primary {
  border-radius: 0 !important;
}
.cid-tlB1yuFkyU .btn {
  color: #fff !important;
}

.cid-tlB1yuFkyU .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tlB1yuFkyU .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tlB1yuFkyU .content_wrap {
    padding: 60px 12px;
  }
}
.cid-tlB1yuFkyU .carousel-item,
.cid-tlB1yuFkyU .carousel-inner {
  height: 100%;
}
.cid-tlB1yuFkyU .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
  text-align: left;
}
.cid-tlB1yuFkyU .mbr-section-btn {
  margin-top: 42px;
}
.cid-tlB1yuFkyU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tlB1yuFkyU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tlB1yuFkyU .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tlB1yuFkyU .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tlB1yuFkyU .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tlB1yuFkyU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tlB1yuFkyU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tlB1yuFkyU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tlB1yuFkyU .carousel-control {
  top: 50%;
      width: 65px;
    height: 65px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tlB1yuFkyU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-tlB1yuFkyU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-tlB1yuFkyU .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tlB1yuFkyU .carousel-control {
    display: none !important;
  }
}
.cid-tlB1yuFkyU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tlB1yuFkyU .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tlB1yuFkyU .carousel-indicators li.active,
.cid-tlB1yuFkyU .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tlB1yuFkyU .carousel-indicators li::after,
.cid-tlB1yuFkyU .carousel-indicators li::before {
  content: none;
}
.cid-tlB1yuFkyU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlB1yuFkyU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlB1yuFkyU .height_100 {
    height: 100%;
  }
}
.cid-tlB1yuFkyU .mbr-section-text,
.cid-tlB1yuFkyU .mbr-section-btn {
  text-align: left;
  line-height: 1.8;
}
.cid-tlAW7kbUmU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-tlAW7kbUmU .btn-primary {
  border-radius: 0 !important;
  color: #fff!important;
}

.cid-tlAW7kbUmU .item-wrapper {
  position: relative;
  border-radius: 0;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-tlAW7kbUmU .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlAW7kbUmU .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-tlAW7kbUmU .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #c9512c;
  border-radius: 0px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlAW7kbUmU .mbr-iconfont {
    right: 1rem;
  }
}
.cid-tlAW7kbUmU img,
.cid-tlAW7kbUmU .item-img {
  position: relative;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-tlAW7kbUmU .item:focus,
.cid-tlAW7kbUmU span:focus {
  outline: none;
}
.cid-tlAW7kbUmU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tlAW7kbUmU .mbr-section-title {
  color: #232323;
}
.cid-tlAW7kbUmU .mbr-text,
.cid-tlAW7kbUmU .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-tlAW7kbUmU .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-tlAW7kbUmU .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tlAW7kbUmU .mbr-section-subtitle {
  color: #777777;
}
.cid-thlcIas7FS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg-sobre-home.jpg");
}
.cid-thlcIas7FS .mbr-text,
.cid-thlcIas7FS .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thlcIas7FS .btn {
  padding: 0;
  border: 0 !important;
}
.cid-thlcIas7FS .btn:hover {
  color: #fff!important;
  background: transparent!important;
  border: 0 !important;
}
.cid-thlcIas7FS .mbr-text {
  line-height: 1.7 !important;
  color: #fff;
  font-size: 15px !important;
}
.cid-thlcIas7FS .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cid-thlcIas7FS .mbr-section-title {
  font-weight: 300;
  color: #ffffff;
}
.cid-thlcIas7FS .mbr-section-title b {
  font-weight: 400;
}
.cid-tlAOOrw7Os {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url('/assets/images/bg-logo.jpg');
}
.cid-tlAOOrw7Os .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.cid-tlAOOrw7Os .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tlAOOrw7Os .btn-primary {
  color: #fff !important;
}
.cid-tlAOOrw7Os .mbr-text {
  margin-bottom: 50px;
}
.cid-tlAOOrw7Os .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tlAOOrw7Os .item:nth-child(1) .iconfont-wrapper {
  background-color: #c9512c;
}
.cid-tlAOOrw7Os .item:nth-child(1) .mbr-iconfont {
  color: #fff;
}
.cid-tlAOOrw7Os .item:nth-child(2) .iconfont-wrapper {
  background-color: #c9512c;
}
.cid-tlAOOrw7Os .item:nth-child(2) .mbr-iconfont {
  color: #fff;
}
.cid-tlAOOrw7Os .item:nth-child(3) .iconfont-wrapper {
  background-color: #c9512c;
}
.cid-tlAOOrw7Os .item:nth-child(3) .mbr-iconfont {
  color: #fff;
}
.cid-tlAOOrw7Os .item:nth-child(4) .iconfont-wrapper {
  background-color: #c9512c;
}
.cid-tlAOOrw7Os .item:nth-child(4) .mbr-iconfont {
  color: #fff;
}
.cid-tlAOOrw7Os .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tlAOOrw7Os .card_info {
  display: inline-block;
}
.cid-tlAOOrw7Os .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.1));
}
.cid-tlAOOrw7Os .iconfont-wrapper .mbr-iconfont {
  color: #fff;
  font-size: 36px;
  line-height: 70px;
}
.cid-tlAOOrw7Os .card_title {
  margin-bottom: 5px;
  color: #c9512c;
}
.cid-tlAOOrw7Os .card_text {
  margin-bottom: 0;
  color: #000000;
}
.cid-tlAOOrw7Os .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tlAOOrw7Os .text-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tlAOOrw7Os .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tlAOOrw7Os .card_title {
    margin-bottom: 10px;
  }
  .cid-tlAOOrw7Os .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tlAOOrw7Os .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tlAOOrw7Os .mbr-text,
.cid-tlAOOrw7Os .mbr-section-btn {
  text-align: left;
  color: #fff;
}
.cid-tlAOOrw7Os .bottom__text {
  color: #000000;
  text-align: left;
}
.cid-thf8NfOE94 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9512c;
}
.cid-thf8NfOE94 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  opacity: 0.8;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cid-thf8NfOE94 .mbr-text {
  color: #777777;
}
.cid-thf8NfOE94 .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-weight: 300;
}
.cid-thf8NfOE94 .mbr-section-title b {
  font-weight: 400;
}
.cid-tlQtxGCuXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-contato-cta.jpg");
}
.cid-tlQtxGCuXa .mbr-text {
  margin-bottom: 20px;
}
.cid-tlQtxGCuXa .btn-white-outline {
  color: #Fff !important;
  border: 1px solid #fff !important;
  border-radius: 5px;
}
.cid-tlQtxGCuXa .mbr-section-title b {
  font-weight: 400;
}
.cid-tlQtxGCuXa .mbr-section-title {
  font-weight: 300;
  text-align: left;
}
.cid-tlQtxGCuXa .mbr-section-btn .btn:hover {
  background-color: #c9512c !important;
  border-color: #c9512c !important;
  color: #fff !important;
}
.cid-tlQtxGCuXa .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-tlQtxGCuXa .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-tlQtxGCuXa .contact__wrap {
  padding-bottom: 40px;
}
.cid-tlQtxGCuXa .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-tlQtxGCuXa .contact__title,
.cid-tlQtxGCuXa .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tlQtxGCuXa .contact__wrap,
  .cid-tlQtxGCuXa .title__block {
    padding-bottom: 30px;
  }
}
.cid-tlQtxGCuXa .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tlQtxGCuXa .contact__text {
  color: #ffffff;
  text-align: right;
}
.cid-tlQtxGCuXa .contact__title {
  text-align: right;
}
.cid-tlTdLsGosg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262424;
}
.cid-tlTdLsGosg a {
  transition: 0.3s;
}
.cid-tlTdLsGosg h5 {
  margin-bottom: 1rem;
}
.cid-tlTdLsGosg .card-img2 span {
  padding-top: 6px;
}
.cid-tlTdLsGosg .soc-item a {
  padding-top: 5px;
}
.cid-tlTdLsGosg .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tlTdLsGosg .link:hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .cid-tlTdLsGosg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlTdLsGosg .soc-item {
  width: 30px;
  height: 20px;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5rem;
}
.cid-tlTdLsGosg .soc-item span {
  font-size: 1.3rem;
}
.cid-tlTdLsGosg .soc-item:hover span {
  color: #c9512c !important;
}
.cid-tlTdLsGosg .foot-menu-item:hover {
  color: #c9512c !important;
}
.cid-tlTdLsGosg .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.cid-tlTdLsGosg .item h6 {
  margin: 0;
}
.cid-tlTdLsGosg .media-wrap {
  margin-bottom: 1rem;
}
.cid-tlTdLsGosg .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tlTdLsGosg img {
  width: 80%;
}
.cid-tlTdLsGosg .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tlTdLsGosg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 576px) {
  .cid-tlTdLsGosg .social-list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tlTdLsGosg .container {
  padding: 0;
}
.cid-tlTdLsGosg .btn-primary {
  color: #333333 !important;
}
.cid-tlTdLsGosg .btn-primary:hover {
  background-color: #9f4023 !important;
}
.cid-tlTdLsGosg .title {
  color: #ffffff;
  font-weight: 400;
}
.cid-tlTdLsGosg .text2 {
  color: #ffffff;
}
.cid-tgRZ6gTCHz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgRZ6gTCHz .btn-white-outline {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.cid-tgRZ6gTCHz .btn-white-outline:hover {
  color: #fff !important;
}
.cid-tgRZ6gTCHz .nav-link {
  font-size: 15px !important;
  position: relative;
  font-weight: 400;
}
.cid-tgRZ6gTCHz .nav-link:hover {
  color: #fff !important;
}
.cid-tgRZ6gTCHz .nav-dropdown .dropdown-item {
  line-height: 1.4 !important;
}
.cid-tgRZ6gTCHz .btn {
  padding: 5px 7px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
.cid-tgRZ6gTCHz .btn:hover {
  color: #fff;
}
.cid-tgRZ6gTCHz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgRZ6gTCHz .dropdown .dropdown-menu .dropdown-item:hover {
  color: #c9512c !important;
  opacity: 1 !important;
}
.cid-tgRZ6gTCHz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgRZ6gTCHz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 10px;
  font-size: inherit;
}
.cid-tgRZ6gTCHz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgRZ6gTCHz .dropdown-item {
  color: #000 !important;
}
.cid-tgRZ6gTCHz .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tgRZ6gTCHz .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tgRZ6gTCHz .btn-white {
  color: #c9512c !important;
}
.cid-tgRZ6gTCHz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-tgRZ6gTCHz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgRZ6gTCHz .container {
  display: flex;
  margin: auto;
}
.cid-tgRZ6gTCHz .navbar.navbar-short .nav-link,
.cid-tgRZ6gTCHz .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tgRZ6gTCHz .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tgRZ6gTCHz .navbar.opened {
  background: #35363a !important;
}
.cid-tgRZ6gTCHz .nav-item:focus,
.cid-tgRZ6gTCHz .nav-link:focus {
  outline: none;
}
.cid-tgRZ6gTCHz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgRZ6gTCHz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgRZ6gTCHz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #35363a;
  background: none;
}
.cid-tgRZ6gTCHz .navbar.opened {
  transition: all 0.3s;
}
.cid-tgRZ6gTCHz .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tgRZ6gTCHz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgRZ6gTCHz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgRZ6gTCHz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgRZ6gTCHz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgRZ6gTCHz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgRZ6gTCHz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgRZ6gTCHz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tgRZ6gTCHz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgRZ6gTCHz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgRZ6gTCHz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgRZ6gTCHz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgRZ6gTCHz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgRZ6gTCHz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgRZ6gTCHz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgRZ6gTCHz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tgRZ6gTCHz .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tgRZ6gTCHz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgRZ6gTCHz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgRZ6gTCHz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgRZ6gTCHz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgRZ6gTCHz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgRZ6gTCHz .navbar.navbar-short {
  background: #35363a !important;
  min-height: 60px;
}
.cid-tgRZ6gTCHz .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tgRZ6gTCHz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgRZ6gTCHz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgRZ6gTCHz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgRZ6gTCHz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgRZ6gTCHz .dropdown-item.active,
.cid-tgRZ6gTCHz .dropdown-item:active {
  background-color: transparent;
}
.cid-tgRZ6gTCHz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgRZ6gTCHz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgRZ6gTCHz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgRZ6gTCHz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #35363a;
}
.cid-tgRZ6gTCHz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgRZ6gTCHz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgRZ6gTCHz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgRZ6gTCHz .navbar-buttons {
  text-align: center;
}
.cid-tgRZ6gTCHz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgRZ6gTCHz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-tgRZ6gTCHz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgRZ6gTCHz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgRZ6gTCHz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgRZ6gTCHz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgRZ6gTCHz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgRZ6gTCHz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgRZ6gTCHz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgRZ6gTCHz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgRZ6gTCHz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tgRZ6gTCHz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgRZ6gTCHz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgRZ6gTCHz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tgRZ6gTCHz .icons-menu span {
  font-size: 20px;
  color: #c9512c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgRZ6gTCHz .navbar {
    height: 77px;
  }
  .cid-tgRZ6gTCHz .navbar.opened {
    height: auto;
  }
  .cid-tgRZ6gTCHz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgS1shr7V7 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-sobre.jpg");
}
.cid-tgS1shr7V7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgS1shr7V7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgS1shr7V7 .row {
  justify-content: space-between;
}
.cid-tgS1shr7V7 .mbr-text,
.cid-tgS1shr7V7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tgS1shr7V7 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tgS1shr7V7 .mbr-section-title {
  color: #ffffff;
  font-weight: 300;
}
.cid-tgS1shr7V7 .mbr-section-title b {
  font-weight: 400;
}
.cid-thljjDf7vk {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #262424;
}
.cid-thljjDf7vk .mbr-section-title {
  color: #ffffff;
  line-height: 1.3;
}
.cid-thljjDf7vk .mbr-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8;
}
.cid-thljjDf7vk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thljjDf7vk .fs-sub {
  font-size: 18px;
}
.cid-tgRZUC21dT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-sobre-2.jpg");
}
.cid-tgRZUC21dT .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.cid-tgRZUC21dT .mbr-text {
  margin-bottom: 20px;
}
.cid-tgRZUC21dT .about-img img {
  width: 100%;
}
.cid-tgRZUC21dT .fs-valores {
  font-size: 15px !important;
}
.cid-tgRZUC21dT .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-weight: 300;
}
.cid-tgRZUC21dT .mbr-section-title b {
  font-weight: 400;
}
.cid-tgRZUC21dT .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tgRZUC21dT .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-tgRZUC21dT .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-tgRZUC21dT .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-tgRZUC21dT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tgRZUC21dT .card .panel-body {
  padding: 10px 0;
  opacity: 0.75;
}
.cid-tgRZUC21dT .sign {
  padding: 20px 20px 20px 0;
  font-weight: bold;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tgRZUC21dT .sign:before {
  font-family: 'Moririse2' !important;
  content: '\e960';
}
@media (max-width: 767px) {
  .cid-tgRZUC21dT .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-tgRZUC21dT h4 {
  color: #ffffff;
}
.cid-tgRZUC21dT h4:hover .sign {
  color: #c9512c;
  font-weight: bold !important;
}
.cid-tgRZUC21dT .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tgRZUC21dT .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-tlQtfMI4By {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .cid-tlQtfMI4By .carousel {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tlQtfMI4By .carousel {
    height: 60vh;
  }
}
.cid-tlQtfMI4By .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tlQtfMI4By .carousel-item,
.cid-tlQtfMI4By .carousel-inner {
  height: 100%;
}
.cid-tlQtfMI4By .btn {
  color: #fff !important;
}
.cid-tlQtfMI4By .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tlQtfMI4By .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tlQtfMI4By .content_wrap {
    padding: 60px 12px;
  }
}
.cid-tlQtfMI4By .carousel-item,
.cid-tlQtfMI4By .carousel-inner {
  height: 100%;
}
.cid-tlQtfMI4By .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
  text-align: left;
}
.cid-tlQtfMI4By .mbr-section-btn {
  margin-top: 42px;
}
.cid-tlQtfMI4By .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tlQtfMI4By .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tlQtfMI4By .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tlQtfMI4By .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tlQtfMI4By .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tlQtfMI4By .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tlQtfMI4By .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tlQtfMI4By .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tlQtfMI4By .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tlQtfMI4By .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-tlQtfMI4By .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-tlQtfMI4By .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tlQtfMI4By .carousel-control {
    display: none !important;
  }
}
.cid-tlQtfMI4By .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tlQtfMI4By .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tlQtfMI4By .carousel-indicators li.active,
.cid-tlQtfMI4By .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tlQtfMI4By .carousel-indicators li::after,
.cid-tlQtfMI4By .carousel-indicators li::before {
  content: none;
}
.cid-tlQtfMI4By .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlQtfMI4By .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlQtfMI4By .height_100 {
    height: 100%;
  }
}
.cid-tlQtfMI4By .mbr-section-text,
.cid-tlQtfMI4By .mbr-section-btn {
  text-align: left;
}
.cid-tgRZT2uPgK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1920x800-1920x800.png");
}
.cid-tgRZT2uPgK .mbr-text {
  margin-bottom: 20px;
}
.cid-tgRZT2uPgK .btn-white-outline {
  color: #Fff !important;
  border: 1px solid #fff !important;
  border-radius: 5px;
}
.cid-tgRZT2uPgK .mbr-section-title b {
  font-weight: 400;
}
.cid-tgRZT2uPgK .mbr-section-title {
  font-weight: 300;
  text-align: left;
}
.cid-tgRZT2uPgK .mbr-section-btn .btn:hover {
  background-color: #c9512c !important;
  border-color: #c9512c !important;
  color: #fff !important;
}
.cid-tgRZT2uPgK .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-tgRZT2uPgK .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-tgRZT2uPgK .contact__wrap {
  padding-bottom: 40px;
}
.cid-tgRZT2uPgK .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-tgRZT2uPgK .contact__title,
.cid-tgRZT2uPgK .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tgRZT2uPgK .contact__wrap,
  .cid-tgRZT2uPgK .title__block {
    padding-bottom: 30px;
  }
}
.cid-tgRZT2uPgK .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tgRZT2uPgK .contact__text {
  color: #ffffff;
  text-align: right;
}
.cid-tgRZT2uPgK .contact__title {
  text-align: right;
}
.cid-tlTco1qyvw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262424;
}
.cid-tlTco1qyvw a {
  transition: 0.3s;
}
.cid-tlTco1qyvw h5 {
  margin-bottom: 1rem;
}
.cid-tlTco1qyvw .card-img2 span {
  padding-top: 6px;
}
.cid-tlTco1qyvw .soc-item a {
  padding-top: 5px;
}
.cid-tlTco1qyvw .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tlTco1qyvw .link:hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .cid-tlTco1qyvw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlTco1qyvw .soc-item {
  width: 30px;
  height: 20px;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5rem;
}
.cid-tlTco1qyvw .soc-item span {
  font-size: 1.3rem;
}
.cid-tlTco1qyvw .soc-item:hover span {
  color: #c9512c !important;
}
.cid-tlTco1qyvw .foot-menu-item:hover {
  color: #c9512c !important;
}
.cid-tlTco1qyvw .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.cid-tlTco1qyvw .item h6 {
  margin: 0;
}
.cid-tlTco1qyvw .media-wrap {
  margin-bottom: 1rem;
}
.cid-tlTco1qyvw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tlTco1qyvw img {
  width: 80%;
}
.cid-tlTco1qyvw .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tlTco1qyvw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 576px) {
  .cid-tlTco1qyvw .social-list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tlTco1qyvw .container {
  padding: 0;
}
.cid-tlTco1qyvw .btn-primary {
  color: #333333 !important;
}
.cid-tlTco1qyvw .btn-primary:hover {
  background-color: #9f4023 !important;
}
.cid-tlTco1qyvw .title {
  color: #ffffff;
  font-weight: 400;
}
.cid-tlTco1qyvw .text2 {
  color: #ffffff;
}
.cid-tlQCCCiQT8 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/contato-bg.jpg");
}
.cid-tlQCCCiQT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlQCCCiQT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlQCCCiQT8 .row {
  justify-content: space-between;
}
.cid-tlQCCCiQT8 .mbr-text,
.cid-tlQCCCiQT8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tlQCCCiQT8 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlQCCCiQT8 .mbr-section-title {
  color: #ffffff;
}
.cid-tgYLuieRzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgYLuieRzO a.btn > span {
  margin-left: 0.5rem;
}
.cid-tgYLuieRzO .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tgYLuieRzO .mbr-section-title b {
  font-weight: 400;
}
.cid-tgYLuieRzO .mbr-section-title {
  font-weight: 300;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #1b2026;
}
.cid-tgYLuieRzO .mbr-text {
  line-height: 1.5;
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tgYLuieRzO .form-control {
  font-size: 16px !important;
}
.cid-tgYLuieRzO .btn-social a {
  line-height: 15px !important;
}
.cid-tgYLuieRzO .info-contact {
  font-size: 18px;
  padding-left: 15px;
  color: #000 !important;
}
.cid-tgYLuieRzO .info-contact:hover {
  color: #000;
}
.cid-tgYLuieRzO .btn-contato {
  padding: 15px 22px !important;
  color: #fff !important;
}
.cid-tgYLuieRzO label {
  font-size: 15px !important;
  font-family: 'Open Sans', serif;
  font-weight: 600;
  color: #fff;
}
.cid-tgYLuieRzO .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tgYLuieRzO .right-side {
  max-width: 554px;
}
.cid-tgYLuieRzO .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tgYLuieRzO .margin {
  margin-right: 14px;
}
.cid-tgYLuieRzO .shadow {
  padding: 30px 30px 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #35363a;
  border-radius: 0px;
  background-color: #35363a;
}
.cid-tgYLuieRzO img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tgYLuieRzO .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tgYLuieRzO .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tgYLuieRzO .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tgYLuieRzO .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #c9512c;
  cursor: pointer;
}
.cid-tgYLuieRzO .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #000;
}
.cid-tgYLuieRzO .mbr-social-likes.big .btn-social:hover {
  color: #000;
}
.cid-tgYLuieRzO .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tgYLuieRzO .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.cid-tgYLuieRzO .mbr-social-likes.small {
  display: flex;
}
.cid-tgYLuieRzO .mbr-social-likes.big {
  display: block;
}
.cid-tgYLuieRzO .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #c9512c;
  cursor: pointer;
}
.cid-tgYLuieRzO .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tgYLuieRzO .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tgYLuieRzO .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tgYLuieRzO .form-control,
.cid-tgYLuieRzO form .btn {
  min-height: initial;
}
.cid-tgYLuieRzO a.btn,
.cid-tgYLuieRzO button {
  padding: 24px 40px;
  border-radius: 3px;
}
.cid-tgYLuieRzO input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 49px;
  margin-bottom: 18px;
  padding: 8px 26px;
}
.cid-tgYLuieRzO .form-select {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 49px;
  margin-bottom: 18px;
  padding: 8px 26px;
}
.cid-tgYLuieRzO textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tgYLuieRzO input:hover {
  border-color: #14142b !important;
}
.cid-tgYLuieRzO select:hover {
  border-color: #14142b !important;
}
.cid-tgYLuieRzO textarea:hover {
  border-color: #14142b !important;
}
.cid-tgYLuieRzO input:focus {
  border-color: #14142b !important;
}
.cid-tgYLuieRzO select:focus {
  border-color: #14142b !important;
}
.cid-tgYLuieRzO textarea:focus {
  border-color: #14142b !important;
}
.cid-tgYLuieRzO .form-group {
  margin-bottom: 0;
}
.cid-tgYLuieRzO .listen {
  margin-bottom: 24px;
}
.cid-tgYLuieRzO .phone {
  margin-bottom: 21px;
}
.cid-tgYLuieRzO .email {
  margin-bottom: 21px;
}
.cid-tgYLuieRzO .location {
  margin-bottom: 44px;
}
.cid-tgYLuieRzO .whats {
  margin-bottom: 21px;
}
.cid-tgYLuieRzO .listen,
.cid-tgYLuieRzO .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tgYLuieRzO .mbr-text,
.cid-tgYLuieRzO .button-align {
  color: #121925;
}
.cid-tgYLuieRzO .email span {
  padding: 7px;
  background-color: #c9512c;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tgYLuieRzO .phone span {
  padding: 7px;
  background-color: #c9512c;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tgYLuieRzO .whats span {
  padding: 7px;
  background-color: #c9512c;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tgYLuieRzO .location span {
  padding: 7px;
  background-color: #c9512c;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tgYLuieRzO .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tgYLuieRzO .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tgYLuieRzO .left-side,
  .cid-tgYLuieRzO .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tgYLuieRzO .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tgYLuieRzO .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tgYLuieRzO .shadow {
    padding: 25px;
  }
  .cid-tgYLuieRzO input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tgYLuieRzO .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tgYLuieRzO .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tgYLuieRzO .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tgYLuieRzO .big > .socicon-bg-facebook {
  background-color: #301cab;
}
.cid-tgYLuieRzO .big > .socicon-bg-twitter {
  background-color: #a23797;
}
.cid-tgYLuieRzO .big > .socicon-bg-pinterest {
  background-color: #5e2ced;
}
.cid-tgYLuieRzO .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tgYLuieRzO .big > .socicon-bg-linkedin {
  background-color: #5e2ced;
}
.cid-tgYLuieRzO .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tgYLuieRzO .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tgYLuieRzO .small > .socicon-bg-linkedin {
  background-color: #c92619;
}
.cid-tgYLuieRzO .small > .socicon-bg-pinterest {
  background-color: #4da7de;
}
.cid-tgYLuieRzO .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tgYLuieRzO .mbr-iconfont {
  margin-right: 8px;
}
.cid-tgYLuieRzO .mbr-section-subtitle,
.cid-tgYLuieRzO .email,
.cid-tgYLuieRzO .phone {
  color: #000000;
}
.cid-tgYLuieRzO .listen,
.cid-tgYLuieRzO .mbr-social-likes {
  color: #000000;
}
.cid-tgYKCcbm7G .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgYKCcbm7G .btn-white-outline {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.cid-tgYKCcbm7G .btn-white-outline:hover {
  color: #fff !important;
}
.cid-tgYKCcbm7G .nav-link {
  font-size: 15px !important;
  position: relative;
  font-weight: 400;
}
.cid-tgYKCcbm7G .nav-link:hover {
  color: #fff !important;
}
.cid-tgYKCcbm7G .nav-dropdown .dropdown-item {
  line-height: 1.4 !important;
}
.cid-tgYKCcbm7G .btn {
  padding: 5px 7px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
.cid-tgYKCcbm7G .btn:hover {
  color: #fff;
}
.cid-tgYKCcbm7G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgYKCcbm7G .dropdown .dropdown-menu .dropdown-item:hover {
  color: #c9512c !important;
  opacity: 1 !important;
}
.cid-tgYKCcbm7G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgYKCcbm7G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 10px;
  font-size: inherit;
}
.cid-tgYKCcbm7G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgYKCcbm7G .dropdown-item {
  color: #000 !important;
}
.cid-tgYKCcbm7G .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tgYKCcbm7G .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tgYKCcbm7G .btn-white {
  color: #c9512c !important;
}
.cid-tgYKCcbm7G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-tgYKCcbm7G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgYKCcbm7G .container {
  display: flex;
  margin: auto;
}
.cid-tgYKCcbm7G .navbar.navbar-short .nav-link,
.cid-tgYKCcbm7G .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tgYKCcbm7G .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tgYKCcbm7G .navbar.opened {
  background: #35363a !important;
}
.cid-tgYKCcbm7G .nav-item:focus,
.cid-tgYKCcbm7G .nav-link:focus {
  outline: none;
}
.cid-tgYKCcbm7G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgYKCcbm7G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgYKCcbm7G .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #35363a;
  background: none;
}
.cid-tgYKCcbm7G .navbar.opened {
  transition: all 0.3s;
}
.cid-tgYKCcbm7G .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tgYKCcbm7G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgYKCcbm7G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgYKCcbm7G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgYKCcbm7G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgYKCcbm7G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgYKCcbm7G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgYKCcbm7G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tgYKCcbm7G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgYKCcbm7G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgYKCcbm7G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgYKCcbm7G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgYKCcbm7G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgYKCcbm7G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgYKCcbm7G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgYKCcbm7G .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tgYKCcbm7G .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tgYKCcbm7G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgYKCcbm7G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgYKCcbm7G .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgYKCcbm7G .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgYKCcbm7G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgYKCcbm7G .navbar.navbar-short {
  background: #35363a !important;
  min-height: 60px;
}
.cid-tgYKCcbm7G .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tgYKCcbm7G .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgYKCcbm7G .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgYKCcbm7G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgYKCcbm7G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgYKCcbm7G .dropdown-item.active,
.cid-tgYKCcbm7G .dropdown-item:active {
  background-color: transparent;
}
.cid-tgYKCcbm7G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgYKCcbm7G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgYKCcbm7G .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgYKCcbm7G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #35363a;
}
.cid-tgYKCcbm7G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgYKCcbm7G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgYKCcbm7G ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgYKCcbm7G .navbar-buttons {
  text-align: center;
}
.cid-tgYKCcbm7G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgYKCcbm7G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-tgYKCcbm7G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgYKCcbm7G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgYKCcbm7G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgYKCcbm7G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgYKCcbm7G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgYKCcbm7G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgYKCcbm7G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgYKCcbm7G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgYKCcbm7G .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tgYKCcbm7G a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgYKCcbm7G .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgYKCcbm7G .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tgYKCcbm7G .icons-menu span {
  font-size: 20px;
  color: #c9512c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgYKCcbm7G .navbar {
    height: 77px;
  }
  .cid-tgYKCcbm7G .navbar.opened {
    height: auto;
  }
  .cid-tgYKCcbm7G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlQDcNHInX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262424;
}
.cid-tlQDcNHInX a {
  transition: 0.3s;
}
.cid-tlQDcNHInX h5 {
  margin-bottom: 1rem;
}
.cid-tlQDcNHInX .card-img2 span {
  padding-top: 6px;
}
.cid-tlQDcNHInX .soc-item a {
  padding-top: 5px;
}
.cid-tlQDcNHInX .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tlQDcNHInX .link:hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .cid-tlQDcNHInX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlQDcNHInX .soc-item {
  width: 30px;
  height: 20px;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5rem;
}
.cid-tlQDcNHInX .soc-item span {
  font-size: 1.3rem;
}
.cid-tlQDcNHInX .soc-item:hover span {
  color: #c9512c !important;
}
.cid-tlQDcNHInX .foot-menu-item:hover {
  color: #c9512c !important;
}
.cid-tlQDcNHInX .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.cid-tlQDcNHInX .item h6 {
  margin: 0;
}
.cid-tlQDcNHInX .media-wrap {
  margin-bottom: 1rem;
}
.cid-tlQDcNHInX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tlQDcNHInX img {
  width: 80%;
}
.cid-tlQDcNHInX .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tlQDcNHInX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 576px) {
  .cid-tlQDcNHInX .social-list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tlQDcNHInX .container {
  padding: 0;
}
.cid-tlQDcNHInX .btn-primary {
  color: #333333 !important;
}
.cid-tlQDcNHInX .btn-primary:hover {
  background-color: #9f4023 !important;
}
.cid-tlQDcNHInX .title {
  color: #ffffff;
  font-weight: 400;
}
.cid-tlQDcNHInX .text2 {
  color: #ffffff;
}
.cid-tgScDzlrSw .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgScDzlrSw .btn-white-outline {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.cid-tgScDzlrSw .btn-white-outline:hover {
  color: #fff !important;
}
.cid-tgScDzlrSw .nav-link {
  font-size: 15px !important;
  position: relative;
  font-weight: 400;
}
.cid-tgScDzlrSw .nav-link:hover {
  color: #fff !important;
}
.cid-tgScDzlrSw .nav-dropdown .dropdown-item {
  line-height: 1.4 !important;
}
.cid-tgScDzlrSw .btn {
  padding: 5px 7px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
.cid-tgScDzlrSw .btn:hover {
  color: #fff;
}
.cid-tgScDzlrSw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgScDzlrSw .dropdown .dropdown-menu .dropdown-item:hover {
  color: #c9512c !important;
  opacity: 1 !important;
}
.cid-tgScDzlrSw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgScDzlrSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 10px;
  font-size: inherit;
}
.cid-tgScDzlrSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgScDzlrSw .dropdown-item {
  color: #000 !important;
}
.cid-tgScDzlrSw .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tgScDzlrSw .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tgScDzlrSw .btn-white {
  color: #c9512c !important;
}
.cid-tgScDzlrSw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-tgScDzlrSw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgScDzlrSw .container {
  display: flex;
  margin: auto;
}
.cid-tgScDzlrSw .navbar.navbar-short .nav-link,
.cid-tgScDzlrSw .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tgScDzlrSw .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tgScDzlrSw .navbar.opened {
  background: #35363a !important;
}
.cid-tgScDzlrSw .nav-item:focus,
.cid-tgScDzlrSw .nav-link:focus {
  outline: none;
}
.cid-tgScDzlrSw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgScDzlrSw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgScDzlrSw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #35363a;
  background: none;
}
.cid-tgScDzlrSw .navbar.opened {
  transition: all 0.3s;
}
.cid-tgScDzlrSw .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tgScDzlrSw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgScDzlrSw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgScDzlrSw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgScDzlrSw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgScDzlrSw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgScDzlrSw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgScDzlrSw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tgScDzlrSw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgScDzlrSw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgScDzlrSw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgScDzlrSw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgScDzlrSw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgScDzlrSw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgScDzlrSw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgScDzlrSw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tgScDzlrSw .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tgScDzlrSw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgScDzlrSw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgScDzlrSw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgScDzlrSw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgScDzlrSw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgScDzlrSw .navbar.navbar-short {
  background: #35363a !important;
  min-height: 60px;
}
.cid-tgScDzlrSw .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tgScDzlrSw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgScDzlrSw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgScDzlrSw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgScDzlrSw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgScDzlrSw .dropdown-item.active,
.cid-tgScDzlrSw .dropdown-item:active {
  background-color: transparent;
}
.cid-tgScDzlrSw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgScDzlrSw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgScDzlrSw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgScDzlrSw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #35363a;
}
.cid-tgScDzlrSw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgScDzlrSw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgScDzlrSw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgScDzlrSw .navbar-buttons {
  text-align: center;
}
.cid-tgScDzlrSw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgScDzlrSw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-tgScDzlrSw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgScDzlrSw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgScDzlrSw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgScDzlrSw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgScDzlrSw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgScDzlrSw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgScDzlrSw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgScDzlrSw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgScDzlrSw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tgScDzlrSw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgScDzlrSw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgScDzlrSw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tgScDzlrSw .icons-menu span {
  font-size: 20px;
  color: #c9512c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgScDzlrSw .navbar {
    height: 77px;
  }
  .cid-tgScDzlrSw .navbar.opened {
    height: auto;
  }
  .cid-tgScDzlrSw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgSgvDZPWi {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1920x800-1920x800.png");
}
.cid-tgSgvDZPWi .mbr-text,
.cid-tgSgvDZPWi .mbr-section-btn {
  color: #ffffff;
}
.cid-tgSgvDZPWi .btn-primary .mbr-iconfont {
  font-size: 14px !important;
}
.cid-tgSgvDZPWi .btn-primary {
  color: #fff !important;
  font-size: 14px !important;
}
.cid-tgSgvDZPWi .btn-primary:hover {
  color: #fff!important;
  background: transparent!important;
  border: 1px solid #fff !important;
}
.cid-tgSgvDZPWi .box-contato {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background-color: #35363ae3;
  padding: 37px 28px 30px;
  box-shadow: 0 0 20px 8px rgba(26, 37, 56, 0.5);
}
.cid-tgSgvDZPWi .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tgSgvDZPWi .sobre-imovel {
  font-size: 22px;
  color: #fff;
}
.cid-tgSgvDZPWi .local-imovel {
  font-size: 15px;
  font-weight: 600;
}
.cid-tgSgvDZPWi .label-lancamento {
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 600;
}
.cid-tgSgvDZPWi .espaco-topo {
  padding-top: 200px;
  padding-bottom: 50px;
  background: linear-gradient(0deg, #282828, transparent 50%) !important;
}
.cid-tgSgvDZPWi .logo-empre {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: unset !important;
  object-fit: unset !important;
  text-align: left !important;
  margin: 0!important;
  padding-bottom: 15px!important;
}
.cid-tgX3Bu4wOJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c9512c;
}
.cid-tgX3Bu4wOJ .btn-white-outline {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.cid-tgX3Bu4wOJ .btn-white-outline:hover {
  color: #fff !important;
}
.cid-tgX3Bu4wOJ .icone-border {
  border-right: 1px solid #e77451;
}
.cid-tgX3Bu4wOJ .icone-info {
  text-align: center;
}
.cid-tgX3Bu4wOJ .icone-info img {
  width: 32px;
  display: inline-block;
}
.cid-tgX3Bu4wOJ .icone-info p {
  font-size: 13px;
  margin-top: 10px;
}
.cid-tgX3Bu4wOJ .mbr-section-title {
  line-height: 1.171em;
  color: #ffffff;
  display: inline-block;
  text-align: left;
}
.cid-tgX3Bu4wOJ .texto-location {
  font-size: 13px;
}
.cid-tgX3Bu4wOJ .logo-empre {
  width: 64px !important;
  height: auto !important;
  float: left;
  margin-right: 10px;
}
.cid-tgX3Bu4wOJ .mbr-text {
  color: #8c8c95;
}
.cid-tgX3Bu4wOJ .button-align {
  text-align: center;
}
.cid-tgX3Bu4wOJ .mbr-section-btn {
  display: block;
}
.cid-tgX3Bu4wOJ .mbr-text,
.cid-tgX3Bu4wOJ .button-align {
  color: #ffffff;
}
.cid-tgX3Bu4wOJ .btn-primary {
  color: #fff !important;
}
.cid-tgXbWg9Lb9 .google-map {
  height: 18rem;
  position: relative;
}
.cid-tgXbWg9Lb9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tgXbWg9Lb9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tgXbWg9Lb9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgXbWg9Lb9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tgX7g8uMwh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgX7g8uMwh .mbr-section-title b {
  font-weight: 400;
}
.cid-tgX7g8uMwh .mbr-section-title {
  font-weight: 300;
  color: #c9512c;
}
.cid-tgX7g8uMwh .icone-border {
  border-right: 1px solid #1e293c;
  margin: 10px 0;
}
.cid-tgX7g8uMwh .icone-info {
  text-align: center;
}
.cid-tgX7g8uMwh .icone-info img {
  width: 32px;
  display: inline-block;
}
.cid-tgX7g8uMwh .icone-info p {
  font-size: 15px;
  margin-top: 10px;
}
.cid-tgX7g8uMwh .item-text {
  font-size: 12px;
}
.cid-tgX7g8uMwh .item-wrapper img {
  width: 100%;
  border-radius: 50%;
}
.cid-tgX7g8uMwh .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tgX7g8uMwh .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-tgX7g8uMwh .social {
  display: inline-flex;
  align-items: center;
}
.cid-tgX7g8uMwh .social .socicon {
  padding-right: 0.6rem;
  color: #c9512c;
  font-size: 1.2rem;
}
.cid-tgX7g8uMwh .soc-wrapper {
  width: 100%;
}
.cid-tgX7g8uMwh .item-wrapper {
  padding-bottom: 10px;
  position: relative;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-tgX7g8uMwh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tgX7g8uMwh .item {
    padding: 0 1rem;
  }
}
.cid-tgX7g8uMwh .item:focus,
.cid-tgX7g8uMwh span:focus {
  outline: none;
}
.cid-tgX7g8uMwh .mbr-text,
.cid-tgX7g8uMwh .mbr-section-btn {
  color: #ffffff;
}
.cid-tgX7g8uMwh .mbr-section-subtitle {
  color: #353535;
}
.cid-tgX7g8uMwh .mbr-section-subtitle,
.cid-tgX7g8uMwh .main-btn {
  color: #232323;
}
.cid-tgX7g8uMwh .item-title {
  color: #c9512c;
}
.cid-tgX7g8uMwh .mbr-text,
.cid-tgX7g8uMwh .button-align {
  color: #1b2026;
}
.cid-tgXydjzvCG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1920x800-1920x800.png");
}
.cid-tgXydjzvCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgXydjzvCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgXydjzvCG .texto-location {
  font-size: 13px;
  color: #fff;
}
.cid-tgXydjzvCG .logo-empre {
  width: 64px !important;
  height: auto !important;
  float: left;
  margin-right: 10px;
}
.cid-tgXydjzvCG .mbr-section-subtitle span {
  font-size: 13px;
  font-weight: 300 !important;
}
.cid-tgXydjzvCG .mbr-section-subtitle i {
  font-size: 15px;
  font-weight: 400 !important;
}
.cid-tgXydjzvCG .mbr-section-subtitle {
  font-weight: 500;
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tgXydjzvCG .row {
  justify-content: flex-start;
}
.cid-tgXydjzvCG .container {
  margin: 0 auto;
}
.cid-tgXydjzvCG .content-container {
  padding: 51px;
  border-radius: 5px;
  box-shadow: 0 0 20px 8px rgba(26, 37, 56, 0.5);
  background-color: #35363ae3;
}
@media (max-width: 767px) {
  .cid-tgXydjzvCG .content-container {
    padding: 51px;
  }
}
.cid-tgXydjzvCG .content-wrap {
  display: block;
}
.cid-tgXydjzvCG .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tgXydjzvCG .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tgXydjzvCG .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tgXydjzvCG .mbr-section-subtitle,
.cid-tgXydjzvCG .mbr-section-btn {
  text-align: left;
}
.cid-tgXydjzvCG .mbr-text,
.cid-tgXydjzvCG .button-align {
  text-align: left;
}
.cid-tgXTLaNHxb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #262424;
}
.cid-tgXTLaNHxb .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #353535;
}
.cid-tgXTLaNHxb .titulo-bg {
  background: #c9512c;
  padding: 20px 38px 4px 28px;
  /*position: absolute;
  left: -107px;*/
}
.cid-tgXTLaNHxb .icone-lazer {
  display: block;
  padding-bottom: 3px;
}
.cid-tgXTLaNHxb .icone-lazer img {
  width: 32px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.cid-tgXTLaNHxb .icone-lazer p {
  font-size: 17px;
  margin-top: 10px;
  padding-top: 5px;
}
.cid-tgXTLaNHxb .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tgXTLaNHxb .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-tgXTLaNHxb .social {
  display: inline-flex;
  align-items: center;
}
.cid-tgXTLaNHxb .social .socicon {
  padding-right: 0.6rem;
  color: #c9512c;
  font-size: 1.2rem;
}
.cid-tgXTLaNHxb .soc-wrapper {
  width: 100%;
}
.cid-tgXTLaNHxb .item-wrapper {
  padding-bottom: 10px;
  position: relative;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-tgXTLaNHxb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tgXTLaNHxb .item {
    padding: 0 3rem;
  }
}
.cid-tgXTLaNHxb .item:focus,
.cid-tgXTLaNHxb span:focus {
  outline: none;
}
.cid-tgXTLaNHxb .mbr-section-title {
  color: #ffffff;
}
.cid-tgXTLaNHxb .mbr-text,
.cid-tgXTLaNHxb .mbr-section-btn {
  color: #ffffff;
}
.cid-tgXTLaNHxb .mbr-section-subtitle,
.cid-tgXTLaNHxb .main-btn {
  color: #ffffff;
}
.cid-tgXTLaNHxb .item-title {
  color: #ffffff;
}
.cid-tgXIWZ1fCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgXIWZ1fCV .mbr-section-subtitle {
  color: #121925;
  text-align: center;
}
.cid-tgXIWZ1fCV .mbr-text {
  color: #777777;
}
.cid-tgXM8vtF0r {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #c9512c;
}
.cid-tgXM8vtF0r img {
  width: 100%;
}
.cid-tgXM8vtF0r .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tgXQBU8GcA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1920x800-1920x800.png");
}
.cid-tgXQBU8GcA .scnd-price {
  font-size: 19px;
  color: #ffffff;
}
.cid-tgXQBU8GcA .scnd-subtitle-2 {
  font-size: 12px;
  color: #ffffff;
}
.cid-tgXQBU8GcA .mbr-section-title b {
  font-weight: 400;
}
.cid-tgXQBU8GcA .frst-price b {
  font-weight: 400;
}
.cid-tgXQBU8GcA .mbr-section-title {
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tgXQBU8GcA .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tgXQBU8GcA .text-copy {
  font-size: 12px;
}
.cid-tgXQBU8GcA .form-title {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tgXQBU8GcA .form-title {
    margin-bottom: 30px;
  }
}
.cid-tgXQBU8GcA .form-control {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: .85rem 0 !important;
}
@media (max-width: 576px) {
  .cid-tgXQBU8GcA .form-control {
    padding: 5px 0 !important;
  }
}
.cid-tgXQBU8GcA .form {
  background-color: #262424;
  padding: 1rem;
  border-radius: 10px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tgXQBU8GcA .form {
    padding: 5rem;
  }
}
@media (max-width: 992px) {
  .cid-tgXQBU8GcA .form-container {
    margin-top: 80px;
  }
}
.cid-tgXQBU8GcA .btn {
  font-size: 15px;
  color: #fff !important;
  border-radius: 5px;
  padding: 10px 15px;
  margin-top: 34px;
}
.cid-tgXQBU8GcA .frst-subtitle {
  color: #ffffff;
}
.cid-tgXQBU8GcA .add-info {
  padding: 1rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-tgXQBU8GcA .add-info {
    margin-top: 40px;
  }
}
.cid-tgXQBU8GcA .mobi-mbri-success {
  color: #8ec0db;
  margin-right: 11px;
}
.cid-tgXQBU8GcA input::placeholder {
  color: #e0e0e0;
}
.cid-tgXQBU8GcA textarea::placeholder {
  color: #e0e0e0;
}
.cid-tgXQBU8GcA .price-container {
  gap: 40px;
}
.cid-tgXQBU8GcA .frst-price,
.cid-tgXQBU8GcA .scnd-price {
  margin-bottom: .85rem;
}
.cid-tgXQBU8GcA .conditions {
  padding: 1rem 0;
}
.cid-tgXQBU8GcA .btn-white {
  color: #181818 !important;
  font-weight: 500 !important;
}
.cid-tgXQBU8GcA .amount-payment {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cid-tgXQBU8GcA .amount-payment {
    margin-bottom: 0;
  }
}
.cid-tgXQBU8GcA .frst-price {
  color: #ffffff;
}
.cid-tgXQBU8GcA .scnd-subtitle {
  color: #ffffff;
}
.cid-tlTbTUwGyS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262424;
}
.cid-tlTbTUwGyS a {
  transition: 0.3s;
}
.cid-tlTbTUwGyS h5 {
  margin-bottom: 1rem;
}
.cid-tlTbTUwGyS .card-img2 span {
  padding-top: 6px;
}
.cid-tlTbTUwGyS .soc-item a {
  padding-top: 5px;
}
.cid-tlTbTUwGyS .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tlTbTUwGyS .link:hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .cid-tlTbTUwGyS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlTbTUwGyS .soc-item {
  width: 30px;
  height: 20px;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5rem;
}
.cid-tlTbTUwGyS .soc-item span {
  font-size: 1.3rem;
}
.cid-tlTbTUwGyS .soc-item:hover span {
  color: #c9512c !important;
}
.cid-tlTbTUwGyS .foot-menu-item:hover {
  color: #c9512c !important;
}
.cid-tlTbTUwGyS .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.cid-tlTbTUwGyS .item h6 {
  margin: 0;
}
.cid-tlTbTUwGyS .media-wrap {
  margin-bottom: 1rem;
}
.cid-tlTbTUwGyS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tlTbTUwGyS img {
  width: 80%;
}
.cid-tlTbTUwGyS .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tlTbTUwGyS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 576px) {
  .cid-tlTbTUwGyS .social-list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tlTbTUwGyS .container {
  padding: 0;
}
.cid-tlTbTUwGyS .btn-primary {
  color: #333333 !important;
}
.cid-tlTbTUwGyS .btn-primary:hover {
  background-color: #9f4023 !important;
}
.cid-tlTbTUwGyS .title {
  color: #ffffff;
  font-weight: 400;
}
.cid-tlTbTUwGyS .text2 {
  color: #ffffff;
}
.cid-tlQBtARXEJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #262424;
}
.cid-tlQBtARXEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlQBtARXEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlQBtARXEJ .row {
  justify-content: space-between;
}
.cid-tlQBtARXEJ .mbr-text,
.cid-tlQBtARXEJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tlQBtARXEJ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlQBtARXEJ .mbr-section-title {
  color: #ffffff;
}
.cid-tlQBtBfw5U {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlQBtBfw5U .mbr-section-subtitle {
  color: #14191e;
}
.cid-tlQBtBfw5U .mbr-text {
  color: #777777;
}
.cid-tlQBtBfw5U .mbr-section-title {
  color: #1b2026;
  text-align: left;
}
.cid-tlQBtBfw5U .btn-primary {
  color: #fff !important;
}
.cid-tlQBtBpOxS .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlQBtBpOxS .btn-white-outline {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.cid-tlQBtBpOxS .btn-white-outline:hover {
  color: #fff !important;
}
.cid-tlQBtBpOxS .nav-link {
  font-size: 15px !important;
  position: relative;
  font-weight: 400;
}
.cid-tlQBtBpOxS .nav-link:hover {
  color: #fff !important;
}
.cid-tlQBtBpOxS .nav-dropdown .dropdown-item {
  line-height: 1.4 !important;
}
.cid-tlQBtBpOxS .btn {
  padding: 5px 7px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
.cid-tlQBtBpOxS .btn:hover {
  color: #fff;
}
.cid-tlQBtBpOxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlQBtBpOxS .dropdown .dropdown-menu .dropdown-item:hover {
  color: #c9512c !important;
  opacity: 1 !important;
}
.cid-tlQBtBpOxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlQBtBpOxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 10px;
  font-size: inherit;
}
.cid-tlQBtBpOxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlQBtBpOxS .dropdown-item {
  color: #000 !important;
}
.cid-tlQBtBpOxS .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tlQBtBpOxS .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tlQBtBpOxS .btn-white {
  color: #c9512c !important;
}
.cid-tlQBtBpOxS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-tlQBtBpOxS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlQBtBpOxS .container {
  display: flex;
  margin: auto;
}
.cid-tlQBtBpOxS .navbar.navbar-short .nav-link,
.cid-tlQBtBpOxS .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tlQBtBpOxS .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tlQBtBpOxS .navbar.opened {
  background: #35363a !important;
}
.cid-tlQBtBpOxS .nav-item:focus,
.cid-tlQBtBpOxS .nav-link:focus {
  outline: none;
}
.cid-tlQBtBpOxS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlQBtBpOxS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlQBtBpOxS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #35363a;
  background: none;
}
.cid-tlQBtBpOxS .navbar.opened {
  transition: all 0.3s;
}
.cid-tlQBtBpOxS .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tlQBtBpOxS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlQBtBpOxS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlQBtBpOxS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlQBtBpOxS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tlQBtBpOxS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlQBtBpOxS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlQBtBpOxS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tlQBtBpOxS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlQBtBpOxS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlQBtBpOxS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlQBtBpOxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlQBtBpOxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlQBtBpOxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlQBtBpOxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlQBtBpOxS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tlQBtBpOxS .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tlQBtBpOxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlQBtBpOxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlQBtBpOxS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlQBtBpOxS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tlQBtBpOxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tlQBtBpOxS .navbar.navbar-short {
  background: #35363a !important;
  min-height: 60px;
}
.cid-tlQBtBpOxS .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tlQBtBpOxS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tlQBtBpOxS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlQBtBpOxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlQBtBpOxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlQBtBpOxS .dropdown-item.active,
.cid-tlQBtBpOxS .dropdown-item:active {
  background-color: transparent;
}
.cid-tlQBtBpOxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlQBtBpOxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlQBtBpOxS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlQBtBpOxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #35363a;
}
.cid-tlQBtBpOxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlQBtBpOxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlQBtBpOxS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlQBtBpOxS .navbar-buttons {
  text-align: center;
}
.cid-tlQBtBpOxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tlQBtBpOxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-tlQBtBpOxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlQBtBpOxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlQBtBpOxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlQBtBpOxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlQBtBpOxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlQBtBpOxS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlQBtBpOxS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlQBtBpOxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlQBtBpOxS .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tlQBtBpOxS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tlQBtBpOxS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlQBtBpOxS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tlQBtBpOxS .icons-menu span {
  font-size: 20px;
  color: #c9512c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlQBtBpOxS .navbar {
    height: 77px;
  }
  .cid-tlQBtBpOxS .navbar.opened {
    height: auto;
  }
  .cid-tlQBtBpOxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlTbsDJmR3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262424;
}
.cid-tlTbsDJmR3 a {
  transition: 0.3s;
}
.cid-tlTbsDJmR3 h5 {
  margin-bottom: 1rem;
}
.cid-tlTbsDJmR3 .card-img2 span {
  padding-top: 6px;
}
.cid-tlTbsDJmR3 .soc-item a {
  padding-top: 5px;
}
.cid-tlTbsDJmR3 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tlTbsDJmR3 .link:hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .cid-tlTbsDJmR3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlTbsDJmR3 .soc-item {
  width: 30px;
  height: 20px;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5rem;
}
.cid-tlTbsDJmR3 .soc-item span {
  font-size: 1.3rem;
}
.cid-tlTbsDJmR3 .soc-item:hover span {
  color: #c9512c !important;
}
.cid-tlTbsDJmR3 .foot-menu-item:hover {
  color: #c9512c !important;
}
.cid-tlTbsDJmR3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.cid-tlTbsDJmR3 .item h6 {
  margin: 0;
}
.cid-tlTbsDJmR3 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tlTbsDJmR3 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tlTbsDJmR3 img {
  width: 80%;
}
.cid-tlTbsDJmR3 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tlTbsDJmR3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 576px) {
  .cid-tlTbsDJmR3 .social-list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tlTbsDJmR3 .container {
  padding: 0;
}
.cid-tlTbsDJmR3 .btn-primary {
  color: #333333 !important;
}
.cid-tlTbsDJmR3 .btn-primary:hover {
  background-color: #9f4023 !important;
}
.cid-tlTbsDJmR3 .title {
  color: #ffffff;
  font-weight: 400;
}
.cid-tlTbsDJmR3 .text2 {
  color: #ffffff;
}
.cid-tlS9g3tG6P .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlS9g3tG6P .btn-white-outline {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.cid-tlS9g3tG6P .btn-white-outline:hover {
  color: #fff !important;
}
.cid-tlS9g3tG6P .nav-link {
  font-size: 15px !important;
  position: relative;
  font-weight: 400;
}
.cid-tlS9g3tG6P .nav-link:hover {
  color: #fff !important;
}
.cid-tlS9g3tG6P .nav-dropdown .dropdown-item {
  line-height: 1.4 !important;
}
.cid-tlS9g3tG6P .btn {
  padding: 5px 7px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
.cid-tlS9g3tG6P .btn:hover {
  color: #fff;
}
.cid-tlS9g3tG6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlS9g3tG6P .dropdown .dropdown-menu .dropdown-item:hover {
  color: #c9512c !important;
  opacity: 1 !important;
}
.cid-tlS9g3tG6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlS9g3tG6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 10px;
  font-size: inherit;
}
.cid-tlS9g3tG6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlS9g3tG6P .dropdown-item {
  color: #000 !important;
}
.cid-tlS9g3tG6P .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tlS9g3tG6P .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tlS9g3tG6P .btn-white {
  color: #c9512c !important;
}
.cid-tlS9g3tG6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-tlS9g3tG6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlS9g3tG6P .container {
  display: flex;
  margin: auto;
}
.cid-tlS9g3tG6P .navbar.navbar-short .nav-link,
.cid-tlS9g3tG6P .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tlS9g3tG6P .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tlS9g3tG6P .navbar.opened {
  background: #35363a !important;
}
.cid-tlS9g3tG6P .nav-item:focus,
.cid-tlS9g3tG6P .nav-link:focus {
  outline: none;
}
.cid-tlS9g3tG6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlS9g3tG6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlS9g3tG6P .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #35363a;
  background: none;
}
.cid-tlS9g3tG6P .navbar.opened {
  transition: all 0.3s;
}
.cid-tlS9g3tG6P .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tlS9g3tG6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlS9g3tG6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlS9g3tG6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlS9g3tG6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tlS9g3tG6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlS9g3tG6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlS9g3tG6P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tlS9g3tG6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlS9g3tG6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlS9g3tG6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlS9g3tG6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlS9g3tG6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlS9g3tG6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlS9g3tG6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlS9g3tG6P .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tlS9g3tG6P .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tlS9g3tG6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlS9g3tG6P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlS9g3tG6P .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlS9g3tG6P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tlS9g3tG6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tlS9g3tG6P .navbar.navbar-short {
  background: #35363a !important;
  min-height: 60px;
}
.cid-tlS9g3tG6P .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tlS9g3tG6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tlS9g3tG6P .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlS9g3tG6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlS9g3tG6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlS9g3tG6P .dropdown-item.active,
.cid-tlS9g3tG6P .dropdown-item:active {
  background-color: transparent;
}
.cid-tlS9g3tG6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlS9g3tG6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlS9g3tG6P .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlS9g3tG6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #35363a;
}
.cid-tlS9g3tG6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlS9g3tG6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlS9g3tG6P ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlS9g3tG6P .navbar-buttons {
  text-align: center;
}
.cid-tlS9g3tG6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tlS9g3tG6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-tlS9g3tG6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlS9g3tG6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlS9g3tG6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlS9g3tG6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlS9g3tG6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlS9g3tG6P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlS9g3tG6P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlS9g3tG6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlS9g3tG6P .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tlS9g3tG6P a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tlS9g3tG6P .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlS9g3tG6P .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tlS9g3tG6P .icons-menu span {
  font-size: 20px;
  color: #c9512c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlS9g3tG6P .navbar {
    height: 77px;
  }
  .cid-tlS9g3tG6P .navbar.opened {
    height: auto;
  }
  .cid-tlS9g3tG6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlSpNMl5bL {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-terraplanagem.jpg");
}
@media (max-width: 767px) {
  .cid-tlSpNMl5bL h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlSpNMl5bL .container {
    position: relative;
  }
  .cid-tlSpNMl5bL .row {
    margin: 0;
  }
  .cid-tlSpNMl5bL h2 {
    margin: 0;
  }
}
.cid-tlSpNMl5bL .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlSpNMl5bL .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tlSpNMl5bL .line-title {
  width: 40px;
  height: 2px;
  background-color: #00ba0c;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tlSpNMl5bL .vertical-line:before {
  content: '';
  background-color: #00ba0c;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tlSpNMl5bL .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tlSpNMl5bL .container-column,
.cid-tlSpNMl5bL h2 {
  color: #ffffff;
}
.cid-tlT7hGYpAx {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlT7hGYpAx .item-wrapper {
  width: 100%;
}
.cid-tlT7hGYpAx .left-side {
  text-align: left;
  padding-right: 45px;
  margin: auto;
}
.cid-tlT7hGYpAx .mbr-section-btn {
  margin: 0 0px;
}
.cid-tlT7hGYpAx .btn-primary {
  color: #fff !important;
  border-radius: 0;
  font-weight: 600;
}
.cid-tlT7hGYpAx .row {
  align-items: center;
}
.cid-tlT7hGYpAx .mbr-section-title {
  margin: 0 0;
  color: #000000;
  font-weight: 500;
}
.cid-tlT7hGYpAx .mbr-text {
  padding: 0;
  margin-top: 26px;
  color: #4c4c4c;
  font-weight: 500;
  width: 100%;
}
.cid-tlT7hGYpAx .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tlT7hGYpAx .button-align {
  margin-top: 36px;
  width: 100%;
}
.cid-tlT7hGYpAx .right-side {
  padding: 0;
}
.cid-tlT7hGYpAx .align {
  padding-right: 50px;
}
.cid-tlT7hGYpAx .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tlT7hGYpAx .right-side {
  padding-right: 0px;
}
.cid-tlT7hGYpAx .left-side {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tlT7hGYpAx .align {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 990px) {
  .cid-tlT7hGYpAx .left-side {
    padding: 0;
  }
}
.cid-tlT7hGYpAx .mbr-text,
.cid-tlT7hGYpAx .button-align {
  color: #000000;
}
.cid-tlSYUrsO70 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg-terraplanagem-2.jpg");
}
.cid-tlSYUrsO70 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tlSYUrsO70 .card-wrapper {
    padding: 0;
  }
}
.cid-tlSYUrsO70 img {
  width: 100%;
}
.cid-tlSYUrsO70 .mbr-iconfont {
      font-size: 25px;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tlSYUrsO70 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #a32600, #c9512c);
}
.cid-tlSYUrsO70 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tlSYUrsO70 h4 {
  margin: 0;
}
.cid-tlSYUrsO70 .card-text {
  color: #ffffff;
}
.cid-tlSYUrsO70 .mbr-text {
  color: #000000;
}
.cid-tlSYUrsO70 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tlSYUrsO70 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tlSYUrsO70 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tlSYUrsO70 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tlSYUrsO70 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tlSYUrsO70 H3 {
  color: #787324;
}
.cid-tlSYUrsO70 .mbr-section-title,
.cid-tlSYUrsO70 .title-wrapper {
  color: #ffffff;
}
.cid-tlSYUrsO70 .mbr-text,
.cid-tlSYUrsO70 .mbr-section-btn {
  color: #ffffff;
}
.cid-tlSZAfCrLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tlSZAfCrLx .item-wrapper img {
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}
.cid-tlSZAfCrLx .title_block {
  margin-bottom: 80px;
}
.cid-tlSZAfCrLx .mbr-iconfont:hover {
  font-size: 50px;
}
.cid-tlSZAfCrLx .btn-primary-outline {
  padding: 0;
}
.cid-tlSZAfCrLx .btn-primary-outline:hover {
  background: transparent !important;
  color: #000;
  border: 0!important;
}
.cid-tlSZAfCrLx .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #c9512c;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tlSZAfCrLx .mbr-section-title {
  color: #000000;
}
.cid-tlSZAfCrLx .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000d20;
}
.cid-tlSZAfCrLx .user_descr {
  margin: 0;
}
.cid-tlSZAfCrLx .item {
  padding-bottom: 2rem;
}
.cid-tlSZAfCrLx .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tlSZAfCrLx .item-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tlSZAfCrLx .carousel-control,
.cid-tlSZAfCrLx .close {
  background: #1b1b1b;
}
.cid-tlSZAfCrLx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlSZAfCrLx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlSZAfCrLx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlSZAfCrLx .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlSZAfCrLx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tlSZAfCrLx .close::before {
  content: '\e91a';
}
.cid-tlSZAfCrLx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlSZAfCrLx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tlSZAfCrLx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlSZAfCrLx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlSZAfCrLx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlSZAfCrLx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlSZAfCrLx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tlSZAfCrLx .carousel-indicators li.active,
.cid-tlSZAfCrLx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlSZAfCrLx .carousel-indicators li::after,
.cid-tlSZAfCrLx .carousel-indicators li::before {
  content: none;
}
.cid-tlSZAfCrLx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlSZAfCrLx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlSZAfCrLx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlSZAfCrLx .carousel-indicators {
    display: none;
  }
}
.cid-tlSZAfCrLx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlSZAfCrLx .carousel-inner > .active {
  display: block;
}
.cid-tlSZAfCrLx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlSZAfCrLx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlSZAfCrLx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlSZAfCrLx .carousel-control,
  .cid-tlSZAfCrLx .carousel-indicators,
  .cid-tlSZAfCrLx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlSZAfCrLx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlSZAfCrLx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlSZAfCrLx .carousel-indicators .active,
.cid-tlSZAfCrLx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlSZAfCrLx .carousel-indicators .active {
  background: #fff;
}
.cid-tlSZAfCrLx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlSZAfCrLx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlSZAfCrLx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlSZAfCrLx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlSZAfCrLx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlSZAfCrLx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlSZAfCrLx .carousel {
  width: 100%;
}
.cid-tlSZAfCrLx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlSZAfCrLx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlSZAfCrLx .modal.fade .modal-dialog,
.cid-tlSZAfCrLx .modal.in .modal-dialog {
  transform: none;
}
.cid-tlSZAfCrLx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlSZAfCrLx .descr {
  color: #000000;
}
.cid-tlSZAfCrLx H6 {
  color: #000000;
}
.cid-tlTboUgt7y {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262424;
}
.cid-tlTboUgt7y a {
  transition: 0.3s;
}
.cid-tlTboUgt7y h5 {
  margin-bottom: 1rem;
}
.cid-tlTboUgt7y .card-img2 span {
  padding-top: 6px;
}
.cid-tlTboUgt7y .soc-item a {
  padding-top: 5px;
}
.cid-tlTboUgt7y .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tlTboUgt7y .link:hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .cid-tlTboUgt7y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlTboUgt7y .soc-item {
  width: 30px;
  height: 20px;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5rem;
}
.cid-tlTboUgt7y .soc-item span {
  font-size: 1.3rem;
}
.cid-tlTboUgt7y .soc-item:hover span {
  color: #c9512c !important;
}
.cid-tlTboUgt7y .foot-menu-item:hover {
  color: #c9512c !important;
}
.cid-tlTboUgt7y .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.cid-tlTboUgt7y .item h6 {
  margin: 0;
}
.cid-tlTboUgt7y .media-wrap {
  margin-bottom: 1rem;
}
.cid-tlTboUgt7y .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tlTboUgt7y img {
  width: 80%;
}
.cid-tlTboUgt7y .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tlTboUgt7y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 576px) {
  .cid-tlTboUgt7y .social-list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tlTboUgt7y .container {
  padding: 0;
}
.cid-tlTboUgt7y .btn-primary {
  color: #333333 !important;
}
.cid-tlTboUgt7y .btn-primary:hover {
  background-color: #9f4023 !important;
}
.cid-tlTboUgt7y .title {
  color: #ffffff;
  font-weight: 400;
}
.cid-tlTboUgt7y .text2 {
  color: #ffffff;
}
.cid-tlT90oWuAU .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlT90oWuAU .btn-white-outline {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.cid-tlT90oWuAU .btn-white-outline:hover {
  color: #fff !important;
}
.cid-tlT90oWuAU .nav-link {
  font-size: 15px !important;
  position: relative;
  font-weight: 400;
}
.cid-tlT90oWuAU .nav-link:hover {
  color: #fff !important;
}
.cid-tlT90oWuAU .nav-dropdown .dropdown-item {
  line-height: 1.4 !important;
}
.cid-tlT90oWuAU .btn {
  padding: 5px 7px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
.cid-tlT90oWuAU .btn:hover {
  color: #fff;
}
.cid-tlT90oWuAU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlT90oWuAU .dropdown .dropdown-menu .dropdown-item:hover {
  color: #c9512c !important;
  opacity: 1 !important;
}
.cid-tlT90oWuAU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlT90oWuAU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 10px;
  font-size: inherit;
}
.cid-tlT90oWuAU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlT90oWuAU .dropdown-item {
  color: #000 !important;
}
.cid-tlT90oWuAU .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tlT90oWuAU .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tlT90oWuAU .btn-white {
  color: #c9512c !important;
}
.cid-tlT90oWuAU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-tlT90oWuAU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlT90oWuAU .container {
  display: flex;
  margin: auto;
}
.cid-tlT90oWuAU .navbar.navbar-short .nav-link,
.cid-tlT90oWuAU .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tlT90oWuAU .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tlT90oWuAU .navbar.opened {
  background: #35363a !important;
}
.cid-tlT90oWuAU .nav-item:focus,
.cid-tlT90oWuAU .nav-link:focus {
  outline: none;
}
.cid-tlT90oWuAU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlT90oWuAU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlT90oWuAU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #35363a;
  background: none;
}
.cid-tlT90oWuAU .navbar.opened {
  transition: all 0.3s;
}
.cid-tlT90oWuAU .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tlT90oWuAU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlT90oWuAU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlT90oWuAU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlT90oWuAU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tlT90oWuAU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlT90oWuAU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlT90oWuAU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tlT90oWuAU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlT90oWuAU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlT90oWuAU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlT90oWuAU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlT90oWuAU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlT90oWuAU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlT90oWuAU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlT90oWuAU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tlT90oWuAU .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tlT90oWuAU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlT90oWuAU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlT90oWuAU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlT90oWuAU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tlT90oWuAU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tlT90oWuAU .navbar.navbar-short {
  background: #35363a !important;
  min-height: 60px;
}
.cid-tlT90oWuAU .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tlT90oWuAU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tlT90oWuAU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlT90oWuAU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlT90oWuAU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlT90oWuAU .dropdown-item.active,
.cid-tlT90oWuAU .dropdown-item:active {
  background-color: transparent;
}
.cid-tlT90oWuAU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlT90oWuAU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlT90oWuAU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlT90oWuAU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #35363a;
}
.cid-tlT90oWuAU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlT90oWuAU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlT90oWuAU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlT90oWuAU .navbar-buttons {
  text-align: center;
}
.cid-tlT90oWuAU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tlT90oWuAU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-tlT90oWuAU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlT90oWuAU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlT90oWuAU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlT90oWuAU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlT90oWuAU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlT90oWuAU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlT90oWuAU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlT90oWuAU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlT90oWuAU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tlT90oWuAU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tlT90oWuAU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlT90oWuAU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tlT90oWuAU .icons-menu span {
  font-size: 20px;
  color: #c9512c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlT90oWuAU .navbar {
    height: 77px;
  }
  .cid-tlT90oWuAU .navbar.opened {
    height: auto;
  }
  .cid-tlT90oWuAU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlT90pG0Mx {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-saneamento-2.jpg");
}
@media (max-width: 767px) {
  .cid-tlT90pG0Mx h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlT90pG0Mx .container {
    position: relative;
  }
  .cid-tlT90pG0Mx .row {
    margin: 0;
  }
  .cid-tlT90pG0Mx h2 {
    margin: 0;
  }
}
.cid-tlT90pG0Mx .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlT90pG0Mx .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tlT90pG0Mx .line-title {
  width: 40px;
  height: 2px;
  background-color: #00ba0c;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tlT90pG0Mx .vertical-line:before {
  content: '';
  background-color: #00ba0c;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tlT90pG0Mx .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tlT90pG0Mx .container-column,
.cid-tlT90pG0Mx h2 {
  color: #ffffff;
}
.cid-tlT90q2Xog {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlT90q2Xog .item-wrapper {
  width: 100%;
}
.cid-tlT90q2Xog .left-side {
  text-align: left;
  padding-right: 45px;
  margin: auto;
}
.cid-tlT90q2Xog .mbr-section-btn {
  margin: 0 0px;
}
.cid-tlT90q2Xog .btn-primary {
  color: #fff !important;
  border-radius: 0;
  font-weight: 600;
}
.cid-tlT90q2Xog .row {
  align-items: center;
}
.cid-tlT90q2Xog .mbr-section-title {
  margin: 0 0;
  color: #000000;
  font-weight: 500;
}
.cid-tlT90q2Xog .mbr-text {
  padding: 0;
  margin-top: 26px;
  color: #4c4c4c;
  font-weight: 500;
  width: 100%;
}
.cid-tlT90q2Xog .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tlT90q2Xog .button-align {
  margin-top: 36px;
  width: 100%;
}
.cid-tlT90q2Xog .right-side {
  padding: 0;
}
.cid-tlT90q2Xog .align {
  padding-right: 50px;
}
.cid-tlT90q2Xog .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tlT90q2Xog .right-side {
  padding-right: 0px;
}
.cid-tlT90q2Xog .left-side {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tlT90q2Xog .align {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 990px) {
  .cid-tlT90q2Xog .left-side {
    padding: 0;
  }
}
.cid-tlT90q2Xog .mbr-text,
.cid-tlT90q2Xog .button-align {
  color: #000000;
}
.cid-tlT90qoala {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg-saneamento.jpg");
}
.cid-tlT90qoala .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tlT90qoala .card-wrapper {
    padding: 0;
  }
}
.cid-tlT90qoala img {
  width: 100%;
}
.cid-tlT90qoala .mbr-iconfont {
  font-size: 25px;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tlT90qoala .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #a32600, #c9512c);
}
.cid-tlT90qoala .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tlT90qoala h4 {
  margin: 0;
}
.cid-tlT90qoala .card-text {
  color: #ffffff;
}
.cid-tlT90qoala .mbr-text {
  color: #000000;
}
.cid-tlT90qoala .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tlT90qoala .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tlT90qoala .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tlT90qoala .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tlT90qoala .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tlT90qoala H3 {
  color: #787324;
}
.cid-tlT90qoala .mbr-section-title,
.cid-tlT90qoala .title-wrapper {
  color: #ffffff;
}
.cid-tlT90qoala .mbr-text,
.cid-tlT90qoala .mbr-section-btn {
  color: #ffffff;
}
.cid-tlT90qJYbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tlT90qJYbT .item-wrapper img {
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}
.cid-tlT90qJYbT .title_block {
  margin-bottom: 80px;
}
.cid-tlT90qJYbT .mbr-iconfont:hover {
  font-size: 50px;
}
.cid-tlT90qJYbT .btn-primary-outline {
  padding: 0;
}
.cid-tlT90qJYbT .btn-primary-outline:hover {
  background: transparent !important;
  color: #000;
  border: 0!important;
}
.cid-tlT90qJYbT .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #c9512c;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tlT90qJYbT .mbr-section-title {
  color: #000000;
}
.cid-tlT90qJYbT .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000d20;
}
.cid-tlT90qJYbT .user_descr {
  margin: 0;
}
.cid-tlT90qJYbT .item {
  padding-bottom: 2rem;
}
.cid-tlT90qJYbT .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tlT90qJYbT .item-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tlT90qJYbT .carousel-control,
.cid-tlT90qJYbT .close {
  background: #1b1b1b;
}
.cid-tlT90qJYbT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlT90qJYbT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlT90qJYbT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlT90qJYbT .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlT90qJYbT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tlT90qJYbT .close::before {
  content: '\e91a';
}
.cid-tlT90qJYbT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlT90qJYbT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tlT90qJYbT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlT90qJYbT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlT90qJYbT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlT90qJYbT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlT90qJYbT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tlT90qJYbT .carousel-indicators li.active,
.cid-tlT90qJYbT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlT90qJYbT .carousel-indicators li::after,
.cid-tlT90qJYbT .carousel-indicators li::before {
  content: none;
}
.cid-tlT90qJYbT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlT90qJYbT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlT90qJYbT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlT90qJYbT .carousel-indicators {
    display: none;
  }
}
.cid-tlT90qJYbT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlT90qJYbT .carousel-inner > .active {
  display: block;
}
.cid-tlT90qJYbT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlT90qJYbT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlT90qJYbT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlT90qJYbT .carousel-control,
  .cid-tlT90qJYbT .carousel-indicators,
  .cid-tlT90qJYbT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlT90qJYbT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlT90qJYbT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlT90qJYbT .carousel-indicators .active,
.cid-tlT90qJYbT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlT90qJYbT .carousel-indicators .active {
  background: #fff;
}
.cid-tlT90qJYbT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlT90qJYbT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlT90qJYbT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlT90qJYbT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlT90qJYbT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlT90qJYbT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlT90qJYbT .carousel {
  width: 100%;
}
.cid-tlT90qJYbT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlT90qJYbT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlT90qJYbT .modal.fade .modal-dialog,
.cid-tlT90qJYbT .modal.in .modal-dialog {
  transform: none;
}
.cid-tlT90qJYbT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlT90qJYbT .descr {
  color: #000000;
}
.cid-tlT90qJYbT H6 {
  color: #000000;
}
.cid-tlTbe7jM6r {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262424;
}
.cid-tlTbe7jM6r a {
  transition: 0.3s;
}
.cid-tlTbe7jM6r h5 {
  margin-bottom: 1rem;
}
.cid-tlTbe7jM6r .card-img2 span {
  padding-top: 6px;
}
.cid-tlTbe7jM6r .soc-item a {
  padding-top: 5px;
}
.cid-tlTbe7jM6r .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tlTbe7jM6r .link:hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .cid-tlTbe7jM6r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlTbe7jM6r .soc-item {
  width: 30px;
  height: 20px;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5rem;
}
.cid-tlTbe7jM6r .soc-item span {
  font-size: 1.3rem;
}
.cid-tlTbe7jM6r .soc-item:hover span {
  color: #c9512c !important;
}
.cid-tlTbe7jM6r .foot-menu-item:hover {
  color: #c9512c !important;
}
.cid-tlTbe7jM6r .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.cid-tlTbe7jM6r .item h6 {
  margin: 0;
}
.cid-tlTbe7jM6r .media-wrap {
  margin-bottom: 1rem;
}
.cid-tlTbe7jM6r .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tlTbe7jM6r img {
  width: 80%;
}
.cid-tlTbe7jM6r .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tlTbe7jM6r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 576px) {
  .cid-tlTbe7jM6r .social-list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tlTbe7jM6r .container {
  padding: 0;
}
.cid-tlTbe7jM6r .btn-primary {
  color: #333333 !important;
}
.cid-tlTbe7jM6r .btn-primary:hover {
  background-color: #9f4023 !important;
}
.cid-tlTbe7jM6r .title {
  color: #ffffff;
  font-weight: 400;
}
.cid-tlTbe7jM6r .text2 {
  color: #ffffff;
}
.cid-tlT9tQgitR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlT9tQgitR .btn-white-outline {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.cid-tlT9tQgitR .btn-white-outline:hover {
  color: #fff !important;
}
.cid-tlT9tQgitR .nav-link {
  font-size: 15px !important;
  position: relative;
  font-weight: 400;
}
.cid-tlT9tQgitR .nav-link:hover {
  color: #fff !important;
}
.cid-tlT9tQgitR .nav-dropdown .dropdown-item {
  line-height: 1.4 !important;
}
.cid-tlT9tQgitR .btn {
  padding: 5px 7px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
.cid-tlT9tQgitR .btn:hover {
  color: #fff;
}
.cid-tlT9tQgitR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlT9tQgitR .dropdown .dropdown-menu .dropdown-item:hover {
  color: #c9512c !important;
  opacity: 1 !important;
}
.cid-tlT9tQgitR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlT9tQgitR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 10px;
  font-size: inherit;
}
.cid-tlT9tQgitR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tlT9tQgitR .dropdown-item {
  color: #000 !important;
}
.cid-tlT9tQgitR .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tlT9tQgitR .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tlT9tQgitR .btn-white {
  color: #c9512c !important;
}
.cid-tlT9tQgitR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-tlT9tQgitR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlT9tQgitR .container {
  display: flex;
  margin: auto;
}
.cid-tlT9tQgitR .navbar.navbar-short .nav-link,
.cid-tlT9tQgitR .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tlT9tQgitR .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tlT9tQgitR .navbar.opened {
  background: #35363a !important;
}
.cid-tlT9tQgitR .nav-item:focus,
.cid-tlT9tQgitR .nav-link:focus {
  outline: none;
}
.cid-tlT9tQgitR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlT9tQgitR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlT9tQgitR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #35363a;
  background: none;
}
.cid-tlT9tQgitR .navbar.opened {
  transition: all 0.3s;
}
.cid-tlT9tQgitR .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tlT9tQgitR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlT9tQgitR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlT9tQgitR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlT9tQgitR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tlT9tQgitR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlT9tQgitR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlT9tQgitR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tlT9tQgitR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlT9tQgitR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlT9tQgitR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlT9tQgitR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlT9tQgitR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlT9tQgitR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlT9tQgitR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlT9tQgitR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tlT9tQgitR .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tlT9tQgitR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlT9tQgitR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlT9tQgitR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlT9tQgitR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tlT9tQgitR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tlT9tQgitR .navbar.navbar-short {
  background: #35363a !important;
  min-height: 60px;
}
.cid-tlT9tQgitR .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tlT9tQgitR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tlT9tQgitR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlT9tQgitR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlT9tQgitR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlT9tQgitR .dropdown-item.active,
.cid-tlT9tQgitR .dropdown-item:active {
  background-color: transparent;
}
.cid-tlT9tQgitR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlT9tQgitR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlT9tQgitR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlT9tQgitR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #35363a;
}
.cid-tlT9tQgitR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlT9tQgitR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlT9tQgitR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlT9tQgitR .navbar-buttons {
  text-align: center;
}
.cid-tlT9tQgitR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tlT9tQgitR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-tlT9tQgitR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlT9tQgitR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlT9tQgitR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlT9tQgitR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlT9tQgitR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlT9tQgitR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlT9tQgitR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlT9tQgitR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlT9tQgitR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tlT9tQgitR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tlT9tQgitR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlT9tQgitR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tlT9tQgitR .icons-menu span {
  font-size: 20px;
  color: #c9512c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlT9tQgitR .navbar {
    height: 77px;
  }
  .cid-tlT9tQgitR .navbar.opened {
    height: auto;
  }
  .cid-tlT9tQgitR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlT9tR7dXu {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-infra-2.jpg");
}
@media (max-width: 767px) {
  .cid-tlT9tR7dXu h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlT9tR7dXu .container {
    position: relative;
  }
  .cid-tlT9tR7dXu .row {
    margin: 0;
  }
  .cid-tlT9tR7dXu h2 {
    margin: 0;
  }
}
.cid-tlT9tR7dXu .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlT9tR7dXu .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tlT9tR7dXu .line-title {
  width: 40px;
  height: 2px;
  background-color: #00ba0c;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tlT9tR7dXu .vertical-line:before {
  content: '';
  background-color: #00ba0c;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tlT9tR7dXu .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tlT9tR7dXu .container-column,
.cid-tlT9tR7dXu h2 {
  color: #ffffff;
}
.cid-tlT9tRBwFJ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlT9tRBwFJ .item-wrapper {
  width: 100%;
}
.cid-tlT9tRBwFJ .left-side {
  text-align: left;
  padding-right: 45px;
  margin: auto;
}
.cid-tlT9tRBwFJ .mbr-section-btn {
  margin: 0 0px;
}
.cid-tlT9tRBwFJ .btn-primary {
  color: #fff !important;
  border-radius: 0;
  font-weight: 600;
}
.cid-tlT9tRBwFJ .row {
  align-items: center;
}
.cid-tlT9tRBwFJ .mbr-section-title {
  margin: 0 0;
  color: #000000;
  font-weight: 500;
}
.cid-tlT9tRBwFJ .mbr-text {
  padding: 0;
  margin-top: 26px;
  color: #4c4c4c;
  font-weight: 500;
  width: 100%;
}
.cid-tlT9tRBwFJ .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tlT9tRBwFJ .button-align {
  margin-top: 36px;
  width: 100%;
}
.cid-tlT9tRBwFJ .right-side {
  padding: 0;
}
.cid-tlT9tRBwFJ .align {
  padding-right: 50px;
}
.cid-tlT9tRBwFJ .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tlT9tRBwFJ .right-side {
  padding-right: 0px;
}
.cid-tlT9tRBwFJ .left-side {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tlT9tRBwFJ .align {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 990px) {
  .cid-tlT9tRBwFJ .left-side {
    padding: 0;
  }
}
.cid-tlT9tRBwFJ .mbr-text,
.cid-tlT9tRBwFJ .button-align {
  color: #000000;
}
.cid-tlT9tS4vGY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg-infra-1.jpg");
}
.cid-tlT9tS4vGY .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tlT9tS4vGY .card-wrapper {
    padding: 0;
  }
}
.cid-tlT9tS4vGY img {
  width: 100%;
}
.cid-tlT9tS4vGY .mbr-iconfont {
  font-size: 25px;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tlT9tS4vGY .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #a32600, #c9512c);
}
.cid-tlT9tS4vGY .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tlT9tS4vGY h4 {
  margin: 0;
}
.cid-tlT9tS4vGY .card-text {
  color: #ffffff;
}
.cid-tlT9tS4vGY .mbr-text {
  color: #000000;
}
.cid-tlT9tS4vGY .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tlT9tS4vGY .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tlT9tS4vGY .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tlT9tS4vGY .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tlT9tS4vGY .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tlT9tS4vGY H3 {
  color: #787324;
}
.cid-tlT9tS4vGY .mbr-section-title,
.cid-tlT9tS4vGY .title-wrapper {
  color: #ffffff;
}
.cid-tlT9tS4vGY .mbr-text,
.cid-tlT9tS4vGY .mbr-section-btn {
  color: #ffffff;
}
.cid-tlT9tSCgYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tlT9tSCgYl .item-wrapper img {
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}
.cid-tlT9tSCgYl .title_block {
  margin-bottom: 80px;
}
.cid-tlT9tSCgYl .mbr-iconfont:hover {
  font-size: 50px;
}
.cid-tlT9tSCgYl .btn-primary-outline {
  padding: 0;
}
.cid-tlT9tSCgYl .btn-primary-outline:hover {
  background: transparent !important;
  color: #000;
  border: 0!important;
}
.cid-tlT9tSCgYl .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #c9512c;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tlT9tSCgYl .mbr-section-title {
  color: #000000;
}
.cid-tlT9tSCgYl .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000d20;
}
.cid-tlT9tSCgYl .user_descr {
  margin: 0;
}
.cid-tlT9tSCgYl .item {
  padding-bottom: 2rem;
}
.cid-tlT9tSCgYl .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tlT9tSCgYl .item-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tlT9tSCgYl .carousel-control,
.cid-tlT9tSCgYl .close {
  background: #1b1b1b;
}
.cid-tlT9tSCgYl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlT9tSCgYl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlT9tSCgYl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlT9tSCgYl .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlT9tSCgYl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tlT9tSCgYl .close::before {
  content: '\e91a';
}
.cid-tlT9tSCgYl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlT9tSCgYl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tlT9tSCgYl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlT9tSCgYl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlT9tSCgYl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlT9tSCgYl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlT9tSCgYl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tlT9tSCgYl .carousel-indicators li.active,
.cid-tlT9tSCgYl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlT9tSCgYl .carousel-indicators li::after,
.cid-tlT9tSCgYl .carousel-indicators li::before {
  content: none;
}
.cid-tlT9tSCgYl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlT9tSCgYl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlT9tSCgYl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlT9tSCgYl .carousel-indicators {
    display: none;
  }
}
.cid-tlT9tSCgYl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlT9tSCgYl .carousel-inner > .active {
  display: block;
}
.cid-tlT9tSCgYl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlT9tSCgYl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlT9tSCgYl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlT9tSCgYl .carousel-control,
  .cid-tlT9tSCgYl .carousel-indicators,
  .cid-tlT9tSCgYl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlT9tSCgYl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlT9tSCgYl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlT9tSCgYl .carousel-indicators .active,
.cid-tlT9tSCgYl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlT9tSCgYl .carousel-indicators .active {
  background: #fff;
}
.cid-tlT9tSCgYl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlT9tSCgYl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlT9tSCgYl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlT9tSCgYl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlT9tSCgYl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlT9tSCgYl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlT9tSCgYl .carousel {
  width: 100%;
}
.cid-tlT9tSCgYl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlT9tSCgYl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlT9tSCgYl .modal.fade .modal-dialog,
.cid-tlT9tSCgYl .modal.in .modal-dialog {
  transform: none;
}
.cid-tlT9tSCgYl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlT9tSCgYl .descr {
  color: #000000;
}
.cid-tlT9tSCgYl H6 {
  color: #000000;
}
.cid-tlT9tTqdW5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262424;
}
.cid-tlT9tTqdW5 a {
  transition: 0.3s;
}
.cid-tlT9tTqdW5 h5 {
  margin-bottom: 1rem;
}
.cid-tlT9tTqdW5 .card-img2 span {
  padding-top: 6px;
}
.cid-tlT9tTqdW5 .soc-item a {
  padding-top: 5px;
}
.cid-tlT9tTqdW5 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tlT9tTqdW5 .link:hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .cid-tlT9tTqdW5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlT9tTqdW5 .soc-item {
  width: 30px;
  height: 20px;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5rem;
}
.cid-tlT9tTqdW5 .soc-item span {
  font-size: 1.3rem;
}
.cid-tlT9tTqdW5 .soc-item:hover span {
  color: #c9512c !important;
}
.cid-tlT9tTqdW5 .foot-menu-item:hover {
  color: #c9512c !important;
}
.cid-tlT9tTqdW5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.cid-tlT9tTqdW5 .item h6 {
  margin: 0;
}
.cid-tlT9tTqdW5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tlT9tTqdW5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tlT9tTqdW5 img {
  width: 80%;
}
.cid-tlT9tTqdW5 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tlT9tTqdW5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 576px) {
  .cid-tlT9tTqdW5 .social-list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tlT9tTqdW5 .container {
  padding: 0;
}
.cid-tlT9tTqdW5 .btn-primary {
  color: #333333 !important;
}
.cid-tlT9tTqdW5 .btn-primary:hover {
  background-color: #9f4023 !important;
}
.cid-tlT9tTqdW5 .title {
  color: #ffffff;
  font-weight: 400;
}
.cid-tlT9tTqdW5 .text2 {
  color: #ffffff;
}
.cid-tlQAK9rVSn {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-empreendimentos-novo.png");
}
.cid-tlQAK9rVSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlQAK9rVSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlQAK9rVSn .row {
  justify-content: space-between;
}
.cid-tlQAK9rVSn .mbr-text,
.cid-tlQAK9rVSn .mbr-section-btn {
  color: #ffffff;
}
.cid-tlQAK9rVSn .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlQAK9rVSn .mbr-section-title {
  color: #ffffff;
}
.cid-theXZgtZcd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-theXZgtZcd .mbr-section-subtitle {
  color: #14191e;
}
.cid-theXZgtZcd .mbr-text {
  color: #777777;
}
.cid-theXZgtZcd .mbr-section-title {
  color: #1b2026;
  text-align: left;
}
.cid-tgYKPJk4Fm .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgYKPJk4Fm .btn-white-outline {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.cid-tgYKPJk4Fm .btn-white-outline:hover {
  color: #fff !important;
}
.cid-tgYKPJk4Fm .nav-link {
  font-size: 15px !important;
  position: relative;
  font-weight: 400;
}
.cid-tgYKPJk4Fm .nav-link:hover {
  color: #fff !important;
}
.cid-tgYKPJk4Fm .nav-dropdown .dropdown-item {
  line-height: 1.4 !important;
}
.cid-tgYKPJk4Fm .btn {
  padding: 5px 7px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
.cid-tgYKPJk4Fm .btn:hover {
  color: #fff;
}
.cid-tgYKPJk4Fm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgYKPJk4Fm .dropdown .dropdown-menu .dropdown-item:hover {
  color: #c9512c !important;
  opacity: 1 !important;
}
.cid-tgYKPJk4Fm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgYKPJk4Fm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 10px;
  font-size: inherit;
}
.cid-tgYKPJk4Fm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgYKPJk4Fm .dropdown-item {
  color: #000 !important;
}
.cid-tgYKPJk4Fm .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tgYKPJk4Fm .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tgYKPJk4Fm .btn-white {
  color: #c9512c !important;
}
.cid-tgYKPJk4Fm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-tgYKPJk4Fm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgYKPJk4Fm .container {
  display: flex;
  margin: auto;
}
.cid-tgYKPJk4Fm .navbar.navbar-short .nav-link,
.cid-tgYKPJk4Fm .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tgYKPJk4Fm .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tgYKPJk4Fm .navbar.opened {
  background: #35363a !important;
}
.cid-tgYKPJk4Fm .nav-item:focus,
.cid-tgYKPJk4Fm .nav-link:focus {
  outline: none;
}
.cid-tgYKPJk4Fm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgYKPJk4Fm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgYKPJk4Fm .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #35363a;
  background: none;
}
.cid-tgYKPJk4Fm .navbar.opened {
  transition: all 0.3s;
}
.cid-tgYKPJk4Fm .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tgYKPJk4Fm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgYKPJk4Fm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgYKPJk4Fm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgYKPJk4Fm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tgYKPJk4Fm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgYKPJk4Fm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgYKPJk4Fm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tgYKPJk4Fm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgYKPJk4Fm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgYKPJk4Fm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgYKPJk4Fm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgYKPJk4Fm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgYKPJk4Fm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgYKPJk4Fm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgYKPJk4Fm .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tgYKPJk4Fm .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tgYKPJk4Fm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgYKPJk4Fm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgYKPJk4Fm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgYKPJk4Fm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgYKPJk4Fm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgYKPJk4Fm .navbar.navbar-short {
  background: #35363a !important;
  min-height: 60px;
}
.cid-tgYKPJk4Fm .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tgYKPJk4Fm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgYKPJk4Fm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgYKPJk4Fm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgYKPJk4Fm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgYKPJk4Fm .dropdown-item.active,
.cid-tgYKPJk4Fm .dropdown-item:active {
  background-color: transparent;
}
.cid-tgYKPJk4Fm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgYKPJk4Fm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgYKPJk4Fm .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgYKPJk4Fm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #35363a;
}
.cid-tgYKPJk4Fm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgYKPJk4Fm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgYKPJk4Fm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgYKPJk4Fm .navbar-buttons {
  text-align: center;
}
.cid-tgYKPJk4Fm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgYKPJk4Fm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-tgYKPJk4Fm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgYKPJk4Fm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgYKPJk4Fm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgYKPJk4Fm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgYKPJk4Fm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgYKPJk4Fm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgYKPJk4Fm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgYKPJk4Fm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgYKPJk4Fm .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tgYKPJk4Fm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgYKPJk4Fm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgYKPJk4Fm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tgYKPJk4Fm .icons-menu span {
  font-size: 20px;
  color: #c9512c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgYKPJk4Fm .navbar {
    height: 77px;
  }
  .cid-tgYKPJk4Fm .navbar.opened {
    height: auto;
  }
  .cid-tgYKPJk4Fm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlTbAC8EZq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #262424;
}
.cid-tlTbAC8EZq a {
  transition: 0.3s;
}
.cid-tlTbAC8EZq h5 {
  margin-bottom: 1rem;
}
.cid-tlTbAC8EZq .card-img2 span {
  padding-top: 6px;
}
.cid-tlTbAC8EZq .soc-item a {
  padding-top: 5px;
}
.cid-tlTbAC8EZq .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tlTbAC8EZq .link:hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .cid-tlTbAC8EZq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlTbAC8EZq .soc-item {
  width: 30px;
  height: 20px;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5rem;
}
.cid-tlTbAC8EZq .soc-item span {
  font-size: 1.3rem;
}
.cid-tlTbAC8EZq .soc-item:hover span {
  color: #c9512c !important;
}
.cid-tlTbAC8EZq .foot-menu-item:hover {
  color: #c9512c !important;
}
.cid-tlTbAC8EZq .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.cid-tlTbAC8EZq .item h6 {
  margin: 0;
}
.cid-tlTbAC8EZq .media-wrap {
  margin-bottom: 1rem;
}
.cid-tlTbAC8EZq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tlTbAC8EZq img {
  width: 80%;
}
.cid-tlTbAC8EZq .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tlTbAC8EZq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 576px) {
  .cid-tlTbAC8EZq .social-list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tlTbAC8EZq .container {
  padding: 0;
}
.cid-tlTbAC8EZq .btn-primary {
  color: #333333 !important;
}
.cid-tlTbAC8EZq .btn-primary:hover {
  background-color: #9f4023 !important;
}
.cid-tlTbAC8EZq .title {
  color: #ffffff;
  font-weight: 400;
}
.cid-tlTbAC8EZq .text2 {
  color: #ffffff;
}

@media (max-width: 767px) {
	.cid-sRAGQCc5ka .slider-1 {
		left: 0 !important;
	}
	
	.cid-tlB1yuFkyU {
	    padding: 20px;
	}
	.cid-tlTdLsGosg .title {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.cid-tlTdLsGosg .media-wrap {
    text-align: center;
}
	
	.cid-sRAGQCc5ka .slider-3 {
		left: 0 !important;
	}
	
	.cid-sRAGQCc5ka .slider-2 {
		right: 0 !important;
		text-align: left !important;
	}
	
	.cid-sRAGQCc5ka .buttons-wrap .mbr-section-btn {
		text-align: left;
		margin-bottom: 10px;
	}
	
	.cid-sXIyqiaXwx button.navbar-toggler .hamburger span {
		background-color: #fff;
	}
	
	.cid-sRAGQCc5ka .carousel-control {
		display: block;
	}
	
	.cid-sRAGQCc5ka .text-right {
		text-align: left !important;
	}
	
	.aparecer-celular {
		display: block;
	}	
	
	.aparecer-computador {
		display: none;
	}
	
	.cid-tlTdLsGosg .item h6 {
		text-align: center;
	}
	
	.cid-tlTdLsGosg img {
		display: inline-block;
	}
	
	.cid-tlQtxGCuXa .contact__text {
		color: #ffffff;
		text-align: left;
	}
	
	.cid-tlT90qJYbT .item-wrapper img {
		height: auto;
		object-fit: unset;
	}
	
	.cid-tlT90qJYbT .item-wrapper {
		height: auto;
		position: relative;
	}
	
	.cid-tlSZAfCrLx	.item-wrapper img {
		height: auto;
		object-fit: unset;
	}
	
	.cid-tlSZAfCrLx .item-wrapper {
		height: auto;
		position: relative;
	}
	
	.cid-tlT9tSCgYl	.item-wrapper img {
		height: auto;
		object-fit: unset;
	}
	
	.cid-tlT9tSCgYl .item-wrapper {
		height: auto;
		position: relative;
	}
	
	.mbr-section-btn {
		text-align: left;
	}
	
	.align-right, .align-left {
		text-align: left;
	}
	
	.cid-tlQtxGCuXa .contact__title {
		text-align: left;
	}
}
