.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b57351 !important;
}
.bg-success {
  background-color: #56a433 !important;
}
.bg-info {
  background-color: #eed348 !important;
}
.bg-warning {
  background-color: #fafafa !important;
}
.bg-danger {
  background-color: #fa02b2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b57351 !important;
  border-color: #b57351 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7b4c34 !important;
  border-color: #7b4c34 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7b4c34 !important;
  border-color: #7b4c34 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #161616 !important;
  border-color: #161616 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eed348 !important;
  border-color: #eed348 !important;
  color: #322b05 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ccae13 !important;
  border-color: #ccae13 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #322b05 !important;
  background-color: #ccae13 !important;
  border-color: #ccae13 !important;
}
.btn-success,
.btn-success:active {
  background-color: #56a433 !important;
  border-color: #56a433 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33621e !important;
  border-color: #33621e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33621e !important;
  border-color: #33621e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fa02b2 !important;
  border-color: #fa02b2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a40175 !important;
  border-color: #a40175 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a40175 !important;
  border-color: #a40175 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b57351;
  color: #b57351;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7b4c34 !important;
  background-color: transparent!important;
  border-color: #7b4c34 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b57351 !important;
  border-color: #b57351 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #eed348;
  color: #eed348;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ccae13 !important;
  background-color: transparent!important;
  border-color: #ccae13 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #322b05 !important;
  background-color: #eed348 !important;
  border-color: #eed348 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #56a433;
  color: #56a433;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #33621e !important;
  background-color: transparent!important;
  border-color: #33621e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #56a433 !important;
  border-color: #56a433 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fa02b2;
  color: #fa02b2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a40175 !important;
  background-color: transparent!important;
  border-color: #a40175 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fa02b2 !important;
  border-color: #fa02b2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b57351 !important;
}
.text-secondary {
  color: #161616 !important;
}
.text-success {
  color: #56a433 !important;
}
.text-info {
  color: #eed348 !important;
}
.text-warning {
  color: #fafafa !important;
}
.text-danger {
  color: #fa02b2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #704630 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2d561b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bea212 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c7c7c7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #95016a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b57351;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eed348;
}
.alert-warning {
  background-color: #fafafa;
}
.alert-danger {
  background-color: #fa02b2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b57351;
  border-color: #b57351;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b57351;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dbbbaa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9bd77f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffc9ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', 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: #b57351 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', 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: #b57351;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b57351;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b57351;
}
.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: #b57351;
  border-bottom-color: #b57351;
}
.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: #b57351 !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: #161616 !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='%23b57351' %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-uAqhxOdEBJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAqhxOdEBJ nav.navbar {
  position: fixed;
}
.cid-uAqhxOdEBJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAqhxOdEBJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAqhxOdEBJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAqhxOdEBJ .dropdown-item:hover,
.cid-uAqhxOdEBJ .dropdown-item:focus {
  background: #b57351 !important;
  color: white !important;
}
.cid-uAqhxOdEBJ .dropdown-item:hover span {
  color: white;
}
.cid-uAqhxOdEBJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAqhxOdEBJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAqhxOdEBJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAqhxOdEBJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAqhxOdEBJ .nav-link {
  position: relative;
}
.cid-uAqhxOdEBJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAqhxOdEBJ .container {
    flex-wrap: wrap;
  }
}
.cid-uAqhxOdEBJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAqhxOdEBJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAqhxOdEBJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAqhxOdEBJ .dropdown-menu,
.cid-uAqhxOdEBJ .navbar.opened {
  background: #fafafa !important;
}
.cid-uAqhxOdEBJ .nav-item:focus,
.cid-uAqhxOdEBJ .nav-link:focus {
  outline: none;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAqhxOdEBJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAqhxOdEBJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAqhxOdEBJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uAqhxOdEBJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uAqhxOdEBJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAqhxOdEBJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uAqhxOdEBJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAqhxOdEBJ .navbar.collapsed {
  justify-content: center;
}
.cid-uAqhxOdEBJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAqhxOdEBJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAqhxOdEBJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAqhxOdEBJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAqhxOdEBJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAqhxOdEBJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAqhxOdEBJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAqhxOdEBJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAqhxOdEBJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAqhxOdEBJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAqhxOdEBJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAqhxOdEBJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAqhxOdEBJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAqhxOdEBJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAqhxOdEBJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAqhxOdEBJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAqhxOdEBJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAqhxOdEBJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAqhxOdEBJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAqhxOdEBJ .dropdown-item.active,
.cid-uAqhxOdEBJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAqhxOdEBJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAqhxOdEBJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAqhxOdEBJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAqhxOdEBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uAqhxOdEBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAqhxOdEBJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAqhxOdEBJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAqhxOdEBJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAqhxOdEBJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAqhxOdEBJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAqhxOdEBJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAqhxOdEBJ .navbar {
    height: 70px;
  }
  .cid-uAqhxOdEBJ .navbar.opened {
    height: auto;
  }
  .cid-uAqhxOdEBJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAqiCYcwwr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/vista-trabalhador-moendo-um-pedaco-de-metal201-1920x1281.jpg");
}
.cid-uAqiCYcwwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqiCYcwwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqiCYcwwr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAqiCYcwwr .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uAqiCYcwwr .mbr-section-title {
  color: #161616;
}
.cid-uOiY5kDumV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b57351;
}
.cid-uOiY5kDumV .item:focus,
.cid-uOiY5kDumV span:focus {
  outline: none;
}
.cid-uOiY5kDumV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOiY5kDumV .content-head {
  max-width: 800px;
}
.cid-uOiY5kDumV .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOiY5kDumV .item {
    min-height: 45px;
  }
}
.cid-v7DP3oYCry {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v7DP3oYCry .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7DP3oYCry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v7DP3oYCry .container {
    max-width: 1400px;
  }
}
.cid-v7DP3oYCry .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b57351;
  margin-bottom: 2rem;
}
.cid-v7DP3oYCry .row {
  justify-content: center;
}
.cid-uOiWn9Sco0 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uOiWn9Sco0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOiWn9Sco0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOiWn9Sco0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uOiWn9Sco0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOiWn9Sco0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uOiWn9Sco0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uOiWn9Sco0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOiWn9Sco0 .mbr-section-title {
  color: #161616;
}
.cid-uOiWn9Sco0 .mbr-text,
.cid-uOiWn9Sco0 .mbr-section-btn {
  color: #5e5e5e;
}
.cid-uOj0gpWq63 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uOj0gpWq63 img,
.cid-uOj0gpWq63 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uOj0gpWq63 .item:focus,
.cid-uOj0gpWq63 span:focus {
  outline: none;
}
.cid-uOj0gpWq63 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOj0gpWq63 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOj0gpWq63 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOj0gpWq63 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOj0gpWq63 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOj0gpWq63 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOj0gpWq63 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOj0gpWq63 .mbr-section-title {
  color: #161616;
}
.cid-uOj0gpWq63 .mbr-text,
.cid-uOj0gpWq63 .mbr-section-btn {
  text-align: left;
  color: #5e5e5e;
}
.cid-uOj0gpWq63 .item-title {
  text-align: left;
  color: #161616;
}
.cid-uOj0gpWq63 .item-subtitle {
  text-align: left;
}
.cid-uOj0gpWq63 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uOj0IpSXtB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #441c08;
}
.cid-uOj0IpSXtB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .item {
    margin-bottom: 1rem;
  }
}
.cid-uOj0IpSXtB .item-wrapper {
  position: relative;
}
.cid-uOj0IpSXtB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uOj0IpSXtB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uOj0IpSXtB .carousel-control,
.cid-uOj0IpSXtB .close {
  background: #1b1b1b;
}
.cid-uOj0IpSXtB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOj0IpSXtB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOj0IpSXtB .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-uOj0IpSXtB .close::before {
  content: '\e91a';
}
.cid-uOj0IpSXtB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOj0IpSXtB .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-uOj0IpSXtB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOj0IpSXtB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOj0IpSXtB .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-uOj0IpSXtB .carousel-indicators li.active,
.cid-uOj0IpSXtB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOj0IpSXtB .carousel-indicators li::after,
.cid-uOj0IpSXtB .carousel-indicators li::before {
  content: none;
}
.cid-uOj0IpSXtB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOj0IpSXtB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOj0IpSXtB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .carousel-indicators {
    display: none;
  }
}
.cid-uOj0IpSXtB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOj0IpSXtB .carousel-inner > .active {
  display: block;
}
.cid-uOj0IpSXtB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOj0IpSXtB .carousel-control,
  .cid-uOj0IpSXtB .carousel-indicators,
  .cid-uOj0IpSXtB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOj0IpSXtB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOj0IpSXtB .carousel-indicators .active,
