.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #692e2e !important;
}
.bg-success {
  background-color: #56a433 !important;
}
.bg-info {
  background-color: #535353 !important;
}
.bg-warning {
  background-color: #fafafa !important;
}
.bg-danger {
  background-color: #fa02b2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #692e2e !important;
  border-color: #692e2e !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: #2d1414 !important;
  border-color: #2d1414 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d1414 !important;
  border-color: #2d1414 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #161616 !important;
  border-color: #161616 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #282828 !important;
  border-color: #282828 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #282828 !important;
  border-color: #282828 !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: #692e2e;
  color: #692e2e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2d1414 !important;
  background-color: transparent!important;
  border-color: #2d1414 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #692e2e !important;
  border-color: #692e2e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #535353;
  color: #535353;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #282828 !important;
  background-color: transparent!important;
  border-color: #282828 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !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: #692e2e !important;
}
.text-secondary {
  color: #161616 !important;
}
.text-success {
  color: #56a433 !important;
}
.text-info {
  color: #535353 !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: #220f0f !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: #202020 !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: #692e2e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #535353;
}
.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: #692e2e;
  border-color: #692e2e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #692e2e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b85e5e;
}
.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: #c6c6c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffc9ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #692e2e !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: #692e2e;
}
/* 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: #692e2e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #692e2e;
}
.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: #692e2e;
  border-bottom-color: #692e2e;
}
.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: #692e2e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #161616 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23692e2e' %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: #692e2e !important;
  color: white !important;
}
.cid-uAqhxOdEBJ .dropdown-item:hover span {
  color: white;
}
.cid-uAqhxOdEBJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAqhxOdEBJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAqhxOdEBJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAqhxOdEBJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAqhxOdEBJ .nav-link {
  position: relative;
}
.cid-uAqhxOdEBJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAqhxOdEBJ .container {
    flex-wrap: wrap;
  }
}
.cid-uAqhxOdEBJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAqhxOdEBJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAqhxOdEBJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAqhxOdEBJ .dropdown-menu,
.cid-uAqhxOdEBJ .navbar.opened {
  background: #fafafa !important;
}
.cid-uAqhxOdEBJ .nav-item:focus,
.cid-uAqhxOdEBJ .nav-link:focus {
  outline: none;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAqhxOdEBJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAqhxOdEBJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAqhxOdEBJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uAqhxOdEBJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uAqhxOdEBJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAqhxOdEBJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uAqhxOdEBJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAqhxOdEBJ .navbar.collapsed {
  justify-content: center;
}
.cid-uAqhxOdEBJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAqhxOdEBJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAqhxOdEBJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAqhxOdEBJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAqhxOdEBJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAqhxOdEBJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAqhxOdEBJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAqhxOdEBJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAqhxOdEBJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAqhxOdEBJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAqhxOdEBJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAqhxOdEBJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAqhxOdEBJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAqhxOdEBJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAqhxOdEBJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAqhxOdEBJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAqhxOdEBJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAqhxOdEBJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAqhxOdEBJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAqhxOdEBJ .dropdown-item.active,
.cid-uAqhxOdEBJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAqhxOdEBJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAqhxOdEBJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAqhxOdEBJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAqhxOdEBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uAqhxOdEBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAqhxOdEBJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAqhxOdEBJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAqhxOdEBJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAqhxOdEBJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAqhxOdEBJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAqhxOdEBJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAqhxOdEBJ .navbar {
    height: 70px;
  }
  .cid-uAqhxOdEBJ .navbar.opened {
    height: auto;
  }
  .cid-uAqhxOdEBJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAqiCYcwwr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-uAqiCYcwwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqiCYcwwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqiCYcwwr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAqiCYcwwr .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uAqiCYcwwr .mbr-section-title {
  color: #161616;
}
.cid-uOiY5kDumV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-uOiY5kDumV .item:focus,
.cid-uOiY5kDumV span:focus {
  outline: none;
}
.cid-uOiY5kDumV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOiY5kDumV .content-head {
  max-width: 800px;
}
.cid-uOiY5kDumV .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOiY5kDumV .item {
    min-height: 45px;
  }
}
.cid-uOiWn9Sco0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uOiWn9Sco0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOiWn9Sco0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOiWn9Sco0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uOiWn9Sco0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOiWn9Sco0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uOiWn9Sco0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uOiWn9Sco0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOiWn9Sco0 .mbr-section-title {
  color: #161616;
}
.cid-uOiWn9Sco0 .mbr-text,
.cid-uOiWn9Sco0 .mbr-section-btn {
  color: #303030;
}
.cid-uOj0gpWq63 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uOj0gpWq63 img,
.cid-uOj0gpWq63 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uOj0gpWq63 .item:focus,
.cid-uOj0gpWq63 span:focus {
  outline: none;
}
.cid-uOj0gpWq63 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOj0gpWq63 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOj0gpWq63 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOj0gpWq63 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOj0gpWq63 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOj0gpWq63 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOj0gpWq63 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOj0gpWq63 .mbr-section-title {
  color: #161616;
}
.cid-uOj0gpWq63 .mbr-text,
.cid-uOj0gpWq63 .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-uOj0gpWq63 .item-title {
  text-align: left;
  color: #161616;
}
.cid-uOj0gpWq63 .item-subtitle {
  text-align: left;
}
.cid-uOj0gpWq63 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uOj0IpSXtB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-uOj0IpSXtB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .item {
    margin-bottom: 1rem;
  }
}
.cid-uOj0IpSXtB .item-wrapper {
  position: relative;
}
.cid-uOj0IpSXtB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uOj0IpSXtB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uOj0IpSXtB .carousel-control,
.cid-uOj0IpSXtB .close {
  background: #1b1b1b;
}
.cid-uOj0IpSXtB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOj0IpSXtB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOj0IpSXtB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOj0IpSXtB .close::before {
  content: '\e91a';
}
.cid-uOj0IpSXtB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOj0IpSXtB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOj0IpSXtB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOj0IpSXtB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOj0IpSXtB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOj0IpSXtB .carousel-indicators li.active,
.cid-uOj0IpSXtB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOj0IpSXtB .carousel-indicators li::after,
.cid-uOj0IpSXtB .carousel-indicators li::before {
  content: none;
}
.cid-uOj0IpSXtB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOj0IpSXtB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOj0IpSXtB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .carousel-indicators {
    display: none;
  }
}
.cid-uOj0IpSXtB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOj0IpSXtB .carousel-inner > .active {
  display: block;
}
.cid-uOj0IpSXtB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOj0IpSXtB .carousel-control,
  .cid-uOj0IpSXtB .carousel-indicators,
  .cid-uOj0IpSXtB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOj0IpSXtB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOj0IpSXtB .carousel-indicators .active,
.cid-uOj0IpSXtB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOj0IpSXtB .carousel-indicators .active {
  background: #fff;
}
.cid-uOj0IpSXtB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOj0IpSXtB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOj0IpSXtB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOj0IpSXtB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOj0IpSXtB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOj0IpSXtB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOj0IpSXtB .carousel {
  width: 100%;
}
.cid-uOj0IpSXtB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOj0IpSXtB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOj0IpSXtB .modal.fade .modal-dialog,
.cid-uOj0IpSXtB .modal.in .modal-dialog {
  transform: none;
}
.cid-uOj0IpSXtB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOj0IpSXtB .content-head {
  max-width: 800px;
}
.cid-uOj0IpSXtB H3 {
  color: #fafafa;
}
.cid-uOj0IpSXtB H4 {
  color: #fafafa;
}
.cid-veINxIHpm9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veINxIHpm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veINxIHpm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veINxIHpm9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veINxIHpm9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veINxIHpm9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veINxIHpm9 .mbr-section-title {
  color: #161616;
}
.cid-veINxIHpm9 .mbr-text,
.cid-veINxIHpm9 .mbr-section-btn {
  color: #303030;
}
.cid-veJ0HjL1fk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veJ0HjL1fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJ0HjL1fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJ0HjL1fk .mbr-section-title {
  color: #161616;
}
.cid-veJ09jcGuE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veJ09jcGuE .carousel {
    min-height: 800px;
  }
  .cid-veJ09jcGuE .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veJ09jcGuE .carousel {
    min-height: 520px;
  }
  .cid-veJ09jcGuE .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veJ09jcGuE .carousel {
    min-height: 440px;
  }
  .cid-veJ09jcGuE .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veJ09jcGuE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veJ09jcGuE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veJ09jcGuE .carousel,
.cid-veJ09jcGuE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veJ09jcGuE .item-wrapper {
  width: 100%;
}
.cid-veJ09jcGuE .carousel-caption {
  bottom: 40px;
}
.cid-veJ09jcGuE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veJ09jcGuE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veJ09jcGuE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veJ09jcGuE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veJ09jcGuE .carousel-control {
  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-veJ09jcGuE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veJ09jcGuE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veJ09jcGuE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veJ09jcGuE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veJ09jcGuE .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-veJ09jcGuE .carousel-indicators li.active,
.cid-veJ09jcGuE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veJ09jcGuE .carousel-indicators li::after,
.cid-veJ09jcGuE .carousel-indicators li::before {
  content: none;
}
.cid-veJ09jcGuE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veJ09jcGuE .carousel-indicators {
    display: none !important;
  }
}
.cid-uAqnObL0ac {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-uAqnObL0ac .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.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: #303030;
}
.cid-uAqqqpzkYl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-uAqqqpzkYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqqqpzkYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqqqpzkYl .google-map {
  height: 30rem;
  position: relative;
}
.cid-uAqqqpzkYl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uAqqqpzkYl .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAqqqpzkYl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAqqqpzkYl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAqqqpzkYl .mbr-section-title {
  color: #161616;
}
.cid-uAqqLogkVo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uAqqLogkVo .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-uAqqLogkVo .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-uOj36BH0DN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.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: #303030;
}
.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: #303030;
}
.cid-uOj36BH0DN H5 {
  color: #161616;
}
.cid-veTVlqlLQL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTVlqlLQL nav.navbar {
  position: fixed;
}
.cid-veTVlqlLQL .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-veTVlqlLQL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTVlqlLQL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTVlqlLQL .dropdown-item:hover,
.cid-veTVlqlLQL .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veTVlqlLQL .dropdown-item:hover span {
  color: white;
}
.cid-veTVlqlLQL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTVlqlLQL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTVlqlLQL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTVlqlLQL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTVlqlLQL .nav-link {
  position: relative;
}
.cid-veTVlqlLQL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veTVlqlLQL .container {
    flex-wrap: wrap;
  }
}
.cid-veTVlqlLQL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veTVlqlLQL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veTVlqlLQL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTVlqlLQL .dropdown-menu,
.cid-veTVlqlLQL .navbar.opened {
  background: #fafafa !important;
}
.cid-veTVlqlLQL .nav-item:focus,
.cid-veTVlqlLQL .nav-link:focus {
  outline: none;
}
.cid-veTVlqlLQL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTVlqlLQL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTVlqlLQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTVlqlLQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTVlqlLQL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTVlqlLQL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTVlqlLQL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veTVlqlLQL .navbar.opened {
  transition: all 0.3s;
}
.cid-veTVlqlLQL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTVlqlLQL .navbar .navbar-logo img {
  width: auto;
}
.cid-veTVlqlLQL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTVlqlLQL .navbar.collapsed {
  justify-content: center;
}
.cid-veTVlqlLQL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTVlqlLQL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTVlqlLQL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veTVlqlLQL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTVlqlLQL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTVlqlLQL .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-veTVlqlLQL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTVlqlLQL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTVlqlLQL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTVlqlLQL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTVlqlLQL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTVlqlLQL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTVlqlLQL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTVlqlLQL .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-veTVlqlLQL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTVlqlLQL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTVlqlLQL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTVlqlLQL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veTVlqlLQL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTVlqlLQL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veTVlqlLQL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veTVlqlLQL .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTVlqlLQL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veTVlqlLQL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTVlqlLQL .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-veTVlqlLQL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTVlqlLQL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTVlqlLQL .dropdown-item.active,
.cid-veTVlqlLQL .dropdown-item:active {
  background-color: transparent;
}
.cid-veTVlqlLQL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTVlqlLQL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTVlqlLQL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTVlqlLQL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veTVlqlLQL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTVlqlLQL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTVlqlLQL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTVlqlLQL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTVlqlLQL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTVlqlLQL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veTVlqlLQL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTVlqlLQL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTVlqlLQL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTVlqlLQL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTVlqlLQL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTVlqlLQL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTVlqlLQL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTVlqlLQL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTVlqlLQL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veTVlqlLQL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTVlqlLQL .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-veTVlqlLQL .navbar {
    height: 70px;
  }
  .cid-veTVlqlLQL .navbar.opened {
    height: auto;
  }
  .cid-veTVlqlLQL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTVlqCDcL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veTVlqCDcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTVlqCDcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTVlqCDcL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veTVlqCDcL .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veTVlqCDcL .mbr-section-title {
  color: #161616;
}
.cid-veTVlqNm49 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veTVlqNm49 .item:focus,
.cid-veTVlqNm49 span:focus {
  outline: none;
}
.cid-veTVlqNm49 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veTVlqNm49 .content-head {
  max-width: 800px;
}
.cid-veTVlqNm49 .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veTVlqNm49 .item {
    min-height: 45px;
  }
}
.cid-veTVlqXGGz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veTVlqXGGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTVlqXGGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTVlqXGGz .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veTVlqXGGz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veTVlqXGGz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veTVlqXGGz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veTVlqXGGz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veTVlqXGGz .mbr-section-title {
  color: #161616;
}
.cid-veTVlqXGGz .mbr-text,
.cid-veTVlqXGGz .mbr-section-btn {
  color: #303030;
}
.cid-veTVlr7UHL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veTVlr7UHL img,
.cid-veTVlr7UHL .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veTVlr7UHL .item:focus,
.cid-veTVlr7UHL span:focus {
  outline: none;
}
.cid-veTVlr7UHL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veTVlr7UHL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veTVlr7UHL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veTVlr7UHL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veTVlr7UHL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veTVlr7UHL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veTVlr7UHL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veTVlr7UHL .mbr-section-title {
  color: #161616;
}
.cid-veTVlr7UHL .mbr-text,
.cid-veTVlr7UHL .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veTVlr7UHL .item-title {
  text-align: left;
  color: #161616;
}
.cid-veTVlr7UHL .item-subtitle {
  text-align: left;
}
.cid-veTVlr7UHL .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veTVlrCrG0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veTVlrCrG0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veTVlrCrG0 .item {
    margin-bottom: 1rem;
  }
}
.cid-veTVlrCrG0 .item-wrapper {
  position: relative;
}
.cid-veTVlrCrG0 .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-veTVlrCrG0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veTVlrCrG0 .carousel-control,
.cid-veTVlrCrG0 .close {
  background: #1b1b1b;
}
.cid-veTVlrCrG0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veTVlrCrG0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veTVlrCrG0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veTVlrCrG0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-veTVlrCrG0 .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-veTVlrCrG0 .close::before {
  content: '\e91a';
}
.cid-veTVlrCrG0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veTVlrCrG0 .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-veTVlrCrG0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTVlrCrG0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veTVlrCrG0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veTVlrCrG0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veTVlrCrG0 .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-veTVlrCrG0 .carousel-indicators li.active,
.cid-veTVlrCrG0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veTVlrCrG0 .carousel-indicators li::after,
.cid-veTVlrCrG0 .carousel-indicators li::before {
  content: none;
}
.cid-veTVlrCrG0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veTVlrCrG0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veTVlrCrG0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veTVlrCrG0 .carousel-indicators {
    display: none;
  }
}
.cid-veTVlrCrG0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veTVlrCrG0 .carousel-inner > .active {
  display: block;
}
.cid-veTVlrCrG0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTVlrCrG0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veTVlrCrG0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veTVlrCrG0 .carousel-control,
  .cid-veTVlrCrG0 .carousel-indicators,
  .cid-veTVlrCrG0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veTVlrCrG0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veTVlrCrG0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veTVlrCrG0 .carousel-indicators .active,
.cid-veTVlrCrG0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veTVlrCrG0 .carousel-indicators .active {
  background: #fff;
}
.cid-veTVlrCrG0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veTVlrCrG0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veTVlrCrG0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veTVlrCrG0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veTVlrCrG0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veTVlrCrG0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veTVlrCrG0 .carousel {
  width: 100%;
}
.cid-veTVlrCrG0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veTVlrCrG0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veTVlrCrG0 .modal.fade .modal-dialog,
.cid-veTVlrCrG0 .modal.in .modal-dialog {
  transform: none;
}
.cid-veTVlrCrG0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veTVlrCrG0 .content-head {
  max-width: 800px;
}
.cid-veTVlrCrG0 H3 {
  color: #fafafa;
}
.cid-veTVlrCrG0 H4 {
  color: #fafafa;
}
.cid-veTVlt8IGa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veTVlt8IGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTVlt8IGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTVlt8IGa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veTVlt8IGa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veTVlt8IGa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veTVlt8IGa .mbr-section-title {
  color: #161616;
}
.cid-veTVlt8IGa .mbr-text,
.cid-veTVlt8IGa .mbr-section-btn {
  color: #303030;
}
.cid-veTVltkdlZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veTVltkdlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTVltkdlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTVltkdlZ .mbr-section-title {
  color: #161616;
}
.cid-veTVltwtVT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veTVltwtVT .carousel {
    min-height: 800px;
  }
  .cid-veTVltwtVT .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veTVltwtVT .carousel {
    min-height: 520px;
  }
  .cid-veTVltwtVT .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veTVltwtVT .carousel {
    min-height: 440px;
  }
  .cid-veTVltwtVT .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veTVltwtVT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veTVltwtVT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veTVltwtVT .carousel,
.cid-veTVltwtVT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veTVltwtVT .item-wrapper {
  width: 100%;
}
.cid-veTVltwtVT .carousel-caption {
  bottom: 40px;
}
.cid-veTVltwtVT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veTVltwtVT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veTVltwtVT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veTVltwtVT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veTVltwtVT .carousel-control {
  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-veTVltwtVT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTVltwtVT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veTVltwtVT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veTVltwtVT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veTVltwtVT .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-veTVltwtVT .carousel-indicators li.active,
.cid-veTVltwtVT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veTVltwtVT .carousel-indicators li::after,
.cid-veTVltwtVT .carousel-indicators li::before {
  content: none;
}
.cid-veTVltwtVT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veTVltwtVT .carousel-indicators {
    display: none !important;
  }
}
.cid-veTVltWMM6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veTVltWMM6 .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veTVltWMM6 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veTVltWMM6 form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veTVltWMM6 form.mbr-form {
    padding: 1rem;
  }
}
.cid-veTVltWMM6 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veTVltWMM6 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veTVltWMM6 .mbr-section-title {
  color: #fafafa;
}
.cid-veTVltWMM6 P {
  color: #303030;
}
.cid-veTVlucnY1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veTVlucnY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTVlucnY1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTVlucnY1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-veTVlucnY1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veTVlucnY1 .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-veTVlucnY1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veTVlucnY1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veTVlucnY1 .mbr-section-title {
  color: #161616;
}
.cid-veTVlusgtB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veTVlusgtB .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veTVlusgtB .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veTVluGq7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veTVluGq7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTVluGq7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTVluGq7v .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veTVluGq7v .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veTVluGq7v .row {
    text-align: center;
  }
  .cid-veTVluGq7v .row > div {
    margin: auto;
  }
  .cid-veTVluGq7v .social-row {
    justify-content: center;
  }
}
.cid-veTVluGq7v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veTVluGq7v .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veTVluGq7v .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTVluGq7v .list {
    margin-bottom: 0rem;
  }
}
.cid-veTVluGq7v .mbr-text {
  color: #303030;
}
.cid-veTVluGq7v .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-veTVluGq7v .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veTVluGq7v div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veTVluGq7v .copyright {
  color: #303030;
}
.cid-veTVluGq7v H5 {
  color: #161616;
}
.cid-veTW70WBY6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTW70WBY6 nav.navbar {
  position: fixed;
}
.cid-veTW70WBY6 .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-veTW70WBY6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTW70WBY6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTW70WBY6 .dropdown-item:hover,
.cid-veTW70WBY6 .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veTW70WBY6 .dropdown-item:hover span {
  color: white;
}
.cid-veTW70WBY6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTW70WBY6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTW70WBY6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTW70WBY6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTW70WBY6 .nav-link {
  position: relative;
}
.cid-veTW70WBY6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veTW70WBY6 .container {
    flex-wrap: wrap;
  }
}
.cid-veTW70WBY6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veTW70WBY6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veTW70WBY6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTW70WBY6 .dropdown-menu,
.cid-veTW70WBY6 .navbar.opened {
  background: #fafafa !important;
}
.cid-veTW70WBY6 .nav-item:focus,
.cid-veTW70WBY6 .nav-link:focus {
  outline: none;
}
.cid-veTW70WBY6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTW70WBY6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTW70WBY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTW70WBY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTW70WBY6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTW70WBY6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTW70WBY6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veTW70WBY6 .navbar.opened {
  transition: all 0.3s;
}
.cid-veTW70WBY6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTW70WBY6 .navbar .navbar-logo img {
  width: auto;
}
.cid-veTW70WBY6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTW70WBY6 .navbar.collapsed {
  justify-content: center;
}
.cid-veTW70WBY6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTW70WBY6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTW70WBY6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veTW70WBY6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTW70WBY6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTW70WBY6 .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-veTW70WBY6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTW70WBY6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTW70WBY6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTW70WBY6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTW70WBY6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTW70WBY6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTW70WBY6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTW70WBY6 .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-veTW70WBY6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTW70WBY6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTW70WBY6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTW70WBY6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veTW70WBY6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTW70WBY6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veTW70WBY6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veTW70WBY6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTW70WBY6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veTW70WBY6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTW70WBY6 .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-veTW70WBY6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTW70WBY6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTW70WBY6 .dropdown-item.active,
.cid-veTW70WBY6 .dropdown-item:active {
  background-color: transparent;
}
.cid-veTW70WBY6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTW70WBY6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTW70WBY6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTW70WBY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veTW70WBY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTW70WBY6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTW70WBY6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTW70WBY6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTW70WBY6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTW70WBY6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veTW70WBY6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTW70WBY6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTW70WBY6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTW70WBY6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTW70WBY6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTW70WBY6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTW70WBY6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTW70WBY6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTW70WBY6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veTW70WBY6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTW70WBY6 .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-veTW70WBY6 .navbar {
    height: 70px;
  }
  .cid-veTW70WBY6 .navbar.opened {
    height: auto;
  }
  .cid-veTW70WBY6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTW71c7YF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veTW71c7YF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTW71c7YF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTW71c7YF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veTW71c7YF .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veTW71c7YF .mbr-section-title {
  color: #161616;
}
.cid-veTW71m5nt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veTW71m5nt .item:focus,
.cid-veTW71m5nt span:focus {
  outline: none;
}
.cid-veTW71m5nt .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veTW71m5nt .content-head {
  max-width: 800px;
}
.cid-veTW71m5nt .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veTW71m5nt .item {
    min-height: 45px;
  }
}
.cid-veTW71utTF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veTW71utTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTW71utTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTW71utTF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veTW71utTF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veTW71utTF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veTW71utTF .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veTW71utTF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veTW71utTF .mbr-section-title {
  color: #161616;
}
.cid-veTW71utTF .mbr-text,
.cid-veTW71utTF .mbr-section-btn {
  color: #303030;
}
.cid-veTW71EUgN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veTW71EUgN img,
.cid-veTW71EUgN .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veTW71EUgN .item:focus,
.cid-veTW71EUgN span:focus {
  outline: none;
}
.cid-veTW71EUgN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veTW71EUgN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veTW71EUgN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veTW71EUgN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veTW71EUgN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veTW71EUgN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veTW71EUgN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veTW71EUgN .mbr-section-title {
  color: #161616;
}
.cid-veTW71EUgN .mbr-text,
.cid-veTW71EUgN .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veTW71EUgN .item-title {
  text-align: left;
  color: #161616;
}
.cid-veTW71EUgN .item-subtitle {
  text-align: left;
}
.cid-veTW71EUgN .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veTW72gaX4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veTW72gaX4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veTW72gaX4 .item {
    margin-bottom: 1rem;
  }
}
.cid-veTW72gaX4 .item-wrapper {
  position: relative;
}
.cid-veTW72gaX4 .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-veTW72gaX4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veTW72gaX4 .carousel-control,
.cid-veTW72gaX4 .close {
  background: #1b1b1b;
}
.cid-veTW72gaX4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veTW72gaX4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veTW72gaX4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veTW72gaX4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-veTW72gaX4 .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-veTW72gaX4 .close::before {
  content: '\e91a';
}
.cid-veTW72gaX4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veTW72gaX4 .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-veTW72gaX4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTW72gaX4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veTW72gaX4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veTW72gaX4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veTW72gaX4 .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-veTW72gaX4 .carousel-indicators li.active,
.cid-veTW72gaX4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veTW72gaX4 .carousel-indicators li::after,
.cid-veTW72gaX4 .carousel-indicators li::before {
  content: none;
}
.cid-veTW72gaX4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veTW72gaX4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veTW72gaX4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veTW72gaX4 .carousel-indicators {
    display: none;
  }
}
.cid-veTW72gaX4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veTW72gaX4 .carousel-inner > .active {
  display: block;
}
.cid-veTW72gaX4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTW72gaX4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veTW72gaX4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veTW72gaX4 .carousel-control,
  .cid-veTW72gaX4 .carousel-indicators,
  .cid-veTW72gaX4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veTW72gaX4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veTW72gaX4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veTW72gaX4 .carousel-indicators .active,
.cid-veTW72gaX4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veTW72gaX4 .carousel-indicators .active {
  background: #fff;
}
.cid-veTW72gaX4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veTW72gaX4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veTW72gaX4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veTW72gaX4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veTW72gaX4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veTW72gaX4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veTW72gaX4 .carousel {
  width: 100%;
}
.cid-veTW72gaX4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veTW72gaX4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veTW72gaX4 .modal.fade .modal-dialog,
.cid-veTW72gaX4 .modal.in .modal-dialog {
  transform: none;
}
.cid-veTW72gaX4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veTW72gaX4 .content-head {
  max-width: 800px;
}
.cid-veTW72gaX4 H3 {
  color: #fafafa;
}
.cid-veTW72gaX4 H4 {
  color: #fafafa;
}
.cid-veTW73Tp74 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veTW73Tp74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTW73Tp74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTW73Tp74 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veTW73Tp74 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veTW73Tp74 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veTW73Tp74 .mbr-section-title {
  color: #161616;
}
.cid-veTW73Tp74 .mbr-text,
.cid-veTW73Tp74 .mbr-section-btn {
  color: #303030;
}
.cid-veTW748mGf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veTW748mGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTW748mGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTW748mGf .mbr-section-title {
  color: #161616;
}
.cid-veTW74jfzF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veTW74jfzF .carousel {
    min-height: 800px;
  }
  .cid-veTW74jfzF .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veTW74jfzF .carousel {
    min-height: 520px;
  }
  .cid-veTW74jfzF .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veTW74jfzF .carousel {
    min-height: 440px;
  }
  .cid-veTW74jfzF .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veTW74jfzF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veTW74jfzF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veTW74jfzF .carousel,
.cid-veTW74jfzF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veTW74jfzF .item-wrapper {
  width: 100%;
}
.cid-veTW74jfzF .carousel-caption {
  bottom: 40px;
}
.cid-veTW74jfzF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veTW74jfzF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veTW74jfzF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veTW74jfzF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veTW74jfzF .carousel-control {
  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-veTW74jfzF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTW74jfzF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veTW74jfzF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veTW74jfzF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veTW74jfzF .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-veTW74jfzF .carousel-indicators li.active,
.cid-veTW74jfzF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veTW74jfzF .carousel-indicators li::after,
.cid-veTW74jfzF .carousel-indicators li::before {
  content: none;
}
.cid-veTW74jfzF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veTW74jfzF .carousel-indicators {
    display: none !important;
  }
}
.cid-veTW74IELW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veTW74IELW .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veTW74IELW form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veTW74IELW form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veTW74IELW form.mbr-form {
    padding: 1rem;
  }
}
.cid-veTW74IELW form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veTW74IELW form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veTW74IELW .mbr-section-title {
  color: #fafafa;
}
.cid-veTW74IELW P {
  color: #303030;
}
.cid-veTW74W9uh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veTW74W9uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTW74W9uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTW74W9uh .google-map {
  height: 30rem;
  position: relative;
}
.cid-veTW74W9uh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veTW74W9uh .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-veTW74W9uh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veTW74W9uh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veTW74W9uh .mbr-section-title {
  color: #161616;
}
.cid-veTW75ejuS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veTW75ejuS .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veTW75ejuS .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veTW75px8L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veTW75px8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTW75px8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTW75px8L .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veTW75px8L .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veTW75px8L .row {
    text-align: center;
  }
  .cid-veTW75px8L .row > div {
    margin: auto;
  }
  .cid-veTW75px8L .social-row {
    justify-content: center;
  }
}
.cid-veTW75px8L .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veTW75px8L .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veTW75px8L .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTW75px8L .list {
    margin-bottom: 0rem;
  }
}
.cid-veTW75px8L .mbr-text {
  color: #303030;
}
.cid-veTW75px8L .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-veTW75px8L .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veTW75px8L div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veTW75px8L .copyright {
  color: #303030;
}
.cid-veTW75px8L H5 {
  color: #161616;
}
.cid-veTWHCgy9B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTWHCgy9B nav.navbar {
  position: fixed;
}
.cid-veTWHCgy9B .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-veTWHCgy9B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTWHCgy9B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTWHCgy9B .dropdown-item:hover,
.cid-veTWHCgy9B .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veTWHCgy9B .dropdown-item:hover span {
  color: white;
}
.cid-veTWHCgy9B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTWHCgy9B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTWHCgy9B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTWHCgy9B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTWHCgy9B .nav-link {
  position: relative;
}
.cid-veTWHCgy9B .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veTWHCgy9B .container {
    flex-wrap: wrap;
  }
}
.cid-veTWHCgy9B .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veTWHCgy9B .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veTWHCgy9B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTWHCgy9B .dropdown-menu,
.cid-veTWHCgy9B .navbar.opened {
  background: #fafafa !important;
}
.cid-veTWHCgy9B .nav-item:focus,
.cid-veTWHCgy9B .nav-link:focus {
  outline: none;
}
.cid-veTWHCgy9B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTWHCgy9B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTWHCgy9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTWHCgy9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTWHCgy9B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTWHCgy9B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTWHCgy9B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veTWHCgy9B .navbar.opened {
  transition: all 0.3s;
}
.cid-veTWHCgy9B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTWHCgy9B .navbar .navbar-logo img {
  width: auto;
}
.cid-veTWHCgy9B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTWHCgy9B .navbar.collapsed {
  justify-content: center;
}
.cid-veTWHCgy9B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTWHCgy9B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTWHCgy9B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veTWHCgy9B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTWHCgy9B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTWHCgy9B .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-veTWHCgy9B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTWHCgy9B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTWHCgy9B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTWHCgy9B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTWHCgy9B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTWHCgy9B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTWHCgy9B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTWHCgy9B .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-veTWHCgy9B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTWHCgy9B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTWHCgy9B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTWHCgy9B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veTWHCgy9B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTWHCgy9B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veTWHCgy9B .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veTWHCgy9B .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTWHCgy9B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veTWHCgy9B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTWHCgy9B .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-veTWHCgy9B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTWHCgy9B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTWHCgy9B .dropdown-item.active,
.cid-veTWHCgy9B .dropdown-item:active {
  background-color: transparent;
}
.cid-veTWHCgy9B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTWHCgy9B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTWHCgy9B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTWHCgy9B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veTWHCgy9B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTWHCgy9B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTWHCgy9B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTWHCgy9B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTWHCgy9B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTWHCgy9B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veTWHCgy9B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTWHCgy9B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTWHCgy9B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTWHCgy9B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTWHCgy9B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTWHCgy9B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTWHCgy9B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTWHCgy9B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTWHCgy9B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veTWHCgy9B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTWHCgy9B .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-veTWHCgy9B .navbar {
    height: 70px;
  }
  .cid-veTWHCgy9B .navbar.opened {
    height: auto;
  }
  .cid-veTWHCgy9B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTWHCD02b {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veTWHCD02b .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTWHCD02b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTWHCD02b .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veTWHCD02b .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veTWHCD02b .mbr-section-title {
  color: #161616;
}
.cid-veTWHD95Hv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veTWHD95Hv .item:focus,
.cid-veTWHD95Hv span:focus {
  outline: none;
}
.cid-veTWHD95Hv .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veTWHD95Hv .content-head {
  max-width: 800px;
}
.cid-veTWHD95Hv .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veTWHD95Hv .item {
    min-height: 45px;
  }
}
.cid-veTWHDkijl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veTWHDkijl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTWHDkijl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTWHDkijl .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veTWHDkijl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veTWHDkijl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veTWHDkijl .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veTWHDkijl .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veTWHDkijl .mbr-section-title {
  color: #161616;
}
.cid-veTWHDkijl .mbr-text,
.cid-veTWHDkijl .mbr-section-btn {
  color: #303030;
}
.cid-veTWHDuz91 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veTWHDuz91 img,
.cid-veTWHDuz91 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veTWHDuz91 .item:focus,
.cid-veTWHDuz91 span:focus {
  outline: none;
}
.cid-veTWHDuz91 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veTWHDuz91 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veTWHDuz91 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veTWHDuz91 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veTWHDuz91 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veTWHDuz91 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veTWHDuz91 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veTWHDuz91 .mbr-section-title {
  color: #161616;
}
.cid-veTWHDuz91 .mbr-text,
.cid-veTWHDuz91 .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veTWHDuz91 .item-title {
  text-align: left;
  color: #161616;
}
.cid-veTWHDuz91 .item-subtitle {
  text-align: left;
}
.cid-veTWHDuz91 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veTWHDXmZ9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veTWHDXmZ9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veTWHDXmZ9 .item {
    margin-bottom: 1rem;
  }
}
.cid-veTWHDXmZ9 .item-wrapper {
  position: relative;
}
.cid-veTWHDXmZ9 .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-veTWHDXmZ9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veTWHDXmZ9 .carousel-control,
.cid-veTWHDXmZ9 .close {
  background: #1b1b1b;
}
.cid-veTWHDXmZ9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veTWHDXmZ9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veTWHDXmZ9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veTWHDXmZ9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-veTWHDXmZ9 .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-veTWHDXmZ9 .close::before {
  content: '\e91a';
}
.cid-veTWHDXmZ9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veTWHDXmZ9 .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-veTWHDXmZ9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTWHDXmZ9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veTWHDXmZ9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veTWHDXmZ9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veTWHDXmZ9 .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-veTWHDXmZ9 .carousel-indicators li.active,
.cid-veTWHDXmZ9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veTWHDXmZ9 .carousel-indicators li::after,
.cid-veTWHDXmZ9 .carousel-indicators li::before {
  content: none;
}
.cid-veTWHDXmZ9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veTWHDXmZ9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veTWHDXmZ9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veTWHDXmZ9 .carousel-indicators {
    display: none;
  }
}
.cid-veTWHDXmZ9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veTWHDXmZ9 .carousel-inner > .active {
  display: block;
}
.cid-veTWHDXmZ9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTWHDXmZ9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veTWHDXmZ9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veTWHDXmZ9 .carousel-control,
  .cid-veTWHDXmZ9 .carousel-indicators,
  .cid-veTWHDXmZ9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veTWHDXmZ9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veTWHDXmZ9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veTWHDXmZ9 .carousel-indicators .active,
.cid-veTWHDXmZ9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veTWHDXmZ9 .carousel-indicators .active {
  background: #fff;
}
.cid-veTWHDXmZ9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veTWHDXmZ9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veTWHDXmZ9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veTWHDXmZ9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veTWHDXmZ9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veTWHDXmZ9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veTWHDXmZ9 .carousel {
  width: 100%;
}
.cid-veTWHDXmZ9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veTWHDXmZ9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veTWHDXmZ9 .modal.fade .modal-dialog,
.cid-veTWHDXmZ9 .modal.in .modal-dialog {
  transform: none;
}
.cid-veTWHDXmZ9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veTWHDXmZ9 .content-head {
  max-width: 800px;
}
.cid-veTWHDXmZ9 H3 {
  color: #fafafa;
}
.cid-veTWHDXmZ9 H4 {
  color: #fafafa;
}
.cid-veTWHFvZVt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veTWHFvZVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTWHFvZVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTWHFvZVt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veTWHFvZVt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veTWHFvZVt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veTWHFvZVt .mbr-section-title {
  color: #161616;
}
.cid-veTWHFvZVt .mbr-text,
.cid-veTWHFvZVt .mbr-section-btn {
  color: #303030;
}
.cid-veTWHFGbqq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veTWHFGbqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTWHFGbqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTWHFGbqq .mbr-section-title {
  color: #161616;
}
.cid-veTWHFTWH5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veTWHFTWH5 .carousel {
    min-height: 800px;
  }
  .cid-veTWHFTWH5 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veTWHFTWH5 .carousel {
    min-height: 520px;
  }
  .cid-veTWHFTWH5 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veTWHFTWH5 .carousel {
    min-height: 440px;
  }
  .cid-veTWHFTWH5 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veTWHFTWH5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veTWHFTWH5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veTWHFTWH5 .carousel,
.cid-veTWHFTWH5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veTWHFTWH5 .item-wrapper {
  width: 100%;
}
.cid-veTWHFTWH5 .carousel-caption {
  bottom: 40px;
}
.cid-veTWHFTWH5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veTWHFTWH5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veTWHFTWH5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veTWHFTWH5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veTWHFTWH5 .carousel-control {
  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-veTWHFTWH5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTWHFTWH5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veTWHFTWH5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veTWHFTWH5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veTWHFTWH5 .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-veTWHFTWH5 .carousel-indicators li.active,
.cid-veTWHFTWH5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veTWHFTWH5 .carousel-indicators li::after,
.cid-veTWHFTWH5 .carousel-indicators li::before {
  content: none;
}
.cid-veTWHFTWH5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veTWHFTWH5 .carousel-indicators {
    display: none !important;
  }
}
.cid-veTWHGjvAu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veTWHGjvAu .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veTWHGjvAu form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veTWHGjvAu form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veTWHGjvAu form.mbr-form {
    padding: 1rem;
  }
}
.cid-veTWHGjvAu form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veTWHGjvAu form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veTWHGjvAu .mbr-section-title {
  color: #fafafa;
}
.cid-veTWHGjvAu P {
  color: #303030;
}
.cid-veTWHGvIVu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veTWHGvIVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTWHGvIVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTWHGvIVu .google-map {
  height: 30rem;
  position: relative;
}
.cid-veTWHGvIVu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veTWHGvIVu .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-veTWHGvIVu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veTWHGvIVu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veTWHGvIVu .mbr-section-title {
  color: #161616;
}
.cid-veTWHGQhH4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veTWHGQhH4 .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veTWHGQhH4 .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veTWHH30dt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veTWHH30dt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTWHH30dt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTWHH30dt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veTWHH30dt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veTWHH30dt .row {
    text-align: center;
  }
  .cid-veTWHH30dt .row > div {
    margin: auto;
  }
  .cid-veTWHH30dt .social-row {
    justify-content: center;
  }
}
.cid-veTWHH30dt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veTWHH30dt .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veTWHH30dt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTWHH30dt .list {
    margin-bottom: 0rem;
  }
}
.cid-veTWHH30dt .mbr-text {
  color: #303030;
}
.cid-veTWHH30dt .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-veTWHH30dt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veTWHH30dt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veTWHH30dt .copyright {
  color: #303030;
}
.cid-veTWHH30dt H5 {
  color: #161616;
}
.cid-veTX3kerYX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTX3kerYX nav.navbar {
  position: fixed;
}
.cid-veTX3kerYX .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-veTX3kerYX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTX3kerYX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTX3kerYX .dropdown-item:hover,
.cid-veTX3kerYX .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veTX3kerYX .dropdown-item:hover span {
  color: white;
}
.cid-veTX3kerYX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTX3kerYX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTX3kerYX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTX3kerYX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTX3kerYX .nav-link {
  position: relative;
}
.cid-veTX3kerYX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veTX3kerYX .container {
    flex-wrap: wrap;
  }
}
.cid-veTX3kerYX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veTX3kerYX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veTX3kerYX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTX3kerYX .dropdown-menu,
.cid-veTX3kerYX .navbar.opened {
  background: #fafafa !important;
}
.cid-veTX3kerYX .nav-item:focus,
.cid-veTX3kerYX .nav-link:focus {
  outline: none;
}
.cid-veTX3kerYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTX3kerYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTX3kerYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTX3kerYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTX3kerYX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTX3kerYX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTX3kerYX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veTX3kerYX .navbar.opened {
  transition: all 0.3s;
}
.cid-veTX3kerYX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTX3kerYX .navbar .navbar-logo img {
  width: auto;
}
.cid-veTX3kerYX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTX3kerYX .navbar.collapsed {
  justify-content: center;
}
.cid-veTX3kerYX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTX3kerYX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTX3kerYX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veTX3kerYX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTX3kerYX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTX3kerYX .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-veTX3kerYX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTX3kerYX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTX3kerYX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTX3kerYX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTX3kerYX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTX3kerYX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTX3kerYX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTX3kerYX .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-veTX3kerYX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTX3kerYX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTX3kerYX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTX3kerYX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veTX3kerYX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTX3kerYX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veTX3kerYX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veTX3kerYX .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTX3kerYX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veTX3kerYX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTX3kerYX .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-veTX3kerYX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTX3kerYX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTX3kerYX .dropdown-item.active,
.cid-veTX3kerYX .dropdown-item:active {
  background-color: transparent;
}
.cid-veTX3kerYX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTX3kerYX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTX3kerYX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTX3kerYX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veTX3kerYX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTX3kerYX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTX3kerYX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTX3kerYX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTX3kerYX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTX3kerYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veTX3kerYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTX3kerYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTX3kerYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTX3kerYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTX3kerYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTX3kerYX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTX3kerYX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTX3kerYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTX3kerYX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veTX3kerYX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTX3kerYX .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-veTX3kerYX .navbar {
    height: 70px;
  }
  .cid-veTX3kerYX .navbar.opened {
    height: auto;
  }
  .cid-veTX3kerYX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTX3kur0Q {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veTX3kur0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTX3kur0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTX3kur0Q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veTX3kur0Q .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veTX3kur0Q .mbr-section-title {
  color: #161616;
}
.cid-veTX3kDZR0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veTX3kDZR0 .item:focus,
.cid-veTX3kDZR0 span:focus {
  outline: none;
}
.cid-veTX3kDZR0 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veTX3kDZR0 .content-head {
  max-width: 800px;
}
.cid-veTX3kDZR0 .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veTX3kDZR0 .item {
    min-height: 45px;
  }
}
.cid-veTX3kLH8W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veTX3kLH8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTX3kLH8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTX3kLH8W .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veTX3kLH8W .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veTX3kLH8W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veTX3kLH8W .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veTX3kLH8W .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veTX3kLH8W .mbr-section-title {
  color: #161616;
}
.cid-veTX3kLH8W .mbr-text,
.cid-veTX3kLH8W .mbr-section-btn {
  color: #303030;
}
.cid-veTX3kUewT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veTX3kUewT img,
.cid-veTX3kUewT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veTX3kUewT .item:focus,
.cid-veTX3kUewT span:focus {
  outline: none;
}
.cid-veTX3kUewT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veTX3kUewT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veTX3kUewT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veTX3kUewT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veTX3kUewT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veTX3kUewT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veTX3kUewT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veTX3kUewT .mbr-section-title {
  color: #161616;
}
.cid-veTX3kUewT .mbr-text,
.cid-veTX3kUewT .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veTX3kUewT .item-title {
  text-align: left;
  color: #161616;
}
.cid-veTX3kUewT .item-subtitle {
  text-align: left;
}
.cid-veTX3kUewT .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veTX3loKoc {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veTX3loKoc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veTX3loKoc .item {
    margin-bottom: 1rem;
  }
}
.cid-veTX3loKoc .item-wrapper {
  position: relative;
}
.cid-veTX3loKoc .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-veTX3loKoc .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veTX3loKoc .carousel-control,
.cid-veTX3loKoc .close {
  background: #1b1b1b;
}
.cid-veTX3loKoc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veTX3loKoc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veTX3loKoc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veTX3loKoc .carousel-control-next span {
  margin-left: 5px;
}
.cid-veTX3loKoc .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-veTX3loKoc .close::before {
  content: '\e91a';
}
.cid-veTX3loKoc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veTX3loKoc .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-veTX3loKoc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTX3loKoc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veTX3loKoc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veTX3loKoc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veTX3loKoc .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-veTX3loKoc .carousel-indicators li.active,
.cid-veTX3loKoc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veTX3loKoc .carousel-indicators li::after,
.cid-veTX3loKoc .carousel-indicators li::before {
  content: none;
}
.cid-veTX3loKoc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veTX3loKoc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veTX3loKoc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veTX3loKoc .carousel-indicators {
    display: none;
  }
}
.cid-veTX3loKoc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veTX3loKoc .carousel-inner > .active {
  display: block;
}
.cid-veTX3loKoc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTX3loKoc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veTX3loKoc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veTX3loKoc .carousel-control,
  .cid-veTX3loKoc .carousel-indicators,
  .cid-veTX3loKoc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veTX3loKoc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veTX3loKoc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veTX3loKoc .carousel-indicators .active,
.cid-veTX3loKoc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veTX3loKoc .carousel-indicators .active {
  background: #fff;
}
.cid-veTX3loKoc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veTX3loKoc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veTX3loKoc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veTX3loKoc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veTX3loKoc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veTX3loKoc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veTX3loKoc .carousel {
  width: 100%;
}
.cid-veTX3loKoc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veTX3loKoc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veTX3loKoc .modal.fade .modal-dialog,
.cid-veTX3loKoc .modal.in .modal-dialog {
  transform: none;
}
.cid-veTX3loKoc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veTX3loKoc .content-head {
  max-width: 800px;
}
.cid-veTX3loKoc H3 {
  color: #fafafa;
}
.cid-veTX3loKoc H4 {
  color: #fafafa;
}
.cid-veTX3rDESt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veTX3rDESt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTX3rDESt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTX3rDESt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veTX3rDESt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veTX3rDESt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veTX3rDESt .mbr-section-title {
  color: #161616;
}
.cid-veTX3rDESt .mbr-text,
.cid-veTX3rDESt .mbr-section-btn {
  color: #303030;
}
.cid-veTX3rREBY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veTX3rREBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTX3rREBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTX3rREBY .mbr-section-title {
  color: #161616;
}
.cid-veTX3s2PFJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veTX3s2PFJ .carousel {
    min-height: 800px;
  }
  .cid-veTX3s2PFJ .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veTX3s2PFJ .carousel {
    min-height: 520px;
  }
  .cid-veTX3s2PFJ .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veTX3s2PFJ .carousel {
    min-height: 440px;
  }
  .cid-veTX3s2PFJ .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veTX3s2PFJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veTX3s2PFJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veTX3s2PFJ .carousel,
.cid-veTX3s2PFJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veTX3s2PFJ .item-wrapper {
  width: 100%;
}
.cid-veTX3s2PFJ .carousel-caption {
  bottom: 40px;
}
.cid-veTX3s2PFJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veTX3s2PFJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veTX3s2PFJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veTX3s2PFJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veTX3s2PFJ .carousel-control {
  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-veTX3s2PFJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTX3s2PFJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veTX3s2PFJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veTX3s2PFJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veTX3s2PFJ .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-veTX3s2PFJ .carousel-indicators li.active,
.cid-veTX3s2PFJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veTX3s2PFJ .carousel-indicators li::after,
.cid-veTX3s2PFJ .carousel-indicators li::before {
  content: none;
}
.cid-veTX3s2PFJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veTX3s2PFJ .carousel-indicators {
    display: none !important;
  }
}
.cid-veTX3sro1O {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veTX3sro1O .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veTX3sro1O form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veTX3sro1O form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veTX3sro1O form.mbr-form {
    padding: 1rem;
  }
}
.cid-veTX3sro1O form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veTX3sro1O form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veTX3sro1O .mbr-section-title {
  color: #fafafa;
}
.cid-veTX3sro1O P {
  color: #303030;
}
.cid-veTX3sG7Wt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veTX3sG7Wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTX3sG7Wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTX3sG7Wt .google-map {
  height: 30rem;
  position: relative;
}
.cid-veTX3sG7Wt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veTX3sG7Wt .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-veTX3sG7Wt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veTX3sG7Wt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veTX3sG7Wt .mbr-section-title {
  color: #161616;
}
.cid-veTX3t43zO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veTX3t43zO .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veTX3t43zO .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veTX3tey7z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veTX3tey7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTX3tey7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTX3tey7z .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veTX3tey7z .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veTX3tey7z .row {
    text-align: center;
  }
  .cid-veTX3tey7z .row > div {
    margin: auto;
  }
  .cid-veTX3tey7z .social-row {
    justify-content: center;
  }
}
.cid-veTX3tey7z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veTX3tey7z .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veTX3tey7z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTX3tey7z .list {
    margin-bottom: 0rem;
  }
}
.cid-veTX3tey7z .mbr-text {
  color: #303030;
}
.cid-veTX3tey7z .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-veTX3tey7z .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veTX3tey7z div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veTX3tey7z .copyright {
  color: #303030;
}
.cid-veTX3tey7z H5 {
  color: #161616;
}
.cid-veTXn0J5Er {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTXn0J5Er nav.navbar {
  position: fixed;
}
.cid-veTXn0J5Er .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-veTXn0J5Er .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTXn0J5Er .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTXn0J5Er .dropdown-item:hover,
.cid-veTXn0J5Er .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veTXn0J5Er .dropdown-item:hover span {
  color: white;
}
.cid-veTXn0J5Er .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTXn0J5Er .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTXn0J5Er .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTXn0J5Er .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTXn0J5Er .nav-link {
  position: relative;
}
.cid-veTXn0J5Er .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veTXn0J5Er .container {
    flex-wrap: wrap;
  }
}
.cid-veTXn0J5Er .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veTXn0J5Er .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veTXn0J5Er .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTXn0J5Er .dropdown-menu,
.cid-veTXn0J5Er .navbar.opened {
  background: #fafafa !important;
}
.cid-veTXn0J5Er .nav-item:focus,
.cid-veTXn0J5Er .nav-link:focus {
  outline: none;
}
.cid-veTXn0J5Er .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTXn0J5Er .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTXn0J5Er .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTXn0J5Er .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTXn0J5Er .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTXn0J5Er .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTXn0J5Er .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veTXn0J5Er .navbar.opened {
  transition: all 0.3s;
}
.cid-veTXn0J5Er .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTXn0J5Er .navbar .navbar-logo img {
  width: auto;
}
.cid-veTXn0J5Er .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTXn0J5Er .navbar.collapsed {
  justify-content: center;
}
.cid-veTXn0J5Er .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTXn0J5Er .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTXn0J5Er .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veTXn0J5Er .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTXn0J5Er .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTXn0J5Er .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-veTXn0J5Er .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTXn0J5Er .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTXn0J5Er .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTXn0J5Er .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTXn0J5Er .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTXn0J5Er .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTXn0J5Er .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTXn0J5Er .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-veTXn0J5Er .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTXn0J5Er .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTXn0J5Er .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTXn0J5Er .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veTXn0J5Er .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTXn0J5Er .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veTXn0J5Er .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veTXn0J5Er .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTXn0J5Er .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veTXn0J5Er .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTXn0J5Er .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-veTXn0J5Er .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTXn0J5Er .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTXn0J5Er .dropdown-item.active,
.cid-veTXn0J5Er .dropdown-item:active {
  background-color: transparent;
}
.cid-veTXn0J5Er .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTXn0J5Er .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTXn0J5Er .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTXn0J5Er .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veTXn0J5Er .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTXn0J5Er .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTXn0J5Er ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTXn0J5Er .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTXn0J5Er button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTXn0J5Er button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veTXn0J5Er button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTXn0J5Er button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTXn0J5Er button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTXn0J5Er button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTXn0J5Er nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTXn0J5Er nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTXn0J5Er nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTXn0J5Er nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTXn0J5Er .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veTXn0J5Er a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTXn0J5Er .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-veTXn0J5Er .navbar {
    height: 70px;
  }
  .cid-veTXn0J5Er .navbar.opened {
    height: auto;
  }
  .cid-veTXn0J5Er .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTXn0XqBa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veTXn0XqBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTXn0XqBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTXn0XqBa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veTXn0XqBa .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veTXn0XqBa .mbr-section-title {
  color: #161616;
}
.cid-veTXn166Jr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veTXn166Jr .item:focus,
.cid-veTXn166Jr span:focus {
  outline: none;
}
.cid-veTXn166Jr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veTXn166Jr .content-head {
  max-width: 800px;
}
.cid-veTXn166Jr .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veTXn166Jr .item {
    min-height: 45px;
  }
}
.cid-veTXn1eFJ1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veTXn1eFJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTXn1eFJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTXn1eFJ1 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veTXn1eFJ1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veTXn1eFJ1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veTXn1eFJ1 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veTXn1eFJ1 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veTXn1eFJ1 .mbr-section-title {
  color: #161616;
}
.cid-veTXn1eFJ1 .mbr-text,
.cid-veTXn1eFJ1 .mbr-section-btn {
  color: #303030;
}
.cid-veTXn1mMi8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veTXn1mMi8 img,
.cid-veTXn1mMi8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veTXn1mMi8 .item:focus,
.cid-veTXn1mMi8 span:focus {
  outline: none;
}
.cid-veTXn1mMi8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veTXn1mMi8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veTXn1mMi8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veTXn1mMi8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veTXn1mMi8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veTXn1mMi8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veTXn1mMi8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veTXn1mMi8 .mbr-section-title {
  color: #161616;
}
.cid-veTXn1mMi8 .mbr-text,
.cid-veTXn1mMi8 .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veTXn1mMi8 .item-title {
  text-align: left;
  color: #161616;
}
.cid-veTXn1mMi8 .item-subtitle {
  text-align: left;
}
.cid-veTXn1mMi8 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veTXn1PzQV {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veTXn1PzQV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veTXn1PzQV .item {
    margin-bottom: 1rem;
  }
}
.cid-veTXn1PzQV .item-wrapper {
  position: relative;
}
.cid-veTXn1PzQV .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-veTXn1PzQV .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veTXn1PzQV .carousel-control,
.cid-veTXn1PzQV .close {
  background: #1b1b1b;
}
.cid-veTXn1PzQV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veTXn1PzQV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veTXn1PzQV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veTXn1PzQV .carousel-control-next span {
  margin-left: 5px;
}
.cid-veTXn1PzQV .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-veTXn1PzQV .close::before {
  content: '\e91a';
}
.cid-veTXn1PzQV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veTXn1PzQV .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-veTXn1PzQV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTXn1PzQV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veTXn1PzQV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veTXn1PzQV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veTXn1PzQV .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-veTXn1PzQV .carousel-indicators li.active,
.cid-veTXn1PzQV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veTXn1PzQV .carousel-indicators li::after,
.cid-veTXn1PzQV .carousel-indicators li::before {
  content: none;
}
.cid-veTXn1PzQV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veTXn1PzQV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veTXn1PzQV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veTXn1PzQV .carousel-indicators {
    display: none;
  }
}
.cid-veTXn1PzQV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veTXn1PzQV .carousel-inner > .active {
  display: block;
}
.cid-veTXn1PzQV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTXn1PzQV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veTXn1PzQV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veTXn1PzQV .carousel-control,
  .cid-veTXn1PzQV .carousel-indicators,
  .cid-veTXn1PzQV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veTXn1PzQV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veTXn1PzQV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veTXn1PzQV .carousel-indicators .active,
.cid-veTXn1PzQV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veTXn1PzQV .carousel-indicators .active {
  background: #fff;
}
.cid-veTXn1PzQV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veTXn1PzQV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veTXn1PzQV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veTXn1PzQV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veTXn1PzQV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veTXn1PzQV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veTXn1PzQV .carousel {
  width: 100%;
}
.cid-veTXn1PzQV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veTXn1PzQV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veTXn1PzQV .modal.fade .modal-dialog,
.cid-veTXn1PzQV .modal.in .modal-dialog {
  transform: none;
}
.cid-veTXn1PzQV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veTXn1PzQV .content-head {
  max-width: 800px;
}
.cid-veTXn1PzQV H3 {
  color: #fafafa;
}
.cid-veTXn1PzQV H4 {
  color: #fafafa;
}
.cid-veTXn3hDmt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veTXn3hDmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTXn3hDmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTXn3hDmt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veTXn3hDmt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veTXn3hDmt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veTXn3hDmt .mbr-section-title {
  color: #161616;
}
.cid-veTXn3hDmt .mbr-text,
.cid-veTXn3hDmt .mbr-section-btn {
  color: #303030;
}
.cid-veTXn3sqdm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veTXn3sqdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTXn3sqdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTXn3sqdm .mbr-section-title {
  color: #161616;
}
.cid-veTXn3EvPu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veTXn3EvPu .carousel {
    min-height: 800px;
  }
  .cid-veTXn3EvPu .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veTXn3EvPu .carousel {
    min-height: 520px;
  }
  .cid-veTXn3EvPu .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veTXn3EvPu .carousel {
    min-height: 440px;
  }
  .cid-veTXn3EvPu .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veTXn3EvPu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veTXn3EvPu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veTXn3EvPu .carousel,
.cid-veTXn3EvPu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veTXn3EvPu .item-wrapper {
  width: 100%;
}
.cid-veTXn3EvPu .carousel-caption {
  bottom: 40px;
}
.cid-veTXn3EvPu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veTXn3EvPu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veTXn3EvPu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veTXn3EvPu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veTXn3EvPu .carousel-control {
  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-veTXn3EvPu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veTXn3EvPu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veTXn3EvPu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veTXn3EvPu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veTXn3EvPu .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-veTXn3EvPu .carousel-indicators li.active,
.cid-veTXn3EvPu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veTXn3EvPu .carousel-indicators li::after,
.cid-veTXn3EvPu .carousel-indicators li::before {
  content: none;
}
.cid-veTXn3EvPu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veTXn3EvPu .carousel-indicators {
    display: none !important;
  }
}
.cid-veTXn436Q0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veTXn436Q0 .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veTXn436Q0 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veTXn436Q0 form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veTXn436Q0 form.mbr-form {
    padding: 1rem;
  }
}
.cid-veTXn436Q0 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veTXn436Q0 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veTXn436Q0 .mbr-section-title {
  color: #fafafa;
}
.cid-veTXn436Q0 P {
  color: #303030;
}
.cid-veTXn4fWa5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veTXn4fWa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTXn4fWa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTXn4fWa5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-veTXn4fWa5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veTXn4fWa5 .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-veTXn4fWa5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veTXn4fWa5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veTXn4fWa5 .mbr-section-title {
  color: #161616;
}
.cid-veTXn4Bli2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veTXn4Bli2 .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veTXn4Bli2 .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veTXn4MtDX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veTXn4MtDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTXn4MtDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTXn4MtDX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veTXn4MtDX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veTXn4MtDX .row {
    text-align: center;
  }
  .cid-veTXn4MtDX .row > div {
    margin: auto;
  }
  .cid-veTXn4MtDX .social-row {
    justify-content: center;
  }
}
.cid-veTXn4MtDX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veTXn4MtDX .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veTXn4MtDX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veTXn4MtDX .list {
    margin-bottom: 0rem;
  }
}
.cid-veTXn4MtDX .mbr-text {
  color: #303030;
}
.cid-veTXn4MtDX .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-veTXn4MtDX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veTXn4MtDX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veTXn4MtDX .copyright {
  color: #303030;
}
.cid-veTXn4MtDX H5 {
  color: #161616;
}
.cid-veUBFEl2Vk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veUBFEl2Vk nav.navbar {
  position: fixed;
}
.cid-veUBFEl2Vk .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-veUBFEl2Vk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veUBFEl2Vk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veUBFEl2Vk .dropdown-item:hover,
.cid-veUBFEl2Vk .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veUBFEl2Vk .dropdown-item:hover span {
  color: white;
}
.cid-veUBFEl2Vk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veUBFEl2Vk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veUBFEl2Vk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veUBFEl2Vk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veUBFEl2Vk .nav-link {
  position: relative;
}
.cid-veUBFEl2Vk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUBFEl2Vk .container {
    flex-wrap: wrap;
  }
}
.cid-veUBFEl2Vk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUBFEl2Vk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veUBFEl2Vk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veUBFEl2Vk .dropdown-menu,
.cid-veUBFEl2Vk .navbar.opened {
  background: #fafafa !important;
}
.cid-veUBFEl2Vk .nav-item:focus,
.cid-veUBFEl2Vk .nav-link:focus {
  outline: none;
}
.cid-veUBFEl2Vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUBFEl2Vk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUBFEl2Vk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUBFEl2Vk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUBFEl2Vk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUBFEl2Vk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUBFEl2Vk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veUBFEl2Vk .navbar.opened {
  transition: all 0.3s;
}
.cid-veUBFEl2Vk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veUBFEl2Vk .navbar .navbar-logo img {
  width: auto;
}
.cid-veUBFEl2Vk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veUBFEl2Vk .navbar.collapsed {
  justify-content: center;
}
.cid-veUBFEl2Vk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUBFEl2Vk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veUBFEl2Vk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veUBFEl2Vk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUBFEl2Vk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUBFEl2Vk .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-veUBFEl2Vk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUBFEl2Vk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veUBFEl2Vk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veUBFEl2Vk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUBFEl2Vk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUBFEl2Vk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUBFEl2Vk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veUBFEl2Vk .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-veUBFEl2Vk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUBFEl2Vk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veUBFEl2Vk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veUBFEl2Vk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veUBFEl2Vk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUBFEl2Vk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veUBFEl2Vk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veUBFEl2Vk .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUBFEl2Vk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUBFEl2Vk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUBFEl2Vk .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-veUBFEl2Vk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veUBFEl2Vk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUBFEl2Vk .dropdown-item.active,
.cid-veUBFEl2Vk .dropdown-item:active {
  background-color: transparent;
}
.cid-veUBFEl2Vk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veUBFEl2Vk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUBFEl2Vk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUBFEl2Vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veUBFEl2Vk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUBFEl2Vk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUBFEl2Vk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veUBFEl2Vk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veUBFEl2Vk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veUBFEl2Vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veUBFEl2Vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUBFEl2Vk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUBFEl2Vk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUBFEl2Vk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUBFEl2Vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUBFEl2Vk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUBFEl2Vk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUBFEl2Vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUBFEl2Vk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veUBFEl2Vk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veUBFEl2Vk .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-veUBFEl2Vk .navbar {
    height: 70px;
  }
  .cid-veUBFEl2Vk .navbar.opened {
    height: auto;
  }
  .cid-veUBFEl2Vk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUBFEC1uS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veUBFEC1uS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUBFEC1uS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUBFEC1uS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veUBFEC1uS .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veUBFEC1uS .mbr-section-title {
  color: #161616;
}
.cid-veUBFEQsNq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veUBFEQsNq .item:focus,
.cid-veUBFEQsNq span:focus {
  outline: none;
}
.cid-veUBFEQsNq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veUBFEQsNq .content-head {
  max-width: 800px;
}
.cid-veUBFEQsNq .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veUBFEQsNq .item {
    min-height: 45px;
  }
}
.cid-veUBFF0NYj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veUBFF0NYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUBFF0NYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUBFF0NYj .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veUBFF0NYj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUBFF0NYj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veUBFF0NYj .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veUBFF0NYj .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUBFF0NYj .mbr-section-title {
  color: #161616;
}
.cid-veUBFF0NYj .mbr-text,
.cid-veUBFF0NYj .mbr-section-btn {
  color: #303030;
}
.cid-veUBFFauUl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veUBFFauUl img,
.cid-veUBFFauUl .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veUBFFauUl .item:focus,
.cid-veUBFFauUl span:focus {
  outline: none;
}
.cid-veUBFFauUl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veUBFFauUl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veUBFFauUl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veUBFFauUl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veUBFFauUl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veUBFFauUl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veUBFFauUl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veUBFFauUl .mbr-section-title {
  color: #161616;
}
.cid-veUBFFauUl .mbr-text,
.cid-veUBFFauUl .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veUBFFauUl .item-title {
  text-align: left;
  color: #161616;
}
.cid-veUBFFauUl .item-subtitle {
  text-align: left;
}
.cid-veUBFFauUl .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veUBFFCBBX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veUBFFCBBX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veUBFFCBBX .item {
    margin-bottom: 1rem;
  }
}
.cid-veUBFFCBBX .item-wrapper {
  position: relative;
}
.cid-veUBFFCBBX .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-veUBFFCBBX .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veUBFFCBBX .carousel-control,
.cid-veUBFFCBBX .close {
  background: #1b1b1b;
}
.cid-veUBFFCBBX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veUBFFCBBX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veUBFFCBBX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veUBFFCBBX .carousel-control-next span {
  margin-left: 5px;
}
.cid-veUBFFCBBX .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-veUBFFCBBX .close::before {
  content: '\e91a';
}
.cid-veUBFFCBBX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veUBFFCBBX .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-veUBFFCBBX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUBFFCBBX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUBFFCBBX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUBFFCBBX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veUBFFCBBX .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-veUBFFCBBX .carousel-indicators li.active,
.cid-veUBFFCBBX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUBFFCBBX .carousel-indicators li::after,
.cid-veUBFFCBBX .carousel-indicators li::before {
  content: none;
}
.cid-veUBFFCBBX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUBFFCBBX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veUBFFCBBX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veUBFFCBBX .carousel-indicators {
    display: none;
  }
}
.cid-veUBFFCBBX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUBFFCBBX .carousel-inner > .active {
  display: block;
}
.cid-veUBFFCBBX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUBFFCBBX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veUBFFCBBX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veUBFFCBBX .carousel-control,
  .cid-veUBFFCBBX .carousel-indicators,
  .cid-veUBFFCBBX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veUBFFCBBX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veUBFFCBBX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veUBFFCBBX .carousel-indicators .active,
.cid-veUBFFCBBX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veUBFFCBBX .carousel-indicators .active {
  background: #fff;
}
.cid-veUBFFCBBX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veUBFFCBBX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veUBFFCBBX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veUBFFCBBX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veUBFFCBBX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veUBFFCBBX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veUBFFCBBX .carousel {
  width: 100%;
}
.cid-veUBFFCBBX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veUBFFCBBX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veUBFFCBBX .modal.fade .modal-dialog,
.cid-veUBFFCBBX .modal.in .modal-dialog {
  transform: none;
}
.cid-veUBFFCBBX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veUBFFCBBX .content-head {
  max-width: 800px;
}
.cid-veUBFFCBBX H3 {
  color: #fafafa;
}
.cid-veUBFFCBBX H4 {
  color: #fafafa;
}
.cid-veUBFHbDa8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veUBFHbDa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUBFHbDa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUBFHbDa8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veUBFHbDa8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veUBFHbDa8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veUBFHbDa8 .mbr-section-title {
  color: #161616;
}
.cid-veUBFHbDa8 .mbr-text,
.cid-veUBFHbDa8 .mbr-section-btn {
  color: #303030;
}
.cid-veUBFHmTK7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veUBFHmTK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUBFHmTK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUBFHmTK7 .mbr-section-title {
  color: #161616;
}
.cid-veUBFHzT0J {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUBFHzT0J .carousel {
    min-height: 800px;
  }
  .cid-veUBFHzT0J .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veUBFHzT0J .carousel {
    min-height: 520px;
  }
  .cid-veUBFHzT0J .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veUBFHzT0J .carousel {
    min-height: 440px;
  }
  .cid-veUBFHzT0J .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veUBFHzT0J .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veUBFHzT0J .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veUBFHzT0J .carousel,
.cid-veUBFHzT0J .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUBFHzT0J .item-wrapper {
  width: 100%;
}
.cid-veUBFHzT0J .carousel-caption {
  bottom: 40px;
}
.cid-veUBFHzT0J .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veUBFHzT0J .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veUBFHzT0J .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veUBFHzT0J .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veUBFHzT0J .carousel-control {
  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-veUBFHzT0J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUBFHzT0J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUBFHzT0J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUBFHzT0J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veUBFHzT0J .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-veUBFHzT0J .carousel-indicators li.active,
.cid-veUBFHzT0J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUBFHzT0J .carousel-indicators li::after,
.cid-veUBFHzT0J .carousel-indicators li::before {
  content: none;
}
.cid-veUBFHzT0J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUBFHzT0J .carousel-indicators {
    display: none !important;
  }
}
.cid-veUBFI1xng {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veUBFI1xng .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veUBFI1xng form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUBFI1xng form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veUBFI1xng form.mbr-form {
    padding: 1rem;
  }
}
.cid-veUBFI1xng form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veUBFI1xng form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veUBFI1xng .mbr-section-title {
  color: #fafafa;
}
.cid-veUBFI1xng P {
  color: #303030;
}
.cid-veUBFIey5M {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veUBFIey5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUBFIey5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUBFIey5M .google-map {
  height: 30rem;
  position: relative;
}
.cid-veUBFIey5M .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veUBFIey5M .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-veUBFIey5M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veUBFIey5M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veUBFIey5M .mbr-section-title {
  color: #161616;
}
.cid-veUBFICseU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veUBFICseU .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veUBFICseU .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veUBFIN4WI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veUBFIN4WI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUBFIN4WI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUBFIN4WI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUBFIN4WI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veUBFIN4WI .row {
    text-align: center;
  }
  .cid-veUBFIN4WI .row > div {
    margin: auto;
  }
  .cid-veUBFIN4WI .social-row {
    justify-content: center;
  }
}
.cid-veUBFIN4WI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veUBFIN4WI .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veUBFIN4WI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUBFIN4WI .list {
    margin-bottom: 0rem;
  }
}
.cid-veUBFIN4WI .mbr-text {
  color: #303030;
}
.cid-veUBFIN4WI .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-veUBFIN4WI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veUBFIN4WI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veUBFIN4WI .copyright {
  color: #303030;
}
.cid-veUBFIN4WI H5 {
  color: #161616;
}
.cid-veUCjQ17rQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veUCjQ17rQ nav.navbar {
  position: fixed;
}
.cid-veUCjQ17rQ .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-veUCjQ17rQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veUCjQ17rQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veUCjQ17rQ .dropdown-item:hover,
.cid-veUCjQ17rQ .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veUCjQ17rQ .dropdown-item:hover span {
  color: white;
}
.cid-veUCjQ17rQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veUCjQ17rQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veUCjQ17rQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veUCjQ17rQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veUCjQ17rQ .nav-link {
  position: relative;
}
.cid-veUCjQ17rQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUCjQ17rQ .container {
    flex-wrap: wrap;
  }
}
.cid-veUCjQ17rQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUCjQ17rQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veUCjQ17rQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veUCjQ17rQ .dropdown-menu,
.cid-veUCjQ17rQ .navbar.opened {
  background: #fafafa !important;
}
.cid-veUCjQ17rQ .nav-item:focus,
.cid-veUCjQ17rQ .nav-link:focus {
  outline: none;
}
.cid-veUCjQ17rQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUCjQ17rQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUCjQ17rQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUCjQ17rQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUCjQ17rQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUCjQ17rQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUCjQ17rQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veUCjQ17rQ .navbar.opened {
  transition: all 0.3s;
}
.cid-veUCjQ17rQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veUCjQ17rQ .navbar .navbar-logo img {
  width: auto;
}
.cid-veUCjQ17rQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veUCjQ17rQ .navbar.collapsed {
  justify-content: center;
}
.cid-veUCjQ17rQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUCjQ17rQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veUCjQ17rQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veUCjQ17rQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUCjQ17rQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUCjQ17rQ .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-veUCjQ17rQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUCjQ17rQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veUCjQ17rQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veUCjQ17rQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUCjQ17rQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUCjQ17rQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUCjQ17rQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veUCjQ17rQ .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-veUCjQ17rQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUCjQ17rQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veUCjQ17rQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veUCjQ17rQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veUCjQ17rQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUCjQ17rQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veUCjQ17rQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veUCjQ17rQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUCjQ17rQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUCjQ17rQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUCjQ17rQ .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-veUCjQ17rQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veUCjQ17rQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUCjQ17rQ .dropdown-item.active,
.cid-veUCjQ17rQ .dropdown-item:active {
  background-color: transparent;
}
.cid-veUCjQ17rQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veUCjQ17rQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUCjQ17rQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUCjQ17rQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veUCjQ17rQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUCjQ17rQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUCjQ17rQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veUCjQ17rQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veUCjQ17rQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veUCjQ17rQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veUCjQ17rQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUCjQ17rQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUCjQ17rQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUCjQ17rQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUCjQ17rQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUCjQ17rQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUCjQ17rQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUCjQ17rQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUCjQ17rQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veUCjQ17rQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veUCjQ17rQ .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-veUCjQ17rQ .navbar {
    height: 70px;
  }
  .cid-veUCjQ17rQ .navbar.opened {
    height: auto;
  }
  .cid-veUCjQ17rQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUCjQhBaN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veUCjQhBaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCjQhBaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCjQhBaN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veUCjQhBaN .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veUCjQhBaN .mbr-section-title {
  color: #161616;
}
.cid-veUCjQqDPB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veUCjQqDPB .item:focus,
.cid-veUCjQqDPB span:focus {
  outline: none;
}
.cid-veUCjQqDPB .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veUCjQqDPB .content-head {
  max-width: 800px;
}
.cid-veUCjQqDPB .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veUCjQqDPB .item {
    min-height: 45px;
  }
}
.cid-veUCjQzjSw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veUCjQzjSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCjQzjSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCjQzjSw .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veUCjQzjSw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUCjQzjSw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veUCjQzjSw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veUCjQzjSw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUCjQzjSw .mbr-section-title {
  color: #161616;
}
.cid-veUCjQzjSw .mbr-text,
.cid-veUCjQzjSw .mbr-section-btn {
  color: #303030;
}
.cid-veUCjQKcBm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veUCjQKcBm img,
.cid-veUCjQKcBm .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veUCjQKcBm .item:focus,
.cid-veUCjQKcBm span:focus {
  outline: none;
}
.cid-veUCjQKcBm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veUCjQKcBm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veUCjQKcBm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veUCjQKcBm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veUCjQKcBm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veUCjQKcBm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veUCjQKcBm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veUCjQKcBm .mbr-section-title {
  color: #161616;
}
.cid-veUCjQKcBm .mbr-text,
.cid-veUCjQKcBm .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veUCjQKcBm .item-title {
  text-align: left;
  color: #161616;
}
.cid-veUCjQKcBm .item-subtitle {
  text-align: left;
}
.cid-veUCjQKcBm .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veUCjRdlnK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veUCjRdlnK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veUCjRdlnK .item {
    margin-bottom: 1rem;
  }
}
.cid-veUCjRdlnK .item-wrapper {
  position: relative;
}
.cid-veUCjRdlnK .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-veUCjRdlnK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veUCjRdlnK .carousel-control,
.cid-veUCjRdlnK .close {
  background: #1b1b1b;
}
.cid-veUCjRdlnK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veUCjRdlnK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veUCjRdlnK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veUCjRdlnK .carousel-control-next span {
  margin-left: 5px;
}
.cid-veUCjRdlnK .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-veUCjRdlnK .close::before {
  content: '\e91a';
}
.cid-veUCjRdlnK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veUCjRdlnK .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-veUCjRdlnK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUCjRdlnK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUCjRdlnK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUCjRdlnK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veUCjRdlnK .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-veUCjRdlnK .carousel-indicators li.active,
.cid-veUCjRdlnK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUCjRdlnK .carousel-indicators li::after,
.cid-veUCjRdlnK .carousel-indicators li::before {
  content: none;
}
.cid-veUCjRdlnK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUCjRdlnK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veUCjRdlnK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veUCjRdlnK .carousel-indicators {
    display: none;
  }
}
.cid-veUCjRdlnK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUCjRdlnK .carousel-inner > .active {
  display: block;
}
.cid-veUCjRdlnK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUCjRdlnK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veUCjRdlnK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veUCjRdlnK .carousel-control,
  .cid-veUCjRdlnK .carousel-indicators,
  .cid-veUCjRdlnK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veUCjRdlnK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veUCjRdlnK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veUCjRdlnK .carousel-indicators .active,
.cid-veUCjRdlnK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veUCjRdlnK .carousel-indicators .active {
  background: #fff;
}
.cid-veUCjRdlnK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veUCjRdlnK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veUCjRdlnK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veUCjRdlnK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veUCjRdlnK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veUCjRdlnK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veUCjRdlnK .carousel {
  width: 100%;
}
.cid-veUCjRdlnK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veUCjRdlnK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veUCjRdlnK .modal.fade .modal-dialog,
.cid-veUCjRdlnK .modal.in .modal-dialog {
  transform: none;
}
.cid-veUCjRdlnK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veUCjRdlnK .content-head {
  max-width: 800px;
}
.cid-veUCjRdlnK H3 {
  color: #fafafa;
}
.cid-veUCjRdlnK H4 {
  color: #fafafa;
}
.cid-veUCjSROGp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veUCjSROGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCjSROGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCjSROGp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veUCjSROGp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veUCjSROGp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veUCjSROGp .mbr-section-title {
  color: #161616;
}
.cid-veUCjSROGp .mbr-text,
.cid-veUCjSROGp .mbr-section-btn {
  color: #303030;
}
.cid-veUCjT7X7N {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veUCjT7X7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCjT7X7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCjT7X7N .mbr-section-title {
  color: #161616;
}
.cid-veUCjTkcs2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUCjTkcs2 .carousel {
    min-height: 800px;
  }
  .cid-veUCjTkcs2 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veUCjTkcs2 .carousel {
    min-height: 520px;
  }
  .cid-veUCjTkcs2 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veUCjTkcs2 .carousel {
    min-height: 440px;
  }
  .cid-veUCjTkcs2 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veUCjTkcs2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veUCjTkcs2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veUCjTkcs2 .carousel,
.cid-veUCjTkcs2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUCjTkcs2 .item-wrapper {
  width: 100%;
}
.cid-veUCjTkcs2 .carousel-caption {
  bottom: 40px;
}
.cid-veUCjTkcs2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veUCjTkcs2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veUCjTkcs2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veUCjTkcs2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veUCjTkcs2 .carousel-control {
  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-veUCjTkcs2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUCjTkcs2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUCjTkcs2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUCjTkcs2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veUCjTkcs2 .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-veUCjTkcs2 .carousel-indicators li.active,
.cid-veUCjTkcs2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUCjTkcs2 .carousel-indicators li::after,
.cid-veUCjTkcs2 .carousel-indicators li::before {
  content: none;
}
.cid-veUCjTkcs2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUCjTkcs2 .carousel-indicators {
    display: none !important;
  }
}
.cid-veUCjTMNuF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veUCjTMNuF .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veUCjTMNuF form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUCjTMNuF form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veUCjTMNuF form.mbr-form {
    padding: 1rem;
  }
}
.cid-veUCjTMNuF form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veUCjTMNuF form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veUCjTMNuF .mbr-section-title {
  color: #fafafa;
}
.cid-veUCjTMNuF P {
  color: #303030;
}
.cid-veUCjTY4bI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veUCjTY4bI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCjTY4bI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCjTY4bI .google-map {
  height: 30rem;
  position: relative;
}
.cid-veUCjTY4bI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veUCjTY4bI .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-veUCjTY4bI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veUCjTY4bI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veUCjTY4bI .mbr-section-title {
  color: #161616;
}
.cid-veUCjUpWsk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veUCjUpWsk .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veUCjUpWsk .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veUCjUC5Mp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veUCjUC5Mp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCjUC5Mp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCjUC5Mp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUCjUC5Mp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veUCjUC5Mp .row {
    text-align: center;
  }
  .cid-veUCjUC5Mp .row > div {
    margin: auto;
  }
  .cid-veUCjUC5Mp .social-row {
    justify-content: center;
  }
}
.cid-veUCjUC5Mp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veUCjUC5Mp .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veUCjUC5Mp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUCjUC5Mp .list {
    margin-bottom: 0rem;
  }
}
.cid-veUCjUC5Mp .mbr-text {
  color: #303030;
}
.cid-veUCjUC5Mp .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-veUCjUC5Mp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veUCjUC5Mp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veUCjUC5Mp .copyright {
  color: #303030;
}
.cid-veUCjUC5Mp H5 {
  color: #161616;
}
.cid-veUCDvev7o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veUCDvev7o nav.navbar {
  position: fixed;
}
.cid-veUCDvev7o .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-veUCDvev7o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veUCDvev7o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veUCDvev7o .dropdown-item:hover,
.cid-veUCDvev7o .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veUCDvev7o .dropdown-item:hover span {
  color: white;
}
.cid-veUCDvev7o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veUCDvev7o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veUCDvev7o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veUCDvev7o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veUCDvev7o .nav-link {
  position: relative;
}
.cid-veUCDvev7o .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUCDvev7o .container {
    flex-wrap: wrap;
  }
}
.cid-veUCDvev7o .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUCDvev7o .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veUCDvev7o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veUCDvev7o .dropdown-menu,
.cid-veUCDvev7o .navbar.opened {
  background: #fafafa !important;
}
.cid-veUCDvev7o .nav-item:focus,
.cid-veUCDvev7o .nav-link:focus {
  outline: none;
}
.cid-veUCDvev7o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUCDvev7o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUCDvev7o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUCDvev7o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUCDvev7o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUCDvev7o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUCDvev7o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veUCDvev7o .navbar.opened {
  transition: all 0.3s;
}
.cid-veUCDvev7o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veUCDvev7o .navbar .navbar-logo img {
  width: auto;
}
.cid-veUCDvev7o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veUCDvev7o .navbar.collapsed {
  justify-content: center;
}
.cid-veUCDvev7o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUCDvev7o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veUCDvev7o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veUCDvev7o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUCDvev7o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUCDvev7o .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-veUCDvev7o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUCDvev7o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veUCDvev7o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veUCDvev7o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUCDvev7o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUCDvev7o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUCDvev7o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veUCDvev7o .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-veUCDvev7o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUCDvev7o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veUCDvev7o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veUCDvev7o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veUCDvev7o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUCDvev7o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veUCDvev7o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veUCDvev7o .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUCDvev7o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUCDvev7o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUCDvev7o .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-veUCDvev7o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veUCDvev7o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUCDvev7o .dropdown-item.active,
.cid-veUCDvev7o .dropdown-item:active {
  background-color: transparent;
}
.cid-veUCDvev7o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veUCDvev7o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUCDvev7o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUCDvev7o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veUCDvev7o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUCDvev7o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUCDvev7o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veUCDvev7o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veUCDvev7o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veUCDvev7o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veUCDvev7o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUCDvev7o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUCDvev7o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUCDvev7o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUCDvev7o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUCDvev7o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUCDvev7o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUCDvev7o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUCDvev7o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veUCDvev7o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veUCDvev7o .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-veUCDvev7o .navbar {
    height: 70px;
  }
  .cid-veUCDvev7o .navbar.opened {
    height: auto;
  }
  .cid-veUCDvev7o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUCDvrI1f {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veUCDvrI1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCDvrI1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCDvrI1f .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veUCDvrI1f .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veUCDvrI1f .mbr-section-title {
  color: #161616;
}
.cid-veUCDvA4oM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veUCDvA4oM .item:focus,
.cid-veUCDvA4oM span:focus {
  outline: none;
}
.cid-veUCDvA4oM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veUCDvA4oM .content-head {
  max-width: 800px;
}
.cid-veUCDvA4oM .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veUCDvA4oM .item {
    min-height: 45px;
  }
}
.cid-veUCDvIn39 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veUCDvIn39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCDvIn39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCDvIn39 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veUCDvIn39 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUCDvIn39 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veUCDvIn39 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veUCDvIn39 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUCDvIn39 .mbr-section-title {
  color: #161616;
}
.cid-veUCDvIn39 .mbr-text,
.cid-veUCDvIn39 .mbr-section-btn {
  color: #303030;
}
.cid-veUCDvSwfl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veUCDvSwfl img,
.cid-veUCDvSwfl .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veUCDvSwfl .item:focus,
.cid-veUCDvSwfl span:focus {
  outline: none;
}
.cid-veUCDvSwfl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veUCDvSwfl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veUCDvSwfl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veUCDvSwfl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veUCDvSwfl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veUCDvSwfl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veUCDvSwfl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veUCDvSwfl .mbr-section-title {
  color: #161616;
}
.cid-veUCDvSwfl .mbr-text,
.cid-veUCDvSwfl .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veUCDvSwfl .item-title {
  text-align: left;
  color: #161616;
}
.cid-veUCDvSwfl .item-subtitle {
  text-align: left;
}
.cid-veUCDvSwfl .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veUCDwoh9J {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veUCDwoh9J .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veUCDwoh9J .item {
    margin-bottom: 1rem;
  }
}
.cid-veUCDwoh9J .item-wrapper {
  position: relative;
}
.cid-veUCDwoh9J .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-veUCDwoh9J .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veUCDwoh9J .carousel-control,
.cid-veUCDwoh9J .close {
  background: #1b1b1b;
}
.cid-veUCDwoh9J .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veUCDwoh9J .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veUCDwoh9J .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veUCDwoh9J .carousel-control-next span {
  margin-left: 5px;
}
.cid-veUCDwoh9J .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-veUCDwoh9J .close::before {
  content: '\e91a';
}
.cid-veUCDwoh9J .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veUCDwoh9J .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-veUCDwoh9J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUCDwoh9J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUCDwoh9J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUCDwoh9J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veUCDwoh9J .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-veUCDwoh9J .carousel-indicators li.active,
.cid-veUCDwoh9J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUCDwoh9J .carousel-indicators li::after,
.cid-veUCDwoh9J .carousel-indicators li::before {
  content: none;
}
.cid-veUCDwoh9J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUCDwoh9J .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veUCDwoh9J .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veUCDwoh9J .carousel-indicators {
    display: none;
  }
}
.cid-veUCDwoh9J .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUCDwoh9J .carousel-inner > .active {
  display: block;
}
.cid-veUCDwoh9J .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUCDwoh9J .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veUCDwoh9J .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veUCDwoh9J .carousel-control,
  .cid-veUCDwoh9J .carousel-indicators,
  .cid-veUCDwoh9J .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veUCDwoh9J .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veUCDwoh9J .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veUCDwoh9J .carousel-indicators .active,
.cid-veUCDwoh9J .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veUCDwoh9J .carousel-indicators .active {
  background: #fff;
}
.cid-veUCDwoh9J .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veUCDwoh9J .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veUCDwoh9J .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veUCDwoh9J .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veUCDwoh9J .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veUCDwoh9J .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veUCDwoh9J .carousel {
  width: 100%;
}
.cid-veUCDwoh9J .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veUCDwoh9J .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veUCDwoh9J .modal.fade .modal-dialog,
.cid-veUCDwoh9J .modal.in .modal-dialog {
  transform: none;
}
.cid-veUCDwoh9J .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veUCDwoh9J .content-head {
  max-width: 800px;
}
.cid-veUCDwoh9J H3 {
  color: #fafafa;
}
.cid-veUCDwoh9J H4 {
  color: #fafafa;
}
.cid-veUCDxR4Yz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veUCDxR4Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCDxR4Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCDxR4Yz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veUCDxR4Yz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veUCDxR4Yz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veUCDxR4Yz .mbr-section-title {
  color: #161616;
}
.cid-veUCDxR4Yz .mbr-text,
.cid-veUCDxR4Yz .mbr-section-btn {
  color: #303030;
}
.cid-veUCDy3XtJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veUCDy3XtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCDy3XtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCDy3XtJ .mbr-section-title {
  color: #161616;
}
.cid-veUCDyeXtz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUCDyeXtz .carousel {
    min-height: 800px;
  }
  .cid-veUCDyeXtz .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veUCDyeXtz .carousel {
    min-height: 520px;
  }
  .cid-veUCDyeXtz .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veUCDyeXtz .carousel {
    min-height: 440px;
  }
  .cid-veUCDyeXtz .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veUCDyeXtz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veUCDyeXtz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veUCDyeXtz .carousel,
.cid-veUCDyeXtz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUCDyeXtz .item-wrapper {
  width: 100%;
}
.cid-veUCDyeXtz .carousel-caption {
  bottom: 40px;
}
.cid-veUCDyeXtz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veUCDyeXtz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veUCDyeXtz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veUCDyeXtz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veUCDyeXtz .carousel-control {
  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-veUCDyeXtz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUCDyeXtz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUCDyeXtz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUCDyeXtz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veUCDyeXtz .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-veUCDyeXtz .carousel-indicators li.active,
.cid-veUCDyeXtz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUCDyeXtz .carousel-indicators li::after,
.cid-veUCDyeXtz .carousel-indicators li::before {
  content: none;
}
.cid-veUCDyeXtz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUCDyeXtz .carousel-indicators {
    display: none !important;
  }
}
.cid-veUCDyECxo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veUCDyECxo .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veUCDyECxo form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUCDyECxo form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veUCDyECxo form.mbr-form {
    padding: 1rem;
  }
}
.cid-veUCDyECxo form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veUCDyECxo form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veUCDyECxo .mbr-section-title {
  color: #fafafa;
}
.cid-veUCDyECxo P {
  color: #303030;
}
.cid-veUCDyQQpg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veUCDyQQpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCDyQQpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCDyQQpg .google-map {
  height: 30rem;
  position: relative;
}
.cid-veUCDyQQpg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veUCDyQQpg .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-veUCDyQQpg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veUCDyQQpg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veUCDyQQpg .mbr-section-title {
  color: #161616;
}
.cid-veUCDzh35W {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veUCDzh35W .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veUCDzh35W .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veUCDzr3Fq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veUCDzr3Fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCDzr3Fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCDzr3Fq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUCDzr3Fq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veUCDzr3Fq .row {
    text-align: center;
  }
  .cid-veUCDzr3Fq .row > div {
    margin: auto;
  }
  .cid-veUCDzr3Fq .social-row {
    justify-content: center;
  }
}
.cid-veUCDzr3Fq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veUCDzr3Fq .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veUCDzr3Fq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUCDzr3Fq .list {
    margin-bottom: 0rem;
  }
}
.cid-veUCDzr3Fq .mbr-text {
  color: #303030;
}
.cid-veUCDzr3Fq .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-veUCDzr3Fq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veUCDzr3Fq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veUCDzr3Fq .copyright {
  color: #303030;
}
.cid-veUCDzr3Fq H5 {
  color: #161616;
}
.cid-veUCY7LUkU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veUCY7LUkU nav.navbar {
  position: fixed;
}
.cid-veUCY7LUkU .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-veUCY7LUkU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veUCY7LUkU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veUCY7LUkU .dropdown-item:hover,
.cid-veUCY7LUkU .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veUCY7LUkU .dropdown-item:hover span {
  color: white;
}
.cid-veUCY7LUkU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veUCY7LUkU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veUCY7LUkU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veUCY7LUkU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veUCY7LUkU .nav-link {
  position: relative;
}
.cid-veUCY7LUkU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUCY7LUkU .container {
    flex-wrap: wrap;
  }
}
.cid-veUCY7LUkU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUCY7LUkU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veUCY7LUkU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veUCY7LUkU .dropdown-menu,
.cid-veUCY7LUkU .navbar.opened {
  background: #fafafa !important;
}
.cid-veUCY7LUkU .nav-item:focus,
.cid-veUCY7LUkU .nav-link:focus {
  outline: none;
}
.cid-veUCY7LUkU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUCY7LUkU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUCY7LUkU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUCY7LUkU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUCY7LUkU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUCY7LUkU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUCY7LUkU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veUCY7LUkU .navbar.opened {
  transition: all 0.3s;
}
.cid-veUCY7LUkU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veUCY7LUkU .navbar .navbar-logo img {
  width: auto;
}
.cid-veUCY7LUkU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veUCY7LUkU .navbar.collapsed {
  justify-content: center;
}
.cid-veUCY7LUkU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUCY7LUkU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veUCY7LUkU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veUCY7LUkU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUCY7LUkU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUCY7LUkU .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-veUCY7LUkU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUCY7LUkU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veUCY7LUkU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veUCY7LUkU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUCY7LUkU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUCY7LUkU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUCY7LUkU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veUCY7LUkU .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-veUCY7LUkU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUCY7LUkU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veUCY7LUkU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veUCY7LUkU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veUCY7LUkU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUCY7LUkU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veUCY7LUkU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veUCY7LUkU .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUCY7LUkU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUCY7LUkU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUCY7LUkU .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-veUCY7LUkU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veUCY7LUkU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUCY7LUkU .dropdown-item.active,
.cid-veUCY7LUkU .dropdown-item:active {
  background-color: transparent;
}
.cid-veUCY7LUkU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veUCY7LUkU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUCY7LUkU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUCY7LUkU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veUCY7LUkU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUCY7LUkU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUCY7LUkU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veUCY7LUkU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veUCY7LUkU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veUCY7LUkU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veUCY7LUkU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUCY7LUkU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUCY7LUkU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUCY7LUkU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUCY7LUkU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUCY7LUkU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUCY7LUkU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUCY7LUkU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUCY7LUkU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veUCY7LUkU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veUCY7LUkU .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-veUCY7LUkU .navbar {
    height: 70px;
  }
  .cid-veUCY7LUkU .navbar.opened {
    height: auto;
  }
  .cid-veUCY7LUkU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUCY86LTH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veUCY86LTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCY86LTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCY86LTH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veUCY86LTH .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veUCY86LTH .mbr-section-title {
  color: #161616;
}
.cid-veUCY8kEfE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veUCY8kEfE .item:focus,
.cid-veUCY8kEfE span:focus {
  outline: none;
}
.cid-veUCY8kEfE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veUCY8kEfE .content-head {
  max-width: 800px;
}
.cid-veUCY8kEfE .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veUCY8kEfE .item {
    min-height: 45px;
  }
}
.cid-veUCY8xCQa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veUCY8xCQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCY8xCQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCY8xCQa .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veUCY8xCQa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUCY8xCQa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veUCY8xCQa .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veUCY8xCQa .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUCY8xCQa .mbr-section-title {
  color: #161616;
}
.cid-veUCY8xCQa .mbr-text,
.cid-veUCY8xCQa .mbr-section-btn {
  color: #303030;
}
.cid-veUCY8MUBF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veUCY8MUBF img,
.cid-veUCY8MUBF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veUCY8MUBF .item:focus,
.cid-veUCY8MUBF span:focus {
  outline: none;
}
.cid-veUCY8MUBF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veUCY8MUBF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veUCY8MUBF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veUCY8MUBF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veUCY8MUBF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veUCY8MUBF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veUCY8MUBF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veUCY8MUBF .mbr-section-title {
  color: #161616;
}
.cid-veUCY8MUBF .mbr-text,
.cid-veUCY8MUBF .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veUCY8MUBF .item-title {
  text-align: left;
  color: #161616;
}
.cid-veUCY8MUBF .item-subtitle {
  text-align: left;
}
.cid-veUCY8MUBF .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veUCY9HK5F {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veUCY9HK5F .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veUCY9HK5F .item {
    margin-bottom: 1rem;
  }
}
.cid-veUCY9HK5F .item-wrapper {
  position: relative;
}
.cid-veUCY9HK5F .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-veUCY9HK5F .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veUCY9HK5F .carousel-control,
.cid-veUCY9HK5F .close {
  background: #1b1b1b;
}
.cid-veUCY9HK5F .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veUCY9HK5F .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veUCY9HK5F .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veUCY9HK5F .carousel-control-next span {
  margin-left: 5px;
}
.cid-veUCY9HK5F .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-veUCY9HK5F .close::before {
  content: '\e91a';
}
.cid-veUCY9HK5F .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veUCY9HK5F .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-veUCY9HK5F .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUCY9HK5F .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUCY9HK5F .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUCY9HK5F .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veUCY9HK5F .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-veUCY9HK5F .carousel-indicators li.active,
.cid-veUCY9HK5F .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUCY9HK5F .carousel-indicators li::after,
.cid-veUCY9HK5F .carousel-indicators li::before {
  content: none;
}
.cid-veUCY9HK5F .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUCY9HK5F .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veUCY9HK5F .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veUCY9HK5F .carousel-indicators {
    display: none;
  }
}
.cid-veUCY9HK5F .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUCY9HK5F .carousel-inner > .active {
  display: block;
}
.cid-veUCY9HK5F .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUCY9HK5F .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veUCY9HK5F .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veUCY9HK5F .carousel-control,
  .cid-veUCY9HK5F .carousel-indicators,
  .cid-veUCY9HK5F .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veUCY9HK5F .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veUCY9HK5F .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veUCY9HK5F .carousel-indicators .active,
.cid-veUCY9HK5F .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veUCY9HK5F .carousel-indicators .active {
  background: #fff;
}
.cid-veUCY9HK5F .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veUCY9HK5F .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veUCY9HK5F .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veUCY9HK5F .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veUCY9HK5F .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veUCY9HK5F .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veUCY9HK5F .carousel {
  width: 100%;
}
.cid-veUCY9HK5F .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veUCY9HK5F .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veUCY9HK5F .modal.fade .modal-dialog,
.cid-veUCY9HK5F .modal.in .modal-dialog {
  transform: none;
}
.cid-veUCY9HK5F .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veUCY9HK5F .content-head {
  max-width: 800px;
}
.cid-veUCY9HK5F H3 {
  color: #fafafa;
}
.cid-veUCY9HK5F H4 {
  color: #fafafa;
}
.cid-veUCYberQb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veUCYberQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCYberQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCYberQb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veUCYberQb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veUCYberQb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veUCYberQb .mbr-section-title {
  color: #161616;
}
.cid-veUCYberQb .mbr-text,
.cid-veUCYberQb .mbr-section-btn {
  color: #303030;
}
.cid-veUCYbsWGL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veUCYbsWGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCYbsWGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCYbsWGL .mbr-section-title {
  color: #161616;
}
.cid-veUCYbGpMO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUCYbGpMO .carousel {
    min-height: 800px;
  }
  .cid-veUCYbGpMO .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veUCYbGpMO .carousel {
    min-height: 520px;
  }
  .cid-veUCYbGpMO .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veUCYbGpMO .carousel {
    min-height: 440px;
  }
  .cid-veUCYbGpMO .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veUCYbGpMO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veUCYbGpMO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veUCYbGpMO .carousel,
.cid-veUCYbGpMO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUCYbGpMO .item-wrapper {
  width: 100%;
}
.cid-veUCYbGpMO .carousel-caption {
  bottom: 40px;
}
.cid-veUCYbGpMO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veUCYbGpMO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veUCYbGpMO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veUCYbGpMO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veUCYbGpMO .carousel-control {
  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-veUCYbGpMO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUCYbGpMO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUCYbGpMO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUCYbGpMO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veUCYbGpMO .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-veUCYbGpMO .carousel-indicators li.active,
.cid-veUCYbGpMO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUCYbGpMO .carousel-indicators li::after,
.cid-veUCYbGpMO .carousel-indicators li::before {
  content: none;
}
.cid-veUCYbGpMO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUCYbGpMO .carousel-indicators {
    display: none !important;
  }
}
.cid-veUCYc6nsH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veUCYc6nsH .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veUCYc6nsH form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUCYc6nsH form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veUCYc6nsH form.mbr-form {
    padding: 1rem;
  }
}
.cid-veUCYc6nsH form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veUCYc6nsH form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veUCYc6nsH .mbr-section-title {
  color: #fafafa;
}
.cid-veUCYc6nsH P {
  color: #303030;
}
.cid-veUCYcigWK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veUCYcigWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCYcigWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCYcigWK .google-map {
  height: 30rem;
  position: relative;
}
.cid-veUCYcigWK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veUCYcigWK .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-veUCYcigWK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veUCYcigWK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veUCYcigWK .mbr-section-title {
  color: #161616;
}
.cid-veUCYcOk9W {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veUCYcOk9W .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veUCYcOk9W .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veUCYd121t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veUCYd121t .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUCYd121t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUCYd121t .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUCYd121t .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veUCYd121t .row {
    text-align: center;
  }
  .cid-veUCYd121t .row > div {
    margin: auto;
  }
  .cid-veUCYd121t .social-row {
    justify-content: center;
  }
}
.cid-veUCYd121t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veUCYd121t .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veUCYd121t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUCYd121t .list {
    margin-bottom: 0rem;
  }
}
.cid-veUCYd121t .mbr-text {
  color: #303030;
}
.cid-veUCYd121t .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-veUCYd121t .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veUCYd121t div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veUCYd121t .copyright {
  color: #303030;
}
.cid-veUCYd121t H5 {
  color: #161616;
}
.cid-veUDpfVWZp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veUDpfVWZp nav.navbar {
  position: fixed;
}
.cid-veUDpfVWZp .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-veUDpfVWZp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veUDpfVWZp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veUDpfVWZp .dropdown-item:hover,
.cid-veUDpfVWZp .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veUDpfVWZp .dropdown-item:hover span {
  color: white;
}
.cid-veUDpfVWZp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veUDpfVWZp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veUDpfVWZp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veUDpfVWZp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veUDpfVWZp .nav-link {
  position: relative;
}
.cid-veUDpfVWZp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUDpfVWZp .container {
    flex-wrap: wrap;
  }
}
.cid-veUDpfVWZp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUDpfVWZp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veUDpfVWZp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veUDpfVWZp .dropdown-menu,
.cid-veUDpfVWZp .navbar.opened {
  background: #fafafa !important;
}
.cid-veUDpfVWZp .nav-item:focus,
.cid-veUDpfVWZp .nav-link:focus {
  outline: none;
}
.cid-veUDpfVWZp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUDpfVWZp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUDpfVWZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUDpfVWZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUDpfVWZp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUDpfVWZp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUDpfVWZp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veUDpfVWZp .navbar.opened {
  transition: all 0.3s;
}
.cid-veUDpfVWZp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veUDpfVWZp .navbar .navbar-logo img {
  width: auto;
}
.cid-veUDpfVWZp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veUDpfVWZp .navbar.collapsed {
  justify-content: center;
}
.cid-veUDpfVWZp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUDpfVWZp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veUDpfVWZp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veUDpfVWZp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUDpfVWZp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUDpfVWZp .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-veUDpfVWZp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUDpfVWZp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veUDpfVWZp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veUDpfVWZp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUDpfVWZp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUDpfVWZp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUDpfVWZp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veUDpfVWZp .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-veUDpfVWZp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUDpfVWZp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veUDpfVWZp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veUDpfVWZp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veUDpfVWZp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUDpfVWZp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veUDpfVWZp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veUDpfVWZp .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUDpfVWZp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUDpfVWZp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUDpfVWZp .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-veUDpfVWZp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veUDpfVWZp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUDpfVWZp .dropdown-item.active,
.cid-veUDpfVWZp .dropdown-item:active {
  background-color: transparent;
}
.cid-veUDpfVWZp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veUDpfVWZp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUDpfVWZp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUDpfVWZp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veUDpfVWZp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUDpfVWZp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUDpfVWZp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veUDpfVWZp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veUDpfVWZp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veUDpfVWZp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veUDpfVWZp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUDpfVWZp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUDpfVWZp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUDpfVWZp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUDpfVWZp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUDpfVWZp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUDpfVWZp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUDpfVWZp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUDpfVWZp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veUDpfVWZp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veUDpfVWZp .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-veUDpfVWZp .navbar {
    height: 70px;
  }
  .cid-veUDpfVWZp .navbar.opened {
    height: auto;
  }
  .cid-veUDpfVWZp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUDpga4C2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veUDpga4C2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDpga4C2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDpga4C2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veUDpga4C2 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veUDpga4C2 .mbr-section-title {
  color: #161616;
}
.cid-veUDpgkz9D {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veUDpgkz9D .item:focus,
.cid-veUDpgkz9D span:focus {
  outline: none;
}
.cid-veUDpgkz9D .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veUDpgkz9D .content-head {
  max-width: 800px;
}
.cid-veUDpgkz9D .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veUDpgkz9D .item {
    min-height: 45px;
  }
}
.cid-veUDpgs8G5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veUDpgs8G5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDpgs8G5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDpgs8G5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veUDpgs8G5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUDpgs8G5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veUDpgs8G5 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veUDpgs8G5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUDpgs8G5 .mbr-section-title {
  color: #161616;
}
.cid-veUDpgs8G5 .mbr-text,
.cid-veUDpgs8G5 .mbr-section-btn {
  color: #303030;
}
.cid-veUDpgDyjP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veUDpgDyjP img,
.cid-veUDpgDyjP .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veUDpgDyjP .item:focus,
.cid-veUDpgDyjP span:focus {
  outline: none;
}
.cid-veUDpgDyjP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veUDpgDyjP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veUDpgDyjP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veUDpgDyjP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veUDpgDyjP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veUDpgDyjP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veUDpgDyjP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veUDpgDyjP .mbr-section-title {
  color: #161616;
}
.cid-veUDpgDyjP .mbr-text,
.cid-veUDpgDyjP .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veUDpgDyjP .item-title {
  text-align: left;
  color: #161616;
}
.cid-veUDpgDyjP .item-subtitle {
  text-align: left;
}
.cid-veUDpgDyjP .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veUDph8Xtg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veUDph8Xtg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veUDph8Xtg .item {
    margin-bottom: 1rem;
  }
}
.cid-veUDph8Xtg .item-wrapper {
  position: relative;
}
.cid-veUDph8Xtg .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-veUDph8Xtg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veUDph8Xtg .carousel-control,
.cid-veUDph8Xtg .close {
  background: #1b1b1b;
}
.cid-veUDph8Xtg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veUDph8Xtg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veUDph8Xtg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veUDph8Xtg .carousel-control-next span {
  margin-left: 5px;
}
.cid-veUDph8Xtg .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-veUDph8Xtg .close::before {
  content: '\e91a';
}
.cid-veUDph8Xtg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veUDph8Xtg .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-veUDph8Xtg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUDph8Xtg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUDph8Xtg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUDph8Xtg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veUDph8Xtg .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-veUDph8Xtg .carousel-indicators li.active,
.cid-veUDph8Xtg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUDph8Xtg .carousel-indicators li::after,
.cid-veUDph8Xtg .carousel-indicators li::before {
  content: none;
}
.cid-veUDph8Xtg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUDph8Xtg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veUDph8Xtg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veUDph8Xtg .carousel-indicators {
    display: none;
  }
}
.cid-veUDph8Xtg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUDph8Xtg .carousel-inner > .active {
  display: block;
}
.cid-veUDph8Xtg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUDph8Xtg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veUDph8Xtg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veUDph8Xtg .carousel-control,
  .cid-veUDph8Xtg .carousel-indicators,
  .cid-veUDph8Xtg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veUDph8Xtg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veUDph8Xtg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veUDph8Xtg .carousel-indicators .active,
.cid-veUDph8Xtg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veUDph8Xtg .carousel-indicators .active {
  background: #fff;
}
.cid-veUDph8Xtg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veUDph8Xtg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veUDph8Xtg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veUDph8Xtg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veUDph8Xtg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veUDph8Xtg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veUDph8Xtg .carousel {
  width: 100%;
}
.cid-veUDph8Xtg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veUDph8Xtg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veUDph8Xtg .modal.fade .modal-dialog,
.cid-veUDph8Xtg .modal.in .modal-dialog {
  transform: none;
}
.cid-veUDph8Xtg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veUDph8Xtg .content-head {
  max-width: 800px;
}
.cid-veUDph8Xtg H3 {
  color: #fafafa;
}
.cid-veUDph8Xtg H4 {
  color: #fafafa;
}
.cid-veUDpiBVSy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veUDpiBVSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDpiBVSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDpiBVSy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veUDpiBVSy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veUDpiBVSy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veUDpiBVSy .mbr-section-title {
  color: #161616;
}
.cid-veUDpiBVSy .mbr-text,
.cid-veUDpiBVSy .mbr-section-btn {
  color: #303030;
}
.cid-veUDpiNjCA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veUDpiNjCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDpiNjCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDpiNjCA .mbr-section-title {
  color: #161616;
}
.cid-veUDpiX3Vc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUDpiX3Vc .carousel {
    min-height: 800px;
  }
  .cid-veUDpiX3Vc .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veUDpiX3Vc .carousel {
    min-height: 520px;
  }
  .cid-veUDpiX3Vc .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veUDpiX3Vc .carousel {
    min-height: 440px;
  }
  .cid-veUDpiX3Vc .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veUDpiX3Vc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veUDpiX3Vc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veUDpiX3Vc .carousel,
.cid-veUDpiX3Vc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUDpiX3Vc .item-wrapper {
  width: 100%;
}
.cid-veUDpiX3Vc .carousel-caption {
  bottom: 40px;
}
.cid-veUDpiX3Vc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veUDpiX3Vc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veUDpiX3Vc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veUDpiX3Vc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veUDpiX3Vc .carousel-control {
  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-veUDpiX3Vc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUDpiX3Vc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUDpiX3Vc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUDpiX3Vc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veUDpiX3Vc .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-veUDpiX3Vc .carousel-indicators li.active,
.cid-veUDpiX3Vc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUDpiX3Vc .carousel-indicators li::after,
.cid-veUDpiX3Vc .carousel-indicators li::before {
  content: none;
}
.cid-veUDpiX3Vc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUDpiX3Vc .carousel-indicators {
    display: none !important;
  }
}
.cid-veUDpjo56B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veUDpjo56B .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veUDpjo56B form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUDpjo56B form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veUDpjo56B form.mbr-form {
    padding: 1rem;
  }
}
.cid-veUDpjo56B form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veUDpjo56B form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veUDpjo56B .mbr-section-title {
  color: #fafafa;
}
.cid-veUDpjo56B P {
  color: #303030;
}
.cid-veUDpjAebV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veUDpjAebV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDpjAebV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDpjAebV .google-map {
  height: 30rem;
  position: relative;
}
.cid-veUDpjAebV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veUDpjAebV .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-veUDpjAebV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veUDpjAebV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veUDpjAebV .mbr-section-title {
  color: #161616;
}
.cid-veUDpk6x3C {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veUDpk6x3C .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veUDpk6x3C .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veUDpkivSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veUDpkivSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDpkivSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDpkivSU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUDpkivSU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veUDpkivSU .row {
    text-align: center;
  }
  .cid-veUDpkivSU .row > div {
    margin: auto;
  }
  .cid-veUDpkivSU .social-row {
    justify-content: center;
  }
}
.cid-veUDpkivSU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veUDpkivSU .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veUDpkivSU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUDpkivSU .list {
    margin-bottom: 0rem;
  }
}
.cid-veUDpkivSU .mbr-text {
  color: #303030;
}
.cid-veUDpkivSU .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-veUDpkivSU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veUDpkivSU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veUDpkivSU .copyright {
  color: #303030;
}
.cid-veUDpkivSU H5 {
  color: #161616;
}
.cid-veUDLoeb30 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veUDLoeb30 nav.navbar {
  position: fixed;
}
.cid-veUDLoeb30 .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-veUDLoeb30 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veUDLoeb30 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veUDLoeb30 .dropdown-item:hover,
.cid-veUDLoeb30 .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veUDLoeb30 .dropdown-item:hover span {
  color: white;
}
.cid-veUDLoeb30 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veUDLoeb30 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veUDLoeb30 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veUDLoeb30 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veUDLoeb30 .nav-link {
  position: relative;
}
.cid-veUDLoeb30 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUDLoeb30 .container {
    flex-wrap: wrap;
  }
}
.cid-veUDLoeb30 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUDLoeb30 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veUDLoeb30 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veUDLoeb30 .dropdown-menu,
.cid-veUDLoeb30 .navbar.opened {
  background: #fafafa !important;
}
.cid-veUDLoeb30 .nav-item:focus,
.cid-veUDLoeb30 .nav-link:focus {
  outline: none;
}
.cid-veUDLoeb30 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUDLoeb30 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUDLoeb30 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUDLoeb30 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUDLoeb30 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUDLoeb30 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUDLoeb30 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veUDLoeb30 .navbar.opened {
  transition: all 0.3s;
}
.cid-veUDLoeb30 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veUDLoeb30 .navbar .navbar-logo img {
  width: auto;
}
.cid-veUDLoeb30 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veUDLoeb30 .navbar.collapsed {
  justify-content: center;
}
.cid-veUDLoeb30 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUDLoeb30 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veUDLoeb30 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veUDLoeb30 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUDLoeb30 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUDLoeb30 .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-veUDLoeb30 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUDLoeb30 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veUDLoeb30 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veUDLoeb30 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUDLoeb30 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUDLoeb30 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUDLoeb30 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veUDLoeb30 .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-veUDLoeb30 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUDLoeb30 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veUDLoeb30 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veUDLoeb30 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veUDLoeb30 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUDLoeb30 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veUDLoeb30 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veUDLoeb30 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUDLoeb30 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUDLoeb30 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUDLoeb30 .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-veUDLoeb30 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veUDLoeb30 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUDLoeb30 .dropdown-item.active,
.cid-veUDLoeb30 .dropdown-item:active {
  background-color: transparent;
}
.cid-veUDLoeb30 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veUDLoeb30 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUDLoeb30 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUDLoeb30 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veUDLoeb30 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUDLoeb30 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUDLoeb30 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veUDLoeb30 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veUDLoeb30 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veUDLoeb30 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veUDLoeb30 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUDLoeb30 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUDLoeb30 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUDLoeb30 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUDLoeb30 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUDLoeb30 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUDLoeb30 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUDLoeb30 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUDLoeb30 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veUDLoeb30 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veUDLoeb30 .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-veUDLoeb30 .navbar {
    height: 70px;
  }
  .cid-veUDLoeb30 .navbar.opened {
    height: auto;
  }
  .cid-veUDLoeb30 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUDLos55Q {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veUDLos55Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDLos55Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDLos55Q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veUDLos55Q .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veUDLos55Q .mbr-section-title {
  color: #161616;
}
.cid-veUDLoCsdI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veUDLoCsdI .item:focus,
.cid-veUDLoCsdI span:focus {
  outline: none;
}
.cid-veUDLoCsdI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veUDLoCsdI .content-head {
  max-width: 800px;
}
.cid-veUDLoCsdI .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veUDLoCsdI .item {
    min-height: 45px;
  }
}
.cid-veUDLoKS4P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veUDLoKS4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDLoKS4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDLoKS4P .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veUDLoKS4P .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUDLoKS4P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veUDLoKS4P .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veUDLoKS4P .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUDLoKS4P .mbr-section-title {
  color: #161616;
}
.cid-veUDLoKS4P .mbr-text,
.cid-veUDLoKS4P .mbr-section-btn {
  color: #303030;
}
.cid-veUDLoT4oP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veUDLoT4oP img,
.cid-veUDLoT4oP .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veUDLoT4oP .item:focus,
.cid-veUDLoT4oP span:focus {
  outline: none;
}
.cid-veUDLoT4oP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veUDLoT4oP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veUDLoT4oP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veUDLoT4oP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veUDLoT4oP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veUDLoT4oP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veUDLoT4oP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veUDLoT4oP .mbr-section-title {
  color: #161616;
}
.cid-veUDLoT4oP .mbr-text,
.cid-veUDLoT4oP .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veUDLoT4oP .item-title {
  text-align: left;
  color: #161616;
}
.cid-veUDLoT4oP .item-subtitle {
  text-align: left;
}
.cid-veUDLoT4oP .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veUDLpveiT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veUDLpveiT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veUDLpveiT .item {
    margin-bottom: 1rem;
  }
}
.cid-veUDLpveiT .item-wrapper {
  position: relative;
}
.cid-veUDLpveiT .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-veUDLpveiT .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veUDLpveiT .carousel-control,
.cid-veUDLpveiT .close {
  background: #1b1b1b;
}
.cid-veUDLpveiT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veUDLpveiT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veUDLpveiT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veUDLpveiT .carousel-control-next span {
  margin-left: 5px;
}
.cid-veUDLpveiT .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-veUDLpveiT .close::before {
  content: '\e91a';
}
.cid-veUDLpveiT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veUDLpveiT .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-veUDLpveiT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUDLpveiT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUDLpveiT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUDLpveiT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veUDLpveiT .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-veUDLpveiT .carousel-indicators li.active,
.cid-veUDLpveiT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUDLpveiT .carousel-indicators li::after,
.cid-veUDLpveiT .carousel-indicators li::before {
  content: none;
}
.cid-veUDLpveiT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUDLpveiT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veUDLpveiT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veUDLpveiT .carousel-indicators {
    display: none;
  }
}
.cid-veUDLpveiT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUDLpveiT .carousel-inner > .active {
  display: block;
}
.cid-veUDLpveiT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUDLpveiT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veUDLpveiT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veUDLpveiT .carousel-control,
  .cid-veUDLpveiT .carousel-indicators,
  .cid-veUDLpveiT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veUDLpveiT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veUDLpveiT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veUDLpveiT .carousel-indicators .active,
.cid-veUDLpveiT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veUDLpveiT .carousel-indicators .active {
  background: #fff;
}
.cid-veUDLpveiT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veUDLpveiT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veUDLpveiT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veUDLpveiT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veUDLpveiT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veUDLpveiT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veUDLpveiT .carousel {
  width: 100%;
}
.cid-veUDLpveiT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veUDLpveiT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veUDLpveiT .modal.fade .modal-dialog,
.cid-veUDLpveiT .modal.in .modal-dialog {
  transform: none;
}
.cid-veUDLpveiT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veUDLpveiT .content-head {
  max-width: 800px;
}
.cid-veUDLpveiT H3 {
  color: #fafafa;
}
.cid-veUDLpveiT H4 {
  color: #fafafa;
}
.cid-veUDLr7Rrx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veUDLr7Rrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDLr7Rrx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDLr7Rrx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veUDLr7Rrx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veUDLr7Rrx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veUDLr7Rrx .mbr-section-title {
  color: #161616;
}
.cid-veUDLr7Rrx .mbr-text,
.cid-veUDLr7Rrx .mbr-section-btn {
  color: #303030;
}
.cid-veUDLrkC8R {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veUDLrkC8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDLrkC8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDLrkC8R .mbr-section-title {
  color: #161616;
}
.cid-veUDLrvB6o {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUDLrvB6o .carousel {
    min-height: 800px;
  }
  .cid-veUDLrvB6o .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veUDLrvB6o .carousel {
    min-height: 520px;
  }
  .cid-veUDLrvB6o .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veUDLrvB6o .carousel {
    min-height: 440px;
  }
  .cid-veUDLrvB6o .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veUDLrvB6o .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veUDLrvB6o .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veUDLrvB6o .carousel,
.cid-veUDLrvB6o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUDLrvB6o .item-wrapper {
  width: 100%;
}
.cid-veUDLrvB6o .carousel-caption {
  bottom: 40px;
}
.cid-veUDLrvB6o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veUDLrvB6o .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veUDLrvB6o .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veUDLrvB6o .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veUDLrvB6o .carousel-control {
  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-veUDLrvB6o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUDLrvB6o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUDLrvB6o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUDLrvB6o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veUDLrvB6o .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-veUDLrvB6o .carousel-indicators li.active,
.cid-veUDLrvB6o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUDLrvB6o .carousel-indicators li::after,
.cid-veUDLrvB6o .carousel-indicators li::before {
  content: none;
}
.cid-veUDLrvB6o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUDLrvB6o .carousel-indicators {
    display: none !important;
  }
}
.cid-veUDLrXJfO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veUDLrXJfO .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veUDLrXJfO form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUDLrXJfO form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veUDLrXJfO form.mbr-form {
    padding: 1rem;
  }
}
.cid-veUDLrXJfO form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veUDLrXJfO form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veUDLrXJfO .mbr-section-title {
  color: #fafafa;
}
.cid-veUDLrXJfO P {
  color: #303030;
}
.cid-veUDLs9cXo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veUDLs9cXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDLs9cXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDLs9cXo .google-map {
  height: 30rem;
  position: relative;
}
.cid-veUDLs9cXo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veUDLs9cXo .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-veUDLs9cXo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veUDLs9cXo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veUDLs9cXo .mbr-section-title {
  color: #161616;
}
.cid-veUDLsH1mz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veUDLsH1mz .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veUDLsH1mz .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veUDLsRkxg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veUDLsRkxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUDLsRkxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUDLsRkxg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUDLsRkxg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veUDLsRkxg .row {
    text-align: center;
  }
  .cid-veUDLsRkxg .row > div {
    margin: auto;
  }
  .cid-veUDLsRkxg .social-row {
    justify-content: center;
  }
}
.cid-veUDLsRkxg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veUDLsRkxg .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veUDLsRkxg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUDLsRkxg .list {
    margin-bottom: 0rem;
  }
}
.cid-veUDLsRkxg .mbr-text {
  color: #303030;
}
.cid-veUDLsRkxg .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-veUDLsRkxg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veUDLsRkxg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veUDLsRkxg .copyright {
  color: #303030;
}
.cid-veUDLsRkxg H5 {
  color: #161616;
}
.cid-veUE1FVaHK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veUE1FVaHK nav.navbar {
  position: fixed;
}
.cid-veUE1FVaHK .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-veUE1FVaHK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veUE1FVaHK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veUE1FVaHK .dropdown-item:hover,
.cid-veUE1FVaHK .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veUE1FVaHK .dropdown-item:hover span {
  color: white;
}
.cid-veUE1FVaHK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veUE1FVaHK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veUE1FVaHK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veUE1FVaHK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veUE1FVaHK .nav-link {
  position: relative;
}
.cid-veUE1FVaHK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUE1FVaHK .container {
    flex-wrap: wrap;
  }
}
.cid-veUE1FVaHK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUE1FVaHK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veUE1FVaHK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veUE1FVaHK .dropdown-menu,
.cid-veUE1FVaHK .navbar.opened {
  background: #fafafa !important;
}
.cid-veUE1FVaHK .nav-item:focus,
.cid-veUE1FVaHK .nav-link:focus {
  outline: none;
}
.cid-veUE1FVaHK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUE1FVaHK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUE1FVaHK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUE1FVaHK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUE1FVaHK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUE1FVaHK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUE1FVaHK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veUE1FVaHK .navbar.opened {
  transition: all 0.3s;
}
.cid-veUE1FVaHK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veUE1FVaHK .navbar .navbar-logo img {
  width: auto;
}
.cid-veUE1FVaHK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veUE1FVaHK .navbar.collapsed {
  justify-content: center;
}
.cid-veUE1FVaHK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUE1FVaHK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veUE1FVaHK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veUE1FVaHK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUE1FVaHK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUE1FVaHK .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-veUE1FVaHK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUE1FVaHK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veUE1FVaHK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veUE1FVaHK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUE1FVaHK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUE1FVaHK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUE1FVaHK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veUE1FVaHK .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-veUE1FVaHK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUE1FVaHK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veUE1FVaHK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veUE1FVaHK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veUE1FVaHK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUE1FVaHK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veUE1FVaHK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veUE1FVaHK .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUE1FVaHK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUE1FVaHK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUE1FVaHK .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-veUE1FVaHK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veUE1FVaHK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUE1FVaHK .dropdown-item.active,
.cid-veUE1FVaHK .dropdown-item:active {
  background-color: transparent;
}
.cid-veUE1FVaHK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veUE1FVaHK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUE1FVaHK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUE1FVaHK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veUE1FVaHK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUE1FVaHK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUE1FVaHK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veUE1FVaHK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veUE1FVaHK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veUE1FVaHK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veUE1FVaHK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUE1FVaHK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUE1FVaHK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUE1FVaHK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUE1FVaHK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUE1FVaHK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUE1FVaHK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUE1FVaHK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUE1FVaHK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veUE1FVaHK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veUE1FVaHK .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-veUE1FVaHK .navbar {
    height: 70px;
  }
  .cid-veUE1FVaHK .navbar.opened {
    height: auto;
  }
  .cid-veUE1FVaHK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUE1G9veL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veUE1G9veL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUE1G9veL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUE1G9veL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veUE1G9veL .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veUE1G9veL .mbr-section-title {
  color: #161616;
}
.cid-veUE1GiSwF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veUE1GiSwF .item:focus,
.cid-veUE1GiSwF span:focus {
  outline: none;
}
.cid-veUE1GiSwF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veUE1GiSwF .content-head {
  max-width: 800px;
}
.cid-veUE1GiSwF .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veUE1GiSwF .item {
    min-height: 45px;
  }
}
.cid-veUE1GqLm7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veUE1GqLm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUE1GqLm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUE1GqLm7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veUE1GqLm7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUE1GqLm7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veUE1GqLm7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veUE1GqLm7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUE1GqLm7 .mbr-section-title {
  color: #161616;
}
.cid-veUE1GqLm7 .mbr-text,
.cid-veUE1GqLm7 .mbr-section-btn {
  color: #303030;
}
.cid-veUE1GCWXO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veUE1GCWXO img,
.cid-veUE1GCWXO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veUE1GCWXO .item:focus,
.cid-veUE1GCWXO span:focus {
  outline: none;
}
.cid-veUE1GCWXO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veUE1GCWXO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veUE1GCWXO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veUE1GCWXO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veUE1GCWXO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veUE1GCWXO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veUE1GCWXO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veUE1GCWXO .mbr-section-title {
  color: #161616;
}
.cid-veUE1GCWXO .mbr-text,
.cid-veUE1GCWXO .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veUE1GCWXO .item-title {
  text-align: left;
  color: #161616;
}
.cid-veUE1GCWXO .item-subtitle {
  text-align: left;
}
.cid-veUE1GCWXO .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veUE1H5jP9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veUE1H5jP9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veUE1H5jP9 .item {
    margin-bottom: 1rem;
  }
}
.cid-veUE1H5jP9 .item-wrapper {
  position: relative;
}
.cid-veUE1H5jP9 .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-veUE1H5jP9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veUE1H5jP9 .carousel-control,
.cid-veUE1H5jP9 .close {
  background: #1b1b1b;
}
.cid-veUE1H5jP9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veUE1H5jP9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veUE1H5jP9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veUE1H5jP9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-veUE1H5jP9 .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-veUE1H5jP9 .close::before {
  content: '\e91a';
}
.cid-veUE1H5jP9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veUE1H5jP9 .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-veUE1H5jP9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUE1H5jP9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUE1H5jP9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUE1H5jP9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veUE1H5jP9 .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-veUE1H5jP9 .carousel-indicators li.active,
.cid-veUE1H5jP9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUE1H5jP9 .carousel-indicators li::after,
.cid-veUE1H5jP9 .carousel-indicators li::before {
  content: none;
}
.cid-veUE1H5jP9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUE1H5jP9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veUE1H5jP9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veUE1H5jP9 .carousel-indicators {
    display: none;
  }
}
.cid-veUE1H5jP9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUE1H5jP9 .carousel-inner > .active {
  display: block;
}
.cid-veUE1H5jP9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUE1H5jP9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veUE1H5jP9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veUE1H5jP9 .carousel-control,
  .cid-veUE1H5jP9 .carousel-indicators,
  .cid-veUE1H5jP9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veUE1H5jP9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veUE1H5jP9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veUE1H5jP9 .carousel-indicators .active,
.cid-veUE1H5jP9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veUE1H5jP9 .carousel-indicators .active {
  background: #fff;
}
.cid-veUE1H5jP9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veUE1H5jP9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veUE1H5jP9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veUE1H5jP9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veUE1H5jP9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veUE1H5jP9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veUE1H5jP9 .carousel {
  width: 100%;
}
.cid-veUE1H5jP9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veUE1H5jP9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veUE1H5jP9 .modal.fade .modal-dialog,
.cid-veUE1H5jP9 .modal.in .modal-dialog {
  transform: none;
}
.cid-veUE1H5jP9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veUE1H5jP9 .content-head {
  max-width: 800px;
}
.cid-veUE1H5jP9 H3 {
  color: #fafafa;
}
.cid-veUE1H5jP9 H4 {
  color: #fafafa;
}
.cid-veUE1IJPHw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veUE1IJPHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUE1IJPHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUE1IJPHw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veUE1IJPHw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veUE1IJPHw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veUE1IJPHw .mbr-section-title {
  color: #161616;
}
.cid-veUE1IJPHw .mbr-text,
.cid-veUE1IJPHw .mbr-section-btn {
  color: #303030;
}
.cid-veUE1IVxRd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veUE1IVxRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUE1IVxRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUE1IVxRd .mbr-section-title {
  color: #161616;
}
.cid-veUE1J6gjd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUE1J6gjd .carousel {
    min-height: 800px;
  }
  .cid-veUE1J6gjd .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veUE1J6gjd .carousel {
    min-height: 520px;
  }
  .cid-veUE1J6gjd .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veUE1J6gjd .carousel {
    min-height: 440px;
  }
  .cid-veUE1J6gjd .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veUE1J6gjd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veUE1J6gjd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veUE1J6gjd .carousel,
.cid-veUE1J6gjd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUE1J6gjd .item-wrapper {
  width: 100%;
}
.cid-veUE1J6gjd .carousel-caption {
  bottom: 40px;
}
.cid-veUE1J6gjd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veUE1J6gjd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veUE1J6gjd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veUE1J6gjd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veUE1J6gjd .carousel-control {
  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-veUE1J6gjd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUE1J6gjd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUE1J6gjd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUE1J6gjd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veUE1J6gjd .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-veUE1J6gjd .carousel-indicators li.active,
.cid-veUE1J6gjd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUE1J6gjd .carousel-indicators li::after,
.cid-veUE1J6gjd .carousel-indicators li::before {
  content: none;
}
.cid-veUE1J6gjd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUE1J6gjd .carousel-indicators {
    display: none !important;
  }
}
.cid-veUE1Jv6hg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veUE1Jv6hg .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veUE1Jv6hg form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUE1Jv6hg form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veUE1Jv6hg form.mbr-form {
    padding: 1rem;
  }
}
.cid-veUE1Jv6hg form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veUE1Jv6hg form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veUE1Jv6hg .mbr-section-title {
  color: #fafafa;
}
.cid-veUE1Jv6hg P {
  color: #303030;
}
.cid-veUE1JIHqG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veUE1JIHqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUE1JIHqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUE1JIHqG .google-map {
  height: 30rem;
  position: relative;
}
.cid-veUE1JIHqG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veUE1JIHqG .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-veUE1JIHqG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veUE1JIHqG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veUE1JIHqG .mbr-section-title {
  color: #161616;
}
.cid-veUE1Ki2Fq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veUE1Ki2Fq .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veUE1Ki2Fq .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veUE1KvZJv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veUE1KvZJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUE1KvZJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUE1KvZJv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUE1KvZJv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veUE1KvZJv .row {
    text-align: center;
  }
  .cid-veUE1KvZJv .row > div {
    margin: auto;
  }
  .cid-veUE1KvZJv .social-row {
    justify-content: center;
  }
}
.cid-veUE1KvZJv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veUE1KvZJv .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veUE1KvZJv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUE1KvZJv .list {
    margin-bottom: 0rem;
  }
}
.cid-veUE1KvZJv .mbr-text {
  color: #303030;
}
.cid-veUE1KvZJv .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-veUE1KvZJv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veUE1KvZJv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veUE1KvZJv .copyright {
  color: #303030;
}
.cid-veUE1KvZJv H5 {
  color: #161616;
}
.cid-veUEBNrssM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veUEBNrssM nav.navbar {
  position: fixed;
}
.cid-veUEBNrssM .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-veUEBNrssM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veUEBNrssM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veUEBNrssM .dropdown-item:hover,
.cid-veUEBNrssM .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veUEBNrssM .dropdown-item:hover span {
  color: white;
}
.cid-veUEBNrssM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veUEBNrssM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veUEBNrssM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veUEBNrssM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veUEBNrssM .nav-link {
  position: relative;
}
.cid-veUEBNrssM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUEBNrssM .container {
    flex-wrap: wrap;
  }
}
.cid-veUEBNrssM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUEBNrssM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veUEBNrssM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veUEBNrssM .dropdown-menu,
.cid-veUEBNrssM .navbar.opened {
  background: #fafafa !important;
}
.cid-veUEBNrssM .nav-item:focus,
.cid-veUEBNrssM .nav-link:focus {
  outline: none;
}
.cid-veUEBNrssM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUEBNrssM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUEBNrssM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUEBNrssM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUEBNrssM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUEBNrssM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUEBNrssM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veUEBNrssM .navbar.opened {
  transition: all 0.3s;
}
.cid-veUEBNrssM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veUEBNrssM .navbar .navbar-logo img {
  width: auto;
}
.cid-veUEBNrssM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veUEBNrssM .navbar.collapsed {
  justify-content: center;
}
.cid-veUEBNrssM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUEBNrssM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veUEBNrssM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veUEBNrssM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUEBNrssM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUEBNrssM .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-veUEBNrssM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUEBNrssM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veUEBNrssM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veUEBNrssM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUEBNrssM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUEBNrssM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUEBNrssM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veUEBNrssM .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-veUEBNrssM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUEBNrssM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veUEBNrssM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veUEBNrssM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veUEBNrssM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUEBNrssM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veUEBNrssM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veUEBNrssM .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUEBNrssM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUEBNrssM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUEBNrssM .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-veUEBNrssM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veUEBNrssM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUEBNrssM .dropdown-item.active,
.cid-veUEBNrssM .dropdown-item:active {
  background-color: transparent;
}
.cid-veUEBNrssM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veUEBNrssM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUEBNrssM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUEBNrssM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veUEBNrssM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUEBNrssM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUEBNrssM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veUEBNrssM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veUEBNrssM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veUEBNrssM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veUEBNrssM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUEBNrssM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUEBNrssM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUEBNrssM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUEBNrssM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUEBNrssM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUEBNrssM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUEBNrssM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUEBNrssM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veUEBNrssM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veUEBNrssM .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-veUEBNrssM .navbar {
    height: 70px;
  }
  .cid-veUEBNrssM .navbar.opened {
    height: auto;
  }
  .cid-veUEBNrssM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUEBNG2Mm {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veUEBNG2Mm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUEBNG2Mm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUEBNG2Mm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veUEBNG2Mm .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veUEBNG2Mm .mbr-section-title {
  color: #161616;
}
.cid-veUEBNPJwZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veUEBNPJwZ .item:focus,
.cid-veUEBNPJwZ span:focus {
  outline: none;
}
.cid-veUEBNPJwZ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veUEBNPJwZ .content-head {
  max-width: 800px;
}
.cid-veUEBNPJwZ .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veUEBNPJwZ .item {
    min-height: 45px;
  }
}
.cid-veUEBNX8gN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veUEBNX8gN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUEBNX8gN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUEBNX8gN .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veUEBNX8gN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUEBNX8gN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veUEBNX8gN .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veUEBNX8gN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUEBNX8gN .mbr-section-title {
  color: #161616;
}
.cid-veUEBNX8gN .mbr-text,
.cid-veUEBNX8gN .mbr-section-btn {
  color: #303030;
}
.cid-veUEBO6PiU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veUEBO6PiU img,
.cid-veUEBO6PiU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veUEBO6PiU .item:focus,
.cid-veUEBO6PiU span:focus {
  outline: none;
}
.cid-veUEBO6PiU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veUEBO6PiU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veUEBO6PiU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veUEBO6PiU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veUEBO6PiU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veUEBO6PiU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veUEBO6PiU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veUEBO6PiU .mbr-section-title {
  color: #161616;
}
.cid-veUEBO6PiU .mbr-text,
.cid-veUEBO6PiU .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veUEBO6PiU .item-title {
  text-align: left;
  color: #161616;
}
.cid-veUEBO6PiU .item-subtitle {
  text-align: left;
}
.cid-veUEBO6PiU .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veUEBOBzh3 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veUEBOBzh3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veUEBOBzh3 .item {
    margin-bottom: 1rem;
  }
}
.cid-veUEBOBzh3 .item-wrapper {
  position: relative;
}
.cid-veUEBOBzh3 .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-veUEBOBzh3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veUEBOBzh3 .carousel-control,
.cid-veUEBOBzh3 .close {
  background: #1b1b1b;
}
.cid-veUEBOBzh3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veUEBOBzh3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veUEBOBzh3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veUEBOBzh3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-veUEBOBzh3 .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-veUEBOBzh3 .close::before {
  content: '\e91a';
}
.cid-veUEBOBzh3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veUEBOBzh3 .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-veUEBOBzh3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUEBOBzh3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUEBOBzh3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUEBOBzh3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veUEBOBzh3 .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-veUEBOBzh3 .carousel-indicators li.active,
.cid-veUEBOBzh3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUEBOBzh3 .carousel-indicators li::after,
.cid-veUEBOBzh3 .carousel-indicators li::before {
  content: none;
}
.cid-veUEBOBzh3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUEBOBzh3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veUEBOBzh3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veUEBOBzh3 .carousel-indicators {
    display: none;
  }
}
.cid-veUEBOBzh3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUEBOBzh3 .carousel-inner > .active {
  display: block;
}
.cid-veUEBOBzh3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUEBOBzh3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veUEBOBzh3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veUEBOBzh3 .carousel-control,
  .cid-veUEBOBzh3 .carousel-indicators,
  .cid-veUEBOBzh3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veUEBOBzh3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veUEBOBzh3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veUEBOBzh3 .carousel-indicators .active,
.cid-veUEBOBzh3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veUEBOBzh3 .carousel-indicators .active {
  background: #fff;
}
.cid-veUEBOBzh3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veUEBOBzh3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veUEBOBzh3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veUEBOBzh3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veUEBOBzh3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veUEBOBzh3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veUEBOBzh3 .carousel {
  width: 100%;
}
.cid-veUEBOBzh3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veUEBOBzh3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veUEBOBzh3 .modal.fade .modal-dialog,
.cid-veUEBOBzh3 .modal.in .modal-dialog {
  transform: none;
}
.cid-veUEBOBzh3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veUEBOBzh3 .content-head {
  max-width: 800px;
}
.cid-veUEBOBzh3 H3 {
  color: #fafafa;
}
.cid-veUEBOBzh3 H4 {
  color: #fafafa;
}
.cid-veUEBQ9hfc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veUEBQ9hfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUEBQ9hfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUEBQ9hfc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veUEBQ9hfc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veUEBQ9hfc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veUEBQ9hfc .mbr-section-title {
  color: #161616;
}
.cid-veUEBQ9hfc .mbr-text,
.cid-veUEBQ9hfc .mbr-section-btn {
  color: #303030;
}
.cid-veUEBQoVYz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veUEBQoVYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUEBQoVYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUEBQoVYz .mbr-section-title {
  color: #161616;
}
.cid-veUEBQzl5C {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUEBQzl5C .carousel {
    min-height: 800px;
  }
  .cid-veUEBQzl5C .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veUEBQzl5C .carousel {
    min-height: 520px;
  }
  .cid-veUEBQzl5C .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veUEBQzl5C .carousel {
    min-height: 440px;
  }
  .cid-veUEBQzl5C .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veUEBQzl5C .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veUEBQzl5C .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veUEBQzl5C .carousel,
.cid-veUEBQzl5C .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUEBQzl5C .item-wrapper {
  width: 100%;
}
.cid-veUEBQzl5C .carousel-caption {
  bottom: 40px;
}
.cid-veUEBQzl5C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veUEBQzl5C .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veUEBQzl5C .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veUEBQzl5C .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veUEBQzl5C .carousel-control {
  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-veUEBQzl5C .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUEBQzl5C .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUEBQzl5C .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUEBQzl5C .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veUEBQzl5C .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-veUEBQzl5C .carousel-indicators li.active,
.cid-veUEBQzl5C .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUEBQzl5C .carousel-indicators li::after,
.cid-veUEBQzl5C .carousel-indicators li::before {
  content: none;
}
.cid-veUEBQzl5C .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUEBQzl5C .carousel-indicators {
    display: none !important;
  }
}
.cid-veUEBQYk5V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veUEBQYk5V .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veUEBQYk5V form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUEBQYk5V form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veUEBQYk5V form.mbr-form {
    padding: 1rem;
  }
}
.cid-veUEBQYk5V form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veUEBQYk5V form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veUEBQYk5V .mbr-section-title {
  color: #fafafa;
}
.cid-veUEBQYk5V P {
  color: #303030;
}
.cid-veUEBRbP7e {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veUEBRbP7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUEBRbP7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUEBRbP7e .google-map {
  height: 30rem;
  position: relative;
}
.cid-veUEBRbP7e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veUEBRbP7e .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-veUEBRbP7e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veUEBRbP7e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veUEBRbP7e .mbr-section-title {
  color: #161616;
}
.cid-veUEBRP96i {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veUEBRP96i .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veUEBRP96i .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veUEBS1zGg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veUEBS1zGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUEBS1zGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUEBS1zGg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUEBS1zGg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veUEBS1zGg .row {
    text-align: center;
  }
  .cid-veUEBS1zGg .row > div {
    margin: auto;
  }
  .cid-veUEBS1zGg .social-row {
    justify-content: center;
  }
}
.cid-veUEBS1zGg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veUEBS1zGg .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veUEBS1zGg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUEBS1zGg .list {
    margin-bottom: 0rem;
  }
}
.cid-veUEBS1zGg .mbr-text {
  color: #303030;
}
.cid-veUEBS1zGg .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-veUEBS1zGg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veUEBS1zGg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veUEBS1zGg .copyright {
  color: #303030;
}
.cid-veUEBS1zGg H5 {
  color: #161616;
}
.cid-veUFinFgnd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veUFinFgnd nav.navbar {
  position: fixed;
}
.cid-veUFinFgnd .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-veUFinFgnd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veUFinFgnd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veUFinFgnd .dropdown-item:hover,
.cid-veUFinFgnd .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veUFinFgnd .dropdown-item:hover span {
  color: white;
}
.cid-veUFinFgnd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veUFinFgnd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veUFinFgnd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veUFinFgnd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veUFinFgnd .nav-link {
  position: relative;
}
.cid-veUFinFgnd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUFinFgnd .container {
    flex-wrap: wrap;
  }
}
.cid-veUFinFgnd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUFinFgnd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veUFinFgnd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veUFinFgnd .dropdown-menu,
.cid-veUFinFgnd .navbar.opened {
  background: #fafafa !important;
}
.cid-veUFinFgnd .nav-item:focus,
.cid-veUFinFgnd .nav-link:focus {
  outline: none;
}
.cid-veUFinFgnd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUFinFgnd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUFinFgnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUFinFgnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUFinFgnd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUFinFgnd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUFinFgnd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veUFinFgnd .navbar.opened {
  transition: all 0.3s;
}
.cid-veUFinFgnd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veUFinFgnd .navbar .navbar-logo img {
  width: auto;
}
.cid-veUFinFgnd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veUFinFgnd .navbar.collapsed {
  justify-content: center;
}
.cid-veUFinFgnd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUFinFgnd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veUFinFgnd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veUFinFgnd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUFinFgnd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUFinFgnd .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-veUFinFgnd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUFinFgnd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veUFinFgnd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veUFinFgnd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUFinFgnd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUFinFgnd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUFinFgnd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veUFinFgnd .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-veUFinFgnd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUFinFgnd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veUFinFgnd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veUFinFgnd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veUFinFgnd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUFinFgnd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veUFinFgnd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veUFinFgnd .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUFinFgnd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUFinFgnd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUFinFgnd .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-veUFinFgnd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veUFinFgnd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUFinFgnd .dropdown-item.active,
.cid-veUFinFgnd .dropdown-item:active {
  background-color: transparent;
}
.cid-veUFinFgnd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veUFinFgnd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUFinFgnd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUFinFgnd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veUFinFgnd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUFinFgnd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUFinFgnd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veUFinFgnd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veUFinFgnd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veUFinFgnd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veUFinFgnd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUFinFgnd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUFinFgnd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUFinFgnd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUFinFgnd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUFinFgnd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUFinFgnd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUFinFgnd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUFinFgnd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veUFinFgnd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veUFinFgnd .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-veUFinFgnd .navbar {
    height: 70px;
  }
  .cid-veUFinFgnd .navbar.opened {
    height: auto;
  }
  .cid-veUFinFgnd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUFinUiU7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veUFinUiU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFinUiU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFinUiU7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veUFinUiU7 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veUFinUiU7 .mbr-section-title {
  color: #161616;
}
.cid-veUFio7iJI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veUFio7iJI .item:focus,
.cid-veUFio7iJI span:focus {
  outline: none;
}
.cid-veUFio7iJI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veUFio7iJI .content-head {
  max-width: 800px;
}
.cid-veUFio7iJI .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veUFio7iJI .item {
    min-height: 45px;
  }
}
.cid-veUFiofvh7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veUFiofvh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFiofvh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFiofvh7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veUFiofvh7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUFiofvh7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veUFiofvh7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veUFiofvh7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUFiofvh7 .mbr-section-title {
  color: #161616;
}
.cid-veUFiofvh7 .mbr-text,
.cid-veUFiofvh7 .mbr-section-btn {
  color: #303030;
}
.cid-veUFioC070 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veUFioC070 img,
.cid-veUFioC070 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veUFioC070 .item:focus,
.cid-veUFioC070 span:focus {
  outline: none;
}
.cid-veUFioC070 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veUFioC070 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veUFioC070 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veUFioC070 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veUFioC070 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veUFioC070 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veUFioC070 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veUFioC070 .mbr-section-title {
  color: #161616;
}
.cid-veUFioC070 .mbr-text,
.cid-veUFioC070 .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veUFioC070 .item-title {
  text-align: left;
  color: #161616;
}
.cid-veUFioC070 .item-subtitle {
  text-align: left;
}
.cid-veUFioC070 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veUFip6Zwp {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veUFip6Zwp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veUFip6Zwp .item {
    margin-bottom: 1rem;
  }
}
.cid-veUFip6Zwp .item-wrapper {
  position: relative;
}
.cid-veUFip6Zwp .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-veUFip6Zwp .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veUFip6Zwp .carousel-control,
.cid-veUFip6Zwp .close {
  background: #1b1b1b;
}
.cid-veUFip6Zwp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veUFip6Zwp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veUFip6Zwp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veUFip6Zwp .carousel-control-next span {
  margin-left: 5px;
}
.cid-veUFip6Zwp .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-veUFip6Zwp .close::before {
  content: '\e91a';
}
.cid-veUFip6Zwp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veUFip6Zwp .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-veUFip6Zwp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUFip6Zwp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUFip6Zwp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUFip6Zwp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veUFip6Zwp .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-veUFip6Zwp .carousel-indicators li.active,
.cid-veUFip6Zwp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUFip6Zwp .carousel-indicators li::after,
.cid-veUFip6Zwp .carousel-indicators li::before {
  content: none;
}
.cid-veUFip6Zwp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUFip6Zwp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veUFip6Zwp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veUFip6Zwp .carousel-indicators {
    display: none;
  }
}
.cid-veUFip6Zwp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUFip6Zwp .carousel-inner > .active {
  display: block;
}
.cid-veUFip6Zwp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUFip6Zwp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veUFip6Zwp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veUFip6Zwp .carousel-control,
  .cid-veUFip6Zwp .carousel-indicators,
  .cid-veUFip6Zwp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veUFip6Zwp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veUFip6Zwp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veUFip6Zwp .carousel-indicators .active,
.cid-veUFip6Zwp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veUFip6Zwp .carousel-indicators .active {
  background: #fff;
}
.cid-veUFip6Zwp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veUFip6Zwp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veUFip6Zwp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veUFip6Zwp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veUFip6Zwp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veUFip6Zwp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veUFip6Zwp .carousel {
  width: 100%;
}
.cid-veUFip6Zwp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veUFip6Zwp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veUFip6Zwp .modal.fade .modal-dialog,
.cid-veUFip6Zwp .modal.in .modal-dialog {
  transform: none;
}
.cid-veUFip6Zwp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veUFip6Zwp .content-head {
  max-width: 800px;
}
.cid-veUFip6Zwp H3 {
  color: #fafafa;
}
.cid-veUFip6Zwp H4 {
  color: #fafafa;
}
.cid-veUFiqGot9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veUFiqGot9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFiqGot9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFiqGot9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veUFiqGot9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veUFiqGot9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veUFiqGot9 .mbr-section-title {
  color: #161616;
}
.cid-veUFiqGot9 .mbr-text,
.cid-veUFiqGot9 .mbr-section-btn {
  color: #303030;
}
.cid-veUFiqSY5w {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veUFiqSY5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFiqSY5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFiqSY5w .mbr-section-title {
  color: #161616;
}
.cid-veUFir5iIa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUFir5iIa .carousel {
    min-height: 800px;
  }
  .cid-veUFir5iIa .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veUFir5iIa .carousel {
    min-height: 520px;
  }
  .cid-veUFir5iIa .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veUFir5iIa .carousel {
    min-height: 440px;
  }
  .cid-veUFir5iIa .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veUFir5iIa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veUFir5iIa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veUFir5iIa .carousel,
.cid-veUFir5iIa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUFir5iIa .item-wrapper {
  width: 100%;
}
.cid-veUFir5iIa .carousel-caption {
  bottom: 40px;
}
.cid-veUFir5iIa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veUFir5iIa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veUFir5iIa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veUFir5iIa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veUFir5iIa .carousel-control {
  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-veUFir5iIa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUFir5iIa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUFir5iIa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUFir5iIa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veUFir5iIa .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-veUFir5iIa .carousel-indicators li.active,
.cid-veUFir5iIa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUFir5iIa .carousel-indicators li::after,
.cid-veUFir5iIa .carousel-indicators li::before {
  content: none;
}
.cid-veUFir5iIa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUFir5iIa .carousel-indicators {
    display: none !important;
  }
}
.cid-veUFirzO6a {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veUFirzO6a .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veUFirzO6a form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUFirzO6a form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veUFirzO6a form.mbr-form {
    padding: 1rem;
  }
}
.cid-veUFirzO6a form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veUFirzO6a form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veUFirzO6a .mbr-section-title {
  color: #fafafa;
}
.cid-veUFirzO6a P {
  color: #303030;
}
.cid-veUFirNf3t {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veUFirNf3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFirNf3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFirNf3t .google-map {
  height: 30rem;
  position: relative;
}
.cid-veUFirNf3t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veUFirNf3t .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-veUFirNf3t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veUFirNf3t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veUFirNf3t .mbr-section-title {
  color: #161616;
}
.cid-veUFisu7Bc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veUFisu7Bc .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veUFisu7Bc .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veUFisFE0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veUFisFE0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFisFE0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFisFE0a .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUFisFE0a .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veUFisFE0a .row {
    text-align: center;
  }
  .cid-veUFisFE0a .row > div {
    margin: auto;
  }
  .cid-veUFisFE0a .social-row {
    justify-content: center;
  }
}
.cid-veUFisFE0a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veUFisFE0a .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veUFisFE0a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUFisFE0a .list {
    margin-bottom: 0rem;
  }
}
.cid-veUFisFE0a .mbr-text {
  color: #303030;
}
.cid-veUFisFE0a .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-veUFisFE0a .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veUFisFE0a div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veUFisFE0a .copyright {
  color: #303030;
}
.cid-veUFisFE0a H5 {
  color: #161616;
}
.cid-veUFGCpa3r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veUFGCpa3r nav.navbar {
  position: fixed;
}
.cid-veUFGCpa3r .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-veUFGCpa3r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veUFGCpa3r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veUFGCpa3r .dropdown-item:hover,
.cid-veUFGCpa3r .dropdown-item:focus {
  background: #692e2e !important;
  color: white !important;
}
.cid-veUFGCpa3r .dropdown-item:hover span {
  color: white;
}
.cid-veUFGCpa3r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veUFGCpa3r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veUFGCpa3r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veUFGCpa3r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veUFGCpa3r .nav-link {
  position: relative;
}
.cid-veUFGCpa3r .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUFGCpa3r .container {
    flex-wrap: wrap;
  }
}
.cid-veUFGCpa3r .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veUFGCpa3r .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veUFGCpa3r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veUFGCpa3r .dropdown-menu,
.cid-veUFGCpa3r .navbar.opened {
  background: #fafafa !important;
}
.cid-veUFGCpa3r .nav-item:focus,
.cid-veUFGCpa3r .nav-link:focus {
  outline: none;
}
.cid-veUFGCpa3r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veUFGCpa3r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veUFGCpa3r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veUFGCpa3r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veUFGCpa3r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veUFGCpa3r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veUFGCpa3r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-veUFGCpa3r .navbar.opened {
  transition: all 0.3s;
}
.cid-veUFGCpa3r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veUFGCpa3r .navbar .navbar-logo img {
  width: auto;
}
.cid-veUFGCpa3r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veUFGCpa3r .navbar.collapsed {
  justify-content: center;
}
.cid-veUFGCpa3r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veUFGCpa3r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veUFGCpa3r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veUFGCpa3r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veUFGCpa3r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veUFGCpa3r .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-veUFGCpa3r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veUFGCpa3r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veUFGCpa3r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veUFGCpa3r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veUFGCpa3r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veUFGCpa3r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veUFGCpa3r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veUFGCpa3r .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-veUFGCpa3r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veUFGCpa3r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veUFGCpa3r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veUFGCpa3r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veUFGCpa3r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veUFGCpa3r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veUFGCpa3r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veUFGCpa3r .navbar.navbar-short {
  min-height: 60px;
}
.cid-veUFGCpa3r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veUFGCpa3r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veUFGCpa3r .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-veUFGCpa3r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veUFGCpa3r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veUFGCpa3r .dropdown-item.active,
.cid-veUFGCpa3r .dropdown-item:active {
  background-color: transparent;
}
.cid-veUFGCpa3r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veUFGCpa3r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veUFGCpa3r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veUFGCpa3r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-veUFGCpa3r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veUFGCpa3r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veUFGCpa3r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veUFGCpa3r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veUFGCpa3r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veUFGCpa3r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veUFGCpa3r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veUFGCpa3r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUFGCpa3r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veUFGCpa3r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veUFGCpa3r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUFGCpa3r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veUFGCpa3r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veUFGCpa3r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veUFGCpa3r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veUFGCpa3r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veUFGCpa3r .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-veUFGCpa3r .navbar {
    height: 70px;
  }
  .cid-veUFGCpa3r .navbar.opened {
    height: auto;
  }
  .cid-veUFGCpa3r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veUFGCF4IF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-hero-cimento-sorocaba-regiao-1920x1080.png");
}
.cid-veUFGCF4IF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFGCF4IF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFGCF4IF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veUFGCF4IF .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-veUFGCF4IF .mbr-section-title {
  color: #161616;
}
.cid-veUFGCRCsq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #692e2e;
}
.cid-veUFGCRCsq .item:focus,
.cid-veUFGCRCsq span:focus {
  outline: none;
}
.cid-veUFGCRCsq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veUFGCRCsq .content-head {
  max-width: 800px;
}
.cid-veUFGCRCsq .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-veUFGCRCsq .item {
    min-height: 45px;
  }
}
.cid-veUFGD4VuX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-veUFGD4VuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFGD4VuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFGD4VuX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veUFGD4VuX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUFGD4VuX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-veUFGD4VuX .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-veUFGD4VuX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veUFGD4VuX .mbr-section-title {
  color: #161616;
}
.cid-veUFGD4VuX .mbr-text,
.cid-veUFGD4VuX .mbr-section-btn {
  color: #303030;
}
.cid-veUFGDeCKu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-veUFGDeCKu img,
.cid-veUFGDeCKu .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veUFGDeCKu .item:focus,
.cid-veUFGDeCKu span:focus {
  outline: none;
}
.cid-veUFGDeCKu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veUFGDeCKu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veUFGDeCKu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veUFGDeCKu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veUFGDeCKu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veUFGDeCKu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veUFGDeCKu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veUFGDeCKu .mbr-section-title {
  color: #161616;
}
.cid-veUFGDeCKu .mbr-text,
.cid-veUFGDeCKu .mbr-section-btn {
  text-align: left;
  color: #303030;
}
.cid-veUFGDeCKu .item-title {
  text-align: left;
  color: #161616;
}
.cid-veUFGDeCKu .item-subtitle {
  text-align: left;
}
.cid-veUFGDeCKu .mbr-section-subtitle {
  color: #fafafa;
}
.cid-veUFGDJ1Tu {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-veUFGDJ1Tu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veUFGDJ1Tu .item {
    margin-bottom: 1rem;
  }
}
.cid-veUFGDJ1Tu .item-wrapper {
  position: relative;
}
.cid-veUFGDJ1Tu .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-veUFGDJ1Tu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-veUFGDJ1Tu .carousel-control,
.cid-veUFGDJ1Tu .close {
  background: #1b1b1b;
}
.cid-veUFGDJ1Tu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veUFGDJ1Tu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veUFGDJ1Tu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veUFGDJ1Tu .carousel-control-next span {
  margin-left: 5px;
}
.cid-veUFGDJ1Tu .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-veUFGDJ1Tu .close::before {
  content: '\e91a';
}
.cid-veUFGDJ1Tu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veUFGDJ1Tu .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-veUFGDJ1Tu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUFGDJ1Tu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUFGDJ1Tu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUFGDJ1Tu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veUFGDJ1Tu .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-veUFGDJ1Tu .carousel-indicators li.active,
.cid-veUFGDJ1Tu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUFGDJ1Tu .carousel-indicators li::after,
.cid-veUFGDJ1Tu .carousel-indicators li::before {
  content: none;
}
.cid-veUFGDJ1Tu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUFGDJ1Tu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veUFGDJ1Tu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veUFGDJ1Tu .carousel-indicators {
    display: none;
  }
}
.cid-veUFGDJ1Tu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUFGDJ1Tu .carousel-inner > .active {
  display: block;
}
.cid-veUFGDJ1Tu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUFGDJ1Tu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veUFGDJ1Tu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veUFGDJ1Tu .carousel-control,
  .cid-veUFGDJ1Tu .carousel-indicators,
  .cid-veUFGDJ1Tu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veUFGDJ1Tu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veUFGDJ1Tu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veUFGDJ1Tu .carousel-indicators .active,
.cid-veUFGDJ1Tu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veUFGDJ1Tu .carousel-indicators .active {
  background: #fff;
}
.cid-veUFGDJ1Tu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veUFGDJ1Tu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veUFGDJ1Tu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veUFGDJ1Tu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veUFGDJ1Tu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veUFGDJ1Tu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veUFGDJ1Tu .carousel {
  width: 100%;
}
.cid-veUFGDJ1Tu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veUFGDJ1Tu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veUFGDJ1Tu .modal.fade .modal-dialog,
.cid-veUFGDJ1Tu .modal.in .modal-dialog {
  transform: none;
}
.cid-veUFGDJ1Tu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veUFGDJ1Tu .content-head {
  max-width: 800px;
}
.cid-veUFGDJ1Tu H3 {
  color: #fafafa;
}
.cid-veUFGDJ1Tu H4 {
  color: #fafafa;
}
.cid-veUFGFhYgF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veUFGFhYgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFGFhYgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFGFhYgF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veUFGFhYgF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veUFGFhYgF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veUFGFhYgF .mbr-section-title {
  color: #161616;
}
.cid-veUFGFhYgF .mbr-text,
.cid-veUFGFhYgF .mbr-section-btn {
  color: #303030;
}
.cid-veUFGFuJN2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veUFGFuJN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFGFuJN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFGFuJN2 .mbr-section-title {
  color: #161616;
}
.cid-veUFGFGRx2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUFGFGRx2 .carousel {
    min-height: 800px;
  }
  .cid-veUFGFGRx2 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veUFGFGRx2 .carousel {
    min-height: 520px;
  }
  .cid-veUFGFGRx2 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veUFGFGRx2 .carousel {
    min-height: 440px;
  }
  .cid-veUFGFGRx2 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-veUFGFGRx2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veUFGFGRx2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-veUFGFGRx2 .carousel,
.cid-veUFGFGRx2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veUFGFGRx2 .item-wrapper {
  width: 100%;
}
.cid-veUFGFGRx2 .carousel-caption {
  bottom: 40px;
}
.cid-veUFGFGRx2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-veUFGFGRx2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veUFGFGRx2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veUFGFGRx2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veUFGFGRx2 .carousel-control {
  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-veUFGFGRx2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veUFGFGRx2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veUFGFGRx2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veUFGFGRx2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veUFGFGRx2 .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-veUFGFGRx2 .carousel-indicators li.active,
.cid-veUFGFGRx2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veUFGFGRx2 .carousel-indicators li::after,
.cid-veUFGFGRx2 .carousel-indicators li::before {
  content: none;
}
.cid-veUFGFGRx2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veUFGFGRx2 .carousel-indicators {
    display: none !important;
  }
}
.cid-veUFGG8kgt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1302.jpg");
}
.cid-veUFGG8kgt .mbr-overlay {
  background-color: #535353;
  opacity: 0.8;
}
.cid-veUFGG8kgt form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-veUFGG8kgt form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-veUFGG8kgt form.mbr-form {
    padding: 1rem;
  }
}
.cid-veUFGG8kgt form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veUFGG8kgt form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-veUFGG8kgt .mbr-section-title {
  color: #fafafa;
}
.cid-veUFGG8kgt P {
  color: #303030;
}
.cid-veUFGGocN5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-veUFGGocN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFGGocN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFGGocN5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-veUFGGocN5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veUFGGocN5 .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-veUFGGocN5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veUFGGocN5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veUFGGocN5 .mbr-section-title {
  color: #161616;
}
.cid-veUFGH6uZP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-veUFGH6uZP .mbr-text {
  text-align: center;
  color: #303030;
}
.cid-veUFGH6uZP .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-veUFGHixDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-rodape-1920x1080.png");
}
.cid-veUFGHixDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-veUFGHixDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veUFGHixDe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veUFGHixDe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-veUFGHixDe .row {
    text-align: center;
  }
  .cid-veUFGHixDe .row > div {
    margin: auto;
  }
  .cid-veUFGHixDe .social-row {
    justify-content: center;
  }
}
.cid-veUFGHixDe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veUFGHixDe .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-veUFGHixDe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veUFGHixDe .list {
    margin-bottom: 0rem;
  }
}
.cid-veUFGHixDe .mbr-text {
  color: #303030;
}
.cid-veUFGHixDe .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-veUFGHixDe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-veUFGHixDe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-veUFGHixDe .copyright {
  color: #303030;
}
.cid-veUFGHixDe H5 {
  color: #161616;
}
