.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', 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: #de743f !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: #de743f !important;
  border-color: #de743f !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: #a94c1d !important;
  border-color: #a94c1d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a94c1d !important;
  border-color: #a94c1d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #111111 !important;
  border-color: #111111 !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: #de743f;
  color: #de743f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a94c1d !important;
  background-color: transparent!important;
  border-color: #a94c1d !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #de743f !important;
  border-color: #de743f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.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: #111111 !important;
  border-color: #111111 !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: #de743f !important;
}
.text-secondary {
  color: #111111 !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: #9c461b !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: #de743f;
}
.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: #de743f;
  border-color: #de743f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #de743f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf2ed;
}
.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 a {
  border-radius: 100px;
}
.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: #de743f !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: #de743f;
}
/* 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: #de743f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #de743f;
}
.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: #de743f;
  border-bottom-color: #de743f;
}
.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: #de743f !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: #111111 !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='%23de743f' %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: #de743f !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: #111111 !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: #111111;
}
.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 - 5.9rem);
  }
}
.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: #111111;
}
.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: #fafafa;
}
.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/serralheria-em-jarinu-1000x667.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: 50%;
  }
}
.cid-uAqiCYcwwr .mbr-section-title {
  color: #fafafa;
}
.cid-vmP0b5C2tY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-vmP0b5C2tY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmP0b5C2tY .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vmP0b5C2tY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmP0b5C2tY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmP0b5C2tY .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #111111;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #de743f;
  height: 80px;
  border-radius: 50%;
}
.cid-vmP0b5C2tY .card-title,
.cid-vmP0b5C2tY .iconfont-wrapper,
.cid-vmP0b5C2tY .card-text {
  color: #000000;
  text-align: center;
}
.cid-vmP0b5C2tY .content-head {
  max-width: 800px;
}
.cid-vmP0b5C2tY .mbr-section-title {
  color: #000000;
}
.cid-vmP0b5C2tY .mbr-section-btn {
  text-align: center;
}
.cid-vmP0b5C2tY .card-text,
.cid-vmP0b5C2tY .mbr-section-btn {
  text-align: center;
  color: #d2d2d2;
}
.cid-vmP0b5C2tY .card-title,
.cid-vmP0b5C2tY .iconfont-wrapper {
  color: #fafafa;
}
.cid-uOiWn9Sco0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a1a1a;
}
.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: #fafafa;
}
.cid-uOiWn9Sco0 .mbr-text,
.cid-uOiWn9Sco0 .mbr-section-btn {
  color: #d2d2d2;
}
.cid-uOj0gpWq63 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #111111;
}
.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: #232323;
  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: #fafafa;
}
.cid-uOj0gpWq63 .mbr-text,
.cid-uOj0gpWq63 .mbr-section-btn {
  text-align: left;
  color: #d2d2d2;
}
.cid-uOj0gpWq63 .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-uOj0gpWq63 .item-subtitle {
  text-align: left;
}
.cid-uOj0gpWq63 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uOj0IpSXtB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #de743f;
}
.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: #111111;
}
.cid-uOj0IpSXtB H4 {
  color: #141414;
}
.cid-uAqnObL0ac {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uAqnObL0ac .mbr-overlay {
  background-color: #111111;
  opacity: 0.7;
}
.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: #fafafa;
}
.cid-uAqnObL0ac P {
  color: #324455;
}
.cid-uAqqqpzkYl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #111111;
}
.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: #fafafa;
}
.cid-uAqqqpzkYl .mbr-section-subtitle {
  color: #d2d2d2;
}
.cid-uAqqLogkVo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #111111;
}
.cid-uAqqLogkVo .mbr-text {
  text-align: center;
  color: #d2d2d2;
}
.cid-uAqqLogkVo .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-uOj36BH0DN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/estruturas-metalicas-serralheria-em-jarinu-11-1600x1200.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: #d2d2d2;
}
.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: #fafafa;
}
.cid-uOj36BH0DN H5 {
  color: #fafafa;
}
.cid-vnhMIWBOE3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vnhMIWBOE3 nav.navbar {
  position: fixed;
}
.cid-vnhMIWBOE3 .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-vnhMIWBOE3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vnhMIWBOE3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vnhMIWBOE3 .dropdown-item:hover,
.cid-vnhMIWBOE3 .dropdown-item:focus {
  background: #de743f !important;
  color: white !important;
}
.cid-vnhMIWBOE3 .dropdown-item:hover span {
  color: white;
}
.cid-vnhMIWBOE3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhMIWBOE3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhMIWBOE3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhMIWBOE3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vnhMIWBOE3 .nav-link {
  position: relative;
}
.cid-vnhMIWBOE3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vnhMIWBOE3 .container {
    flex-wrap: wrap;
  }
}
.cid-vnhMIWBOE3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vnhMIWBOE3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vnhMIWBOE3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vnhMIWBOE3 .dropdown-menu,
.cid-vnhMIWBOE3 .navbar.opened {
  background: #111111 !important;
}
.cid-vnhMIWBOE3 .nav-item:focus,
.cid-vnhMIWBOE3 .nav-link:focus {
  outline: none;
}
.cid-vnhMIWBOE3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhMIWBOE3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vnhMIWBOE3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhMIWBOE3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhMIWBOE3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhMIWBOE3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhMIWBOE3 .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: #111111;
}
.cid-vnhMIWBOE3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhMIWBOE3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vnhMIWBOE3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhMIWBOE3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhMIWBOE3 .navbar.collapsed {
  justify-content: center;
}
.cid-vnhMIWBOE3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhMIWBOE3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnhMIWBOE3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vnhMIWBOE3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhMIWBOE3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhMIWBOE3 .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-vnhMIWBOE3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhMIWBOE3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhMIWBOE3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhMIWBOE3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhMIWBOE3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhMIWBOE3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhMIWBOE3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhMIWBOE3 .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-vnhMIWBOE3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhMIWBOE3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhMIWBOE3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vnhMIWBOE3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vnhMIWBOE3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhMIWBOE3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vnhMIWBOE3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vnhMIWBOE3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vnhMIWBOE3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vnhMIWBOE3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vnhMIWBOE3 .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-vnhMIWBOE3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vnhMIWBOE3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhMIWBOE3 .dropdown-item.active,
.cid-vnhMIWBOE3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhMIWBOE3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhMIWBOE3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhMIWBOE3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhMIWBOE3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-vnhMIWBOE3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vnhMIWBOE3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhMIWBOE3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vnhMIWBOE3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vnhMIWBOE3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vnhMIWBOE3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vnhMIWBOE3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vnhMIWBOE3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnhMIWBOE3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnhMIWBOE3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vnhMIWBOE3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhMIWBOE3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhMIWBOE3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhMIWBOE3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhMIWBOE3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhMIWBOE3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhMIWBOE3 .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-vnhMIWBOE3 .navbar {
    height: 70px;
  }
  .cid-vnhMIWBOE3 .navbar.opened {
    height: auto;
  }
  .cid-vnhMIWBOE3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhMIWTAQI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/serralheria-em-jarinu-1000x667.jpg");
}
.cid-vnhMIWTAQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhMIWTAQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhMIWTAQI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vnhMIWTAQI .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vnhMIWTAQI .mbr-section-title {
  color: #fafafa;
}
.cid-vnhMIX4DqE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-vnhMIX4DqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhMIX4DqE .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vnhMIX4DqE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vnhMIX4DqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhMIX4DqE .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #111111;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #de743f;
  height: 80px;
  border-radius: 50%;
}
.cid-vnhMIX4DqE .card-title,
.cid-vnhMIX4DqE .iconfont-wrapper,
.cid-vnhMIX4DqE .card-text {
  color: #000000;
  text-align: center;
}
.cid-vnhMIX4DqE .content-head {
  max-width: 800px;
}
.cid-vnhMIX4DqE .mbr-section-title {
  color: #000000;
}
.cid-vnhMIX4DqE .mbr-section-btn {
  text-align: center;
}
.cid-vnhMIX4DqE .card-text,
.cid-vnhMIX4DqE .mbr-section-btn {
  text-align: center;
  color: #d2d2d2;
}
.cid-vnhMIX4DqE .card-title,
.cid-vnhMIX4DqE .iconfont-wrapper {
  color: #fafafa;
}
.cid-vnhMIXieSH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a1a1a;
}
.cid-vnhMIXieSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhMIXieSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhMIXieSH .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vnhMIXieSH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnhMIXieSH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vnhMIXieSH .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vnhMIXieSH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnhMIXieSH .mbr-section-title {
  color: #fafafa;
}
.cid-vnhMIXieSH .mbr-text,
.cid-vnhMIXieSH .mbr-section-btn {
  color: #d2d2d2;
}
.cid-vnhMIXrtOt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #111111;
}
.cid-vnhMIXrtOt img,
.cid-vnhMIXrtOt .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vnhMIXrtOt .item:focus,
.cid-vnhMIXrtOt span:focus {
  outline: none;
}
.cid-vnhMIXrtOt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vnhMIXrtOt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vnhMIXrtOt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vnhMIXrtOt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vnhMIXrtOt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vnhMIXrtOt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vnhMIXrtOt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vnhMIXrtOt .mbr-section-title {
  color: #fafafa;
}
.cid-vnhMIXrtOt .mbr-text,
.cid-vnhMIXrtOt .mbr-section-btn {
  text-align: left;
  color: #d2d2d2;
}
.cid-vnhMIXrtOt .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-vnhMIXrtOt .item-subtitle {
  text-align: left;
}
.cid-vnhMIXrtOt .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vnhMIXGW8J {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #de743f;
}
.cid-vnhMIXGW8J .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnhMIXGW8J .item {
    margin-bottom: 1rem;
  }
}
.cid-vnhMIXGW8J .item-wrapper {
  position: relative;
}
.cid-vnhMIXGW8J .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-vnhMIXGW8J .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vnhMIXGW8J .carousel-control,
.cid-vnhMIXGW8J .close {
  background: #1b1b1b;
}
.cid-vnhMIXGW8J .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vnhMIXGW8J .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vnhMIXGW8J .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vnhMIXGW8J .carousel-control-next span {
  margin-left: 5px;
}
.cid-vnhMIXGW8J .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-vnhMIXGW8J .close::before {
  content: '\e91a';
}
.cid-vnhMIXGW8J .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnhMIXGW8J .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-vnhMIXGW8J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnhMIXGW8J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnhMIXGW8J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnhMIXGW8J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vnhMIXGW8J .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-vnhMIXGW8J .carousel-indicators li.active,
.cid-vnhMIXGW8J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnhMIXGW8J .carousel-indicators li::after,
.cid-vnhMIXGW8J .carousel-indicators li::before {
  content: none;
}
.cid-vnhMIXGW8J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnhMIXGW8J .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vnhMIXGW8J .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vnhMIXGW8J .carousel-indicators {
    display: none;
  }
}
.cid-vnhMIXGW8J .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnhMIXGW8J .carousel-inner > .active {
  display: block;
}
.cid-vnhMIXGW8J .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnhMIXGW8J .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnhMIXGW8J .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vnhMIXGW8J .carousel-control,
  .cid-vnhMIXGW8J .carousel-indicators,
  .cid-vnhMIXGW8J .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vnhMIXGW8J .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vnhMIXGW8J .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnhMIXGW8J .carousel-indicators .active,
.cid-vnhMIXGW8J .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vnhMIXGW8J .carousel-indicators .active {
  background: #fff;
}
.cid-vnhMIXGW8J .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vnhMIXGW8J .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vnhMIXGW8J .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vnhMIXGW8J .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vnhMIXGW8J .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vnhMIXGW8J .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vnhMIXGW8J .carousel {
  width: 100%;
}
.cid-vnhMIXGW8J .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vnhMIXGW8J .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vnhMIXGW8J .modal.fade .modal-dialog,
.cid-vnhMIXGW8J .modal.in .modal-dialog {
  transform: none;
}
.cid-vnhMIXGW8J .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vnhMIXGW8J .content-head {
  max-width: 800px;
}
.cid-vnhMIXGW8J H3 {
  color: #111111;
}
.cid-vnhMIXGW8J H4 {
  color: #141414;
}
.cid-vnhMIYWjBL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-vnhMIYWjBL .mbr-overlay {
  background-color: #111111;
  opacity: 0.7;
}
.cid-vnhMIYWjBL form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vnhMIYWjBL form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-vnhMIYWjBL form.mbr-form {
    padding: 1rem;
  }
}
.cid-vnhMIYWjBL form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vnhMIYWjBL form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vnhMIYWjBL .mbr-section-title {
  color: #fafafa;
}
.cid-vnhMIYWjBL P {
  color: #324455;
}
.cid-vnhMIZ6N9K {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #111111;
}
.cid-vnhMIZ6N9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhMIZ6N9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhMIZ6N9K .google-map {
  height: 30rem;
  position: relative;
}
.cid-vnhMIZ6N9K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vnhMIZ6N9K .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-vnhMIZ6N9K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vnhMIZ6N9K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vnhMIZ6N9K .mbr-section-title {
  color: #fafafa;
}
.cid-vnhMIZ6N9K .mbr-section-subtitle {
  color: #d2d2d2;
}
.cid-vnhMIZieXH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #111111;
}
.cid-vnhMIZieXH .mbr-text {
  text-align: center;
  color: #d2d2d2;
}
.cid-vnhMIZieXH .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-vnhMIZqeYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/estruturas-metalicas-serralheria-em-jarinu-11-1600x1200.jpg");
}
.cid-vnhMIZqeYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhMIZqeYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhMIZqeYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vnhMIZqeYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnhMIZqeYW .row {
    text-align: center;
  }
  .cid-vnhMIZqeYW .row > div {
    margin: auto;
  }
  .cid-vnhMIZqeYW .social-row {
    justify-content: center;
  }
}
.cid-vnhMIZqeYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vnhMIZqeYW .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-vnhMIZqeYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vnhMIZqeYW .list {
    margin-bottom: 0rem;
  }
}
.cid-vnhMIZqeYW .mbr-text {
  color: #d2d2d2;
}
.cid-vnhMIZqeYW .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-vnhMIZqeYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vnhMIZqeYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vnhMIZqeYW .copyright {
  color: #fafafa;
}
.cid-vnhMIZqeYW H5 {
  color: #fafafa;
}
.cid-vnhO6NkzLC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vnhO6NkzLC nav.navbar {
  position: fixed;
}
.cid-vnhO6NkzLC .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-vnhO6NkzLC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vnhO6NkzLC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vnhO6NkzLC .dropdown-item:hover,
.cid-vnhO6NkzLC .dropdown-item:focus {
  background: #de743f !important;
  color: white !important;
}
.cid-vnhO6NkzLC .dropdown-item:hover span {
  color: white;
}
.cid-vnhO6NkzLC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhO6NkzLC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhO6NkzLC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhO6NkzLC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vnhO6NkzLC .nav-link {
  position: relative;
}
.cid-vnhO6NkzLC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vnhO6NkzLC .container {
    flex-wrap: wrap;
  }
}
.cid-vnhO6NkzLC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vnhO6NkzLC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vnhO6NkzLC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vnhO6NkzLC .dropdown-menu,
.cid-vnhO6NkzLC .navbar.opened {
  background: #111111 !important;
}
.cid-vnhO6NkzLC .nav-item:focus,
.cid-vnhO6NkzLC .nav-link:focus {
  outline: none;
}
.cid-vnhO6NkzLC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhO6NkzLC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vnhO6NkzLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhO6NkzLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhO6NkzLC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhO6NkzLC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhO6NkzLC .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: #111111;
}
.cid-vnhO6NkzLC .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhO6NkzLC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vnhO6NkzLC .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhO6NkzLC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhO6NkzLC .navbar.collapsed {
  justify-content: center;
}
.cid-vnhO6NkzLC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhO6NkzLC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnhO6NkzLC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vnhO6NkzLC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhO6NkzLC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhO6NkzLC .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-vnhO6NkzLC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhO6NkzLC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhO6NkzLC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhO6NkzLC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhO6NkzLC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhO6NkzLC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhO6NkzLC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhO6NkzLC .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-vnhO6NkzLC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhO6NkzLC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhO6NkzLC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vnhO6NkzLC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vnhO6NkzLC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhO6NkzLC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vnhO6NkzLC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vnhO6NkzLC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vnhO6NkzLC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vnhO6NkzLC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vnhO6NkzLC .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-vnhO6NkzLC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vnhO6NkzLC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhO6NkzLC .dropdown-item.active,
.cid-vnhO6NkzLC .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhO6NkzLC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhO6NkzLC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhO6NkzLC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhO6NkzLC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-vnhO6NkzLC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vnhO6NkzLC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhO6NkzLC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vnhO6NkzLC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vnhO6NkzLC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vnhO6NkzLC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vnhO6NkzLC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vnhO6NkzLC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnhO6NkzLC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnhO6NkzLC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vnhO6NkzLC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhO6NkzLC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhO6NkzLC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhO6NkzLC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhO6NkzLC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhO6NkzLC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhO6NkzLC .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-vnhO6NkzLC .navbar {
    height: 70px;
  }
  .cid-vnhO6NkzLC .navbar.opened {
    height: auto;
  }
  .cid-vnhO6NkzLC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhO6Nzw3T {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/serralheria-em-jarinu-1000x667.jpg");
}
.cid-vnhO6Nzw3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhO6Nzw3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhO6Nzw3T .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vnhO6Nzw3T .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vnhO6Nzw3T .mbr-section-title {
  color: #fafafa;
}
.cid-vnhO6NKXVG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-vnhO6NKXVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhO6NKXVG .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vnhO6NKXVG .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vnhO6NKXVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhO6NKXVG .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #111111;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #de743f;
  height: 80px;
  border-radius: 50%;
}
.cid-vnhO6NKXVG .card-title,
.cid-vnhO6NKXVG .iconfont-wrapper,
.cid-vnhO6NKXVG .card-text {
  color: #000000;
  text-align: center;
}
.cid-vnhO6NKXVG .content-head {
  max-width: 800px;
}
.cid-vnhO6NKXVG .mbr-section-title {
  color: #000000;
}
.cid-vnhO6NKXVG .mbr-section-btn {
  text-align: center;
}
.cid-vnhO6NKXVG .card-text,
.cid-vnhO6NKXVG .mbr-section-btn {
  text-align: center;
  color: #d2d2d2;
}
.cid-vnhO6NKXVG .card-title,
.cid-vnhO6NKXVG .iconfont-wrapper {
  color: #fafafa;
}
.cid-vnhO6NYRuJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a1a1a;
}
.cid-vnhO6NYRuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhO6NYRuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhO6NYRuJ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vnhO6NYRuJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnhO6NYRuJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vnhO6NYRuJ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vnhO6NYRuJ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnhO6NYRuJ .mbr-section-title {
  color: #fafafa;
}
.cid-vnhO6NYRuJ .mbr-text,
.cid-vnhO6NYRuJ .mbr-section-btn {
  color: #d2d2d2;
}
.cid-vnhO6O6gEk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #111111;
}
.cid-vnhO6O6gEk img,
.cid-vnhO6O6gEk .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vnhO6O6gEk .item:focus,
.cid-vnhO6O6gEk span:focus {
  outline: none;
}
.cid-vnhO6O6gEk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vnhO6O6gEk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vnhO6O6gEk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vnhO6O6gEk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vnhO6O6gEk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vnhO6O6gEk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vnhO6O6gEk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vnhO6O6gEk .mbr-section-title {
  color: #fafafa;
}
.cid-vnhO6O6gEk .mbr-text,
.cid-vnhO6O6gEk .mbr-section-btn {
  text-align: left;
  color: #d2d2d2;
}
.cid-vnhO6O6gEk .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-vnhO6O6gEk .item-subtitle {
  text-align: left;
}
.cid-vnhO6O6gEk .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vnhO6Ol2KO {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #de743f;
}
.cid-vnhO6Ol2KO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnhO6Ol2KO .item {
    margin-bottom: 1rem;
  }
}
.cid-vnhO6Ol2KO .item-wrapper {
  position: relative;
}
.cid-vnhO6Ol2KO .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-vnhO6Ol2KO .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vnhO6Ol2KO .carousel-control,
.cid-vnhO6Ol2KO .close {
  background: #1b1b1b;
}
.cid-vnhO6Ol2KO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vnhO6Ol2KO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vnhO6Ol2KO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vnhO6Ol2KO .carousel-control-next span {
  margin-left: 5px;
}
.cid-vnhO6Ol2KO .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-vnhO6Ol2KO .close::before {
  content: '\e91a';
}
.cid-vnhO6Ol2KO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnhO6Ol2KO .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-vnhO6Ol2KO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnhO6Ol2KO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnhO6Ol2KO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnhO6Ol2KO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vnhO6Ol2KO .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-vnhO6Ol2KO .carousel-indicators li.active,
.cid-vnhO6Ol2KO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnhO6Ol2KO .carousel-indicators li::after,
.cid-vnhO6Ol2KO .carousel-indicators li::before {
  content: none;
}
.cid-vnhO6Ol2KO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnhO6Ol2KO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vnhO6Ol2KO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vnhO6Ol2KO .carousel-indicators {
    display: none;
  }
}
.cid-vnhO6Ol2KO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnhO6Ol2KO .carousel-inner > .active {
  display: block;
}
.cid-vnhO6Ol2KO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnhO6Ol2KO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnhO6Ol2KO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vnhO6Ol2KO .carousel-control,
  .cid-vnhO6Ol2KO .carousel-indicators,
  .cid-vnhO6Ol2KO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vnhO6Ol2KO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vnhO6Ol2KO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnhO6Ol2KO .carousel-indicators .active,
.cid-vnhO6Ol2KO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vnhO6Ol2KO .carousel-indicators .active {
  background: #fff;
}
.cid-vnhO6Ol2KO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vnhO6Ol2KO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vnhO6Ol2KO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vnhO6Ol2KO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vnhO6Ol2KO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vnhO6Ol2KO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vnhO6Ol2KO .carousel {
  width: 100%;
}
.cid-vnhO6Ol2KO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vnhO6Ol2KO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vnhO6Ol2KO .modal.fade .modal-dialog,
.cid-vnhO6Ol2KO .modal.in .modal-dialog {
  transform: none;
}
.cid-vnhO6Ol2KO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vnhO6Ol2KO .content-head {
  max-width: 800px;
}
.cid-vnhO6Ol2KO H3 {
  color: #111111;
}
.cid-vnhO6Ol2KO H4 {
  color: #141414;
}
.cid-vnhO6Pcdzi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-vnhO6Pcdzi .mbr-overlay {
  background-color: #111111;
  opacity: 0.7;
}
.cid-vnhO6Pcdzi form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vnhO6Pcdzi form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-vnhO6Pcdzi form.mbr-form {
    padding: 1rem;
  }
}
.cid-vnhO6Pcdzi form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vnhO6Pcdzi form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vnhO6Pcdzi .mbr-section-title {
  color: #fafafa;
}
.cid-vnhO6Pcdzi P {
  color: #324455;
}
.cid-vnhO6PnEG5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #111111;
}
.cid-vnhO6PnEG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhO6PnEG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhO6PnEG5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-vnhO6PnEG5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vnhO6PnEG5 .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-vnhO6PnEG5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vnhO6PnEG5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vnhO6PnEG5 .mbr-section-title {
  color: #fafafa;
}
.cid-vnhO6PnEG5 .mbr-section-subtitle {
  color: #d2d2d2;
}
.cid-vnhO6PBr2E {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #111111;
}
.cid-vnhO6PBr2E .mbr-text {
  text-align: center;
  color: #d2d2d2;
}
.cid-vnhO6PBr2E .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-vnhO6PJaap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/estruturas-metalicas-serralheria-em-jarinu-11-1600x1200.jpg");
}
.cid-vnhO6PJaap .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhO6PJaap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhO6PJaap .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vnhO6PJaap .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnhO6PJaap .row {
    text-align: center;
  }
  .cid-vnhO6PJaap .row > div {
    margin: auto;
  }
  .cid-vnhO6PJaap .social-row {
    justify-content: center;
  }
}
.cid-vnhO6PJaap .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vnhO6PJaap .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-vnhO6PJaap .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vnhO6PJaap .list {
    margin-bottom: 0rem;
  }
}
.cid-vnhO6PJaap .mbr-text {
  color: #d2d2d2;
}
.cid-vnhO6PJaap .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-vnhO6PJaap .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vnhO6PJaap div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vnhO6PJaap .copyright {
  color: #fafafa;
}
.cid-vnhO6PJaap H5 {
  color: #fafafa;
}
.cid-vnhOqqVvUi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vnhOqqVvUi nav.navbar {
  position: fixed;
}
.cid-vnhOqqVvUi .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-vnhOqqVvUi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vnhOqqVvUi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vnhOqqVvUi .dropdown-item:hover,
.cid-vnhOqqVvUi .dropdown-item:focus {
  background: #de743f !important;
  color: white !important;
}
.cid-vnhOqqVvUi .dropdown-item:hover span {
  color: white;
}
.cid-vnhOqqVvUi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhOqqVvUi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhOqqVvUi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhOqqVvUi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vnhOqqVvUi .nav-link {
  position: relative;
}
.cid-vnhOqqVvUi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vnhOqqVvUi .container {
    flex-wrap: wrap;
  }
}
.cid-vnhOqqVvUi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vnhOqqVvUi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vnhOqqVvUi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vnhOqqVvUi .dropdown-menu,
.cid-vnhOqqVvUi .navbar.opened {
  background: #111111 !important;
}
.cid-vnhOqqVvUi .nav-item:focus,
.cid-vnhOqqVvUi .nav-link:focus {
  outline: none;
}
.cid-vnhOqqVvUi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhOqqVvUi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vnhOqqVvUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhOqqVvUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhOqqVvUi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhOqqVvUi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhOqqVvUi .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: #111111;
}
.cid-vnhOqqVvUi .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhOqqVvUi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vnhOqqVvUi .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhOqqVvUi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhOqqVvUi .navbar.collapsed {
  justify-content: center;
}
.cid-vnhOqqVvUi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhOqqVvUi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnhOqqVvUi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vnhOqqVvUi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhOqqVvUi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhOqqVvUi .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-vnhOqqVvUi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhOqqVvUi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhOqqVvUi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhOqqVvUi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhOqqVvUi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhOqqVvUi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhOqqVvUi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhOqqVvUi .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-vnhOqqVvUi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhOqqVvUi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhOqqVvUi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vnhOqqVvUi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vnhOqqVvUi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhOqqVvUi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vnhOqqVvUi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vnhOqqVvUi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vnhOqqVvUi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vnhOqqVvUi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vnhOqqVvUi .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-vnhOqqVvUi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vnhOqqVvUi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhOqqVvUi .dropdown-item.active,
.cid-vnhOqqVvUi .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhOqqVvUi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhOqqVvUi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhOqqVvUi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhOqqVvUi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-vnhOqqVvUi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vnhOqqVvUi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhOqqVvUi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vnhOqqVvUi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vnhOqqVvUi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vnhOqqVvUi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vnhOqqVvUi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vnhOqqVvUi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnhOqqVvUi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnhOqqVvUi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vnhOqqVvUi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhOqqVvUi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhOqqVvUi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhOqqVvUi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhOqqVvUi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhOqqVvUi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhOqqVvUi .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-vnhOqqVvUi .navbar {
    height: 70px;
  }
  .cid-vnhOqqVvUi .navbar.opened {
    height: auto;
  }
  .cid-vnhOqqVvUi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhOqragIn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/serralheria-em-jarinu-1000x667.jpg");
}
.cid-vnhOqragIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhOqragIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhOqragIn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vnhOqragIn .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vnhOqragIn .mbr-section-title {
  color: #fafafa;
}
.cid-vnhOqrkbSD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-vnhOqrkbSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhOqrkbSD .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vnhOqrkbSD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vnhOqrkbSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhOqrkbSD .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #111111;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #de743f;
  height: 80px;
  border-radius: 50%;
}
.cid-vnhOqrkbSD .card-title,
.cid-vnhOqrkbSD .iconfont-wrapper,
.cid-vnhOqrkbSD .card-text {
  color: #000000;
  text-align: center;
}
.cid-vnhOqrkbSD .content-head {
  max-width: 800px;
}
.cid-vnhOqrkbSD .mbr-section-title {
  color: #000000;
}
.cid-vnhOqrkbSD .mbr-section-btn {
  text-align: center;
}
.cid-vnhOqrkbSD .card-text,
.cid-vnhOqrkbSD .mbr-section-btn {
  text-align: center;
  color: #d2d2d2;
}
.cid-vnhOqrkbSD .card-title,
.cid-vnhOqrkbSD .iconfont-wrapper {
  color: #fafafa;
}
.cid-vnhOqrxELg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a1a1a;
}
.cid-vnhOqrxELg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhOqrxELg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhOqrxELg .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vnhOqrxELg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnhOqrxELg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vnhOqrxELg .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vnhOqrxELg .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnhOqrxELg .mbr-section-title {
  color: #fafafa;
}
.cid-vnhOqrxELg .mbr-text,
.cid-vnhOqrxELg .mbr-section-btn {
  color: #d2d2d2;
}
.cid-vnhOqrFPJQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #111111;
}
.cid-vnhOqrFPJQ img,
.cid-vnhOqrFPJQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vnhOqrFPJQ .item:focus,
.cid-vnhOqrFPJQ span:focus {
  outline: none;
}
.cid-vnhOqrFPJQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vnhOqrFPJQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vnhOqrFPJQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vnhOqrFPJQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vnhOqrFPJQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vnhOqrFPJQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vnhOqrFPJQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vnhOqrFPJQ .mbr-section-title {
  color: #fafafa;
}
.cid-vnhOqrFPJQ .mbr-text,
.cid-vnhOqrFPJQ .mbr-section-btn {
  text-align: left;
  color: #d2d2d2;
}
.cid-vnhOqrFPJQ .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-vnhOqrFPJQ .item-subtitle {
  text-align: left;
}
.cid-vnhOqrFPJQ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vnhOqrUjAt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #de743f;
}
.cid-vnhOqrUjAt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnhOqrUjAt .item {
    margin-bottom: 1rem;
  }
}
.cid-vnhOqrUjAt .item-wrapper {
  position: relative;
}
.cid-vnhOqrUjAt .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-vnhOqrUjAt .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vnhOqrUjAt .carousel-control,
.cid-vnhOqrUjAt .close {
  background: #1b1b1b;
}
.cid-vnhOqrUjAt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vnhOqrUjAt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vnhOqrUjAt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vnhOqrUjAt .carousel-control-next span {
  margin-left: 5px;
}
.cid-vnhOqrUjAt .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-vnhOqrUjAt .close::before {
  content: '\e91a';
}
.cid-vnhOqrUjAt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnhOqrUjAt .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-vnhOqrUjAt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnhOqrUjAt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnhOqrUjAt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnhOqrUjAt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vnhOqrUjAt .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-vnhOqrUjAt .carousel-indicators li.active,
.cid-vnhOqrUjAt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnhOqrUjAt .carousel-indicators li::after,
.cid-vnhOqrUjAt .carousel-indicators li::before {
  content: none;
}
.cid-vnhOqrUjAt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnhOqrUjAt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vnhOqrUjAt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vnhOqrUjAt .carousel-indicators {
    display: none;
  }
}
.cid-vnhOqrUjAt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnhOqrUjAt .carousel-inner > .active {
  display: block;
}
.cid-vnhOqrUjAt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnhOqrUjAt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnhOqrUjAt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vnhOqrUjAt .carousel-control,
  .cid-vnhOqrUjAt .carousel-indicators,
  .cid-vnhOqrUjAt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vnhOqrUjAt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vnhOqrUjAt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnhOqrUjAt .carousel-indicators .active,
.cid-vnhOqrUjAt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vnhOqrUjAt .carousel-indicators .active {
  background: #fff;
}
.cid-vnhOqrUjAt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vnhOqrUjAt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vnhOqrUjAt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vnhOqrUjAt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vnhOqrUjAt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vnhOqrUjAt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vnhOqrUjAt .carousel {
  width: 100%;
}
.cid-vnhOqrUjAt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vnhOqrUjAt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vnhOqrUjAt .modal.fade .modal-dialog,
.cid-vnhOqrUjAt .modal.in .modal-dialog {
  transform: none;
}
.cid-vnhOqrUjAt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vnhOqrUjAt .content-head {
  max-width: 800px;
}
.cid-vnhOqrUjAt H3 {
  color: #111111;
}
.cid-vnhOqrUjAt H4 {
  color: #141414;
}
.cid-vnhOqsLj0d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-vnhOqsLj0d .mbr-overlay {
  background-color: #111111;
  opacity: 0.7;
}
.cid-vnhOqsLj0d form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vnhOqsLj0d form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-vnhOqsLj0d form.mbr-form {
    padding: 1rem;
  }
}
.cid-vnhOqsLj0d form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vnhOqsLj0d form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vnhOqsLj0d .mbr-section-title {
  color: #fafafa;
}
.cid-vnhOqsLj0d P {
  color: #324455;
}
.cid-vnhOqsXMZk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #111111;
}
.cid-vnhOqsXMZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhOqsXMZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhOqsXMZk .google-map {
  height: 30rem;
  position: relative;
}
.cid-vnhOqsXMZk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vnhOqsXMZk .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-vnhOqsXMZk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vnhOqsXMZk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vnhOqsXMZk .mbr-section-title {
  color: #fafafa;
}
.cid-vnhOqsXMZk .mbr-section-subtitle {
  color: #d2d2d2;
}
.cid-vnhOqtbPYv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #111111;
}
.cid-vnhOqtbPYv .mbr-text {
  text-align: center;
  color: #d2d2d2;
}
.cid-vnhOqtbPYv .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-vnhOqtjTcM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/estruturas-metalicas-serralheria-em-jarinu-11-1600x1200.jpg");
}
.cid-vnhOqtjTcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhOqtjTcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhOqtjTcM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vnhOqtjTcM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnhOqtjTcM .row {
    text-align: center;
  }
  .cid-vnhOqtjTcM .row > div {
    margin: auto;
  }
  .cid-vnhOqtjTcM .social-row {
    justify-content: center;
  }
}
.cid-vnhOqtjTcM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vnhOqtjTcM .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-vnhOqtjTcM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vnhOqtjTcM .list {
    margin-bottom: 0rem;
  }
}
.cid-vnhOqtjTcM .mbr-text {
  color: #d2d2d2;
}
.cid-vnhOqtjTcM .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-vnhOqtjTcM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vnhOqtjTcM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vnhOqtjTcM .copyright {
  color: #fafafa;
}
.cid-vnhOqtjTcM H5 {
  color: #fafafa;
}
.cid-vnhOMuHRRj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vnhOMuHRRj nav.navbar {
  position: fixed;
}
.cid-vnhOMuHRRj .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-vnhOMuHRRj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vnhOMuHRRj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vnhOMuHRRj .dropdown-item:hover,
.cid-vnhOMuHRRj .dropdown-item:focus {
  background: #de743f !important;
  color: white !important;
}
.cid-vnhOMuHRRj .dropdown-item:hover span {
  color: white;
}
.cid-vnhOMuHRRj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhOMuHRRj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhOMuHRRj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhOMuHRRj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vnhOMuHRRj .nav-link {
  position: relative;
}
.cid-vnhOMuHRRj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vnhOMuHRRj .container {
    flex-wrap: wrap;
  }
}
.cid-vnhOMuHRRj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vnhOMuHRRj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vnhOMuHRRj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vnhOMuHRRj .dropdown-menu,
.cid-vnhOMuHRRj .navbar.opened {
  background: #111111 !important;
}
.cid-vnhOMuHRRj .nav-item:focus,
.cid-vnhOMuHRRj .nav-link:focus {
  outline: none;
}
.cid-vnhOMuHRRj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhOMuHRRj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vnhOMuHRRj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhOMuHRRj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhOMuHRRj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhOMuHRRj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhOMuHRRj .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: #111111;
}
.cid-vnhOMuHRRj .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhOMuHRRj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vnhOMuHRRj .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhOMuHRRj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhOMuHRRj .navbar.collapsed {
  justify-content: center;
}
.cid-vnhOMuHRRj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhOMuHRRj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnhOMuHRRj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vnhOMuHRRj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhOMuHRRj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhOMuHRRj .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-vnhOMuHRRj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhOMuHRRj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhOMuHRRj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhOMuHRRj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhOMuHRRj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhOMuHRRj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhOMuHRRj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhOMuHRRj .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-vnhOMuHRRj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhOMuHRRj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhOMuHRRj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vnhOMuHRRj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vnhOMuHRRj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhOMuHRRj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vnhOMuHRRj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vnhOMuHRRj .navbar.navbar-short {
  min-height: 60px;
}
.cid-vnhOMuHRRj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vnhOMuHRRj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vnhOMuHRRj .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-vnhOMuHRRj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vnhOMuHRRj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhOMuHRRj .dropdown-item.active,
.cid-vnhOMuHRRj .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhOMuHRRj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhOMuHRRj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhOMuHRRj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhOMuHRRj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-vnhOMuHRRj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vnhOMuHRRj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhOMuHRRj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vnhOMuHRRj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vnhOMuHRRj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vnhOMuHRRj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vnhOMuHRRj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vnhOMuHRRj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnhOMuHRRj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnhOMuHRRj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vnhOMuHRRj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhOMuHRRj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhOMuHRRj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhOMuHRRj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhOMuHRRj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhOMuHRRj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhOMuHRRj .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-vnhOMuHRRj .navbar {
    height: 70px;
  }
  .cid-vnhOMuHRRj .navbar.opened {
    height: auto;
  }
  .cid-vnhOMuHRRj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhOMuY1h3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/serralheria-em-jarinu-1000x667.jpg");
}
.cid-vnhOMuY1h3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhOMuY1h3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhOMuY1h3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vnhOMuY1h3 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-vnhOMuY1h3 .mbr-section-title {
  color: #fafafa;
}
.cid-vnhOMv7crh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-vnhOMv7crh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhOMv7crh .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vnhOMv7crh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vnhOMv7crh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhOMv7crh .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #111111;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #de743f;
  height: 80px;
  border-radius: 50%;
}
.cid-vnhOMv7crh .card-title,
.cid-vnhOMv7crh .iconfont-wrapper,
.cid-vnhOMv7crh .card-text {
  color: #000000;
  text-align: center;
}
.cid-vnhOMv7crh .content-head {
  max-width: 800px;
}
.cid-vnhOMv7crh .mbr-section-title {
  color: #000000;
}
.cid-vnhOMv7crh .mbr-section-btn {
  text-align: center;
}
.cid-vnhOMv7crh .card-text,
.cid-vnhOMv7crh .mbr-section-btn {
  text-align: center;
  color: #d2d2d2;
}
.cid-vnhOMv7crh .card-title,
.cid-vnhOMv7crh .iconfont-wrapper {
  color: #fafafa;
}
.cid-vnhOMvk2TA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a1a1a;
}
.cid-vnhOMvk2TA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhOMvk2TA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhOMvk2TA .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vnhOMvk2TA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnhOMvk2TA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vnhOMvk2TA .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vnhOMvk2TA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnhOMvk2TA .mbr-section-title {
  color: #fafafa;
}
.cid-vnhOMvk2TA .mbr-text,
.cid-vnhOMvk2TA .mbr-section-btn {
  color: #d2d2d2;
}
.cid-vnhOMvsfUJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #111111;
}
.cid-vnhOMvsfUJ img,
.cid-vnhOMvsfUJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vnhOMvsfUJ .item:focus,
.cid-vnhOMvsfUJ span:focus {
  outline: none;
}
.cid-vnhOMvsfUJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vnhOMvsfUJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vnhOMvsfUJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vnhOMvsfUJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vnhOMvsfUJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vnhOMvsfUJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vnhOMvsfUJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vnhOMvsfUJ .mbr-section-title {
  color: #fafafa;
}
.cid-vnhOMvsfUJ .mbr-text,
.cid-vnhOMvsfUJ .mbr-section-btn {
  text-align: left;
  color: #d2d2d2;
}
.cid-vnhOMvsfUJ .item-title {
  text-align: left;
  color: #fafafa;
}
.cid-vnhOMvsfUJ .item-subtitle {
  text-align: left;
}
.cid-vnhOMvsfUJ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vnhOMvHgog {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #de743f;
}
.cid-vnhOMvHgog .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnhOMvHgog .item {
    margin-bottom: 1rem;
  }
}
.cid-vnhOMvHgog .item-wrapper {
  position: relative;
}
.cid-vnhOMvHgog .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-vnhOMvHgog .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vnhOMvHgog .carousel-control,
.cid-vnhOMvHgog .close {
  background: #1b1b1b;
}
.cid-vnhOMvHgog .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vnhOMvHgog .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vnhOMvHgog .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vnhOMvHgog .carousel-control-next span {
  margin-left: 5px;
}
.cid-vnhOMvHgog .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-vnhOMvHgog .close::before {
  content: '\e91a';
}
.cid-vnhOMvHgog .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnhOMvHgog .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-vnhOMvHgog .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnhOMvHgog .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnhOMvHgog .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnhOMvHgog .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vnhOMvHgog .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-vnhOMvHgog .carousel-indicators li.active,
.cid-vnhOMvHgog .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnhOMvHgog .carousel-indicators li::after,
.cid-vnhOMvHgog .carousel-indicators li::before {
  content: none;
}
.cid-vnhOMvHgog .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnhOMvHgog .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vnhOMvHgog .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vnhOMvHgog .carousel-indicators {
    display: none;
  }
}
.cid-vnhOMvHgog .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnhOMvHgog .carousel-inner > .active {
  display: block;
}
.cid-vnhOMvHgog .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnhOMvHgog .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnhOMvHgog .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vnhOMvHgog .carousel-control,
  .cid-vnhOMvHgog .carousel-indicators,
  .cid-vnhOMvHgog .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vnhOMvHgog .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vnhOMvHgog .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnhOMvHgog .carousel-indicators .active,
.cid-vnhOMvHgog .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vnhOMvHgog .carousel-indicators .active {
  background: #fff;
}
.cid-vnhOMvHgog .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vnhOMvHgog .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vnhOMvHgog .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vnhOMvHgog .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vnhOMvHgog .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vnhOMvHgog .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vnhOMvHgog .carousel {
  width: 100%;
}
.cid-vnhOMvHgog .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vnhOMvHgog .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vnhOMvHgog .modal.fade .modal-dialog,
.cid-vnhOMvHgog .modal.in .modal-dialog {
  transform: none;
}
.cid-vnhOMvHgog .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vnhOMvHgog .content-head {
  max-width: 800px;
}
.cid-vnhOMvHgog H3 {
  color: #111111;
}
.cid-vnhOMvHgog H4 {
  color: #141414;
}
.cid-vnhOMwxdIl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-vnhOMwxdIl .mbr-overlay {
  background-color: #111111;
  opacity: 0.7;
}
.cid-vnhOMwxdIl form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vnhOMwxdIl form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-vnhOMwxdIl form.mbr-form {
    padding: 1rem;
  }
}
.cid-vnhOMwxdIl form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vnhOMwxdIl form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vnhOMwxdIl .mbr-section-title {
  color: #fafafa;
}
.cid-vnhOMwxdIl P {
  color: #324455;
}
.cid-vnhOMwJmLG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #111111;
}
.cid-vnhOMwJmLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhOMwJmLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhOMwJmLG .google-map {
  height: 30rem;
  position: relative;
}
.cid-vnhOMwJmLG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vnhOMwJmLG .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-vnhOMwJmLG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vnhOMwJmLG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vnhOMwJmLG .mbr-section-title {
  color: #fafafa;
}
.cid-vnhOMwJmLG .mbr-section-subtitle {
  color: #d2d2d2;
}
.cid-vnhOMwY288 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #111111;
}
.cid-vnhOMwY288 .mbr-text {
  text-align: center;
  color: #d2d2d2;
}
.cid-vnhOMwY288 .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-vnhOMx5bzg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/estruturas-metalicas-serralheria-em-jarinu-11-1600x1200.jpg");
}
.cid-vnhOMx5bzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhOMx5bzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnhOMx5bzg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vnhOMx5bzg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnhOMx5bzg .row {
    text-align: center;
  }
  .cid-vnhOMx5bzg .row > div {
    margin: auto;
  }
  .cid-vnhOMx5bzg .social-row {
    justify-content: center;
  }
}
.cid-vnhOMx5bzg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vnhOMx5bzg .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-vnhOMx5bzg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vnhOMx5bzg .list {
    margin-bottom: 0rem;
  }
}
.cid-vnhOMx5bzg .mbr-text {
  color: #d2d2d2;
}
.cid-vnhOMx5bzg .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-vnhOMx5bzg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vnhOMx5bzg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vnhOMx5bzg .copyright {
  color: #fafafa;
}
.cid-vnhOMx5bzg H5 {
  color: #fafafa;
}