.cid-uOj0IpSXtB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOj0IpSXtB .carousel-indicators .active {
  background: #fff;
}
.cid-uOj0IpSXtB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOj0IpSXtB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOj0IpSXtB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOj0IpSXtB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOj0IpSXtB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOj0IpSXtB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOj0IpSXtB .carousel {
  width: 100%;
}
.cid-uOj0IpSXtB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOj0IpSXtB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOj0IpSXtB .modal.fade .modal-dialog,
.cid-uOj0IpSXtB .modal.in .modal-dialog {
  transform: none;
}
.cid-uOj0IpSXtB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOj0IpSXtB .content-head {
  max-width: 800px;
}
.cid-uOj0IpSXtB H3 {
  color: #fafafa;
}
.cid-uOj0IpSXtB H4 {
  color: #fafafa;
}
.cid-v8a60d8nd2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/homem-usando-rebarbadora-com-faiscas-2000x1331.jpg");
}
.cid-v8a60d8nd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a60d8nd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a60d8nd2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8a60d8nd2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8a60d8nd2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8a60d8nd2 .mbr-section-title {
  color: #fafafa;
}
.cid-uAqnObL0ac {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uAqnObL0ac .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-uAqnObL0ac form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uAqnObL0ac form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-uAqnObL0ac form.mbr-form {
    padding: 1rem;
  }
}
.cid-uAqnObL0ac form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uAqnObL0ac form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAqnObL0ac .mbr-section-title {
  color: #161616;
}
.cid-uAqnObL0ac P {
  color: #5e5e5e;
}
.cid-uAqqqpzkYl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-uAqqqpzkYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqqqpzkYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqqqpzkYl .google-map {
  height: 30rem;
  position: relative;
}
.cid-uAqqqpzkYl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uAqqqpzkYl .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAqqqpzkYl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAqqqpzkYl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAqqqpzkYl .mbr-section-title {
  color: #161616;
}
.cid-uAqqLogkVo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uAqqLogkVo .mbr-text {
  text-align: center;
  color: #5e5e5e;
}
.cid-uAqqLogkVo .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-uOj36BH0DN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-uOj36BH0DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOj36BH0DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOj36BH0DN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOj36BH0DN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOj36BH0DN .row {
    text-align: center;
  }
  .cid-uOj36BH0DN .row > div {
    margin: auto;
  }
  .cid-uOj36BH0DN .social-row {
    justify-content: center;
  }
}
.cid-uOj36BH0DN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOj36BH0DN .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uOj36BH0DN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOj36BH0DN .list {
    margin-bottom: 0rem;
  }
}
.cid-uOj36BH0DN .mbr-text {
  color: #5e5e5e;
}
.cid-uOj36BH0DN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uOj36BH0DN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uOj36BH0DN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uOj36BH0DN .copyright {
  color: #5e5e5e;
}
.cid-uOj36BH0DN H5 {
  color: #161616;
}
.cid-v89OsbLru8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v89OsbLru8 nav.navbar {
  position: fixed;
}
.cid-v89OsbLru8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v89OsbLru8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v89OsbLru8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v89OsbLru8 .dropdown-item:hover,
.cid-v89OsbLru8 .dropdown-item:focus {
  background: #b57351 !important;
  color: white !important;
}
.cid-v89OsbLru8 .dropdown-item:hover span {
  color: white;
}
.cid-v89OsbLru8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v89OsbLru8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v89OsbLru8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v89OsbLru8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v89OsbLru8 .nav-link {
  position: relative;
}
.cid-v89OsbLru8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v89OsbLru8 .container {
    flex-wrap: wrap;
  }
}
.cid-v89OsbLru8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v89OsbLru8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v89OsbLru8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v89OsbLru8 .dropdown-menu,
.cid-v89OsbLru8 .navbar.opened {
  background: #fafafa !important;
}
.cid-v89OsbLru8 .nav-item:focus,
.cid-v89OsbLru8 .nav-link:focus {
  outline: none;
}
.cid-v89OsbLru8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v89OsbLru8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v89OsbLru8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v89OsbLru8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v89OsbLru8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v89OsbLru8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v89OsbLru8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-v89OsbLru8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v89OsbLru8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v89OsbLru8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v89OsbLru8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v89OsbLru8 .navbar.collapsed {
  justify-content: center;
}
.cid-v89OsbLru8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v89OsbLru8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v89OsbLru8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v89OsbLru8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v89OsbLru8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v89OsbLru8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v89OsbLru8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v89OsbLru8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v89OsbLru8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v89OsbLru8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v89OsbLru8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v89OsbLru8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v89OsbLru8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v89OsbLru8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v89OsbLru8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v89OsbLru8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v89OsbLru8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v89OsbLru8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v89OsbLru8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v89OsbLru8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v89OsbLru8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v89OsbLru8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v89OsbLru8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v89OsbLru8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v89OsbLru8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v89OsbLru8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v89OsbLru8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v89OsbLru8 .dropdown-item.active,
.cid-v89OsbLru8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v89OsbLru8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v89OsbLru8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v89OsbLru8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v89OsbLru8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v89OsbLru8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v89OsbLru8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v89OsbLru8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v89OsbLru8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v89OsbLru8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v89OsbLru8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v89OsbLru8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v89OsbLru8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v89OsbLru8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v89OsbLru8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v89OsbLru8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v89OsbLru8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v89OsbLru8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v89OsbLru8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v89OsbLru8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v89OsbLru8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v89OsbLru8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v89OsbLru8 .navbar {
    height: 70px;
  }
  .cid-v89OsbLru8 .navbar.opened {
    height: auto;
  }
  .cid-v89OsbLru8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v89OsbZ6wx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/vista-trabalhador-moendo-um-pedaco-de-metal201-1920x1281.jpg");
}
.cid-v89OsbZ6wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89OsbZ6wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89OsbZ6wx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v89OsbZ6wx .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-v89OsbZ6wx .mbr-section-title {
  color: #161616;
}
.cid-v89Oscb63m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b57351;
}
.cid-v89Oscb63m .item:focus,
.cid-v89Oscb63m span:focus {
  outline: none;
}
.cid-v89Oscb63m .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v89Oscb63m .content-head {
  max-width: 800px;
}
.cid-v89Oscb63m .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v89Oscb63m .item {
    min-height: 45px;
  }
}
.cid-v89Osck3gl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v89Osck3gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89Osck3gl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v89Osck3gl .container {
    max-width: 1400px;
  }
}
.cid-v89Osck3gl .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b57351;
  margin-bottom: 2rem;
}
.cid-v89Osck3gl .row {
  justify-content: center;
}
.cid-v89OscxwIo {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v89OscxwIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89OscxwIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89OscxwIo .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v89OscxwIo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v89OscxwIo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v89OscxwIo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v89OscxwIo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v89OscxwIo .mbr-section-title {
  color: #161616;
}
.cid-v89OscxwIo .mbr-text,
.cid-v89OscxwIo .mbr-section-btn {
  color: #5e5e5e;
}
.cid-v89OscG373 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v89OscG373 img,
.cid-v89OscG373 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v89OscG373 .item:focus,
.cid-v89OscG373 span:focus {
  outline: none;
}
.cid-v89OscG373 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v89OscG373 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v89OscG373 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v89OscG373 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v89OscG373 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v89OscG373 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v89OscG373 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v89OscG373 .mbr-section-title {
  color: #161616;
}
.cid-v89OscG373 .mbr-text,
.cid-v89OscG373 .mbr-section-btn {
  text-align: left;
  color: #5e5e5e;
}
.cid-v89OscG373 .item-title {
  text-align: left;
  color: #161616;
}
.cid-v89OscG373 .item-subtitle {
  text-align: left;
}
.cid-v89OscG373 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v89Osd1EPB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #441c08;
}
.cid-v89Osd1EPB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v89Osd1EPB .item {
    margin-bottom: 1rem;
  }
}
.cid-v89Osd1EPB .item-wrapper {
  position: relative;
}
.cid-v89Osd1EPB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v89Osd1EPB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v89Osd1EPB .carousel-control,
.cid-v89Osd1EPB .close {
  background: #1b1b1b;
}
.cid-v89Osd1EPB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v89Osd1EPB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v89Osd1EPB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v89Osd1EPB .carousel-control-next span {
  margin-left: 5px;
}
.cid-v89Osd1EPB .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-v89Osd1EPB .close::before {
  content: '\e91a';
}
.cid-v89Osd1EPB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v89Osd1EPB .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-v89Osd1EPB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v89Osd1EPB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v89Osd1EPB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v89Osd1EPB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v89Osd1EPB .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-v89Osd1EPB .carousel-indicators li.active,
.cid-v89Osd1EPB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v89Osd1EPB .carousel-indicators li::after,
.cid-v89Osd1EPB .carousel-indicators li::before {
  content: none;
}
.cid-v89Osd1EPB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v89Osd1EPB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v89Osd1EPB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v89Osd1EPB .carousel-indicators {
    display: none;
  }
}
.cid-v89Osd1EPB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v89Osd1EPB .carousel-inner > .active {
  display: block;
}
.cid-v89Osd1EPB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v89Osd1EPB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v89Osd1EPB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v89Osd1EPB .carousel-control,
  .cid-v89Osd1EPB .carousel-indicators,
  .cid-v89Osd1EPB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v89Osd1EPB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v89Osd1EPB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v89Osd1EPB .carousel-indicators .active,
