body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #f0a202 !important;
}
.bg-success {
  background-color: #31b360 !important;
}
.bg-info {
  background-color: #404040 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f0a202 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0a202 !important;
  border-color: #f0a202 !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: #9a6801 !important;
  border-color: #9a6801 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9a6801 !important;
  border-color: #9a6801 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #404040 !important;
  border-color: #404040 !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: #151515 !important;
  border-color: #151515 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #151515 !important;
  border-color: #151515 !important;
}
.btn-success,
.btn-success:active {
  background-color: #31b360 !important;
  border-color: #31b360 !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: #1e6f3b !important;
  border-color: #1e6f3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e6f3b !important;
  border-color: #1e6f3b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f0a202 !important;
  border-color: #f0a202 !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: #9a6801 !important;
  border-color: #9a6801 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9a6801 !important;
  border-color: #9a6801 !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: transparent;
  color: #f0a202;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9a6801 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f0a202 !important;
  border-color: #f0a202 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #404040;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #151515 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31b360;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1e6f3b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #31b360 !important;
  border-color: #31b360 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0a202;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9a6801 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f0a202 !important;
  border-color: #f0a202 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f0a202 !important;
}
.text-secondary {
  color: #4479d9 !important;
}
.text-success {
  color: #31b360 !important;
}
.text-info {
  color: #404040 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f0a202 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8b5e01 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f4a98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b6335 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0d0d0d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8b5e01 !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: #f0a202;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #404040;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f0a202;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0a202;
  border-color: #f0a202;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f0a202;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feeac0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #86dea6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #feeac0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f0a202 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f0a202;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0a202;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f0a202;
}
.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: #f0a202;
  border-bottom-color: #f0a202;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f0a202 !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: #4479d9 !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='%23f0a202' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sGnj7KqGuX {
  z-index: 1000;
  width: 100%;
}
.cid-sGnj7KqGuX nav.navbar {
  position: fixed;
}
.cid-sGnj7KqGuX .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-sGnj7KqGuX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGnj7KqGuX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGnj7KqGuX .dropdown-item:hover,
.cid-sGnj7KqGuX .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-sGnj7KqGuX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGnj7KqGuX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGnj7KqGuX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGnj7KqGuX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGnj7KqGuX .nav-link {
  position: relative;
}
.cid-sGnj7KqGuX .container {
  display: flex;
  margin: auto;
}
.cid-sGnj7KqGuX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGnj7KqGuX .dropdown-menu,
.cid-sGnj7KqGuX .navbar.opened {
  background: #024e82 !important;
}
.cid-sGnj7KqGuX .nav-item:focus,
.cid-sGnj7KqGuX .nav-link:focus {
  outline: none;
}
.cid-sGnj7KqGuX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGnj7KqGuX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGnj7KqGuX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGnj7KqGuX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGnj7KqGuX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGnj7KqGuX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGnj7KqGuX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-sGnj7KqGuX .navbar.opened {
  transition: all 0.3s;
}
.cid-sGnj7KqGuX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGnj7KqGuX .navbar .navbar-logo img {
  width: auto;
}
.cid-sGnj7KqGuX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGnj7KqGuX .navbar.collapsed {
  justify-content: center;
}
.cid-sGnj7KqGuX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGnj7KqGuX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGnj7KqGuX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sGnj7KqGuX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGnj7KqGuX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGnj7KqGuX .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-sGnj7KqGuX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGnj7KqGuX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGnj7KqGuX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGnj7KqGuX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGnj7KqGuX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGnj7KqGuX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGnj7KqGuX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGnj7KqGuX .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-sGnj7KqGuX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGnj7KqGuX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGnj7KqGuX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGnj7KqGuX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGnj7KqGuX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGnj7KqGuX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGnj7KqGuX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGnj7KqGuX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGnj7KqGuX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGnj7KqGuX .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-sGnj7KqGuX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGnj7KqGuX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGnj7KqGuX .dropdown-item.active,
.cid-sGnj7KqGuX .dropdown-item:active {
  background-color: transparent;
}
.cid-sGnj7KqGuX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGnj7KqGuX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGnj7KqGuX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGnj7KqGuX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-sGnj7KqGuX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGnj7KqGuX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGnj7KqGuX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGnj7KqGuX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGnj7KqGuX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGnj7KqGuX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGnj7KqGuX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGnj7KqGuX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGnj7KqGuX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGnj7KqGuX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGnj7KqGuX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGnj7KqGuX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGnj7KqGuX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGnj7KqGuX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGnj7KqGuX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGnj7KqGuX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGnj7KqGuX .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-sGnj7KqGuX .navbar {
    height: 70px;
  }
  .cid-sGnj7KqGuX .navbar.opened {
    height: auto;
  }
  .cid-sGnj7KqGuX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGnjvXaRra {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-sGnjvXaRra .row {
  flex-direction: row-reverse;
}
.cid-sGnjvXaRra .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGnjvXaRra .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGnjvXaRra .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sGnjvXaRra .mbr-section-title {
  color: #ffffff;
}
.cid-sGnjvXaRra .mbr-text,
.cid-sGnjvXaRra .mbr-section-btn {
  color: #eaeaea;
}
.cid-u8HqrrIsgU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-u8HqrrIsgU .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u8HqrrIsgU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8HqrrIsgU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8HqrrIsgU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8HqrrIsgU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u8HqrrIsgU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u8HqrrIsgU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8HqrrIsgU .card-title {
  color: #024e82;
}
.cid-u8HqrrIsgU .mbr-text,
.cid-u8HqrrIsgU .mbr-section-btn {
  color: #353535;
}
.cid-sGnkOI3EC6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sGnkOI3EC6 .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sGnkOI3EC6 .mbr-text {
  color: #024e82;
}
.cid-sGnmwN7dvb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGnmwN7dvb .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-sGnmlbIipy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGnmlbIipy .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sGnmlbIipy .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sGnmlbIipy .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sGnmlbIipy .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGnmlbIipy .mbr-text {
  color: #353535;
}
.cid-sGnoL2cqn8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGnoL2cqn8 .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-sGnoZOs9LF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGnoZOs9LF img,
.cid-sGnoZOs9LF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sGnoZOs9LF .item:focus,
.cid-sGnoZOs9LF span:focus {
  outline: none;
}
.cid-sGnoZOs9LF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sGnoZOs9LF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sGnoZOs9LF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sGnoZOs9LF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGnoZOs9LF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sGnoZOs9LF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sGnoZOs9LF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sGnoZOs9LF .mbr-section-title {
  color: #232323;
}
.cid-sGnoZOs9LF .mbr-text,
.cid-sGnoZOs9LF .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sGnoZOs9LF .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-sGnoZOs9LF .item-subtitle {
  text-align: left;
}
.cid-sGnrd9rpuf {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sGnrd9rpuf .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-sGnrd9rpuf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGnrd9rpuf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sGnrd9rpuf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sGnrd9rpuf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sGnrd9rpuf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sGnrd9rpuf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGnrd9rpuf .card-title {
  color: #f0a202;
}
.cid-sGnrd9rpuf .mbr-text,
.cid-sGnrd9rpuf .mbr-section-btn {
  color: #ffffff;
}
.cid-sGnrIM2lZy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-sGnrIM2lZy .row {
  flex-direction: row-reverse;
}
.cid-sGnrIM2lZy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGnrIM2lZy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGnrIM2lZy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sGnrIM2lZy .mbr-section-title {
  color: #ffffff;
}
.cid-sGnsvyoeKl {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGnsvyoeKl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sGnsvyoeKl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sGnsvyoeKl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sGnsvyoeKl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sGnsvyoeKl .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sGnsvyoeKl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sGnsvyoeKl .carousel-control,
.cid-sGnsvyoeKl .close {
  background: #1b1b1b;
}
.cid-sGnsvyoeKl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sGnsvyoeKl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sGnsvyoeKl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sGnsvyoeKl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sGnsvyoeKl .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-sGnsvyoeKl .close::before {
  content: '\e91a';
}
.cid-sGnsvyoeKl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sGnsvyoeKl .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-sGnsvyoeKl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGnsvyoeKl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sGnsvyoeKl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sGnsvyoeKl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sGnsvyoeKl .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-sGnsvyoeKl .carousel-indicators li.active,
.cid-sGnsvyoeKl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sGnsvyoeKl .carousel-indicators li::after,
.cid-sGnsvyoeKl .carousel-indicators li::before {
  content: none;
}
.cid-sGnsvyoeKl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sGnsvyoeKl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sGnsvyoeKl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sGnsvyoeKl .carousel-indicators {
    display: none;
  }
}
.cid-sGnsvyoeKl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sGnsvyoeKl .carousel-inner > .active {
  display: block;
}
.cid-sGnsvyoeKl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGnsvyoeKl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGnsvyoeKl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sGnsvyoeKl .carousel-control,
  .cid-sGnsvyoeKl .carousel-indicators,
  .cid-sGnsvyoeKl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sGnsvyoeKl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sGnsvyoeKl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGnsvyoeKl .carousel-indicators .active,
.cid-sGnsvyoeKl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sGnsvyoeKl .carousel-indicators .active {
  background: #fff;
}
.cid-sGnsvyoeKl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sGnsvyoeKl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sGnsvyoeKl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sGnsvyoeKl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sGnsvyoeKl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sGnsvyoeKl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sGnsvyoeKl .carousel {
  width: 100%;
}
.cid-sGnsvyoeKl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sGnsvyoeKl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sGnsvyoeKl .modal.fade .modal-dialog,
.cid-sGnsvyoeKl .modal.in .modal-dialog {
  transform: none;
}
.cid-sGnsvyoeKl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sGnsvyoeKl H6 {
  text-align: center;
  color: #7d1111;
}
.cid-sGnsvyoeKl H4 {
  color: #024e82;
}
.cid-sGnu5VOc7c {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sGnvipTRAq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-sGnvipTRAq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sGnvipTRAq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sGnvipTRAq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sGnvipTRAq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sGnvipTRAq .mbr-section-title {
  color: #f0a202;
}
.cid-sGnvipTRAq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sGnw1tH8hx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-sGnw1tH8hx .content {
    text-align: center;
  }
  .cid-sGnw1tH8hx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGnw1tH8hx .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sGnw1tH8hx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sGnw1tH8hx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sGnw1tH8hx .google-map {
  height: 25rem;
  position: relative;
}
.cid-sGnw1tH8hx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sGnw1tH8hx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sGnw1tH8hx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sGnw1tH8hx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sGnw1tH8hx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGnw1tH8hx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sGnw1tH8hx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sGnw1tH8hx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGnw1tH8hx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGnw1tH8hx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGnw1tH8hx .list {
  list-style-type: none;
  padding: 0;
}
.cid-sGnw1tH8hx .copyright > p {
  text-align: center;
}
.cid-sGnw1tH8hx H5 {
  color: #f0a202;
}
.cid-sGnw1tH8hx .mbr-text {
  color: #fafafa;
}
.cid-sGnwtTFUF5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sGnwtTFUF5 .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-sGnzHgfl2G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-sGnzHgfl2G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGnzHgfl2G .row {
  flex-direction: row-reverse;
}
.cid-sGnzHgfl2G img {
  width: 100%;
}
.cid-ve2qBAQguS {
  z-index: 1000;
  width: 100%;
}
.cid-ve2qBAQguS nav.navbar {
  position: fixed;
}
.cid-ve2qBAQguS .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-ve2qBAQguS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2qBAQguS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2qBAQguS .dropdown-item:hover,
.cid-ve2qBAQguS .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2qBAQguS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2qBAQguS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2qBAQguS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2qBAQguS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2qBAQguS .nav-link {
  position: relative;
}
.cid-ve2qBAQguS .container {
  display: flex;
  margin: auto;
}
.cid-ve2qBAQguS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2qBAQguS .dropdown-menu,
.cid-ve2qBAQguS .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2qBAQguS .nav-item:focus,
.cid-ve2qBAQguS .nav-link:focus {
  outline: none;
}
.cid-ve2qBAQguS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2qBAQguS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2qBAQguS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2qBAQguS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2qBAQguS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2qBAQguS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2qBAQguS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2qBAQguS .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2qBAQguS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2qBAQguS .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2qBAQguS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2qBAQguS .navbar.collapsed {
  justify-content: center;
}
.cid-ve2qBAQguS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2qBAQguS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2qBAQguS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2qBAQguS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2qBAQguS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2qBAQguS .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-ve2qBAQguS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2qBAQguS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2qBAQguS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2qBAQguS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2qBAQguS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2qBAQguS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2qBAQguS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2qBAQguS .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-ve2qBAQguS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2qBAQguS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2qBAQguS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2qBAQguS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2qBAQguS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2qBAQguS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2qBAQguS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2qBAQguS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2qBAQguS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2qBAQguS .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-ve2qBAQguS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2qBAQguS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2qBAQguS .dropdown-item.active,
.cid-ve2qBAQguS .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2qBAQguS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2qBAQguS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2qBAQguS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2qBAQguS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2qBAQguS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2qBAQguS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2qBAQguS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2qBAQguS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2qBAQguS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2qBAQguS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2qBAQguS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2qBAQguS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2qBAQguS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2qBAQguS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2qBAQguS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2qBAQguS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2qBAQguS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2qBAQguS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2qBAQguS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2qBAQguS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2qBAQguS .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-ve2qBAQguS .navbar {
    height: 70px;
  }
  .cid-ve2qBAQguS .navbar.opened {
    height: auto;
  }
  .cid-ve2qBAQguS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2qBBcmzT {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2qBBcmzT .row {
  flex-direction: row-reverse;
}
.cid-ve2qBBcmzT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2qBBcmzT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2qBBcmzT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2qBBcmzT .mbr-section-title {
  color: #ffffff;
}
.cid-ve2qBBcmzT .mbr-text,
.cid-ve2qBBcmzT .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2qBBqTXo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2qBBqTXo .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2qBBqTXo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2qBBqTXo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2qBBqTXo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2qBBqTXo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2qBBqTXo .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2qBBqTXo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2qBBqTXo .card-title {
  color: #024e82;
}
.cid-ve2qBBqTXo .mbr-text,
.cid-ve2qBBqTXo .mbr-section-btn {
  color: #353535;
}
.cid-ve2qBBCcKR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2qBBCcKR .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2qBBCcKR .mbr-text {
  color: #024e82;
}
.cid-ve2qBBK4xX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2qBBK4xX .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2qBBRr3U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2qBBRr3U .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2qBBRr3U .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2qBBRr3U .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2qBBRr3U .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2qBBRr3U .mbr-text {
  color: #353535;
}
.cid-ve2qBC0iay {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2qBC0iay .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2qBC8MCD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2qBC8MCD img,
.cid-ve2qBC8MCD .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2qBC8MCD .item:focus,
.cid-ve2qBC8MCD span:focus {
  outline: none;
}
.cid-ve2qBC8MCD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2qBC8MCD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2qBC8MCD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2qBC8MCD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2qBC8MCD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2qBC8MCD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2qBC8MCD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2qBC8MCD .mbr-section-title {
  color: #232323;
}
.cid-ve2qBC8MCD .mbr-text,
.cid-ve2qBC8MCD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2qBC8MCD .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2qBC8MCD .item-subtitle {
  text-align: left;
}
.cid-ve2qBClisG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2qBClisG .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2qBClisG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2qBClisG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2qBClisG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2qBClisG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2qBClisG .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2qBClisG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2qBClisG .card-title {
  color: #f0a202;
}
.cid-ve2qBClisG .mbr-text,
.cid-ve2qBClisG .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2qBCvhII {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2qBCvhII .row {
  flex-direction: row-reverse;
}
.cid-ve2qBCvhII .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2qBCvhII .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2qBCvhII .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2qBCvhII .mbr-section-title {
  color: #ffffff;
}
.cid-ve2qBCGzg1 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2qBCGzg1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2qBCGzg1 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2qBCGzg1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2qBCGzg1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2qBCGzg1 .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2qBCGzg1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2qBCGzg1 .carousel-control,
.cid-ve2qBCGzg1 .close {
  background: #1b1b1b;
}
.cid-ve2qBCGzg1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2qBCGzg1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2qBCGzg1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2qBCGzg1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2qBCGzg1 .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-ve2qBCGzg1 .close::before {
  content: '\e91a';
}
.cid-ve2qBCGzg1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2qBCGzg1 .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-ve2qBCGzg1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2qBCGzg1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2qBCGzg1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2qBCGzg1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2qBCGzg1 .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-ve2qBCGzg1 .carousel-indicators li.active,
.cid-ve2qBCGzg1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2qBCGzg1 .carousel-indicators li::after,
.cid-ve2qBCGzg1 .carousel-indicators li::before {
  content: none;
}
.cid-ve2qBCGzg1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2qBCGzg1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2qBCGzg1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2qBCGzg1 .carousel-indicators {
    display: none;
  }
}
.cid-ve2qBCGzg1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2qBCGzg1 .carousel-inner > .active {
  display: block;
}
.cid-ve2qBCGzg1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2qBCGzg1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2qBCGzg1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2qBCGzg1 .carousel-control,
  .cid-ve2qBCGzg1 .carousel-indicators,
  .cid-ve2qBCGzg1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2qBCGzg1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2qBCGzg1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2qBCGzg1 .carousel-indicators .active,
.cid-ve2qBCGzg1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2qBCGzg1 .carousel-indicators .active {
  background: #fff;
}
.cid-ve2qBCGzg1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2qBCGzg1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2qBCGzg1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2qBCGzg1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2qBCGzg1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2qBCGzg1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2qBCGzg1 .carousel {
  width: 100%;
}
.cid-ve2qBCGzg1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2qBCGzg1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2qBCGzg1 .modal.fade .modal-dialog,
.cid-ve2qBCGzg1 .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2qBCGzg1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2qBCGzg1 H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2qBCGzg1 H4 {
  color: #024e82;
}
.cid-ve2qBDgNMR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2qBDoUGy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2qBDoUGy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2qBDoUGy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2qBDoUGy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2qBDoUGy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2qBDoUGy .mbr-section-title {
  color: #f0a202;
}
.cid-ve2qBDoUGy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2qBDChFq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2qBDChFq .content {
    text-align: center;
  }
  .cid-ve2qBDChFq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2qBDChFq .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2qBDChFq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2qBDChFq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2qBDChFq .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2qBDChFq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2qBDChFq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2qBDChFq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2qBDChFq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2qBDChFq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2qBDChFq .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2qBDChFq .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2qBDChFq .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2qBDChFq .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2qBDChFq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2qBDChFq .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2qBDChFq .copyright > p {
  text-align: center;
}
.cid-ve2qBDChFq H5 {
  color: #f0a202;
}
.cid-ve2qBDChFq .mbr-text {
  color: #fafafa;
}
.cid-ve2qBDXofv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2qBDXofv .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2qBE7c68 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2qBE7c68 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2qBE7c68 .row {
  flex-direction: row-reverse;
}
.cid-ve2qBE7c68 img {
  width: 100%;
}
.cid-ve2v4W31jY {
  z-index: 1000;
  width: 100%;
}
.cid-ve2v4W31jY nav.navbar {
  position: fixed;
}
.cid-ve2v4W31jY .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-ve2v4W31jY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2v4W31jY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2v4W31jY .dropdown-item:hover,
.cid-ve2v4W31jY .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2v4W31jY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2v4W31jY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2v4W31jY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2v4W31jY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2v4W31jY .nav-link {
  position: relative;
}
.cid-ve2v4W31jY .container {
  display: flex;
  margin: auto;
}
.cid-ve2v4W31jY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2v4W31jY .dropdown-menu,
.cid-ve2v4W31jY .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2v4W31jY .nav-item:focus,
.cid-ve2v4W31jY .nav-link:focus {
  outline: none;
}
.cid-ve2v4W31jY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2v4W31jY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2v4W31jY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2v4W31jY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2v4W31jY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2v4W31jY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2v4W31jY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2v4W31jY .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2v4W31jY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2v4W31jY .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2v4W31jY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2v4W31jY .navbar.collapsed {
  justify-content: center;
}
.cid-ve2v4W31jY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2v4W31jY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2v4W31jY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2v4W31jY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2v4W31jY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2v4W31jY .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-ve2v4W31jY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2v4W31jY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2v4W31jY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2v4W31jY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2v4W31jY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2v4W31jY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2v4W31jY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2v4W31jY .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-ve2v4W31jY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2v4W31jY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2v4W31jY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2v4W31jY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2v4W31jY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2v4W31jY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2v4W31jY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2v4W31jY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2v4W31jY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2v4W31jY .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-ve2v4W31jY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2v4W31jY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2v4W31jY .dropdown-item.active,
.cid-ve2v4W31jY .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2v4W31jY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2v4W31jY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2v4W31jY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2v4W31jY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2v4W31jY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2v4W31jY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2v4W31jY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2v4W31jY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2v4W31jY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2v4W31jY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2v4W31jY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2v4W31jY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2v4W31jY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2v4W31jY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2v4W31jY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2v4W31jY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2v4W31jY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2v4W31jY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2v4W31jY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2v4W31jY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2v4W31jY .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-ve2v4W31jY .navbar {
    height: 70px;
  }
  .cid-ve2v4W31jY .navbar.opened {
    height: auto;
  }
  .cid-ve2v4W31jY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2v4WSshL {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2v4WSshL .row {
  flex-direction: row-reverse;
}
.cid-ve2v4WSshL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2v4WSshL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2v4WSshL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2v4WSshL .mbr-section-title {
  color: #ffffff;
}
.cid-ve2v4WSshL .mbr-text,
.cid-ve2v4WSshL .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2v4X6Cio {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2v4X6Cio .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2v4X6Cio .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2v4X6Cio .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2v4X6Cio .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2v4X6Cio .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2v4X6Cio .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2v4X6Cio .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2v4X6Cio .card-title {
  color: #024e82;
}
.cid-ve2v4X6Cio .mbr-text,
.cid-ve2v4X6Cio .mbr-section-btn {
  color: #353535;
}
.cid-ve2v4XisWT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2v4XisWT .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2v4XisWT .mbr-text {
  color: #024e82;
}
.cid-ve2v4XovXr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2v4XovXr .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2v4XAfxK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2v4XAfxK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2v4XAfxK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2v4XAfxK .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2v4XAfxK .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2v4XAfxK .mbr-text {
  color: #353535;
}
.cid-ve2v4XGUzQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2v4XGUzQ .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2v4XO3kq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2v4XO3kq img,
.cid-ve2v4XO3kq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2v4XO3kq .item:focus,
.cid-ve2v4XO3kq span:focus {
  outline: none;
}
.cid-ve2v4XO3kq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2v4XO3kq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2v4XO3kq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2v4XO3kq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2v4XO3kq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2v4XO3kq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2v4XO3kq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2v4XO3kq .mbr-section-title {
  color: #232323;
}
.cid-ve2v4XO3kq .mbr-text,
.cid-ve2v4XO3kq .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2v4XO3kq .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2v4XO3kq .item-subtitle {
  text-align: left;
}
.cid-ve2v4XYI62 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2v4XYI62 .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2v4XYI62 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2v4XYI62 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2v4XYI62 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2v4XYI62 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2v4XYI62 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2v4XYI62 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2v4XYI62 .card-title {
  color: #f0a202;
}
.cid-ve2v4XYI62 .mbr-text,
.cid-ve2v4XYI62 .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2v4YaoVa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2v4YaoVa .row {
  flex-direction: row-reverse;
}
.cid-ve2v4YaoVa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2v4YaoVa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2v4YaoVa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2v4YaoVa .mbr-section-title {
  color: #ffffff;
}
.cid-ve2v4YlIWe {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2v4YlIWe .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2v4YlIWe .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2v4YlIWe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2v4YlIWe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2v4YlIWe .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2v4YlIWe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2v4YlIWe .carousel-control,
.cid-ve2v4YlIWe .close {
  background: #1b1b1b;
}
.cid-ve2v4YlIWe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2v4YlIWe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2v4YlIWe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2v4YlIWe .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2v4YlIWe .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-ve2v4YlIWe .close::before {
  content: '\e91a';
}
.cid-ve2v4YlIWe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2v4YlIWe .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-ve2v4YlIWe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2v4YlIWe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2v4YlIWe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2v4YlIWe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2v4YlIWe .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-ve2v4YlIWe .carousel-indicators li.active,
.cid-ve2v4YlIWe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2v4YlIWe .carousel-indicators li::after,
.cid-ve2v4YlIWe .carousel-indicators li::before {
  content: none;
}
.cid-ve2v4YlIWe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2v4YlIWe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2v4YlIWe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2v4YlIWe .carousel-indicators {
    display: none;
  }
}
.cid-ve2v4YlIWe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2v4YlIWe .carousel-inner > .active {
  display: block;
}
.cid-ve2v4YlIWe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2v4YlIWe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2v4YlIWe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2v4YlIWe .carousel-control,
  .cid-ve2v4YlIWe .carousel-indicators,
  .cid-ve2v4YlIWe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2v4YlIWe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2v4YlIWe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2v4YlIWe .carousel-indicators .active,
.cid-ve2v4YlIWe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2v4YlIWe .carousel-indicators .active {
  background: #fff;
}
.cid-ve2v4YlIWe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2v4YlIWe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2v4YlIWe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2v4YlIWe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2v4YlIWe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2v4YlIWe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2v4YlIWe .carousel {
  width: 100%;
}
.cid-ve2v4YlIWe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2v4YlIWe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2v4YlIWe .modal.fade .modal-dialog,
.cid-ve2v4YlIWe .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2v4YlIWe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2v4YlIWe H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2v4YlIWe H4 {
  color: #024e82;
}
.cid-ve2v4YVWnW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2v4Z2tsb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2v4Z2tsb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2v4Z2tsb form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2v4Z2tsb form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2v4Z2tsb form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2v4Z2tsb .mbr-section-title {
  color: #f0a202;
}
.cid-ve2v4Z2tsb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2v4ZhC8D {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2v4ZhC8D .content {
    text-align: center;
  }
  .cid-ve2v4ZhC8D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2v4ZhC8D .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2v4ZhC8D .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2v4ZhC8D .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2v4ZhC8D .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2v4ZhC8D .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2v4ZhC8D .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2v4ZhC8D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2v4ZhC8D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2v4ZhC8D .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2v4ZhC8D .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2v4ZhC8D .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2v4ZhC8D .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2v4ZhC8D .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2v4ZhC8D .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2v4ZhC8D .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2v4ZhC8D .copyright > p {
  text-align: center;
}
.cid-ve2v4ZhC8D H5 {
  color: #f0a202;
}
.cid-ve2v4ZhC8D .mbr-text {
  color: #fafafa;
}
.cid-ve2v4ZBeXS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2v4ZBeXS .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2v4ZLXmD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2v4ZLXmD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2v4ZLXmD .row {
  flex-direction: row-reverse;
}
.cid-ve2v4ZLXmD img {
  width: 100%;
}
.cid-ve2v8uHlAT {
  z-index: 1000;
  width: 100%;
}
.cid-ve2v8uHlAT nav.navbar {
  position: fixed;
}
.cid-ve2v8uHlAT .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-ve2v8uHlAT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2v8uHlAT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2v8uHlAT .dropdown-item:hover,
.cid-ve2v8uHlAT .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2v8uHlAT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2v8uHlAT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2v8uHlAT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2v8uHlAT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2v8uHlAT .nav-link {
  position: relative;
}
.cid-ve2v8uHlAT .container {
  display: flex;
  margin: auto;
}
.cid-ve2v8uHlAT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2v8uHlAT .dropdown-menu,
.cid-ve2v8uHlAT .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2v8uHlAT .nav-item:focus,
.cid-ve2v8uHlAT .nav-link:focus {
  outline: none;
}
.cid-ve2v8uHlAT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2v8uHlAT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2v8uHlAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2v8uHlAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2v8uHlAT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2v8uHlAT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2v8uHlAT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2v8uHlAT .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2v8uHlAT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2v8uHlAT .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2v8uHlAT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2v8uHlAT .navbar.collapsed {
  justify-content: center;
}
.cid-ve2v8uHlAT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2v8uHlAT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2v8uHlAT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2v8uHlAT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2v8uHlAT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2v8uHlAT .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-ve2v8uHlAT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2v8uHlAT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2v8uHlAT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2v8uHlAT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2v8uHlAT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2v8uHlAT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2v8uHlAT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2v8uHlAT .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-ve2v8uHlAT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2v8uHlAT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2v8uHlAT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2v8uHlAT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2v8uHlAT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2v8uHlAT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2v8uHlAT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2v8uHlAT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2v8uHlAT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2v8uHlAT .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-ve2v8uHlAT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2v8uHlAT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2v8uHlAT .dropdown-item.active,
.cid-ve2v8uHlAT .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2v8uHlAT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2v8uHlAT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2v8uHlAT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2v8uHlAT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2v8uHlAT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2v8uHlAT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2v8uHlAT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2v8uHlAT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2v8uHlAT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2v8uHlAT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2v8uHlAT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2v8uHlAT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2v8uHlAT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2v8uHlAT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2v8uHlAT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2v8uHlAT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2v8uHlAT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2v8uHlAT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2v8uHlAT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2v8uHlAT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2v8uHlAT .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-ve2v8uHlAT .navbar {
    height: 70px;
  }
  .cid-ve2v8uHlAT .navbar.opened {
    height: auto;
  }
  .cid-ve2v8uHlAT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2v8uXihJ {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2v8uXihJ .row {
  flex-direction: row-reverse;
}
.cid-ve2v8uXihJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2v8uXihJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2v8uXihJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2v8uXihJ .mbr-section-title {
  color: #ffffff;
}
.cid-ve2v8uXihJ .mbr-text,
.cid-ve2v8uXihJ .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2v8v8t8i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2v8v8t8i .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2v8v8t8i .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2v8v8t8i .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2v8v8t8i .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2v8v8t8i .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2v8v8t8i .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2v8v8t8i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2v8v8t8i .card-title {
  color: #024e82;
}
.cid-ve2v8v8t8i .mbr-text,
.cid-ve2v8v8t8i .mbr-section-btn {
  color: #353535;
}
.cid-ve2v8vhvZh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2v8vhvZh .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2v8vhvZh .mbr-text {
  color: #024e82;
}
.cid-ve2v8vqsIJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2v8vqsIJ .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2v8vxPVJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2v8vxPVJ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2v8vxPVJ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2v8vxPVJ .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2v8vxPVJ .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2v8vxPVJ .mbr-text {
  color: #353535;
}
.cid-ve2v8vFEY6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2v8vFEY6 .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2v8vNk5B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2v8vNk5B img,
.cid-ve2v8vNk5B .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2v8vNk5B .item:focus,
.cid-ve2v8vNk5B span:focus {
  outline: none;
}
.cid-ve2v8vNk5B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2v8vNk5B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2v8vNk5B .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2v8vNk5B .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2v8vNk5B .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2v8vNk5B .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2v8vNk5B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2v8vNk5B .mbr-section-title {
  color: #232323;
}
.cid-ve2v8vNk5B .mbr-text,
.cid-ve2v8vNk5B .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2v8vNk5B .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2v8vNk5B .item-subtitle {
  text-align: left;
}
.cid-ve2v8w3j2W {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2v8w3j2W .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2v8w3j2W .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2v8w3j2W .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2v8w3j2W .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2v8w3j2W .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2v8w3j2W .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2v8w3j2W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2v8w3j2W .card-title {
  color: #f0a202;
}
.cid-ve2v8w3j2W .mbr-text,
.cid-ve2v8w3j2W .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2v8wer6n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2v8wer6n .row {
  flex-direction: row-reverse;
}
.cid-ve2v8wer6n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2v8wer6n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2v8wer6n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2v8wer6n .mbr-section-title {
  color: #ffffff;
}
.cid-ve2v8wotfk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2v8wotfk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2v8wotfk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2v8wotfk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2v8wotfk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2v8wotfk .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2v8wotfk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2v8wotfk .carousel-control,
.cid-ve2v8wotfk .close {
  background: #1b1b1b;
}
.cid-ve2v8wotfk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2v8wotfk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2v8wotfk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2v8wotfk .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2v8wotfk .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-ve2v8wotfk .close::before {
  content: '\e91a';
}
.cid-ve2v8wotfk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2v8wotfk .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-ve2v8wotfk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2v8wotfk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2v8wotfk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2v8wotfk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2v8wotfk .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-ve2v8wotfk .carousel-indicators li.active,
.cid-ve2v8wotfk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2v8wotfk .carousel-indicators li::after,
.cid-ve2v8wotfk .carousel-indicators li::before {
  content: none;
}
.cid-ve2v8wotfk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2v8wotfk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2v8wotfk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2v8wotfk .carousel-indicators {
    display: none;
  }
}
.cid-ve2v8wotfk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2v8wotfk .carousel-inner > .active {
  display: block;
}
.cid-ve2v8wotfk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2v8wotfk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2v8wotfk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2v8wotfk .carousel-control,
  .cid-ve2v8wotfk .carousel-indicators,
  .cid-ve2v8wotfk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2v8wotfk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2v8wotfk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2v8wotfk .carousel-indicators .active,
.cid-ve2v8wotfk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2v8wotfk .carousel-indicators .active {
  background: #fff;
}
.cid-ve2v8wotfk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2v8wotfk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2v8wotfk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2v8wotfk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2v8wotfk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2v8wotfk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2v8wotfk .carousel {
  width: 100%;
}
.cid-ve2v8wotfk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2v8wotfk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2v8wotfk .modal.fade .modal-dialog,
.cid-ve2v8wotfk .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2v8wotfk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2v8wotfk H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2v8wotfk H4 {
  color: #024e82;
}
.cid-ve2v8wSQee {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2v8x426J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2v8x426J .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2v8x426J form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2v8x426J form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2v8x426J form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2v8x426J .mbr-section-title {
  color: #f0a202;
}
.cid-ve2v8x426J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2v8xgUhC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2v8xgUhC .content {
    text-align: center;
  }
  .cid-ve2v8xgUhC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2v8xgUhC .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2v8xgUhC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2v8xgUhC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2v8xgUhC .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2v8xgUhC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2v8xgUhC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2v8xgUhC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2v8xgUhC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2v8xgUhC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2v8xgUhC .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2v8xgUhC .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2v8xgUhC .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2v8xgUhC .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2v8xgUhC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2v8xgUhC .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2v8xgUhC .copyright > p {
  text-align: center;
}
.cid-ve2v8xgUhC H5 {
  color: #f0a202;
}
.cid-ve2v8xgUhC .mbr-text {
  color: #fafafa;
}
.cid-ve2v8xAWjl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2v8xAWjl .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2v8xKG9g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2v8xKG9g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2v8xKG9g .row {
  flex-direction: row-reverse;
}
.cid-ve2v8xKG9g img {
  width: 100%;
}
.cid-ve2vfDLU3B {
  z-index: 1000;
  width: 100%;
}
.cid-ve2vfDLU3B nav.navbar {
  position: fixed;
}
.cid-ve2vfDLU3B .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-ve2vfDLU3B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2vfDLU3B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2vfDLU3B .dropdown-item:hover,
.cid-ve2vfDLU3B .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2vfDLU3B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2vfDLU3B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2vfDLU3B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2vfDLU3B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2vfDLU3B .nav-link {
  position: relative;
}
.cid-ve2vfDLU3B .container {
  display: flex;
  margin: auto;
}
.cid-ve2vfDLU3B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2vfDLU3B .dropdown-menu,
.cid-ve2vfDLU3B .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2vfDLU3B .nav-item:focus,
.cid-ve2vfDLU3B .nav-link:focus {
  outline: none;
}
.cid-ve2vfDLU3B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2vfDLU3B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2vfDLU3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2vfDLU3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2vfDLU3B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2vfDLU3B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2vfDLU3B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2vfDLU3B .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2vfDLU3B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2vfDLU3B .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2vfDLU3B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2vfDLU3B .navbar.collapsed {
  justify-content: center;
}
.cid-ve2vfDLU3B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2vfDLU3B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2vfDLU3B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2vfDLU3B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2vfDLU3B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2vfDLU3B .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-ve2vfDLU3B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2vfDLU3B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2vfDLU3B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2vfDLU3B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2vfDLU3B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2vfDLU3B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2vfDLU3B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2vfDLU3B .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-ve2vfDLU3B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2vfDLU3B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2vfDLU3B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2vfDLU3B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2vfDLU3B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2vfDLU3B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2vfDLU3B .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2vfDLU3B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2vfDLU3B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2vfDLU3B .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-ve2vfDLU3B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2vfDLU3B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2vfDLU3B .dropdown-item.active,
.cid-ve2vfDLU3B .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2vfDLU3B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2vfDLU3B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2vfDLU3B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2vfDLU3B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2vfDLU3B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2vfDLU3B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2vfDLU3B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2vfDLU3B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2vfDLU3B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2vfDLU3B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2vfDLU3B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2vfDLU3B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vfDLU3B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vfDLU3B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2vfDLU3B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vfDLU3B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2vfDLU3B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2vfDLU3B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vfDLU3B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2vfDLU3B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vfDLU3B .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-ve2vfDLU3B .navbar {
    height: 70px;
  }
  .cid-ve2vfDLU3B .navbar.opened {
    height: auto;
  }
  .cid-ve2vfDLU3B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2vfE8dxM {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2vfE8dxM .row {
  flex-direction: row-reverse;
}
.cid-ve2vfE8dxM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vfE8dxM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vfE8dxM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vfE8dxM .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vfE8dxM .mbr-text,
.cid-ve2vfE8dxM .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2vfEkite {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2vfEkite .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2vfEkite .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vfEkite .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vfEkite .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vfEkite .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vfEkite .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vfEkite .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vfEkite .card-title {
  color: #024e82;
}
.cid-ve2vfEkite .mbr-text,
.cid-ve2vfEkite .mbr-section-btn {
  color: #353535;
}
.cid-ve2vfEv1L9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vfEv1L9 .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2vfEv1L9 .mbr-text {
  color: #024e82;
}
.cid-ve2vfEEIE6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vfEEIE6 .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2vfEP77N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vfEP77N .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2vfEP77N .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2vfEP77N .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2vfEP77N .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vfEP77N .mbr-text {
  color: #353535;
}
.cid-ve2vfEXpO2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vfEXpO2 .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2vfF8h5h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vfF8h5h img,
.cid-ve2vfF8h5h .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2vfF8h5h .item:focus,
.cid-ve2vfF8h5h span:focus {
  outline: none;
}
.cid-ve2vfF8h5h .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2vfF8h5h .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2vfF8h5h .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2vfF8h5h .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2vfF8h5h .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2vfF8h5h .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2vfF8h5h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2vfF8h5h .mbr-section-title {
  color: #232323;
}
.cid-ve2vfF8h5h .mbr-text,
.cid-ve2vfF8h5h .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2vfF8h5h .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2vfF8h5h .item-subtitle {
  text-align: left;
}
.cid-ve2vfFnBgC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2vfFnBgC .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vfFnBgC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vfFnBgC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vfFnBgC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vfFnBgC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vfFnBgC .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vfFnBgC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vfFnBgC .card-title {
  color: #f0a202;
}
.cid-ve2vfFnBgC .mbr-text,
.cid-ve2vfFnBgC .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2vfFyIos {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2vfFyIos .row {
  flex-direction: row-reverse;
}
.cid-ve2vfFyIos .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vfFyIos .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vfFyIos .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vfFyIos .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vfFKWD6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vfFKWD6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2vfFKWD6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2vfFKWD6 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2vfFKWD6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2vfFKWD6 .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2vfFKWD6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2vfFKWD6 .carousel-control,
.cid-ve2vfFKWD6 .close {
  background: #1b1b1b;
}
.cid-ve2vfFKWD6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2vfFKWD6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2vfFKWD6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2vfFKWD6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2vfFKWD6 .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-ve2vfFKWD6 .close::before {
  content: '\e91a';
}
.cid-ve2vfFKWD6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2vfFKWD6 .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-ve2vfFKWD6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vfFKWD6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2vfFKWD6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2vfFKWD6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2vfFKWD6 .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-ve2vfFKWD6 .carousel-indicators li.active,
.cid-ve2vfFKWD6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2vfFKWD6 .carousel-indicators li::after,
.cid-ve2vfFKWD6 .carousel-indicators li::before {
  content: none;
}
.cid-ve2vfFKWD6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2vfFKWD6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2vfFKWD6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vfFKWD6 .carousel-indicators {
    display: none;
  }
}
.cid-ve2vfFKWD6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2vfFKWD6 .carousel-inner > .active {
  display: block;
}
.cid-ve2vfFKWD6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vfFKWD6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2vfFKWD6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2vfFKWD6 .carousel-control,
  .cid-ve2vfFKWD6 .carousel-indicators,
  .cid-ve2vfFKWD6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2vfFKWD6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2vfFKWD6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2vfFKWD6 .carousel-indicators .active,
.cid-ve2vfFKWD6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2vfFKWD6 .carousel-indicators .active {
  background: #fff;
}
.cid-ve2vfFKWD6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2vfFKWD6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2vfFKWD6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2vfFKWD6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2vfFKWD6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2vfFKWD6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2vfFKWD6 .carousel {
  width: 100%;
}
.cid-ve2vfFKWD6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2vfFKWD6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2vfFKWD6 .modal.fade .modal-dialog,
.cid-ve2vfFKWD6 .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2vfFKWD6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2vfFKWD6 H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2vfFKWD6 H4 {
  color: #024e82;
}
.cid-ve2vfGgHe3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2vfGrZG3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2vfGrZG3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2vfGrZG3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2vfGrZG3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2vfGrZG3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2vfGrZG3 .mbr-section-title {
  color: #f0a202;
}
.cid-ve2vfGrZG3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2vfGESnE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2vfGESnE .content {
    text-align: center;
  }
  .cid-ve2vfGESnE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2vfGESnE .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2vfGESnE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2vfGESnE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2vfGESnE .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2vfGESnE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2vfGESnE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2vfGESnE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2vfGESnE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2vfGESnE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2vfGESnE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2vfGESnE .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2vfGESnE .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2vfGESnE .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2vfGESnE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2vfGESnE .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2vfGESnE .copyright > p {
  text-align: center;
}
.cid-ve2vfGESnE H5 {
  color: #f0a202;
}
.cid-ve2vfGESnE .mbr-text {
  color: #fafafa;
}
.cid-ve2vfH0qdL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vfH0qdL .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2vfHb7DX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vfHb7DX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2vfHb7DX .row {
  flex-direction: row-reverse;
}
.cid-ve2vfHb7DX img {
  width: 100%;
}
.cid-ve2vjIFGoq {
  z-index: 1000;
  width: 100%;
}
.cid-ve2vjIFGoq nav.navbar {
  position: fixed;
}
.cid-ve2vjIFGoq .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-ve2vjIFGoq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2vjIFGoq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2vjIFGoq .dropdown-item:hover,
.cid-ve2vjIFGoq .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2vjIFGoq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2vjIFGoq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2vjIFGoq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2vjIFGoq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2vjIFGoq .nav-link {
  position: relative;
}
.cid-ve2vjIFGoq .container {
  display: flex;
  margin: auto;
}
.cid-ve2vjIFGoq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2vjIFGoq .dropdown-menu,
.cid-ve2vjIFGoq .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2vjIFGoq .nav-item:focus,
.cid-ve2vjIFGoq .nav-link:focus {
  outline: none;
}
.cid-ve2vjIFGoq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2vjIFGoq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2vjIFGoq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2vjIFGoq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2vjIFGoq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2vjIFGoq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2vjIFGoq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2vjIFGoq .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2vjIFGoq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2vjIFGoq .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2vjIFGoq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2vjIFGoq .navbar.collapsed {
  justify-content: center;
}
.cid-ve2vjIFGoq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2vjIFGoq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2vjIFGoq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2vjIFGoq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2vjIFGoq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2vjIFGoq .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-ve2vjIFGoq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2vjIFGoq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2vjIFGoq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2vjIFGoq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2vjIFGoq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2vjIFGoq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2vjIFGoq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2vjIFGoq .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-ve2vjIFGoq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2vjIFGoq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2vjIFGoq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2vjIFGoq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2vjIFGoq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2vjIFGoq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2vjIFGoq .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2vjIFGoq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2vjIFGoq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2vjIFGoq .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-ve2vjIFGoq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2vjIFGoq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2vjIFGoq .dropdown-item.active,
.cid-ve2vjIFGoq .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2vjIFGoq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2vjIFGoq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2vjIFGoq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2vjIFGoq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2vjIFGoq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2vjIFGoq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2vjIFGoq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2vjIFGoq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2vjIFGoq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2vjIFGoq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2vjIFGoq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2vjIFGoq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vjIFGoq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vjIFGoq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2vjIFGoq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vjIFGoq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2vjIFGoq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2vjIFGoq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vjIFGoq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2vjIFGoq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vjIFGoq .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-ve2vjIFGoq .navbar {
    height: 70px;
  }
  .cid-ve2vjIFGoq .navbar.opened {
    height: auto;
  }
  .cid-ve2vjIFGoq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2vjIUnI5 {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2vjIUnI5 .row {
  flex-direction: row-reverse;
}
.cid-ve2vjIUnI5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vjIUnI5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vjIUnI5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vjIUnI5 .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vjIUnI5 .mbr-text,
.cid-ve2vjIUnI5 .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2vjJ5c6W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2vjJ5c6W .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2vjJ5c6W .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vjJ5c6W .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vjJ5c6W .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vjJ5c6W .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vjJ5c6W .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vjJ5c6W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vjJ5c6W .card-title {
  color: #024e82;
}
.cid-ve2vjJ5c6W .mbr-text,
.cid-ve2vjJ5c6W .mbr-section-btn {
  color: #353535;
}
.cid-ve2vjJeGjO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vjJeGjO .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2vjJeGjO .mbr-text {
  color: #024e82;
}
.cid-ve2vjJlYJ5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vjJlYJ5 .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2vjJs2fw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vjJs2fw .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2vjJs2fw .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2vjJs2fw .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2vjJs2fw .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vjJs2fw .mbr-text {
  color: #353535;
}
.cid-ve2vjJBIA8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vjJBIA8 .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2vjJIRwH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vjJIRwH img,
.cid-ve2vjJIRwH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2vjJIRwH .item:focus,
.cid-ve2vjJIRwH span:focus {
  outline: none;
}
.cid-ve2vjJIRwH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2vjJIRwH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2vjJIRwH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2vjJIRwH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2vjJIRwH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2vjJIRwH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2vjJIRwH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2vjJIRwH .mbr-section-title {
  color: #232323;
}
.cid-ve2vjJIRwH .mbr-text,
.cid-ve2vjJIRwH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2vjJIRwH .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2vjJIRwH .item-subtitle {
  text-align: left;
}
.cid-ve2vjJT1gV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2vjJT1gV .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vjJT1gV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vjJT1gV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vjJT1gV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vjJT1gV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vjJT1gV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vjJT1gV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vjJT1gV .card-title {
  color: #f0a202;
}
.cid-ve2vjJT1gV .mbr-text,
.cid-ve2vjJT1gV .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2vjK4drj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2vjK4drj .row {
  flex-direction: row-reverse;
}
.cid-ve2vjK4drj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vjK4drj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vjK4drj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vjK4drj .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vjKdXNo {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vjKdXNo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2vjKdXNo .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2vjKdXNo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2vjKdXNo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2vjKdXNo .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2vjKdXNo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2vjKdXNo .carousel-control,
.cid-ve2vjKdXNo .close {
  background: #1b1b1b;
}
.cid-ve2vjKdXNo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2vjKdXNo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2vjKdXNo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2vjKdXNo .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2vjKdXNo .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-ve2vjKdXNo .close::before {
  content: '\e91a';
}
.cid-ve2vjKdXNo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2vjKdXNo .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-ve2vjKdXNo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vjKdXNo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2vjKdXNo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2vjKdXNo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2vjKdXNo .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-ve2vjKdXNo .carousel-indicators li.active,
.cid-ve2vjKdXNo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2vjKdXNo .carousel-indicators li::after,
.cid-ve2vjKdXNo .carousel-indicators li::before {
  content: none;
}
.cid-ve2vjKdXNo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2vjKdXNo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2vjKdXNo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vjKdXNo .carousel-indicators {
    display: none;
  }
}
.cid-ve2vjKdXNo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2vjKdXNo .carousel-inner > .active {
  display: block;
}
.cid-ve2vjKdXNo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vjKdXNo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2vjKdXNo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2vjKdXNo .carousel-control,
  .cid-ve2vjKdXNo .carousel-indicators,
  .cid-ve2vjKdXNo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2vjKdXNo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2vjKdXNo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2vjKdXNo .carousel-indicators .active,
.cid-ve2vjKdXNo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2vjKdXNo .carousel-indicators .active {
  background: #fff;
}
.cid-ve2vjKdXNo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2vjKdXNo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2vjKdXNo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2vjKdXNo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2vjKdXNo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2vjKdXNo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2vjKdXNo .carousel {
  width: 100%;
}
.cid-ve2vjKdXNo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2vjKdXNo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2vjKdXNo .modal.fade .modal-dialog,
.cid-ve2vjKdXNo .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2vjKdXNo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2vjKdXNo H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2vjKdXNo H4 {
  color: #024e82;
}
.cid-ve2vjKHCnt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2vjKQ1dy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2vjKQ1dy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2vjKQ1dy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2vjKQ1dy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2vjKQ1dy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2vjKQ1dy .mbr-section-title {
  color: #f0a202;
}
.cid-ve2vjKQ1dy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2vjL0Ukl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2vjL0Ukl .content {
    text-align: center;
  }
  .cid-ve2vjL0Ukl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2vjL0Ukl .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2vjL0Ukl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2vjL0Ukl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2vjL0Ukl .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2vjL0Ukl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2vjL0Ukl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2vjL0Ukl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2vjL0Ukl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2vjL0Ukl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2vjL0Ukl .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2vjL0Ukl .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2vjL0Ukl .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2vjL0Ukl .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2vjL0Ukl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2vjL0Ukl .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2vjL0Ukl .copyright > p {
  text-align: center;
}
.cid-ve2vjL0Ukl H5 {
  color: #f0a202;
}
.cid-ve2vjL0Ukl .mbr-text {
  color: #fafafa;
}
.cid-ve2vjLjtSD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vjLjtSD .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2vjLuXdE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vjLuXdE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2vjLuXdE .row {
  flex-direction: row-reverse;
}
.cid-ve2vjLuXdE img {
  width: 100%;
}
.cid-ve2vmTy1bf {
  z-index: 1000;
  width: 100%;
}
.cid-ve2vmTy1bf nav.navbar {
  position: fixed;
}
.cid-ve2vmTy1bf .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-ve2vmTy1bf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2vmTy1bf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2vmTy1bf .dropdown-item:hover,
.cid-ve2vmTy1bf .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2vmTy1bf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2vmTy1bf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2vmTy1bf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2vmTy1bf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2vmTy1bf .nav-link {
  position: relative;
}
.cid-ve2vmTy1bf .container {
  display: flex;
  margin: auto;
}
.cid-ve2vmTy1bf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2vmTy1bf .dropdown-menu,
.cid-ve2vmTy1bf .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2vmTy1bf .nav-item:focus,
.cid-ve2vmTy1bf .nav-link:focus {
  outline: none;
}
.cid-ve2vmTy1bf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2vmTy1bf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2vmTy1bf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2vmTy1bf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2vmTy1bf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2vmTy1bf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2vmTy1bf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2vmTy1bf .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2vmTy1bf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2vmTy1bf .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2vmTy1bf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2vmTy1bf .navbar.collapsed {
  justify-content: center;
}
.cid-ve2vmTy1bf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2vmTy1bf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2vmTy1bf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2vmTy1bf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2vmTy1bf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2vmTy1bf .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-ve2vmTy1bf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2vmTy1bf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2vmTy1bf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2vmTy1bf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2vmTy1bf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2vmTy1bf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2vmTy1bf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2vmTy1bf .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-ve2vmTy1bf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2vmTy1bf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2vmTy1bf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2vmTy1bf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2vmTy1bf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2vmTy1bf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2vmTy1bf .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2vmTy1bf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2vmTy1bf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2vmTy1bf .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-ve2vmTy1bf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2vmTy1bf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2vmTy1bf .dropdown-item.active,
.cid-ve2vmTy1bf .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2vmTy1bf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2vmTy1bf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2vmTy1bf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2vmTy1bf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2vmTy1bf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2vmTy1bf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2vmTy1bf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2vmTy1bf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2vmTy1bf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2vmTy1bf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2vmTy1bf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2vmTy1bf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vmTy1bf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vmTy1bf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2vmTy1bf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vmTy1bf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2vmTy1bf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2vmTy1bf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vmTy1bf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2vmTy1bf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vmTy1bf .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-ve2vmTy1bf .navbar {
    height: 70px;
  }
  .cid-ve2vmTy1bf .navbar.opened {
    height: auto;
  }
  .cid-ve2vmTy1bf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2vmTRKiN {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2vmTRKiN .row {
  flex-direction: row-reverse;
}
.cid-ve2vmTRKiN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vmTRKiN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vmTRKiN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vmTRKiN .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vmTRKiN .mbr-text,
.cid-ve2vmTRKiN .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2vmU2sVx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2vmU2sVx .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2vmU2sVx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vmU2sVx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vmU2sVx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vmU2sVx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vmU2sVx .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vmU2sVx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vmU2sVx .card-title {
  color: #024e82;
}
.cid-ve2vmU2sVx .mbr-text,
.cid-ve2vmU2sVx .mbr-section-btn {
  color: #353535;
}
.cid-ve2vmUdGHa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vmUdGHa .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2vmUdGHa .mbr-text {
  color: #024e82;
}
.cid-ve2vmUjRqt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vmUjRqt .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2vmUqMMI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vmUqMMI .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2vmUqMMI .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2vmUqMMI .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2vmUqMMI .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vmUqMMI .mbr-text {
  color: #353535;
}
.cid-ve2vmUyAZm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vmUyAZm .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2vmUEIg2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vmUEIg2 img,
.cid-ve2vmUEIg2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2vmUEIg2 .item:focus,
.cid-ve2vmUEIg2 span:focus {
  outline: none;
}
.cid-ve2vmUEIg2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2vmUEIg2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2vmUEIg2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2vmUEIg2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2vmUEIg2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2vmUEIg2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2vmUEIg2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2vmUEIg2 .mbr-section-title {
  color: #232323;
}
.cid-ve2vmUEIg2 .mbr-text,
.cid-ve2vmUEIg2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2vmUEIg2 .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2vmUEIg2 .item-subtitle {
  text-align: left;
}
.cid-ve2vmUPW00 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2vmUPW00 .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vmUPW00 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vmUPW00 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vmUPW00 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vmUPW00 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vmUPW00 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vmUPW00 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vmUPW00 .card-title {
  color: #f0a202;
}
.cid-ve2vmUPW00 .mbr-text,
.cid-ve2vmUPW00 .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2vmUZhC2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2vmUZhC2 .row {
  flex-direction: row-reverse;
}
.cid-ve2vmUZhC2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vmUZhC2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vmUZhC2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vmUZhC2 .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vmVaUou {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vmVaUou .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2vmVaUou .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2vmVaUou .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2vmVaUou .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2vmVaUou .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2vmVaUou .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2vmVaUou .carousel-control,
.cid-ve2vmVaUou .close {
  background: #1b1b1b;
}
.cid-ve2vmVaUou .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2vmVaUou .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2vmVaUou .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2vmVaUou .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2vmVaUou .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-ve2vmVaUou .close::before {
  content: '\e91a';
}
.cid-ve2vmVaUou .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2vmVaUou .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-ve2vmVaUou .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vmVaUou .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2vmVaUou .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2vmVaUou .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2vmVaUou .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-ve2vmVaUou .carousel-indicators li.active,
.cid-ve2vmVaUou .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2vmVaUou .carousel-indicators li::after,
.cid-ve2vmVaUou .carousel-indicators li::before {
  content: none;
}
.cid-ve2vmVaUou .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2vmVaUou .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2vmVaUou .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vmVaUou .carousel-indicators {
    display: none;
  }
}
.cid-ve2vmVaUou .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2vmVaUou .carousel-inner > .active {
  display: block;
}
.cid-ve2vmVaUou .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vmVaUou .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2vmVaUou .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2vmVaUou .carousel-control,
  .cid-ve2vmVaUou .carousel-indicators,
  .cid-ve2vmVaUou .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2vmVaUou .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2vmVaUou .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2vmVaUou .carousel-indicators .active,
.cid-ve2vmVaUou .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2vmVaUou .carousel-indicators .active {
  background: #fff;
}
.cid-ve2vmVaUou .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2vmVaUou .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2vmVaUou .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2vmVaUou .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2vmVaUou .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2vmVaUou .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2vmVaUou .carousel {
  width: 100%;
}
.cid-ve2vmVaUou .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2vmVaUou .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2vmVaUou .modal.fade .modal-dialog,
.cid-ve2vmVaUou .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2vmVaUou .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2vmVaUou H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2vmVaUou H4 {
  color: #024e82;
}
.cid-ve2vmVC4Pt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2vmVJjyT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2vmVJjyT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2vmVJjyT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2vmVJjyT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2vmVJjyT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2vmVJjyT .mbr-section-title {
  color: #f0a202;
}
.cid-ve2vmVJjyT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2vmVUGk0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2vmVUGk0 .content {
    text-align: center;
  }
  .cid-ve2vmVUGk0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2vmVUGk0 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2vmVUGk0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2vmVUGk0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2vmVUGk0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2vmVUGk0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2vmVUGk0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2vmVUGk0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2vmVUGk0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2vmVUGk0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2vmVUGk0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2vmVUGk0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2vmVUGk0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2vmVUGk0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2vmVUGk0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2vmVUGk0 .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2vmVUGk0 .copyright > p {
  text-align: center;
}
.cid-ve2vmVUGk0 H5 {
  color: #f0a202;
}
.cid-ve2vmVUGk0 .mbr-text {
  color: #fafafa;
}
.cid-ve2vmWgU8k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vmWgU8k .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2vmWqRKL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vmWqRKL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2vmWqRKL .row {
  flex-direction: row-reverse;
}
.cid-ve2vmWqRKL img {
  width: 100%;
}
.cid-ve2vpP5Xyi {
  z-index: 1000;
  width: 100%;
}
.cid-ve2vpP5Xyi nav.navbar {
  position: fixed;
}
.cid-ve2vpP5Xyi .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-ve2vpP5Xyi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2vpP5Xyi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2vpP5Xyi .dropdown-item:hover,
.cid-ve2vpP5Xyi .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2vpP5Xyi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2vpP5Xyi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2vpP5Xyi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2vpP5Xyi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2vpP5Xyi .nav-link {
  position: relative;
}
.cid-ve2vpP5Xyi .container {
  display: flex;
  margin: auto;
}
.cid-ve2vpP5Xyi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2vpP5Xyi .dropdown-menu,
.cid-ve2vpP5Xyi .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2vpP5Xyi .nav-item:focus,
.cid-ve2vpP5Xyi .nav-link:focus {
  outline: none;
}
.cid-ve2vpP5Xyi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2vpP5Xyi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2vpP5Xyi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2vpP5Xyi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2vpP5Xyi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2vpP5Xyi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2vpP5Xyi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2vpP5Xyi .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2vpP5Xyi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2vpP5Xyi .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2vpP5Xyi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2vpP5Xyi .navbar.collapsed {
  justify-content: center;
}
.cid-ve2vpP5Xyi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2vpP5Xyi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2vpP5Xyi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2vpP5Xyi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2vpP5Xyi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2vpP5Xyi .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-ve2vpP5Xyi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2vpP5Xyi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2vpP5Xyi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2vpP5Xyi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2vpP5Xyi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2vpP5Xyi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2vpP5Xyi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2vpP5Xyi .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-ve2vpP5Xyi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2vpP5Xyi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2vpP5Xyi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2vpP5Xyi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2vpP5Xyi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2vpP5Xyi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2vpP5Xyi .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2vpP5Xyi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2vpP5Xyi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2vpP5Xyi .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-ve2vpP5Xyi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2vpP5Xyi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2vpP5Xyi .dropdown-item.active,
.cid-ve2vpP5Xyi .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2vpP5Xyi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2vpP5Xyi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2vpP5Xyi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2vpP5Xyi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2vpP5Xyi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2vpP5Xyi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2vpP5Xyi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2vpP5Xyi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2vpP5Xyi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2vpP5Xyi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2vpP5Xyi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2vpP5Xyi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vpP5Xyi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vpP5Xyi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2vpP5Xyi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vpP5Xyi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2vpP5Xyi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2vpP5Xyi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vpP5Xyi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2vpP5Xyi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vpP5Xyi .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-ve2vpP5Xyi .navbar {
    height: 70px;
  }
  .cid-ve2vpP5Xyi .navbar.opened {
    height: auto;
  }
  .cid-ve2vpP5Xyi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2vpPlj7n {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2vpPlj7n .row {
  flex-direction: row-reverse;
}
.cid-ve2vpPlj7n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vpPlj7n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vpPlj7n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vpPlj7n .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vpPlj7n .mbr-text,
.cid-ve2vpPlj7n .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2vpPxgjv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2vpPxgjv .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2vpPxgjv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vpPxgjv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vpPxgjv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vpPxgjv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vpPxgjv .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vpPxgjv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vpPxgjv .card-title {
  color: #024e82;
}
.cid-ve2vpPxgjv .mbr-text,
.cid-ve2vpPxgjv .mbr-section-btn {
  color: #353535;
}
.cid-ve2vpPHbvz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vpPHbvz .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2vpPHbvz .mbr-text {
  color: #024e82;
}
.cid-ve2vpPQzm9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vpPQzm9 .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2vpPXylQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vpPXylQ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2vpPXylQ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2vpPXylQ .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2vpPXylQ .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vpPXylQ .mbr-text {
  color: #353535;
}
.cid-ve2vpQ7QM2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vpQ7QM2 .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2vpQghda {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vpQghda img,
.cid-ve2vpQghda .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2vpQghda .item:focus,
.cid-ve2vpQghda span:focus {
  outline: none;
}
.cid-ve2vpQghda .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2vpQghda .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2vpQghda .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2vpQghda .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2vpQghda .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2vpQghda .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2vpQghda .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2vpQghda .mbr-section-title {
  color: #232323;
}
.cid-ve2vpQghda .mbr-text,
.cid-ve2vpQghda .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2vpQghda .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2vpQghda .item-subtitle {
  text-align: left;
}
.cid-ve2vpQuGxt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2vpQuGxt .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vpQuGxt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vpQuGxt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vpQuGxt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vpQuGxt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vpQuGxt .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vpQuGxt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vpQuGxt .card-title {
  color: #f0a202;
}
.cid-ve2vpQuGxt .mbr-text,
.cid-ve2vpQuGxt .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2vpQH3CS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2vpQH3CS .row {
  flex-direction: row-reverse;
}
.cid-ve2vpQH3CS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vpQH3CS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vpQH3CS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vpQH3CS .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vpQYbOJ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vpQYbOJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2vpQYbOJ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2vpQYbOJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2vpQYbOJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2vpQYbOJ .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2vpQYbOJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2vpQYbOJ .carousel-control,
.cid-ve2vpQYbOJ .close {
  background: #1b1b1b;
}
.cid-ve2vpQYbOJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2vpQYbOJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2vpQYbOJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2vpQYbOJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2vpQYbOJ .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-ve2vpQYbOJ .close::before {
  content: '\e91a';
}
.cid-ve2vpQYbOJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2vpQYbOJ .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-ve2vpQYbOJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vpQYbOJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2vpQYbOJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2vpQYbOJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2vpQYbOJ .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-ve2vpQYbOJ .carousel-indicators li.active,
.cid-ve2vpQYbOJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2vpQYbOJ .carousel-indicators li::after,
.cid-ve2vpQYbOJ .carousel-indicators li::before {
  content: none;
}
.cid-ve2vpQYbOJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2vpQYbOJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2vpQYbOJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vpQYbOJ .carousel-indicators {
    display: none;
  }
}
.cid-ve2vpQYbOJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2vpQYbOJ .carousel-inner > .active {
  display: block;
}
.cid-ve2vpQYbOJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vpQYbOJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2vpQYbOJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2vpQYbOJ .carousel-control,
  .cid-ve2vpQYbOJ .carousel-indicators,
  .cid-ve2vpQYbOJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2vpQYbOJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2vpQYbOJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2vpQYbOJ .carousel-indicators .active,
.cid-ve2vpQYbOJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2vpQYbOJ .carousel-indicators .active {
  background: #fff;
}
.cid-ve2vpQYbOJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2vpQYbOJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2vpQYbOJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2vpQYbOJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2vpQYbOJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2vpQYbOJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2vpQYbOJ .carousel {
  width: 100%;
}
.cid-ve2vpQYbOJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2vpQYbOJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2vpQYbOJ .modal.fade .modal-dialog,
.cid-ve2vpQYbOJ .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2vpQYbOJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2vpQYbOJ H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2vpQYbOJ H4 {
  color: #024e82;
}
.cid-ve2vpRuFPG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2vpRClJE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2vpRClJE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2vpRClJE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2vpRClJE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2vpRClJE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2vpRClJE .mbr-section-title {
  color: #f0a202;
}
.cid-ve2vpRClJE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2vpRPSte {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2vpRPSte .content {
    text-align: center;
  }
  .cid-ve2vpRPSte .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2vpRPSte .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2vpRPSte .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2vpRPSte .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2vpRPSte .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2vpRPSte .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2vpRPSte .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2vpRPSte .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2vpRPSte .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2vpRPSte .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2vpRPSte .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2vpRPSte .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2vpRPSte .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2vpRPSte .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2vpRPSte .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2vpRPSte .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2vpRPSte .copyright > p {
  text-align: center;
}
.cid-ve2vpRPSte H5 {
  color: #f0a202;
}
.cid-ve2vpRPSte .mbr-text {
  color: #fafafa;
}
.cid-ve2vpSe05c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vpSe05c .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2vpSnmjE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vpSnmjE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2vpSnmjE .row {
  flex-direction: row-reverse;
}
.cid-ve2vpSnmjE img {
  width: 100%;
}
.cid-ve2vrEvWD8 {
  z-index: 1000;
  width: 100%;
}
.cid-ve2vrEvWD8 nav.navbar {
  position: fixed;
}
.cid-ve2vrEvWD8 .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-ve2vrEvWD8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2vrEvWD8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2vrEvWD8 .dropdown-item:hover,
.cid-ve2vrEvWD8 .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2vrEvWD8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2vrEvWD8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2vrEvWD8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2vrEvWD8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2vrEvWD8 .nav-link {
  position: relative;
}
.cid-ve2vrEvWD8 .container {
  display: flex;
  margin: auto;
}
.cid-ve2vrEvWD8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2vrEvWD8 .dropdown-menu,
.cid-ve2vrEvWD8 .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2vrEvWD8 .nav-item:focus,
.cid-ve2vrEvWD8 .nav-link:focus {
  outline: none;
}
.cid-ve2vrEvWD8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2vrEvWD8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2vrEvWD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2vrEvWD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2vrEvWD8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2vrEvWD8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2vrEvWD8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2vrEvWD8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2vrEvWD8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2vrEvWD8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2vrEvWD8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2vrEvWD8 .navbar.collapsed {
  justify-content: center;
}
.cid-ve2vrEvWD8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2vrEvWD8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2vrEvWD8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2vrEvWD8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2vrEvWD8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2vrEvWD8 .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-ve2vrEvWD8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2vrEvWD8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2vrEvWD8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2vrEvWD8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2vrEvWD8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2vrEvWD8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2vrEvWD8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2vrEvWD8 .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-ve2vrEvWD8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2vrEvWD8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2vrEvWD8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2vrEvWD8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2vrEvWD8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2vrEvWD8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2vrEvWD8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2vrEvWD8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2vrEvWD8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2vrEvWD8 .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-ve2vrEvWD8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2vrEvWD8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2vrEvWD8 .dropdown-item.active,
.cid-ve2vrEvWD8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2vrEvWD8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2vrEvWD8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2vrEvWD8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2vrEvWD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2vrEvWD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2vrEvWD8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2vrEvWD8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2vrEvWD8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2vrEvWD8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2vrEvWD8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2vrEvWD8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2vrEvWD8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vrEvWD8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vrEvWD8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2vrEvWD8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vrEvWD8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2vrEvWD8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2vrEvWD8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vrEvWD8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2vrEvWD8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vrEvWD8 .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-ve2vrEvWD8 .navbar {
    height: 70px;
  }
  .cid-ve2vrEvWD8 .navbar.opened {
    height: auto;
  }
  .cid-ve2vrEvWD8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2vrEJgfc {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2vrEJgfc .row {
  flex-direction: row-reverse;
}
.cid-ve2vrEJgfc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vrEJgfc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vrEJgfc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vrEJgfc .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vrEJgfc .mbr-text,
.cid-ve2vrEJgfc .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2vrEVa72 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2vrEVa72 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2vrEVa72 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vrEVa72 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vrEVa72 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vrEVa72 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vrEVa72 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vrEVa72 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vrEVa72 .card-title {
  color: #024e82;
}
.cid-ve2vrEVa72 .mbr-text,
.cid-ve2vrEVa72 .mbr-section-btn {
  color: #353535;
}
.cid-ve2vrF5IYH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vrF5IYH .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2vrF5IYH .mbr-text {
  color: #024e82;
}
.cid-ve2vrFdIs5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vrFdIs5 .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2vrFkYiR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vrFkYiR .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2vrFkYiR .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2vrFkYiR .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2vrFkYiR .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vrFkYiR .mbr-text {
  color: #353535;
}
.cid-ve2vrFshTq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vrFshTq .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2vrFAun5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vrFAun5 img,
.cid-ve2vrFAun5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2vrFAun5 .item:focus,
.cid-ve2vrFAun5 span:focus {
  outline: none;
}
.cid-ve2vrFAun5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2vrFAun5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2vrFAun5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2vrFAun5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2vrFAun5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2vrFAun5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2vrFAun5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2vrFAun5 .mbr-section-title {
  color: #232323;
}
.cid-ve2vrFAun5 .mbr-text,
.cid-ve2vrFAun5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2vrFAun5 .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2vrFAun5 .item-subtitle {
  text-align: left;
}
.cid-ve2vrFMge1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2vrFMge1 .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vrFMge1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vrFMge1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vrFMge1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vrFMge1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vrFMge1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vrFMge1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vrFMge1 .card-title {
  color: #f0a202;
}
.cid-ve2vrFMge1 .mbr-text,
.cid-ve2vrFMge1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2vrFX8i3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2vrFX8i3 .row {
  flex-direction: row-reverse;
}
.cid-ve2vrFX8i3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vrFX8i3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vrFX8i3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vrFX8i3 .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vrG7K8I {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vrG7K8I .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2vrG7K8I .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2vrG7K8I .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2vrG7K8I .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2vrG7K8I .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2vrG7K8I .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2vrG7K8I .carousel-control,
.cid-ve2vrG7K8I .close {
  background: #1b1b1b;
}
.cid-ve2vrG7K8I .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2vrG7K8I .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2vrG7K8I .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2vrG7K8I .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2vrG7K8I .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-ve2vrG7K8I .close::before {
  content: '\e91a';
}
.cid-ve2vrG7K8I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2vrG7K8I .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-ve2vrG7K8I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vrG7K8I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2vrG7K8I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2vrG7K8I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2vrG7K8I .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-ve2vrG7K8I .carousel-indicators li.active,
.cid-ve2vrG7K8I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2vrG7K8I .carousel-indicators li::after,
.cid-ve2vrG7K8I .carousel-indicators li::before {
  content: none;
}
.cid-ve2vrG7K8I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2vrG7K8I .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2vrG7K8I .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vrG7K8I .carousel-indicators {
    display: none;
  }
}
.cid-ve2vrG7K8I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2vrG7K8I .carousel-inner > .active {
  display: block;
}
.cid-ve2vrG7K8I .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vrG7K8I .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2vrG7K8I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2vrG7K8I .carousel-control,
  .cid-ve2vrG7K8I .carousel-indicators,
  .cid-ve2vrG7K8I .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2vrG7K8I .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2vrG7K8I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2vrG7K8I .carousel-indicators .active,
.cid-ve2vrG7K8I .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2vrG7K8I .carousel-indicators .active {
  background: #fff;
}
.cid-ve2vrG7K8I .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2vrG7K8I .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2vrG7K8I .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2vrG7K8I .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2vrG7K8I .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2vrG7K8I .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2vrG7K8I .carousel {
  width: 100%;
}
.cid-ve2vrG7K8I .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2vrG7K8I .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2vrG7K8I .modal.fade .modal-dialog,
.cid-ve2vrG7K8I .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2vrG7K8I .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2vrG7K8I H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2vrG7K8I H4 {
  color: #024e82;
}
.cid-ve2vrGDKNH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2vrGOdnX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2vrGOdnX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2vrGOdnX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2vrGOdnX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2vrGOdnX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2vrGOdnX .mbr-section-title {
  color: #f0a202;
}
.cid-ve2vrGOdnX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2vrHboq9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2vrHboq9 .content {
    text-align: center;
  }
  .cid-ve2vrHboq9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2vrHboq9 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2vrHboq9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2vrHboq9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2vrHboq9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2vrHboq9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2vrHboq9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2vrHboq9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2vrHboq9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2vrHboq9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2vrHboq9 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2vrHboq9 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2vrHboq9 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2vrHboq9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2vrHboq9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2vrHboq9 .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2vrHboq9 .copyright > p {
  text-align: center;
}
.cid-ve2vrHboq9 H5 {
  color: #f0a202;
}
.cid-ve2vrHboq9 .mbr-text {
  color: #fafafa;
}
.cid-ve2vrHK83Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vrHK83Y .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2vrI81ee {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vrI81ee .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2vrI81ee .row {
  flex-direction: row-reverse;
}
.cid-ve2vrI81ee img {
  width: 100%;
}
.cid-ve2vy7N5mz {
  z-index: 1000;
  width: 100%;
}
.cid-ve2vy7N5mz nav.navbar {
  position: fixed;
}
.cid-ve2vy7N5mz .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-ve2vy7N5mz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2vy7N5mz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2vy7N5mz .dropdown-item:hover,
.cid-ve2vy7N5mz .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2vy7N5mz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2vy7N5mz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2vy7N5mz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2vy7N5mz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2vy7N5mz .nav-link {
  position: relative;
}
.cid-ve2vy7N5mz .container {
  display: flex;
  margin: auto;
}
.cid-ve2vy7N5mz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2vy7N5mz .dropdown-menu,
.cid-ve2vy7N5mz .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2vy7N5mz .nav-item:focus,
.cid-ve2vy7N5mz .nav-link:focus {
  outline: none;
}
.cid-ve2vy7N5mz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2vy7N5mz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2vy7N5mz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2vy7N5mz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2vy7N5mz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2vy7N5mz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2vy7N5mz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2vy7N5mz .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2vy7N5mz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2vy7N5mz .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2vy7N5mz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2vy7N5mz .navbar.collapsed {
  justify-content: center;
}
.cid-ve2vy7N5mz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2vy7N5mz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2vy7N5mz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2vy7N5mz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2vy7N5mz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2vy7N5mz .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-ve2vy7N5mz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2vy7N5mz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2vy7N5mz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2vy7N5mz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2vy7N5mz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2vy7N5mz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2vy7N5mz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2vy7N5mz .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-ve2vy7N5mz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2vy7N5mz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2vy7N5mz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2vy7N5mz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2vy7N5mz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2vy7N5mz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2vy7N5mz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2vy7N5mz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2vy7N5mz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2vy7N5mz .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-ve2vy7N5mz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2vy7N5mz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2vy7N5mz .dropdown-item.active,
.cid-ve2vy7N5mz .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2vy7N5mz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2vy7N5mz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2vy7N5mz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2vy7N5mz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2vy7N5mz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2vy7N5mz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2vy7N5mz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2vy7N5mz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2vy7N5mz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2vy7N5mz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2vy7N5mz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2vy7N5mz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vy7N5mz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vy7N5mz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2vy7N5mz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vy7N5mz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2vy7N5mz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2vy7N5mz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vy7N5mz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2vy7N5mz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vy7N5mz .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-ve2vy7N5mz .navbar {
    height: 70px;
  }
  .cid-ve2vy7N5mz .navbar.opened {
    height: auto;
  }
  .cid-ve2vy7N5mz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2vy84LeF {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2vy84LeF .row {
  flex-direction: row-reverse;
}
.cid-ve2vy84LeF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vy84LeF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vy84LeF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vy84LeF .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vy84LeF .mbr-text,
.cid-ve2vy84LeF .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2vy8ecZ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2vy8ecZ3 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2vy8ecZ3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vy8ecZ3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vy8ecZ3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vy8ecZ3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vy8ecZ3 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vy8ecZ3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vy8ecZ3 .card-title {
  color: #024e82;
}
.cid-ve2vy8ecZ3 .mbr-text,
.cid-ve2vy8ecZ3 .mbr-section-btn {
  color: #353535;
}
.cid-ve2vy8ovs8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vy8ovs8 .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2vy8ovs8 .mbr-text {
  color: #024e82;
}
.cid-ve2vy8wSYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vy8wSYW .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2vy8F5g5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vy8F5g5 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2vy8F5g5 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2vy8F5g5 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2vy8F5g5 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vy8F5g5 .mbr-text {
  color: #353535;
}
.cid-ve2vy8NcjK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vy8NcjK .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2vy8ZXIJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vy8ZXIJ img,
.cid-ve2vy8ZXIJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2vy8ZXIJ .item:focus,
.cid-ve2vy8ZXIJ span:focus {
  outline: none;
}
.cid-ve2vy8ZXIJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2vy8ZXIJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2vy8ZXIJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2vy8ZXIJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2vy8ZXIJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2vy8ZXIJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2vy8ZXIJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2vy8ZXIJ .mbr-section-title {
  color: #232323;
}
.cid-ve2vy8ZXIJ .mbr-text,
.cid-ve2vy8ZXIJ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2vy8ZXIJ .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2vy8ZXIJ .item-subtitle {
  text-align: left;
}
.cid-ve2vy9cWoA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2vy9cWoA .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vy9cWoA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vy9cWoA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vy9cWoA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vy9cWoA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vy9cWoA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vy9cWoA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vy9cWoA .card-title {
  color: #f0a202;
}
.cid-ve2vy9cWoA .mbr-text,
.cid-ve2vy9cWoA .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2vy9qn07 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2vy9qn07 .row {
  flex-direction: row-reverse;
}
.cid-ve2vy9qn07 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vy9qn07 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vy9qn07 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vy9qn07 .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vy9BaXb {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vy9BaXb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2vy9BaXb .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2vy9BaXb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2vy9BaXb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2vy9BaXb .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2vy9BaXb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2vy9BaXb .carousel-control,
.cid-ve2vy9BaXb .close {
  background: #1b1b1b;
}
.cid-ve2vy9BaXb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2vy9BaXb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2vy9BaXb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2vy9BaXb .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2vy9BaXb .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-ve2vy9BaXb .close::before {
  content: '\e91a';
}
.cid-ve2vy9BaXb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2vy9BaXb .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-ve2vy9BaXb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vy9BaXb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2vy9BaXb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2vy9BaXb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2vy9BaXb .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-ve2vy9BaXb .carousel-indicators li.active,
.cid-ve2vy9BaXb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2vy9BaXb .carousel-indicators li::after,
.cid-ve2vy9BaXb .carousel-indicators li::before {
  content: none;
}
.cid-ve2vy9BaXb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2vy9BaXb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2vy9BaXb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vy9BaXb .carousel-indicators {
    display: none;
  }
}
.cid-ve2vy9BaXb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2vy9BaXb .carousel-inner > .active {
  display: block;
}
.cid-ve2vy9BaXb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vy9BaXb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2vy9BaXb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2vy9BaXb .carousel-control,
  .cid-ve2vy9BaXb .carousel-indicators,
  .cid-ve2vy9BaXb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2vy9BaXb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2vy9BaXb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2vy9BaXb .carousel-indicators .active,
.cid-ve2vy9BaXb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2vy9BaXb .carousel-indicators .active {
  background: #fff;
}
.cid-ve2vy9BaXb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2vy9BaXb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2vy9BaXb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2vy9BaXb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2vy9BaXb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2vy9BaXb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2vy9BaXb .carousel {
  width: 100%;
}
.cid-ve2vy9BaXb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2vy9BaXb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2vy9BaXb .modal.fade .modal-dialog,
.cid-ve2vy9BaXb .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2vy9BaXb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2vy9BaXb H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2vy9BaXb H4 {
  color: #024e82;
}
.cid-ve2vya9UQH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2vyakK8c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2vyakK8c .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2vyakK8c form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2vyakK8c form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2vyakK8c form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2vyakK8c .mbr-section-title {
  color: #f0a202;
}
.cid-ve2vyakK8c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2vyaxvVu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2vyaxvVu .content {
    text-align: center;
  }
  .cid-ve2vyaxvVu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2vyaxvVu .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2vyaxvVu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2vyaxvVu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2vyaxvVu .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2vyaxvVu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2vyaxvVu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2vyaxvVu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2vyaxvVu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2vyaxvVu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2vyaxvVu .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2vyaxvVu .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2vyaxvVu .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2vyaxvVu .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2vyaxvVu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2vyaxvVu .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2vyaxvVu .copyright > p {
  text-align: center;
}
.cid-ve2vyaxvVu H5 {
  color: #f0a202;
}
.cid-ve2vyaxvVu .mbr-text {
  color: #fafafa;
}
.cid-ve2vyaUDom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vyaUDom .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2vyb5aEI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vyb5aEI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2vyb5aEI .row {
  flex-direction: row-reverse;
}
.cid-ve2vyb5aEI img {
  width: 100%;
}
.cid-ve2vBkpL2i {
  z-index: 1000;
  width: 100%;
}
.cid-ve2vBkpL2i nav.navbar {
  position: fixed;
}
.cid-ve2vBkpL2i .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-ve2vBkpL2i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2vBkpL2i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2vBkpL2i .dropdown-item:hover,
.cid-ve2vBkpL2i .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2vBkpL2i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2vBkpL2i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2vBkpL2i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2vBkpL2i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2vBkpL2i .nav-link {
  position: relative;
}
.cid-ve2vBkpL2i .container {
  display: flex;
  margin: auto;
}
.cid-ve2vBkpL2i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2vBkpL2i .dropdown-menu,
.cid-ve2vBkpL2i .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2vBkpL2i .nav-item:focus,
.cid-ve2vBkpL2i .nav-link:focus {
  outline: none;
}
.cid-ve2vBkpL2i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2vBkpL2i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2vBkpL2i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2vBkpL2i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2vBkpL2i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2vBkpL2i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2vBkpL2i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2vBkpL2i .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2vBkpL2i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2vBkpL2i .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2vBkpL2i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2vBkpL2i .navbar.collapsed {
  justify-content: center;
}
.cid-ve2vBkpL2i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2vBkpL2i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2vBkpL2i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2vBkpL2i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2vBkpL2i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2vBkpL2i .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-ve2vBkpL2i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2vBkpL2i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2vBkpL2i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2vBkpL2i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2vBkpL2i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2vBkpL2i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2vBkpL2i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2vBkpL2i .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-ve2vBkpL2i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2vBkpL2i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2vBkpL2i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2vBkpL2i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2vBkpL2i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2vBkpL2i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2vBkpL2i .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2vBkpL2i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2vBkpL2i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2vBkpL2i .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-ve2vBkpL2i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2vBkpL2i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2vBkpL2i .dropdown-item.active,
.cid-ve2vBkpL2i .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2vBkpL2i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2vBkpL2i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2vBkpL2i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2vBkpL2i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2vBkpL2i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2vBkpL2i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2vBkpL2i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2vBkpL2i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2vBkpL2i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2vBkpL2i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2vBkpL2i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2vBkpL2i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vBkpL2i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vBkpL2i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2vBkpL2i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vBkpL2i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2vBkpL2i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2vBkpL2i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vBkpL2i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2vBkpL2i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vBkpL2i .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-ve2vBkpL2i .navbar {
    height: 70px;
  }
  .cid-ve2vBkpL2i .navbar.opened {
    height: auto;
  }
  .cid-ve2vBkpL2i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2vBkD6vF {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2vBkD6vF .row {
  flex-direction: row-reverse;
}
.cid-ve2vBkD6vF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vBkD6vF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vBkD6vF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vBkD6vF .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vBkD6vF .mbr-text,
.cid-ve2vBkD6vF .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2vBkMtNh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2vBkMtNh .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2vBkMtNh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vBkMtNh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vBkMtNh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vBkMtNh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vBkMtNh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vBkMtNh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vBkMtNh .card-title {
  color: #024e82;
}
.cid-ve2vBkMtNh .mbr-text,
.cid-ve2vBkMtNh .mbr-section-btn {
  color: #353535;
}
.cid-ve2vBkVjxf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vBkVjxf .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2vBkVjxf .mbr-text {
  color: #024e82;
}
.cid-ve2vBl114v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vBl114v .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2vBl83Lj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vBl83Lj .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2vBl83Lj .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2vBl83Lj .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2vBl83Lj .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vBl83Lj .mbr-text {
  color: #353535;
}
.cid-ve2vBlgqCX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vBlgqCX .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2vBlmaqw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vBlmaqw img,
.cid-ve2vBlmaqw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2vBlmaqw .item:focus,
.cid-ve2vBlmaqw span:focus {
  outline: none;
}
.cid-ve2vBlmaqw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2vBlmaqw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2vBlmaqw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2vBlmaqw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2vBlmaqw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2vBlmaqw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2vBlmaqw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2vBlmaqw .mbr-section-title {
  color: #232323;
}
.cid-ve2vBlmaqw .mbr-text,
.cid-ve2vBlmaqw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2vBlmaqw .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2vBlmaqw .item-subtitle {
  text-align: left;
}
.cid-ve2vBlzcTM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2vBlzcTM .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vBlzcTM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vBlzcTM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vBlzcTM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vBlzcTM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vBlzcTM .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vBlzcTM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vBlzcTM .card-title {
  color: #f0a202;
}
.cid-ve2vBlzcTM .mbr-text,
.cid-ve2vBlzcTM .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2vBlKDqY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2vBlKDqY .row {
  flex-direction: row-reverse;
}
.cid-ve2vBlKDqY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vBlKDqY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vBlKDqY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vBlKDqY .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vBlShIu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vBlShIu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2vBlShIu .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2vBlShIu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2vBlShIu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2vBlShIu .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2vBlShIu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2vBlShIu .carousel-control,
.cid-ve2vBlShIu .close {
  background: #1b1b1b;
}
.cid-ve2vBlShIu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2vBlShIu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2vBlShIu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2vBlShIu .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2vBlShIu .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-ve2vBlShIu .close::before {
  content: '\e91a';
}
.cid-ve2vBlShIu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2vBlShIu .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-ve2vBlShIu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vBlShIu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2vBlShIu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2vBlShIu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2vBlShIu .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-ve2vBlShIu .carousel-indicators li.active,
.cid-ve2vBlShIu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2vBlShIu .carousel-indicators li::after,
.cid-ve2vBlShIu .carousel-indicators li::before {
  content: none;
}
.cid-ve2vBlShIu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2vBlShIu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2vBlShIu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vBlShIu .carousel-indicators {
    display: none;
  }
}
.cid-ve2vBlShIu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2vBlShIu .carousel-inner > .active {
  display: block;
}
.cid-ve2vBlShIu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vBlShIu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2vBlShIu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2vBlShIu .carousel-control,
  .cid-ve2vBlShIu .carousel-indicators,
  .cid-ve2vBlShIu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2vBlShIu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2vBlShIu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2vBlShIu .carousel-indicators .active,
.cid-ve2vBlShIu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2vBlShIu .carousel-indicators .active {
  background: #fff;
}
.cid-ve2vBlShIu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2vBlShIu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2vBlShIu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2vBlShIu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2vBlShIu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2vBlShIu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2vBlShIu .carousel {
  width: 100%;
}
.cid-ve2vBlShIu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2vBlShIu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2vBlShIu .modal.fade .modal-dialog,
.cid-ve2vBlShIu .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2vBlShIu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2vBlShIu H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2vBlShIu H4 {
  color: #024e82;
}
.cid-ve2vBmlIDB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2vBmtrOf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2vBmtrOf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2vBmtrOf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2vBmtrOf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2vBmtrOf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2vBmtrOf .mbr-section-title {
  color: #f0a202;
}
.cid-ve2vBmtrOf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2vBmJChc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2vBmJChc .content {
    text-align: center;
  }
  .cid-ve2vBmJChc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2vBmJChc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2vBmJChc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2vBmJChc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2vBmJChc .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2vBmJChc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2vBmJChc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2vBmJChc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2vBmJChc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2vBmJChc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2vBmJChc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2vBmJChc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2vBmJChc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2vBmJChc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2vBmJChc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2vBmJChc .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2vBmJChc .copyright > p {
  text-align: center;
}
.cid-ve2vBmJChc H5 {
  color: #f0a202;
}
.cid-ve2vBmJChc .mbr-text {
  color: #fafafa;
}
.cid-ve2vBn6Ygz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vBn6Ygz .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2vBnfkF9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vBnfkF9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2vBnfkF9 .row {
  flex-direction: row-reverse;
}
.cid-ve2vBnfkF9 img {
  width: 100%;
}
.cid-ve2vEkp4BI {
  z-index: 1000;
  width: 100%;
}
.cid-ve2vEkp4BI nav.navbar {
  position: fixed;
}
.cid-ve2vEkp4BI .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-ve2vEkp4BI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2vEkp4BI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2vEkp4BI .dropdown-item:hover,
.cid-ve2vEkp4BI .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2vEkp4BI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2vEkp4BI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2vEkp4BI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2vEkp4BI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2vEkp4BI .nav-link {
  position: relative;
}
.cid-ve2vEkp4BI .container {
  display: flex;
  margin: auto;
}
.cid-ve2vEkp4BI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2vEkp4BI .dropdown-menu,
.cid-ve2vEkp4BI .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2vEkp4BI .nav-item:focus,
.cid-ve2vEkp4BI .nav-link:focus {
  outline: none;
}
.cid-ve2vEkp4BI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2vEkp4BI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2vEkp4BI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2vEkp4BI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2vEkp4BI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2vEkp4BI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2vEkp4BI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2vEkp4BI .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2vEkp4BI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2vEkp4BI .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2vEkp4BI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2vEkp4BI .navbar.collapsed {
  justify-content: center;
}
.cid-ve2vEkp4BI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2vEkp4BI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2vEkp4BI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2vEkp4BI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2vEkp4BI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2vEkp4BI .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-ve2vEkp4BI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2vEkp4BI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2vEkp4BI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2vEkp4BI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2vEkp4BI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2vEkp4BI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2vEkp4BI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2vEkp4BI .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-ve2vEkp4BI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2vEkp4BI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2vEkp4BI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2vEkp4BI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2vEkp4BI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2vEkp4BI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2vEkp4BI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2vEkp4BI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2vEkp4BI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2vEkp4BI .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-ve2vEkp4BI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2vEkp4BI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2vEkp4BI .dropdown-item.active,
.cid-ve2vEkp4BI .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2vEkp4BI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2vEkp4BI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2vEkp4BI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2vEkp4BI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2vEkp4BI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2vEkp4BI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2vEkp4BI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2vEkp4BI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2vEkp4BI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2vEkp4BI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2vEkp4BI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2vEkp4BI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vEkp4BI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vEkp4BI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2vEkp4BI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vEkp4BI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2vEkp4BI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2vEkp4BI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vEkp4BI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2vEkp4BI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vEkp4BI .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-ve2vEkp4BI .navbar {
    height: 70px;
  }
  .cid-ve2vEkp4BI .navbar.opened {
    height: auto;
  }
  .cid-ve2vEkp4BI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2vEkEOyP {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2vEkEOyP .row {
  flex-direction: row-reverse;
}
.cid-ve2vEkEOyP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vEkEOyP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vEkEOyP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vEkEOyP .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vEkEOyP .mbr-text,
.cid-ve2vEkEOyP .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2vEkMsne {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2vEkMsne .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2vEkMsne .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vEkMsne .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vEkMsne .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vEkMsne .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vEkMsne .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vEkMsne .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vEkMsne .card-title {
  color: #024e82;
}
.cid-ve2vEkMsne .mbr-text,
.cid-ve2vEkMsne .mbr-section-btn {
  color: #353535;
}
.cid-ve2vEkYGdU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vEkYGdU .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2vEkYGdU .mbr-text {
  color: #024e82;
}
.cid-ve2vEl6KXR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vEl6KXR .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2vEleM0u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vEleM0u .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2vEleM0u .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2vEleM0u .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2vEleM0u .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vEleM0u .mbr-text {
  color: #353535;
}
.cid-ve2vElotgs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vElotgs .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2vElvVNu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vElvVNu img,
.cid-ve2vElvVNu .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2vElvVNu .item:focus,
.cid-ve2vElvVNu span:focus {
  outline: none;
}
.cid-ve2vElvVNu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2vElvVNu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2vElvVNu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2vElvVNu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2vElvVNu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2vElvVNu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2vElvVNu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2vElvVNu .mbr-section-title {
  color: #232323;
}
.cid-ve2vElvVNu .mbr-text,
.cid-ve2vElvVNu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2vElvVNu .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2vElvVNu .item-subtitle {
  text-align: left;
}
.cid-ve2vElHNt7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2vElHNt7 .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vElHNt7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vElHNt7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vElHNt7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vElHNt7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vElHNt7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vElHNt7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vElHNt7 .card-title {
  color: #f0a202;
}
.cid-ve2vElHNt7 .mbr-text,
.cid-ve2vElHNt7 .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2vElQhkT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2vElQhkT .row {
  flex-direction: row-reverse;
}
.cid-ve2vElQhkT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vElQhkT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vElQhkT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vElQhkT .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vEm2O58 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vEm2O58 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2vEm2O58 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2vEm2O58 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2vEm2O58 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2vEm2O58 .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2vEm2O58 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2vEm2O58 .carousel-control,
.cid-ve2vEm2O58 .close {
  background: #1b1b1b;
}
.cid-ve2vEm2O58 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2vEm2O58 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2vEm2O58 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2vEm2O58 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2vEm2O58 .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-ve2vEm2O58 .close::before {
  content: '\e91a';
}
.cid-ve2vEm2O58 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2vEm2O58 .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-ve2vEm2O58 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vEm2O58 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2vEm2O58 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2vEm2O58 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2vEm2O58 .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-ve2vEm2O58 .carousel-indicators li.active,
.cid-ve2vEm2O58 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2vEm2O58 .carousel-indicators li::after,
.cid-ve2vEm2O58 .carousel-indicators li::before {
  content: none;
}
.cid-ve2vEm2O58 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2vEm2O58 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2vEm2O58 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vEm2O58 .carousel-indicators {
    display: none;
  }
}
.cid-ve2vEm2O58 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2vEm2O58 .carousel-inner > .active {
  display: block;
}
.cid-ve2vEm2O58 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vEm2O58 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2vEm2O58 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2vEm2O58 .carousel-control,
  .cid-ve2vEm2O58 .carousel-indicators,
  .cid-ve2vEm2O58 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2vEm2O58 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2vEm2O58 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2vEm2O58 .carousel-indicators .active,
.cid-ve2vEm2O58 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2vEm2O58 .carousel-indicators .active {
  background: #fff;
}
.cid-ve2vEm2O58 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2vEm2O58 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2vEm2O58 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2vEm2O58 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2vEm2O58 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2vEm2O58 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2vEm2O58 .carousel {
  width: 100%;
}
.cid-ve2vEm2O58 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2vEm2O58 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2vEm2O58 .modal.fade .modal-dialog,
.cid-ve2vEm2O58 .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2vEm2O58 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2vEm2O58 H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2vEm2O58 H4 {
  color: #024e82;
}
.cid-ve2vEmxOTl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2vEmFwPi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2vEmFwPi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2vEmFwPi form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2vEmFwPi form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2vEmFwPi form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2vEmFwPi .mbr-section-title {
  color: #f0a202;
}
.cid-ve2vEmFwPi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2vEmQ4VI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2vEmQ4VI .content {
    text-align: center;
  }
  .cid-ve2vEmQ4VI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2vEmQ4VI .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2vEmQ4VI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2vEmQ4VI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2vEmQ4VI .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2vEmQ4VI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2vEmQ4VI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2vEmQ4VI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2vEmQ4VI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2vEmQ4VI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2vEmQ4VI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2vEmQ4VI .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2vEmQ4VI .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2vEmQ4VI .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2vEmQ4VI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2vEmQ4VI .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2vEmQ4VI .copyright > p {
  text-align: center;
}
.cid-ve2vEmQ4VI H5 {
  color: #f0a202;
}
.cid-ve2vEmQ4VI .mbr-text {
  color: #fafafa;
}
.cid-ve2vEnaNre {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vEnaNre .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2vEnlHaq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vEnlHaq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2vEnlHaq .row {
  flex-direction: row-reverse;
}
.cid-ve2vEnlHaq img {
  width: 100%;
}
.cid-ve2vH9MSvm {
  z-index: 1000;
  width: 100%;
}
.cid-ve2vH9MSvm nav.navbar {
  position: fixed;
}
.cid-ve2vH9MSvm .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-ve2vH9MSvm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ve2vH9MSvm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve2vH9MSvm .dropdown-item:hover,
.cid-ve2vH9MSvm .dropdown-item:focus {
  background: #f0a202 !important;
  color: white !important;
}
.cid-ve2vH9MSvm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve2vH9MSvm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve2vH9MSvm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve2vH9MSvm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve2vH9MSvm .nav-link {
  position: relative;
}
.cid-ve2vH9MSvm .container {
  display: flex;
  margin: auto;
}
.cid-ve2vH9MSvm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ve2vH9MSvm .dropdown-menu,
.cid-ve2vH9MSvm .navbar.opened {
  background: #024e82 !important;
}
.cid-ve2vH9MSvm .nav-item:focus,
.cid-ve2vH9MSvm .nav-link:focus {
  outline: none;
}
.cid-ve2vH9MSvm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve2vH9MSvm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve2vH9MSvm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve2vH9MSvm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve2vH9MSvm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve2vH9MSvm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve2vH9MSvm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(2, 78, 130, 0.9);
}
.cid-ve2vH9MSvm .navbar.opened {
  transition: all 0.3s;
}
.cid-ve2vH9MSvm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve2vH9MSvm .navbar .navbar-logo img {
  width: auto;
}
.cid-ve2vH9MSvm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve2vH9MSvm .navbar.collapsed {
  justify-content: center;
}
.cid-ve2vH9MSvm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve2vH9MSvm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve2vH9MSvm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve2vH9MSvm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve2vH9MSvm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve2vH9MSvm .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-ve2vH9MSvm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve2vH9MSvm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve2vH9MSvm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve2vH9MSvm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve2vH9MSvm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve2vH9MSvm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve2vH9MSvm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve2vH9MSvm .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-ve2vH9MSvm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve2vH9MSvm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve2vH9MSvm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve2vH9MSvm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve2vH9MSvm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve2vH9MSvm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve2vH9MSvm .navbar.navbar-short {
  min-height: 60px;
}
.cid-ve2vH9MSvm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve2vH9MSvm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ve2vH9MSvm .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-ve2vH9MSvm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve2vH9MSvm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve2vH9MSvm .dropdown-item.active,
.cid-ve2vH9MSvm .dropdown-item:active {
  background-color: transparent;
}
.cid-ve2vH9MSvm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve2vH9MSvm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve2vH9MSvm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve2vH9MSvm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #024e82;
}
.cid-ve2vH9MSvm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve2vH9MSvm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve2vH9MSvm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve2vH9MSvm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ve2vH9MSvm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve2vH9MSvm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve2vH9MSvm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve2vH9MSvm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vH9MSvm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve2vH9MSvm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve2vH9MSvm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vH9MSvm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve2vH9MSvm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve2vH9MSvm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve2vH9MSvm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve2vH9MSvm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vH9MSvm .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-ve2vH9MSvm .navbar {
    height: 70px;
  }
  .cid-ve2vH9MSvm .navbar.opened {
    height: auto;
  }
  .cid-ve2vH9MSvm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve2vHa2lTN {
  background-image: url("../../../assets/images/lajes-ribeiro-servicos-de-lajes-em-sorocaba-810x1080.png");
}
.cid-ve2vHa2lTN .row {
  flex-direction: row-reverse;
}
.cid-ve2vHa2lTN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vHa2lTN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vHa2lTN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vHa2lTN .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vHa2lTN .mbr-text,
.cid-ve2vHa2lTN .mbr-section-btn {
  color: #eaeaea;
}
.cid-ve2vHac4WK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-2-810x1080.png");
}
.cid-ve2vHac4WK .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ve2vHac4WK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vHac4WK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vHac4WK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vHac4WK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vHac4WK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vHac4WK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vHac4WK .card-title {
  color: #024e82;
}
.cid-ve2vHac4WK .mbr-text,
.cid-ve2vHac4WK .mbr-section-btn {
  color: #353535;
}
.cid-ve2vHaoa6u {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vHaoa6u .line {
  background-color: #024e82;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ve2vHaoa6u .mbr-text {
  color: #024e82;
}
.cid-ve2vHaxPxD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vHaxPxD .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ve2vHaFtba {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vHaFtba .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ve2vHaFtba .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ve2vHaFtba .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ve2vHaFtba .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0a202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2vHaFtba .mbr-text {
  color: #353535;
}
.cid-ve2vHaOpBi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vHaOpBi .mbr-text {
  text-align: center;
  color: #024e82;
}
.cid-ve2vHaWjm0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2vHaWjm0 img,
.cid-ve2vHaWjm0 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ve2vHaWjm0 .item:focus,
.cid-ve2vHaWjm0 span:focus {
  outline: none;
}
.cid-ve2vHaWjm0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve2vHaWjm0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #024e82;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve2vHaWjm0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve2vHaWjm0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve2vHaWjm0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve2vHaWjm0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve2vHaWjm0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve2vHaWjm0 .mbr-section-title {
  color: #232323;
}
.cid-ve2vHaWjm0 .mbr-text,
.cid-ve2vHaWjm0 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ve2vHaWjm0 .item-title {
  text-align: left;
  color: #f0a202;
}
.cid-ve2vHaWjm0 .item-subtitle {
  text-align: left;
}
.cid-ve2vHb8BWF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ve2vHb8BWF .content-wrapper {
  background: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vHb8BWF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vHb8BWF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ve2vHb8BWF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vHb8BWF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ve2vHb8BWF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ve2vHb8BWF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ve2vHb8BWF .card-title {
  color: #f0a202;
}
.cid-ve2vHb8BWF .mbr-text,
.cid-ve2vHb8BWF .mbr-section-btn {
  color: #ffffff;
}
.cid-ve2vHbiQEs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lajes-ribeiro-nossa-empresa-construindo-seu-sonho-3-810x1080.png");
}
.cid-ve2vHbiQEs .row {
  flex-direction: row-reverse;
}
.cid-ve2vHbiQEs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve2vHbiQEs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve2vHbiQEs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve2vHbiQEs .mbr-section-title {
  color: #ffffff;
}
.cid-ve2vHbtY9j {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ve2vHbtY9j .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ve2vHbtY9j .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ve2vHbtY9j .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ve2vHbtY9j .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ve2vHbtY9j .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ve2vHbtY9j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ve2vHbtY9j .carousel-control,
.cid-ve2vHbtY9j .close {
  background: #1b1b1b;
}
.cid-ve2vHbtY9j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ve2vHbtY9j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ve2vHbtY9j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ve2vHbtY9j .carousel-control-next span {
  margin-left: 5px;
}
.cid-ve2vHbtY9j .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-ve2vHbtY9j .close::before {
  content: '\e91a';
}
.cid-ve2vHbtY9j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ve2vHbtY9j .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-ve2vHbtY9j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vHbtY9j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve2vHbtY9j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ve2vHbtY9j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ve2vHbtY9j .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-ve2vHbtY9j .carousel-indicators li.active,
.cid-ve2vHbtY9j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ve2vHbtY9j .carousel-indicators li::after,
.cid-ve2vHbtY9j .carousel-indicators li::before {
  content: none;
}
.cid-ve2vHbtY9j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ve2vHbtY9j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ve2vHbtY9j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2vHbtY9j .carousel-indicators {
    display: none;
  }
}
.cid-ve2vHbtY9j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ve2vHbtY9j .carousel-inner > .active {
  display: block;
}
.cid-ve2vHbtY9j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve2vHbtY9j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ve2vHbtY9j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ve2vHbtY9j .carousel-control,
  .cid-ve2vHbtY9j .carousel-indicators,
  .cid-ve2vHbtY9j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ve2vHbtY9j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ve2vHbtY9j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ve2vHbtY9j .carousel-indicators .active,
.cid-ve2vHbtY9j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ve2vHbtY9j .carousel-indicators .active {
  background: #fff;
}
.cid-ve2vHbtY9j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ve2vHbtY9j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ve2vHbtY9j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ve2vHbtY9j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ve2vHbtY9j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ve2vHbtY9j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ve2vHbtY9j .carousel {
  width: 100%;
}
.cid-ve2vHbtY9j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ve2vHbtY9j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ve2vHbtY9j .modal.fade .modal-dialog,
.cid-ve2vHbtY9j .modal.in .modal-dialog {
  transform: none;
}
.cid-ve2vHbtY9j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ve2vHbtY9j H6 {
  text-align: center;
  color: #7d1111;
}
.cid-ve2vHbtY9j H4 {
  color: #024e82;
}
.cid-ve2vHbYZpg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2vHc6ajn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #024e82;
}
.cid-ve2vHc6ajn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ve2vHc6ajn form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ve2vHc6ajn form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ve2vHc6ajn form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ve2vHc6ajn .mbr-section-title {
  color: #f0a202;
}
.cid-ve2vHc6ajn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2vHciNdm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lajes-ribeiro-tipos-de-laje-com-qualidade-localizado-em-sorocaba-2-810x1080.png");
}
@media (max-width: 767px) {
  .cid-ve2vHciNdm .content {
    text-align: center;
  }
  .cid-ve2vHciNdm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ve2vHciNdm .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ve2vHciNdm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ve2vHciNdm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ve2vHciNdm .google-map {
  height: 25rem;
  position: relative;
}
.cid-ve2vHciNdm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ve2vHciNdm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ve2vHciNdm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ve2vHciNdm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ve2vHciNdm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ve2vHciNdm .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ve2vHciNdm .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ve2vHciNdm .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ve2vHciNdm .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ve2vHciNdm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ve2vHciNdm .list {
  list-style-type: none;
  padding: 0;
}
.cid-ve2vHciNdm .copyright > p {
  text-align: center;
}
.cid-ve2vHciNdm H5 {
  color: #f0a202;
}
.cid-ve2vHciNdm .mbr-text {
  color: #fafafa;
}
.cid-ve2vHcCZ9i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve2vHcCZ9i .mbr-text {
  color: #024e82;
  text-align: center;
}
.cid-ve2vHcNQO1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #024e82;
}
@media (max-width: 991px) {
  .cid-ve2vHcNQO1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2vHcNQO1 .row {
  flex-direction: row-reverse;
}
.cid-ve2vHcNQO1 img {
  width: 100%;
}