.cid-v89Osd1EPB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v89Osd1EPB .carousel-indicators .active {
  background: #fff;
}
.cid-v89Osd1EPB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v89Osd1EPB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v89Osd1EPB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v89Osd1EPB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v89Osd1EPB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v89Osd1EPB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v89Osd1EPB .carousel {
  width: 100%;
}
.cid-v89Osd1EPB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v89Osd1EPB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v89Osd1EPB .modal.fade .modal-dialog,
.cid-v89Osd1EPB .modal.in .modal-dialog {
  transform: none;
}
.cid-v89Osd1EPB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v89Osd1EPB .content-head {
  max-width: 800px;
}
.cid-v89Osd1EPB H3 {
  color: #fafafa;
}
.cid-v89Osd1EPB H4 {
  color: #fafafa;
}
.cid-v89OseXEn8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v89OseXEn8 .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-v89OseXEn8 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v89OseXEn8 form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-v89OseXEn8 form.mbr-form {
    padding: 1rem;
  }
}
.cid-v89OseXEn8 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v89OseXEn8 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v89OseXEn8 .mbr-section-title {
  color: #161616;
}
.cid-v89OseXEn8 P {
  color: #5e5e5e;
}
.cid-v89Osfauyp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-v89Osfauyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89Osfauyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89Osfauyp .google-map {
  height: 30rem;
  position: relative;
}
.cid-v89Osfauyp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v89Osfauyp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v89Osfauyp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v89Osfauyp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v89Osfauyp .mbr-section-title {
  color: #161616;
}
.cid-v89OsfplxF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-v89OsfplxF .mbr-text {
  text-align: center;
  color: #5e5e5e;
}
.cid-v89OsfplxF .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-v89OsfyPvN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-v89OsfyPvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89OsfyPvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89OsfyPvN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v89OsfyPvN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v89OsfyPvN .row {
    text-align: center;
  }
  .cid-v89OsfyPvN .row > div {
    margin: auto;
  }
  .cid-v89OsfyPvN .social-row {
    justify-content: center;
  }
}
.cid-v89OsfyPvN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v89OsfyPvN .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-v89OsfyPvN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v89OsfyPvN .list {
    margin-bottom: 0rem;
  }
}
.cid-v89OsfyPvN .mbr-text {
  color: #5e5e5e;
}
.cid-v89OsfyPvN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v89OsfyPvN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v89OsfyPvN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v89OsfyPvN .copyright {
  color: #5e5e5e;
}
.cid-v89OsfyPvN H5 {
  color: #161616;
}
.cid-v89RedJJoJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v89RedJJoJ nav.navbar {
  position: fixed;
}
.cid-v89RedJJoJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v89RedJJoJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v89RedJJoJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v89RedJJoJ .dropdown-item:hover,
.cid-v89RedJJoJ .dropdown-item:focus {
  background: #b57351 !important;
  color: white !important;
}
.cid-v89RedJJoJ .dropdown-item:hover span {
  color: white;
}
.cid-v89RedJJoJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v89RedJJoJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v89RedJJoJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v89RedJJoJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v89RedJJoJ .nav-link {
  position: relative;
}
.cid-v89RedJJoJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v89RedJJoJ .container {
    flex-wrap: wrap;
  }
}
.cid-v89RedJJoJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v89RedJJoJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v89RedJJoJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v89RedJJoJ .dropdown-menu,
.cid-v89RedJJoJ .navbar.opened {
  background: #fafafa !important;
}
.cid-v89RedJJoJ .nav-item:focus,
.cid-v89RedJJoJ .nav-link:focus {
  outline: none;
}
.cid-v89RedJJoJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v89RedJJoJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v89RedJJoJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v89RedJJoJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v89RedJJoJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v89RedJJoJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v89RedJJoJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-v89RedJJoJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v89RedJJoJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v89RedJJoJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v89RedJJoJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v89RedJJoJ .navbar.collapsed {
  justify-content: center;
}
.cid-v89RedJJoJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v89RedJJoJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v89RedJJoJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v89RedJJoJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v89RedJJoJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v89RedJJoJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v89RedJJoJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v89RedJJoJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v89RedJJoJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v89RedJJoJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v89RedJJoJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v89RedJJoJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v89RedJJoJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v89RedJJoJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v89RedJJoJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v89RedJJoJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v89RedJJoJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v89RedJJoJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v89RedJJoJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v89RedJJoJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v89RedJJoJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v89RedJJoJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v89RedJJoJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v89RedJJoJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v89RedJJoJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v89RedJJoJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v89RedJJoJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v89RedJJoJ .dropdown-item.active,
.cid-v89RedJJoJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v89RedJJoJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v89RedJJoJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v89RedJJoJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v89RedJJoJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v89RedJJoJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v89RedJJoJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v89RedJJoJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v89RedJJoJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v89RedJJoJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v89RedJJoJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v89RedJJoJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v89RedJJoJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v89RedJJoJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v89RedJJoJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v89RedJJoJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v89RedJJoJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v89RedJJoJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v89RedJJoJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v89RedJJoJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v89RedJJoJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v89RedJJoJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v89RedJJoJ .navbar {
    height: 70px;
  }
  .cid-v89RedJJoJ .navbar.opened {
    height: auto;
  }
  .cid-v89RedJJoJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v89RedV8bb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/vista-trabalhador-moendo-um-pedaco-de-metal201-1920x1281.jpg");
}
.cid-v89RedV8bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89RedV8bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89RedV8bb .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v89RedV8bb .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-v89RedV8bb .mbr-section-title {
  color: #161616;
}
.cid-v89Ree4Ycr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b57351;
}
.cid-v89Ree4Ycr .item:focus,
.cid-v89Ree4Ycr span:focus {
  outline: none;
}
.cid-v89Ree4Ycr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v89Ree4Ycr .content-head {
  max-width: 800px;
}
.cid-v89Ree4Ycr .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v89Ree4Ycr .item {
    min-height: 45px;
  }
}
.cid-v89ReecCsX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v89ReecCsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89ReecCsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v89ReecCsX .container {
    max-width: 1400px;
  }
}
.cid-v89ReecCsX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b57351;
  margin-bottom: 2rem;
}
.cid-v89ReecCsX .row {
  justify-content: center;
}
.cid-v89Reepewd {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v89Reepewd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89Reepewd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89Reepewd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v89Reepewd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v89Reepewd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v89Reepewd .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v89Reepewd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v89Reepewd .mbr-section-title {
  color: #161616;
}
.cid-v89Reepewd .mbr-text,
.cid-v89Reepewd .mbr-section-btn {
  color: #5e5e5e;
}
.cid-v89ReexIZ3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v89ReexIZ3 img,
.cid-v89ReexIZ3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v89ReexIZ3 .item:focus,
.cid-v89ReexIZ3 span:focus {
  outline: none;
}
.cid-v89ReexIZ3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v89ReexIZ3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v89ReexIZ3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v89ReexIZ3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v89ReexIZ3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v89ReexIZ3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v89ReexIZ3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v89ReexIZ3 .mbr-section-title {
  color: #161616;
}
.cid-v89ReexIZ3 .mbr-text,
.cid-v89ReexIZ3 .mbr-section-btn {
  text-align: left;
  color: #5e5e5e;
}
.cid-v89ReexIZ3 .item-title {
  text-align: left;
  color: #161616;
}
.cid-v89ReexIZ3 .item-subtitle {
  text-align: left;
}
.cid-v89ReexIZ3 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v89ReeRYxS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #441c08;
}
.cid-v89ReeRYxS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v89ReeRYxS .item {
    margin-bottom: 1rem;
  }
}
.cid-v89ReeRYxS .item-wrapper {
  position: relative;
}
.cid-v89ReeRYxS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v89ReeRYxS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v89ReeRYxS .carousel-control,
.cid-v89ReeRYxS .close {
  background: #1b1b1b;
}
.cid-v89ReeRYxS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v89ReeRYxS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v89ReeRYxS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v89ReeRYxS .carousel-control-next span {
  margin-left: 5px;
}
.cid-v89ReeRYxS .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-v89ReeRYxS .close::before {
  content: '\e91a';
}
.cid-v89ReeRYxS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v89ReeRYxS .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-v89ReeRYxS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v89ReeRYxS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v89ReeRYxS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v89ReeRYxS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v89ReeRYxS .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-v89ReeRYxS .carousel-indicators li.active,
.cid-v89ReeRYxS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v89ReeRYxS .carousel-indicators li::after,
.cid-v89ReeRYxS .carousel-indicators li::before {
  content: none;
}
.cid-v89ReeRYxS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v89ReeRYxS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v89ReeRYxS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v89ReeRYxS .carousel-indicators {
    display: none;
  }
}
.cid-v89ReeRYxS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v89ReeRYxS .carousel-inner > .active {
  display: block;
}
.cid-v89ReeRYxS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v89ReeRYxS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v89ReeRYxS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v89ReeRYxS .carousel-control,
  .cid-v89ReeRYxS .carousel-indicators,
  .cid-v89ReeRYxS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v89ReeRYxS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v89ReeRYxS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v89ReeRYxS .carousel-indicators .active,
.cid-v89ReeRYxS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v89ReeRYxS .carousel-indicators .active {
  background: #fff;
}
.cid-v89ReeRYxS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v89ReeRYxS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v89ReeRYxS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v89ReeRYxS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v89ReeRYxS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v89ReeRYxS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v89ReeRYxS .carousel {
  width: 100%;
}
.cid-v89ReeRYxS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v89ReeRYxS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v89ReeRYxS .modal.fade .modal-dialog,
.cid-v89ReeRYxS .modal.in .modal-dialog {
  transform: none;
}
.cid-v89ReeRYxS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v89ReeRYxS .content-head {
  max-width: 800px;
}
.cid-v89ReeRYxS H3 {
  color: #fafafa;
}
.cid-v89ReeRYxS H4 {
  color: #fafafa;
}
.cid-v89Regwf9G {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v89Regwf9G .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-v89Regwf9G form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v89Regwf9G form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-v89Regwf9G form.mbr-form {
    padding: 1rem;
  }
}
.cid-v89Regwf9G form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v89Regwf9G form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v89Regwf9G .mbr-section-title {
  color: #161616;
}
.cid-v89Regwf9G P {
  color: #5e5e5e;
}
.cid-v89RegH3GP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-v89RegH3GP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89RegH3GP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89RegH3GP .google-map {
  height: 30rem;
  position: relative;
}
.cid-v89RegH3GP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v89RegH3GP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v89RegH3GP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v89RegH3GP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v89RegH3GP .mbr-section-title {
  color: #161616;
}
.cid-v89RegXq9D {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-v89RegXq9D .mbr-text {
  text-align: center;
  color: #5e5e5e;
}
.cid-v89RegXq9D .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-v89Reh62Ql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-v89Reh62Ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89Reh62Ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89Reh62Ql .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v89Reh62Ql .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v89Reh62Ql .row {
    text-align: center;
  }
  .cid-v89Reh62Ql .row > div {
    margin: auto;
  }
  .cid-v89Reh62Ql .social-row {
    justify-content: center;
  }
}
.cid-v89Reh62Ql .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v89Reh62Ql .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-v89Reh62Ql .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v89Reh62Ql .list {
    margin-bottom: 0rem;
  }
}
.cid-v89Reh62Ql .mbr-text {
  color: #5e5e5e;
}
.cid-v89Reh62Ql .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v89Reh62Ql .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v89Reh62Ql div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v89Reh62Ql .copyright {
  color: #5e5e5e;
}
.cid-v89Reh62Ql H5 {
  color: #161616;
}
.cid-v89SVPgkWh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v89SVPgkWh nav.navbar {
  position: fixed;
}
.cid-v89SVPgkWh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v89SVPgkWh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v89SVPgkWh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v89SVPgkWh .dropdown-item:hover,
.cid-v89SVPgkWh .dropdown-item:focus {
  background: #b57351 !important;
  color: white !important;
}
.cid-v89SVPgkWh .dropdown-item:hover span {
  color: white;
}
.cid-v89SVPgkWh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v89SVPgkWh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v89SVPgkWh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v89SVPgkWh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v89SVPgkWh .nav-link {
  position: relative;
}
.cid-v89SVPgkWh .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v89SVPgkWh .container {
    flex-wrap: wrap;
  }
}
.cid-v89SVPgkWh .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v89SVPgkWh .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v89SVPgkWh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v89SVPgkWh .dropdown-menu,
.cid-v89SVPgkWh .navbar.opened {
  background: #fafafa !important;
}
.cid-v89SVPgkWh .nav-item:focus,
.cid-v89SVPgkWh .nav-link:focus {
  outline: none;
}
.cid-v89SVPgkWh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v89SVPgkWh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v89SVPgkWh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v89SVPgkWh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v89SVPgkWh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v89SVPgkWh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v89SVPgkWh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-v89SVPgkWh .navbar.opened {
  transition: all 0.3s;
}
.cid-v89SVPgkWh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v89SVPgkWh .navbar .navbar-logo img {
  width: auto;
}
.cid-v89SVPgkWh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v89SVPgkWh .navbar.collapsed {
  justify-content: center;
}
.cid-v89SVPgkWh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v89SVPgkWh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v89SVPgkWh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v89SVPgkWh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v89SVPgkWh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v89SVPgkWh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v89SVPgkWh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v89SVPgkWh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v89SVPgkWh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v89SVPgkWh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v89SVPgkWh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v89SVPgkWh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v89SVPgkWh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v89SVPgkWh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v89SVPgkWh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v89SVPgkWh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v89SVPgkWh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v89SVPgkWh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v89SVPgkWh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v89SVPgkWh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v89SVPgkWh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v89SVPgkWh .navbar.navbar-short {
  min-height: 60px;
}
.cid-v89SVPgkWh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v89SVPgkWh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v89SVPgkWh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v89SVPgkWh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v89SVPgkWh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v89SVPgkWh .dropdown-item.active,
.cid-v89SVPgkWh .dropdown-item:active {
  background-color: transparent;
}
.cid-v89SVPgkWh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v89SVPgkWh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v89SVPgkWh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v89SVPgkWh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v89SVPgkWh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v89SVPgkWh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v89SVPgkWh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v89SVPgkWh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v89SVPgkWh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v89SVPgkWh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v89SVPgkWh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v89SVPgkWh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v89SVPgkWh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v89SVPgkWh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v89SVPgkWh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v89SVPgkWh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v89SVPgkWh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v89SVPgkWh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v89SVPgkWh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v89SVPgkWh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v89SVPgkWh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v89SVPgkWh .navbar {
    height: 70px;
  }
  .cid-v89SVPgkWh .navbar.opened {
    height: auto;
  }
  .cid-v89SVPgkWh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v89SVPuuWN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/vista-trabalhador-moendo-um-pedaco-de-metal201-1920x1281.jpg");
}
.cid-v89SVPuuWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89SVPuuWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89SVPuuWN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v89SVPuuWN .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-v89SVPuuWN .mbr-section-title {
  color: #161616;
}
.cid-v89SVPDRno {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b57351;
}
.cid-v89SVPDRno .item:focus,
.cid-v89SVPDRno span:focus {
  outline: none;
}
.cid-v89SVPDRno .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v89SVPDRno .content-head {
  max-width: 800px;
}
.cid-v89SVPDRno .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v89SVPDRno .item {
    min-height: 45px;
  }
}
.cid-v89SVPL7VK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v89SVPL7VK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89SVPL7VK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v89SVPL7VK .container {
    max-width: 1400px;
  }
}
.cid-v89SVPL7VK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b57351;
  margin-bottom: 2rem;
}
.cid-v89SVPL7VK .row {
  justify-content: center;
}
.cid-v89SVPYkti {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v89SVPYkti .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89SVPYkti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89SVPYkti .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v89SVPYkti .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v89SVPYkti .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v89SVPYkti .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v89SVPYkti .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v89SVPYkti .mbr-section-title {
  color: #161616;
}
.cid-v89SVPYkti .mbr-text,
.cid-v89SVPYkti .mbr-section-btn {
  color: #5e5e5e;
}
.cid-v89SVQ6PHm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v89SVQ6PHm img,
.cid-v89SVQ6PHm .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v89SVQ6PHm .item:focus,
.cid-v89SVQ6PHm span:focus {
  outline: none;
}
.cid-v89SVQ6PHm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v89SVQ6PHm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v89SVQ6PHm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v89SVQ6PHm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v89SVQ6PHm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v89SVQ6PHm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v89SVQ6PHm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v89SVQ6PHm .mbr-section-title {
  color: #161616;
}
.cid-v89SVQ6PHm .mbr-text,
.cid-v89SVQ6PHm .mbr-section-btn {
  text-align: left;
  color: #5e5e5e;
}
.cid-v89SVQ6PHm .item-title {
  text-align: left;
  color: #161616;
}
.cid-v89SVQ6PHm .item-subtitle {
  text-align: left;
}
.cid-v89SVQ6PHm .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v89SVQnrtT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #441c08;
}
.cid-v89SVQnrtT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v89SVQnrtT .item {
    margin-bottom: 1rem;
  }
}
.cid-v89SVQnrtT .item-wrapper {
  position: relative;
}
.cid-v89SVQnrtT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v89SVQnrtT .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v89SVQnrtT .carousel-control,
.cid-v89SVQnrtT .close {
  background: #1b1b1b;
}
.cid-v89SVQnrtT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v89SVQnrtT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v89SVQnrtT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v89SVQnrtT .carousel-control-next span {
  margin-left: 5px;
}
.cid-v89SVQnrtT .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-v89SVQnrtT .close::before {
  content: '\e91a';
}
.cid-v89SVQnrtT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v89SVQnrtT .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-v89SVQnrtT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v89SVQnrtT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v89SVQnrtT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v89SVQnrtT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v89SVQnrtT .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-v89SVQnrtT .carousel-indicators li.active,
.cid-v89SVQnrtT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v89SVQnrtT .carousel-indicators li::after,
.cid-v89SVQnrtT .carousel-indicators li::before {
  content: none;
}
.cid-v89SVQnrtT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v89SVQnrtT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v89SVQnrtT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v89SVQnrtT .carousel-indicators {
    display: none;
  }
}
.cid-v89SVQnrtT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v89SVQnrtT .carousel-inner > .active {
  display: block;
}
.cid-v89SVQnrtT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v89SVQnrtT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v89SVQnrtT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v89SVQnrtT .carousel-control,
  .cid-v89SVQnrtT .carousel-indicators,
  .cid-v89SVQnrtT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v89SVQnrtT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v89SVQnrtT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v89SVQnrtT .carousel-indicators .active,
.cid-v89SVQnrtT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v89SVQnrtT .carousel-indicators .active {
  background: #fff;
}
.cid-v89SVQnrtT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v89SVQnrtT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v89SVQnrtT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v89SVQnrtT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v89SVQnrtT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v89SVQnrtT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v89SVQnrtT .carousel {
  width: 100%;
}
.cid-v89SVQnrtT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v89SVQnrtT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v89SVQnrtT .modal.fade .modal-dialog,
.cid-v89SVQnrtT .modal.in .modal-dialog {
  transform: none;
}
.cid-v89SVQnrtT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v89SVQnrtT .content-head {
  max-width: 800px;
}
.cid-v89SVQnrtT H3 {
  color: #fafafa;
}
.cid-v89SVQnrtT H4 {
  color: #fafafa;
}
.cid-v89SVS3CZa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v89SVS3CZa .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-v89SVS3CZa form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v89SVS3CZa form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-v89SVS3CZa form.mbr-form {
    padding: 1rem;
  }
}
.cid-v89SVS3CZa form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v89SVS3CZa form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v89SVS3CZa .mbr-section-title {
  color: #161616;
}
.cid-v89SVS3CZa P {
  color: #5e5e5e;
}
.cid-v89SVSfOPF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-v89SVSfOPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89SVSfOPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89SVSfOPF .google-map {
  height: 30rem;
  position: relative;
}
.cid-v89SVSfOPF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v89SVSfOPF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v89SVSfOPF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v89SVSfOPF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v89SVSfOPF .mbr-section-title {
  color: #161616;
}
.cid-v89SVSz2PC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-v89SVSz2PC .mbr-text {
  text-align: center;
  color: #5e5e5e;
}
.cid-v89SVSz2PC .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-v89SVSI35R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-v89SVSI35R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89SVSI35R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89SVSI35R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v89SVSI35R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v89SVSI35R .row {
    text-align: center;
  }
  .cid-v89SVSI35R .row > div {
    margin: auto;
  }
  .cid-v89SVSI35R .social-row {
    justify-content: center;
  }
}
.cid-v89SVSI35R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v89SVSI35R .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-v89SVSI35R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v89SVSI35R .list {
    margin-bottom: 0rem;
  }
}
.cid-v89SVSI35R .mbr-text {
  color: #5e5e5e;
}
.cid-v89SVSI35R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v89SVSI35R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v89SVSI35R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v89SVSI35R .copyright {
  color: #5e5e5e;
}
.cid-v89SVSI35R H5 {
  color: #161616;
}
.cid-v89Tphz5x2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v89Tphz5x2 nav.navbar {
  position: fixed;
}
.cid-v89Tphz5x2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v89Tphz5x2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v89Tphz5x2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v89Tphz5x2 .dropdown-item:hover,
.cid-v89Tphz5x2 .dropdown-item:focus {
  background: #b57351 !important;
  color: white !important;
}
.cid-v89Tphz5x2 .dropdown-item:hover span {
  color: white;
}
.cid-v89Tphz5x2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v89Tphz5x2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v89Tphz5x2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v89Tphz5x2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v89Tphz5x2 .nav-link {
  position: relative;
}
.cid-v89Tphz5x2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v89Tphz5x2 .container {
    flex-wrap: wrap;
  }
}
.cid-v89Tphz5x2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v89Tphz5x2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v89Tphz5x2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v89Tphz5x2 .dropdown-menu,
.cid-v89Tphz5x2 .navbar.opened {
  background: #fafafa !important;
}
.cid-v89Tphz5x2 .nav-item:focus,
.cid-v89Tphz5x2 .nav-link:focus {
  outline: none;
}
.cid-v89Tphz5x2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v89Tphz5x2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v89Tphz5x2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v89Tphz5x2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v89Tphz5x2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v89Tphz5x2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v89Tphz5x2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-v89Tphz5x2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v89Tphz5x2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v89Tphz5x2 .navbar .navbar-logo img {
  width: auto;
}
.cid-v89Tphz5x2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v89Tphz5x2 .navbar.collapsed {
  justify-content: center;
}
.cid-v89Tphz5x2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v89Tphz5x2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v89Tphz5x2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v89Tphz5x2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v89Tphz5x2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v89Tphz5x2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v89Tphz5x2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v89Tphz5x2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v89Tphz5x2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v89Tphz5x2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v89Tphz5x2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v89Tphz5x2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v89Tphz5x2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v89Tphz5x2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v89Tphz5x2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v89Tphz5x2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v89Tphz5x2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v89Tphz5x2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v89Tphz5x2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v89Tphz5x2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v89Tphz5x2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v89Tphz5x2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v89Tphz5x2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v89Tphz5x2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v89Tphz5x2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v89Tphz5x2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v89Tphz5x2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v89Tphz5x2 .dropdown-item.active,
.cid-v89Tphz5x2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v89Tphz5x2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v89Tphz5x2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v89Tphz5x2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v89Tphz5x2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v89Tphz5x2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v89Tphz5x2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v89Tphz5x2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v89Tphz5x2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v89Tphz5x2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v89Tphz5x2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v89Tphz5x2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v89Tphz5x2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v89Tphz5x2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v89Tphz5x2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v89Tphz5x2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v89Tphz5x2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v89Tphz5x2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v89Tphz5x2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v89Tphz5x2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v89Tphz5x2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v89Tphz5x2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v89Tphz5x2 .navbar {
    height: 70px;
  }
  .cid-v89Tphz5x2 .navbar.opened {
    height: auto;
  }
  .cid-v89Tphz5x2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v89TphNI9o {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/vista-trabalhador-moendo-um-pedaco-de-metal201-1920x1281.jpg");
}
.cid-v89TphNI9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89TphNI9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89TphNI9o .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v89TphNI9o .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-v89TphNI9o .mbr-section-title {
  color: #161616;
}
.cid-v89TphYO8R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b57351;
}
.cid-v89TphYO8R .item:focus,
.cid-v89TphYO8R span:focus {
  outline: none;
}
.cid-v89TphYO8R .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v89TphYO8R .content-head {
  max-width: 800px;
}
.cid-v89TphYO8R .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v89TphYO8R .item {
    min-height: 45px;
  }
}
.cid-v89Tpi6wI7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v89Tpi6wI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89Tpi6wI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v89Tpi6wI7 .container {
    max-width: 1400px;
  }
}
.cid-v89Tpi6wI7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b57351;
  margin-bottom: 2rem;
}
.cid-v89Tpi6wI7 .row {
  justify-content: center;
}
.cid-v89Tpiipm3 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v89Tpiipm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89Tpiipm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89Tpiipm3 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v89Tpiipm3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v89Tpiipm3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v89Tpiipm3 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v89Tpiipm3 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v89Tpiipm3 .mbr-section-title {
  color: #161616;
}
.cid-v89Tpiipm3 .mbr-text,
.cid-v89Tpiipm3 .mbr-section-btn {
  color: #5e5e5e;
}
.cid-v89TpirPA7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v89TpirPA7 img,
.cid-v89TpirPA7 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v89TpirPA7 .item:focus,
.cid-v89TpirPA7 span:focus {
  outline: none;
}
.cid-v89TpirPA7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v89TpirPA7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v89TpirPA7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v89TpirPA7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v89TpirPA7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v89TpirPA7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v89TpirPA7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v89TpirPA7 .mbr-section-title {
  color: #161616;
}
.cid-v89TpirPA7 .mbr-text,
.cid-v89TpirPA7 .mbr-section-btn {
  text-align: left;
  color: #5e5e5e;
}
.cid-v89TpirPA7 .item-title {
  text-align: left;
  color: #161616;
}
.cid-v89TpirPA7 .item-subtitle {
  text-align: left;
}
.cid-v89TpirPA7 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v89TpiQtvz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #441c08;
}
.cid-v89TpiQtvz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v89TpiQtvz .item {
    margin-bottom: 1rem;
  }
}
.cid-v89TpiQtvz .item-wrapper {
  position: relative;
}
.cid-v89TpiQtvz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v89TpiQtvz .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v89TpiQtvz .carousel-control,
.cid-v89TpiQtvz .close {
  background: #1b1b1b;
}
.cid-v89TpiQtvz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v89TpiQtvz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v89TpiQtvz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v89TpiQtvz .carousel-control-next span {
  margin-left: 5px;
}
.cid-v89TpiQtvz .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-v89TpiQtvz .close::before {
  content: '\e91a';
}
.cid-v89TpiQtvz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v89TpiQtvz .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-v89TpiQtvz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v89TpiQtvz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v89TpiQtvz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v89TpiQtvz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v89TpiQtvz .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-v89TpiQtvz .carousel-indicators li.active,
.cid-v89TpiQtvz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v89TpiQtvz .carousel-indicators li::after,
.cid-v89TpiQtvz .carousel-indicators li::before {
  content: none;
}
.cid-v89TpiQtvz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v89TpiQtvz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v89TpiQtvz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v89TpiQtvz .carousel-indicators {
    display: none;
  }
}
.cid-v89TpiQtvz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v89TpiQtvz .carousel-inner > .active {
  display: block;
}
.cid-v89TpiQtvz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v89TpiQtvz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v89TpiQtvz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v89TpiQtvz .carousel-control,
  .cid-v89TpiQtvz .carousel-indicators,
  .cid-v89TpiQtvz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v89TpiQtvz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v89TpiQtvz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v89TpiQtvz .carousel-indicators .active,
.cid-v89TpiQtvz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v89TpiQtvz .carousel-indicators .active {
  background: #fff;
}
.cid-v89TpiQtvz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v89TpiQtvz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v89TpiQtvz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v89TpiQtvz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v89TpiQtvz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v89TpiQtvz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v89TpiQtvz .carousel {
  width: 100%;
}
.cid-v89TpiQtvz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v89TpiQtvz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v89TpiQtvz .modal.fade .modal-dialog,
.cid-v89TpiQtvz .modal.in .modal-dialog {
  transform: none;
}
.cid-v89TpiQtvz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v89TpiQtvz .content-head {
  max-width: 800px;
}
.cid-v89TpiQtvz H3 {
  color: #fafafa;
}
.cid-v89TpiQtvz H4 {
  color: #fafafa;
}
.cid-v89TpkxaoN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v89TpkxaoN .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-v89TpkxaoN form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v89TpkxaoN form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-v89TpkxaoN form.mbr-form {
    padding: 1rem;
  }
}
.cid-v89TpkxaoN form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v89TpkxaoN form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v89TpkxaoN .mbr-section-title {
  color: #161616;
}
.cid-v89TpkxaoN P {
  color: #5e5e5e;
}
.cid-v89TpkIHU7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-v89TpkIHU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89TpkIHU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89TpkIHU7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v89TpkIHU7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v89TpkIHU7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v89TpkIHU7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v89TpkIHU7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v89TpkIHU7 .mbr-section-title {
  color: #161616;
}
.cid-v89Tpl2TJK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-v89Tpl2TJK .mbr-text {
  text-align: center;
  color: #5e5e5e;
}
.cid-v89Tpl2TJK .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-v89Tplbug2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-v89Tplbug2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v89Tplbug2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v89Tplbug2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v89Tplbug2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v89Tplbug2 .row {
    text-align: center;
  }
  .cid-v89Tplbug2 .row > div {
    margin: auto;
  }
  .cid-v89Tplbug2 .social-row {
    justify-content: center;
  }
}
.cid-v89Tplbug2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v89Tplbug2 .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-v89Tplbug2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v89Tplbug2 .list {
    margin-bottom: 0rem;
  }
}
.cid-v89Tplbug2 .mbr-text {
  color: #5e5e5e;
}
.cid-v89Tplbug2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v89Tplbug2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v89Tplbug2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v89Tplbug2 .copyright {
  color: #5e5e5e;
}
.cid-v89Tplbug2 H5 {
  color: #161616;
}
.cid-v8a3tx0vMr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8a3tx0vMr nav.navbar {
  position: fixed;
}
.cid-v8a3tx0vMr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8a3tx0vMr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8a3tx0vMr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8a3tx0vMr .dropdown-item:hover,
.cid-v8a3tx0vMr .dropdown-item:focus {
  background: #b57351 !important;
  color: white !important;
}
.cid-v8a3tx0vMr .dropdown-item:hover span {
  color: white;
}
.cid-v8a3tx0vMr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8a3tx0vMr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8a3tx0vMr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8a3tx0vMr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8a3tx0vMr .nav-link {
  position: relative;
}
.cid-v8a3tx0vMr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8a3tx0vMr .container {
    flex-wrap: wrap;
  }
}
.cid-v8a3tx0vMr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8a3tx0vMr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8a3tx0vMr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8a3tx0vMr .dropdown-menu,
.cid-v8a3tx0vMr .navbar.opened {
  background: #fafafa !important;
}
.cid-v8a3tx0vMr .nav-item:focus,
.cid-v8a3tx0vMr .nav-link:focus {
  outline: none;
}
.cid-v8a3tx0vMr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8a3tx0vMr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8a3tx0vMr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8a3tx0vMr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8a3tx0vMr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8a3tx0vMr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8a3tx0vMr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-v8a3tx0vMr .navbar.opened {
  transition: all 0.3s;
}
.cid-v8a3tx0vMr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8a3tx0vMr .navbar .navbar-logo img {
  width: auto;
}
.cid-v8a3tx0vMr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8a3tx0vMr .navbar.collapsed {
  justify-content: center;
}
.cid-v8a3tx0vMr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8a3tx0vMr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8a3tx0vMr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v8a3tx0vMr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8a3tx0vMr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8a3tx0vMr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8a3tx0vMr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8a3tx0vMr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8a3tx0vMr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8a3tx0vMr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8a3tx0vMr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8a3tx0vMr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8a3tx0vMr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8a3tx0vMr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8a3tx0vMr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8a3tx0vMr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8a3tx0vMr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8a3tx0vMr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8a3tx0vMr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8a3tx0vMr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8a3tx0vMr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8a3tx0vMr .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8a3tx0vMr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8a3tx0vMr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8a3tx0vMr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8a3tx0vMr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8a3tx0vMr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8a3tx0vMr .dropdown-item.active,
.cid-v8a3tx0vMr .dropdown-item:active {
  background-color: transparent;
}
.cid-v8a3tx0vMr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8a3tx0vMr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8a3tx0vMr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8a3tx0vMr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8a3tx0vMr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8a3tx0vMr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8a3tx0vMr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8a3tx0vMr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8a3tx0vMr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8a3tx0vMr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8a3tx0vMr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8a3tx0vMr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8a3tx0vMr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8a3tx0vMr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8a3tx0vMr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8a3tx0vMr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8a3tx0vMr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8a3tx0vMr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8a3tx0vMr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8a3tx0vMr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8a3tx0vMr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8a3tx0vMr .navbar {
    height: 70px;
  }
  .cid-v8a3tx0vMr .navbar.opened {
    height: auto;
  }
  .cid-v8a3tx0vMr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8a3txdMhz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/vista-trabalhador-moendo-um-pedaco-de-metal201-1920x1281.jpg");
}
.cid-v8a3txdMhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a3txdMhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a3txdMhz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v8a3txdMhz .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-v8a3txdMhz .mbr-section-title {
  color: #161616;
}
.cid-v8a3txnpL7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b57351;
}
.cid-v8a3txnpL7 .item:focus,
.cid-v8a3txnpL7 span:focus {
  outline: none;
}
.cid-v8a3txnpL7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v8a3txnpL7 .content-head {
  max-width: 800px;
}
.cid-v8a3txnpL7 .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v8a3txnpL7 .item {
    min-height: 45px;
  }
}
.cid-v8a3txupbP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v8a3txupbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a3txupbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v8a3txupbP .container {
    max-width: 1400px;
  }
}
.cid-v8a3txupbP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b57351;
  margin-bottom: 2rem;
}
.cid-v8a3txupbP .row {
  justify-content: center;
}
.cid-v8a3txHS3u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v8a3txHS3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a3txHS3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a3txHS3u .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8a3txHS3u .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8a3txHS3u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8a3txHS3u .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8a3txHS3u .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8a3txHS3u .mbr-section-title {
  color: #161616;
}
.cid-v8a3txHS3u .mbr-text,
.cid-v8a3txHS3u .mbr-section-btn {
  color: #5e5e5e;
}
.cid-v8a3txPrQ9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v8a3txPrQ9 img,
.cid-v8a3txPrQ9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v8a3txPrQ9 .item:focus,
.cid-v8a3txPrQ9 span:focus {
  outline: none;
}
.cid-v8a3txPrQ9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8a3txPrQ9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8a3txPrQ9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8a3txPrQ9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8a3txPrQ9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8a3txPrQ9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8a3txPrQ9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8a3txPrQ9 .mbr-section-title {
  color: #161616;
}
.cid-v8a3txPrQ9 .mbr-text,
.cid-v8a3txPrQ9 .mbr-section-btn {
  text-align: left;
  color: #5e5e5e;
}
.cid-v8a3txPrQ9 .item-title {
  text-align: left;
  color: #161616;
}
.cid-v8a3txPrQ9 .item-subtitle {
  text-align: left;
}
.cid-v8a3txPrQ9 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v8a3tybJ8k {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #441c08;
}
.cid-v8a3tybJ8k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8a3tybJ8k .item {
    margin-bottom: 1rem;
  }
}
.cid-v8a3tybJ8k .item-wrapper {
  position: relative;
}
.cid-v8a3tybJ8k .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v8a3tybJ8k .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v8a3tybJ8k .carousel-control,
.cid-v8a3tybJ8k .close {
  background: #1b1b1b;
}
.cid-v8a3tybJ8k .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8a3tybJ8k .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8a3tybJ8k .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8a3tybJ8k .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8a3tybJ8k .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-v8a3tybJ8k .close::before {
  content: '\e91a';
}
.cid-v8a3tybJ8k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8a3tybJ8k .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-v8a3tybJ8k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8a3tybJ8k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8a3tybJ8k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8a3tybJ8k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8a3tybJ8k .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-v8a3tybJ8k .carousel-indicators li.active,
.cid-v8a3tybJ8k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8a3tybJ8k .carousel-indicators li::after,
.cid-v8a3tybJ8k .carousel-indicators li::before {
  content: none;
}
.cid-v8a3tybJ8k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8a3tybJ8k .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8a3tybJ8k .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8a3tybJ8k .carousel-indicators {
    display: none;
  }
}
.cid-v8a3tybJ8k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8a3tybJ8k .carousel-inner > .active {
  display: block;
}
.cid-v8a3tybJ8k .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8a3tybJ8k .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8a3tybJ8k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8a3tybJ8k .carousel-control,
  .cid-v8a3tybJ8k .carousel-indicators,
  .cid-v8a3tybJ8k .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8a3tybJ8k .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8a3tybJ8k .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8a3tybJ8k .carousel-indicators .active,
.cid-v8a3tybJ8k .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8a3tybJ8k .carousel-indicators .active {
  background: #fff;
}
.cid-v8a3tybJ8k .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8a3tybJ8k .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8a3tybJ8k .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8a3tybJ8k .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8a3tybJ8k .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8a3tybJ8k .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8a3tybJ8k .carousel {
  width: 100%;
}
.cid-v8a3tybJ8k .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8a3tybJ8k .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8a3tybJ8k .modal.fade .modal-dialog,
.cid-v8a3tybJ8k .modal.in .modal-dialog {
  transform: none;
}
.cid-v8a3tybJ8k .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8a3tybJ8k .content-head {
  max-width: 800px;
}
.cid-v8a3tybJ8k H3 {
  color: #fafafa;
}
.cid-v8a3tybJ8k H4 {
  color: #fafafa;
}
.cid-v8a3tA2KQc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v8a3tA2KQc .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-v8a3tA2KQc form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v8a3tA2KQc form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-v8a3tA2KQc form.mbr-form {
    padding: 1rem;
  }
}
.cid-v8a3tA2KQc form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v8a3tA2KQc form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v8a3tA2KQc .mbr-section-title {
  color: #161616;
}
.cid-v8a3tA2KQc P {
  color: #5e5e5e;
}
.cid-v8a3tAdU3u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-v8a3tAdU3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a3tAdU3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a3tAdU3u .google-map {
  height: 30rem;
  position: relative;
}
.cid-v8a3tAdU3u .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v8a3tAdU3u .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v8a3tAdU3u .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v8a3tAdU3u .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v8a3tAdU3u .mbr-section-title {
  color: #161616;
}
.cid-v8a3tAyhhG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-v8a3tAyhhG .mbr-text {
  text-align: center;
  color: #5e5e5e;
}
.cid-v8a3tAyhhG .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-v8a3tAHYJZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-v8a3tAHYJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a3tAHYJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a3tAHYJZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8a3tAHYJZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8a3tAHYJZ .row {
    text-align: center;
  }
  .cid-v8a3tAHYJZ .row > div {
    margin: auto;
  }
  .cid-v8a3tAHYJZ .social-row {
    justify-content: center;
  }
}
.cid-v8a3tAHYJZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8a3tAHYJZ .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-v8a3tAHYJZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8a3tAHYJZ .list {
    margin-bottom: 0rem;
  }
}
.cid-v8a3tAHYJZ .mbr-text {
  color: #5e5e5e;
}
.cid-v8a3tAHYJZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8a3tAHYJZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8a3tAHYJZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8a3tAHYJZ .copyright {
  color: #5e5e5e;
}
.cid-v8a3tAHYJZ H5 {
  color: #161616;
}
.cid-v8a3LwWWNn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8a3LwWWNn nav.navbar {
  position: fixed;
}
.cid-v8a3LwWWNn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8a3LwWWNn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8a3LwWWNn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8a3LwWWNn .dropdown-item:hover,
.cid-v8a3LwWWNn .dropdown-item:focus {
  background: #b57351 !important;
  color: white !important;
}
.cid-v8a3LwWWNn .dropdown-item:hover span {
  color: white;
}
.cid-v8a3LwWWNn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8a3LwWWNn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8a3LwWWNn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8a3LwWWNn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8a3LwWWNn .nav-link {
  position: relative;
}
.cid-v8a3LwWWNn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8a3LwWWNn .container {
    flex-wrap: wrap;
  }
}
.cid-v8a3LwWWNn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8a3LwWWNn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8a3LwWWNn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8a3LwWWNn .dropdown-menu,
.cid-v8a3LwWWNn .navbar.opened {
  background: #fafafa !important;
}
.cid-v8a3LwWWNn .nav-item:focus,
.cid-v8a3LwWWNn .nav-link:focus {
  outline: none;
}
.cid-v8a3LwWWNn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8a3LwWWNn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8a3LwWWNn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8a3LwWWNn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8a3LwWWNn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8a3LwWWNn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8a3LwWWNn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-v8a3LwWWNn .navbar.opened {
  transition: all 0.3s;
}
.cid-v8a3LwWWNn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8a3LwWWNn .navbar .navbar-logo img {
  width: auto;
}
.cid-v8a3LwWWNn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8a3LwWWNn .navbar.collapsed {
  justify-content: center;
}
.cid-v8a3LwWWNn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8a3LwWWNn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8a3LwWWNn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v8a3LwWWNn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8a3LwWWNn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8a3LwWWNn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8a3LwWWNn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8a3LwWWNn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8a3LwWWNn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8a3LwWWNn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8a3LwWWNn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8a3LwWWNn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8a3LwWWNn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8a3LwWWNn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8a3LwWWNn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8a3LwWWNn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8a3LwWWNn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8a3LwWWNn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8a3LwWWNn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8a3LwWWNn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8a3LwWWNn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8a3LwWWNn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8a3LwWWNn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8a3LwWWNn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8a3LwWWNn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8a3LwWWNn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8a3LwWWNn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8a3LwWWNn .dropdown-item.active,
.cid-v8a3LwWWNn .dropdown-item:active {
  background-color: transparent;
}
.cid-v8a3LwWWNn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8a3LwWWNn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8a3LwWWNn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8a3LwWWNn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8a3LwWWNn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8a3LwWWNn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8a3LwWWNn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8a3LwWWNn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8a3LwWWNn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8a3LwWWNn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8a3LwWWNn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8a3LwWWNn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8a3LwWWNn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8a3LwWWNn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8a3LwWWNn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8a3LwWWNn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8a3LwWWNn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8a3LwWWNn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8a3LwWWNn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8a3LwWWNn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8a3LwWWNn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8a3LwWWNn .navbar {
    height: 70px;
  }
  .cid-v8a3LwWWNn .navbar.opened {
    height: auto;
  }
  .cid-v8a3LwWWNn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8a3Lxa0bq {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/vista-trabalhador-moendo-um-pedaco-de-metal201-1920x1281.jpg");
}
.cid-v8a3Lxa0bq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a3Lxa0bq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a3Lxa0bq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v8a3Lxa0bq .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-v8a3Lxa0bq .mbr-section-title {
  color: #161616;
}
.cid-v8a3Lxjgyx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b57351;
}
.cid-v8a3Lxjgyx .item:focus,
.cid-v8a3Lxjgyx span:focus {
  outline: none;
}
.cid-v8a3Lxjgyx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v8a3Lxjgyx .content-head {
  max-width: 800px;
}
.cid-v8a3Lxjgyx .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v8a3Lxjgyx .item {
    min-height: 45px;
  }
}
.cid-v8a3Lxq1C2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v8a3Lxq1C2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a3Lxq1C2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v8a3Lxq1C2 .container {
    max-width: 1400px;
  }
}
.cid-v8a3Lxq1C2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b57351;
  margin-bottom: 2rem;
}
.cid-v8a3Lxq1C2 .row {
  justify-content: center;
}
.cid-v8a3LxD2EI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v8a3LxD2EI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a3LxD2EI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a3LxD2EI .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8a3LxD2EI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8a3LxD2EI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8a3LxD2EI .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8a3LxD2EI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8a3LxD2EI .mbr-section-title {
  color: #161616;
}
.cid-v8a3LxD2EI .mbr-text,
.cid-v8a3LxD2EI .mbr-section-btn {
  color: #5e5e5e;
}
.cid-v8a3LxLwXA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v8a3LxLwXA img,
.cid-v8a3LxLwXA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v8a3LxLwXA .item:focus,
.cid-v8a3LxLwXA span:focus {
  outline: none;
}
.cid-v8a3LxLwXA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8a3LxLwXA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8a3LxLwXA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8a3LxLwXA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8a3LxLwXA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8a3LxLwXA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8a3LxLwXA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8a3LxLwXA .mbr-section-title {
  color: #161616;
}
.cid-v8a3LxLwXA .mbr-text,
.cid-v8a3LxLwXA .mbr-section-btn {
  text-align: left;
  color: #5e5e5e;
}
.cid-v8a3LxLwXA .item-title {
  text-align: left;
  color: #161616;
}
.cid-v8a3LxLwXA .item-subtitle {
  text-align: left;
}
.cid-v8a3LxLwXA .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v8a3Ly6q2N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #441c08;
}
.cid-v8a3Ly6q2N .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8a3Ly6q2N .item {
    margin-bottom: 1rem;
  }
}
.cid-v8a3Ly6q2N .item-wrapper {
  position: relative;
}
.cid-v8a3Ly6q2N .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v8a3Ly6q2N .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v8a3Ly6q2N .carousel-control,
.cid-v8a3Ly6q2N .close {
  background: #1b1b1b;
}
.cid-v8a3Ly6q2N .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8a3Ly6q2N .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8a3Ly6q2N .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8a3Ly6q2N .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8a3Ly6q2N .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-v8a3Ly6q2N .close::before {
  content: '\e91a';
}
.cid-v8a3Ly6q2N .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8a3Ly6q2N .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-v8a3Ly6q2N .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8a3Ly6q2N .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8a3Ly6q2N .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8a3Ly6q2N .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8a3Ly6q2N .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-v8a3Ly6q2N .carousel-indicators li.active,
.cid-v8a3Ly6q2N .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8a3Ly6q2N .carousel-indicators li::after,
.cid-v8a3Ly6q2N .carousel-indicators li::before {
  content: none;
}
.cid-v8a3Ly6q2N .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8a3Ly6q2N .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8a3Ly6q2N .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8a3Ly6q2N .carousel-indicators {
    display: none;
  }
}
.cid-v8a3Ly6q2N .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8a3Ly6q2N .carousel-inner > .active {
  display: block;
}
.cid-v8a3Ly6q2N .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8a3Ly6q2N .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8a3Ly6q2N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8a3Ly6q2N .carousel-control,
  .cid-v8a3Ly6q2N .carousel-indicators,
  .cid-v8a3Ly6q2N .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8a3Ly6q2N .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8a3Ly6q2N .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8a3Ly6q2N .carousel-indicators .active,
.cid-v8a3Ly6q2N .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8a3Ly6q2N .carousel-indicators .active {
  background: #fff;
}
.cid-v8a3Ly6q2N .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8a3Ly6q2N .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8a3Ly6q2N .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8a3Ly6q2N .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8a3Ly6q2N .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8a3Ly6q2N .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8a3Ly6q2N .carousel {
  width: 100%;
}
.cid-v8a3Ly6q2N .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8a3Ly6q2N .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8a3Ly6q2N .modal.fade .modal-dialog,
.cid-v8a3Ly6q2N .modal.in .modal-dialog {
  transform: none;
}
.cid-v8a3Ly6q2N .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8a3Ly6q2N .content-head {
  max-width: 800px;
}
.cid-v8a3Ly6q2N H3 {
  color: #fafafa;
}
.cid-v8a3Ly6q2N H4 {
  color: #fafafa;
}
.cid-v8a3LA4E5E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v8a3LA4E5E .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-v8a3LA4E5E form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v8a3LA4E5E form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-v8a3LA4E5E form.mbr-form {
    padding: 1rem;
  }
}
.cid-v8a3LA4E5E form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v8a3LA4E5E form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v8a3LA4E5E .mbr-section-title {
  color: #161616;
}
.cid-v8a3LA4E5E P {
  color: #5e5e5e;
}
.cid-v8a3LAfCjJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-v8a3LAfCjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a3LAfCjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a3LAfCjJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-v8a3LAfCjJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v8a3LAfCjJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v8a3LAfCjJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v8a3LAfCjJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v8a3LAfCjJ .mbr-section-title {
  color: #161616;
}
.cid-v8a3LABqK3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-v8a3LABqK3 .mbr-text {
  text-align: center;
  color: #5e5e5e;
}
.cid-v8a3LABqK3 .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-v8a3LAKXW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-v8a3LAKXW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a3LAKXW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a3LAKXW3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8a3LAKXW3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8a3LAKXW3 .row {
    text-align: center;
  }
  .cid-v8a3LAKXW3 .row > div {
    margin: auto;
  }
  .cid-v8a3LAKXW3 .social-row {
    justify-content: center;
  }
}
.cid-v8a3LAKXW3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8a3LAKXW3 .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-v8a3LAKXW3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8a3LAKXW3 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8a3LAKXW3 .mbr-text {
  color: #5e5e5e;
}
.cid-v8a3LAKXW3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8a3LAKXW3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8a3LAKXW3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8a3LAKXW3 .copyright {
  color: #5e5e5e;
}
.cid-v8a3LAKXW3 H5 {
  color: #161616;
}
.cid-v8a4det4hg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8a4det4hg nav.navbar {
  position: fixed;
}
.cid-v8a4det4hg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8a4det4hg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8a4det4hg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8a4det4hg .dropdown-item:hover,
.cid-v8a4det4hg .dropdown-item:focus {
  background: #b57351 !important;
  color: white !important;
}
.cid-v8a4det4hg .dropdown-item:hover span {
  color: white;
}
.cid-v8a4det4hg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8a4det4hg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8a4det4hg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8a4det4hg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8a4det4hg .nav-link {
  position: relative;
}
.cid-v8a4det4hg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8a4det4hg .container {
    flex-wrap: wrap;
  }
}
.cid-v8a4det4hg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8a4det4hg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8a4det4hg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8a4det4hg .dropdown-menu,
.cid-v8a4det4hg .navbar.opened {
  background: #fafafa !important;
}
.cid-v8a4det4hg .nav-item:focus,
.cid-v8a4det4hg .nav-link:focus {
  outline: none;
}
.cid-v8a4det4hg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8a4det4hg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8a4det4hg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8a4det4hg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8a4det4hg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8a4det4hg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8a4det4hg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-v8a4det4hg .navbar.opened {
  transition: all 0.3s;
}
.cid-v8a4det4hg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8a4det4hg .navbar .navbar-logo img {
  width: auto;
}
.cid-v8a4det4hg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8a4det4hg .navbar.collapsed {
  justify-content: center;
}
.cid-v8a4det4hg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8a4det4hg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8a4det4hg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v8a4det4hg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8a4det4hg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8a4det4hg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8a4det4hg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8a4det4hg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8a4det4hg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8a4det4hg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8a4det4hg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8a4det4hg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8a4det4hg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8a4det4hg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8a4det4hg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8a4det4hg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8a4det4hg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8a4det4hg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8a4det4hg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8a4det4hg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8a4det4hg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8a4det4hg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8a4det4hg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8a4det4hg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8a4det4hg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8a4det4hg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8a4det4hg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8a4det4hg .dropdown-item.active,
.cid-v8a4det4hg .dropdown-item:active {
  background-color: transparent;
}
.cid-v8a4det4hg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8a4det4hg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8a4det4hg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8a4det4hg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8a4det4hg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8a4det4hg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8a4det4hg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8a4det4hg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8a4det4hg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8a4det4hg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8a4det4hg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8a4det4hg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8a4det4hg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8a4det4hg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8a4det4hg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8a4det4hg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8a4det4hg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8a4det4hg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8a4det4hg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8a4det4hg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8a4det4hg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8a4det4hg .navbar {
    height: 70px;
  }
  .cid-v8a4det4hg .navbar.opened {
    height: auto;
  }
  .cid-v8a4det4hg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8a4deFLk7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/vista-trabalhador-moendo-um-pedaco-de-metal201-1920x1281.jpg");
}
.cid-v8a4deFLk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a4deFLk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a4deFLk7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v8a4deFLk7 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-v8a4deFLk7 .mbr-section-title {
  color: #161616;
}
.cid-v8a4deNaxH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b57351;
}
.cid-v8a4deNaxH .item:focus,
.cid-v8a4deNaxH span:focus {
  outline: none;
}
.cid-v8a4deNaxH .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v8a4deNaxH .content-head {
  max-width: 800px;
}
.cid-v8a4deNaxH .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v8a4deNaxH .item {
    min-height: 45px;
  }
}
.cid-v8a4deUJOr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v8a4deUJOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a4deUJOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v8a4deUJOr .container {
    max-width: 1400px;
  }
}
.cid-v8a4deUJOr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b57351;
  margin-bottom: 2rem;
}
.cid-v8a4deUJOr .row {
  justify-content: center;
}
.cid-v8a4df5cwp {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v8a4df5cwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a4df5cwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a4df5cwp .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8a4df5cwp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8a4df5cwp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8a4df5cwp .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v8a4df5cwp .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8a4df5cwp .mbr-section-title {
  color: #161616;
}
.cid-v8a4df5cwp .mbr-text,
.cid-v8a4df5cwp .mbr-section-btn {
  color: #5e5e5e;
}
.cid-v8a4dfdFP8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v8a4dfdFP8 img,
.cid-v8a4dfdFP8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v8a4dfdFP8 .item:focus,
.cid-v8a4dfdFP8 span:focus {
  outline: none;
}
.cid-v8a4dfdFP8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8a4dfdFP8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8a4dfdFP8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8a4dfdFP8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8a4dfdFP8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8a4dfdFP8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8a4dfdFP8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8a4dfdFP8 .mbr-section-title {
  color: #161616;
}
.cid-v8a4dfdFP8 .mbr-text,
.cid-v8a4dfdFP8 .mbr-section-btn {
  text-align: left;
  color: #5e5e5e;
}
.cid-v8a4dfdFP8 .item-title {
  text-align: left;
  color: #161616;
}
.cid-v8a4dfdFP8 .item-subtitle {
  text-align: left;
}
.cid-v8a4dfdFP8 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v8a4dfyQlF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #441c08;
}
.cid-v8a4dfyQlF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8a4dfyQlF .item {
    margin-bottom: 1rem;
  }
}
.cid-v8a4dfyQlF .item-wrapper {
  position: relative;
}
.cid-v8a4dfyQlF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v8a4dfyQlF .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v8a4dfyQlF .carousel-control,
.cid-v8a4dfyQlF .close {
  background: #1b1b1b;
}
.cid-v8a4dfyQlF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8a4dfyQlF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8a4dfyQlF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8a4dfyQlF .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8a4dfyQlF .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-v8a4dfyQlF .close::before {
  content: '\e91a';
}
.cid-v8a4dfyQlF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8a4dfyQlF .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-v8a4dfyQlF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8a4dfyQlF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8a4dfyQlF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8a4dfyQlF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8a4dfyQlF .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-v8a4dfyQlF .carousel-indicators li.active,
.cid-v8a4dfyQlF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8a4dfyQlF .carousel-indicators li::after,
.cid-v8a4dfyQlF .carousel-indicators li::before {
  content: none;
}
.cid-v8a4dfyQlF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8a4dfyQlF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8a4dfyQlF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8a4dfyQlF .carousel-indicators {
    display: none;
  }
}
.cid-v8a4dfyQlF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8a4dfyQlF .carousel-inner > .active {
  display: block;
}
.cid-v8a4dfyQlF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8a4dfyQlF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8a4dfyQlF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8a4dfyQlF .carousel-control,
  .cid-v8a4dfyQlF .carousel-indicators,
  .cid-v8a4dfyQlF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8a4dfyQlF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8a4dfyQlF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8a4dfyQlF .carousel-indicators .active,
.cid-v8a4dfyQlF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8a4dfyQlF .carousel-indicators .active {
  background: #fff;
}
.cid-v8a4dfyQlF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8a4dfyQlF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8a4dfyQlF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8a4dfyQlF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8a4dfyQlF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8a4dfyQlF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8a4dfyQlF .carousel {
  width: 100%;
}
.cid-v8a4dfyQlF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8a4dfyQlF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8a4dfyQlF .modal.fade .modal-dialog,
.cid-v8a4dfyQlF .modal.in .modal-dialog {
  transform: none;
}
.cid-v8a4dfyQlF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8a4dfyQlF .content-head {
  max-width: 800px;
}
.cid-v8a4dfyQlF H3 {
  color: #fafafa;
}
.cid-v8a4dfyQlF H4 {
  color: #fafafa;
}
.cid-v8a4dhhGuB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v8a4dhhGuB .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-v8a4dhhGuB form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v8a4dhhGuB form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-v8a4dhhGuB form.mbr-form {
    padding: 1rem;
  }
}
.cid-v8a4dhhGuB form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v8a4dhhGuB form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v8a4dhhGuB .mbr-section-title {
  color: #161616;
}
.cid-v8a4dhhGuB P {
  color: #5e5e5e;
}
.cid-v8a4dhs4ew {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-v8a4dhs4ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a4dhs4ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a4dhs4ew .google-map {
  height: 30rem;
  position: relative;
}
.cid-v8a4dhs4ew .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v8a4dhs4ew .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v8a4dhs4ew .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v8a4dhs4ew .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v8a4dhs4ew .mbr-section-title {
  color: #161616;
}
.cid-v8a4dhP9lj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-v8a4dhP9lj .mbr-text {
  text-align: center;
  color: #5e5e5e;
}
.cid-v8a4dhP9lj .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-v8a4dhZXMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-v8a4dhZXMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8a4dhZXMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8a4dhZXMz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8a4dhZXMz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8a4dhZXMz .row {
    text-align: center;
  }
  .cid-v8a4dhZXMz .row > div {
    margin: auto;
  }
  .cid-v8a4dhZXMz .social-row {
    justify-content: center;
  }
}
.cid-v8a4dhZXMz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8a4dhZXMz .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-v8a4dhZXMz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8a4dhZXMz .list {
    margin-bottom: 0rem;
  }
}
.cid-v8a4dhZXMz .mbr-text {
  color: #5e5e5e;
}
.cid-v8a4dhZXMz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8a4dhZXMz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8a4dhZXMz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8a4dhZXMz .copyright {
  color: #5e5e5e;
}
.cid-v8a4dhZXMz H5 {
  color: #161616;
}
