@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.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: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #1a7c15 !important;
}
.bg-success {
  background-color: #1a7c15 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #a7ff05 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1a7c15 !important;
  border-color: #1a7c15 !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: #0a3208 !important;
  border-color: #0a3208 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a3208 !important;
  border-color: #0a3208 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a7c15 !important;
  border-color: #1a7c15 !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: #0a3208 !important;
  border-color: #0a3208 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a3208 !important;
  border-color: #0a3208 !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: #a7ff05 !important;
  border-color: #a7ff05 !important;
  color: #030500 !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: #70ad00 !important;
  border-color: #70ad00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #030500 !important;
  background-color: #70ad00 !important;
  border-color: #70ad00 !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: #1a7c15;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a3208 !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: #1a7c15 !important;
  border-color: #1a7c15 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1a7c15;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a3208 !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: #1a7c15 !important;
  border-color: #1a7c15 !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: #a7ff05;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #70ad00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #030500 !important;
  background-color: #a7ff05 !important;
  border-color: #a7ff05 !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: #1a7c15 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #1a7c15 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #a7ff05 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #082506 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #082506 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !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: #669e00 !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: #1a7c15;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #a7ff05;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a7c15;
  border-color: #1a7c15;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1a7c15;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cdd34;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cdd34;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #efffd1;
}
/* 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: #1a7c15 !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: #1a7c15;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a7c15;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1a7c15;
}
.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: #1a7c15;
  border-bottom-color: #1a7c15;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1a7c15 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%231a7c15' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sts8uP085e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sts8uP085e .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sts8uP085e .carousel {
    min-height: 400px;
  }
  .cid-sts8uP085e .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sts8uP085e .carousel {
    min-height: 260px;
  }
  .cid-sts8uP085e .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sts8uP085e .carousel {
    min-height: 220px;
  }
  .cid-sts8uP085e .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sts8uP085e .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sts8uP085e .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sts8uP085e .carousel,
.cid-sts8uP085e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sts8uP085e .item-wrapper {
  width: 100%;
}
.cid-sts8uP085e .carousel-caption {
  bottom: 40px;
}
.cid-sts8uP085e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sts8uP085e .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sts8uP085e .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sts8uP085e .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sts8uP085e .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sts8uP085e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sts8uP085e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sts8uP085e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sts8uP085e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sts8uP085e .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-sts8uP085e .carousel-indicators li.active,
.cid-sts8uP085e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sts8uP085e .carousel-indicators li::after,
.cid-sts8uP085e .carousel-indicators li::before {
  content: none;
}
.cid-sts8uP085e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sts8uP085e .carousel-indicators {
    display: none !important;
  }
}
.cid-sRw0C37n5T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sRw0C37n5T .item {
  padding-bottom: 2rem;
}
.cid-sRw0C37n5T .item-wrapper {
  position: relative;
}
.cid-sRw0C37n5T .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-sRw0C37n5T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sRw0C37n5T .carousel-control,
.cid-sRw0C37n5T .close {
  background: #1b1b1b;
}
.cid-sRw0C37n5T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRw0C37n5T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRw0C37n5T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRw0C37n5T .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRw0C37n5T .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-sRw0C37n5T .close::before {
  content: '\e91a';
}
.cid-sRw0C37n5T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRw0C37n5T .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-sRw0C37n5T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRw0C37n5T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRw0C37n5T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRw0C37n5T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRw0C37n5T .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-sRw0C37n5T .carousel-indicators li.active,
.cid-sRw0C37n5T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRw0C37n5T .carousel-indicators li::after,
.cid-sRw0C37n5T .carousel-indicators li::before {
  content: none;
}
.cid-sRw0C37n5T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRw0C37n5T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRw0C37n5T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRw0C37n5T .carousel-indicators {
    display: none;
  }
}
.cid-sRw0C37n5T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRw0C37n5T .carousel-inner > .active {
  display: block;
}
.cid-sRw0C37n5T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRw0C37n5T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRw0C37n5T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRw0C37n5T .carousel-control,
  .cid-sRw0C37n5T .carousel-indicators,
  .cid-sRw0C37n5T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRw0C37n5T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRw0C37n5T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRw0C37n5T .carousel-indicators .active,
.cid-sRw0C37n5T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRw0C37n5T .carousel-indicators .active {
  background: #fff;
}
.cid-sRw0C37n5T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRw0C37n5T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRw0C37n5T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRw0C37n5T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRw0C37n5T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRw0C37n5T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRw0C37n5T .carousel {
  width: 100%;
}
.cid-sRw0C37n5T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRw0C37n5T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRw0C37n5T .modal.fade .modal-dialog,
.cid-sRw0C37n5T .modal.in .modal-dialog {
  transform: none;
}
.cid-sRw0C37n5T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRw0C37n5T H6 {
  text-align: center;
  color: #fafafa;
}
.cid-sRw0CMQKSV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sRw0CMQKSV .item {
  padding-bottom: 2rem;
}
.cid-sRw0CMQKSV .item-wrapper {
  position: relative;
}
.cid-sRw0CMQKSV .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-sRw0CMQKSV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sRw0CMQKSV .carousel-control,
.cid-sRw0CMQKSV .close {
  background: #1b1b1b;
}
.cid-sRw0CMQKSV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRw0CMQKSV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRw0CMQKSV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRw0CMQKSV .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRw0CMQKSV .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-sRw0CMQKSV .close::before {
  content: '\e91a';
}
.cid-sRw0CMQKSV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRw0CMQKSV .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-sRw0CMQKSV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRw0CMQKSV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRw0CMQKSV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRw0CMQKSV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRw0CMQKSV .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-sRw0CMQKSV .carousel-indicators li.active,
.cid-sRw0CMQKSV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRw0CMQKSV .carousel-indicators li::after,
.cid-sRw0CMQKSV .carousel-indicators li::before {
  content: none;
}
.cid-sRw0CMQKSV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRw0CMQKSV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRw0CMQKSV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRw0CMQKSV .carousel-indicators {
    display: none;
  }
}
.cid-sRw0CMQKSV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRw0CMQKSV .carousel-inner > .active {
  display: block;
}
.cid-sRw0CMQKSV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRw0CMQKSV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRw0CMQKSV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRw0CMQKSV .carousel-control,
  .cid-sRw0CMQKSV .carousel-indicators,
  .cid-sRw0CMQKSV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRw0CMQKSV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRw0CMQKSV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRw0CMQKSV .carousel-indicators .active,
.cid-sRw0CMQKSV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRw0CMQKSV .carousel-indicators .active {
  background: #fff;
}
.cid-sRw0CMQKSV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRw0CMQKSV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRw0CMQKSV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRw0CMQKSV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRw0CMQKSV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRw0CMQKSV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRw0CMQKSV .carousel {
  width: 100%;
}
.cid-sRw0CMQKSV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRw0CMQKSV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRw0CMQKSV .modal.fade .modal-dialog,
.cid-sRw0CMQKSV .modal.in .modal-dialog {
  transform: none;
}
.cid-sRw0CMQKSV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRw0CMQKSV H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sRw0CMQKSV H3 {
  color: #353535;
}
.cid-sRw0CMQKSV H4 {
  color: #353535;
}
.cid-sRvLw7Jic1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sRvLw7Jic1 .item {
  padding-bottom: 2rem;
}
.cid-sRvLw7Jic1 .item-wrapper {
  position: relative;
}
.cid-sRvLw7Jic1 .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-sRvLw7Jic1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sRvLw7Jic1 .carousel-control,
.cid-sRvLw7Jic1 .close {
  background: #1b1b1b;
}
.cid-sRvLw7Jic1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRvLw7Jic1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRvLw7Jic1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRvLw7Jic1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRvLw7Jic1 .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-sRvLw7Jic1 .close::before {
  content: '\e91a';
}
.cid-sRvLw7Jic1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRvLw7Jic1 .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-sRvLw7Jic1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRvLw7Jic1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRvLw7Jic1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRvLw7Jic1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRvLw7Jic1 .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-sRvLw7Jic1 .carousel-indicators li.active,
.cid-sRvLw7Jic1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRvLw7Jic1 .carousel-indicators li::after,
.cid-sRvLw7Jic1 .carousel-indicators li::before {
  content: none;
}
.cid-sRvLw7Jic1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRvLw7Jic1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRvLw7Jic1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRvLw7Jic1 .carousel-indicators {
    display: none;
  }
}
.cid-sRvLw7Jic1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRvLw7Jic1 .carousel-inner > .active {
  display: block;
}
.cid-sRvLw7Jic1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRvLw7Jic1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRvLw7Jic1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRvLw7Jic1 .carousel-control,
  .cid-sRvLw7Jic1 .carousel-indicators,
  .cid-sRvLw7Jic1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRvLw7Jic1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRvLw7Jic1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRvLw7Jic1 .carousel-indicators .active,
.cid-sRvLw7Jic1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRvLw7Jic1 .carousel-indicators .active {
  background: #fff;
}
.cid-sRvLw7Jic1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRvLw7Jic1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRvLw7Jic1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRvLw7Jic1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRvLw7Jic1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRvLw7Jic1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRvLw7Jic1 .carousel {
  width: 100%;
}
.cid-sRvLw7Jic1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRvLw7Jic1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRvLw7Jic1 .modal.fade .modal-dialog,
.cid-sRvLw7Jic1 .modal.in .modal-dialog {
  transform: none;
}
.cid-sRvLw7Jic1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRvLw7Jic1 H6 {
  text-align: center;
}
.cid-sRvLw7Jic1 H3 {
  color: #1a7c15;
}
.cid-sRvLw7Jic1 H4 {
  color: #1a7c15;
}
.cid-sRvLsOzp90 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sRvLsOzp90 .item {
  padding-bottom: 2rem;
}
.cid-sRvLsOzp90 .item-wrapper {
  position: relative;
}
.cid-sRvLsOzp90 .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-sRvLsOzp90 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sRvLsOzp90 .carousel-control,
.cid-sRvLsOzp90 .close {
  background: #1b1b1b;
}
.cid-sRvLsOzp90 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRvLsOzp90 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRvLsOzp90 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRvLsOzp90 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRvLsOzp90 .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-sRvLsOzp90 .close::before {
  content: '\e91a';
}
.cid-sRvLsOzp90 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRvLsOzp90 .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-sRvLsOzp90 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRvLsOzp90 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRvLsOzp90 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRvLsOzp90 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRvLsOzp90 .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-sRvLsOzp90 .carousel-indicators li.active,
.cid-sRvLsOzp90 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRvLsOzp90 .carousel-indicators li::after,
.cid-sRvLsOzp90 .carousel-indicators li::before {
  content: none;
}
.cid-sRvLsOzp90 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRvLsOzp90 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRvLsOzp90 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRvLsOzp90 .carousel-indicators {
    display: none;
  }
}
.cid-sRvLsOzp90 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRvLsOzp90 .carousel-inner > .active {
  display: block;
}
.cid-sRvLsOzp90 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRvLsOzp90 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRvLsOzp90 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRvLsOzp90 .carousel-control,
  .cid-sRvLsOzp90 .carousel-indicators,
  .cid-sRvLsOzp90 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRvLsOzp90 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRvLsOzp90 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRvLsOzp90 .carousel-indicators .active,
.cid-sRvLsOzp90 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRvLsOzp90 .carousel-indicators .active {
  background: #fff;
}
.cid-sRvLsOzp90 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRvLsOzp90 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRvLsOzp90 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRvLsOzp90 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRvLsOzp90 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRvLsOzp90 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRvLsOzp90 .carousel {
  width: 100%;
}
.cid-sRvLsOzp90 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRvLsOzp90 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRvLsOzp90 .modal.fade .modal-dialog,
.cid-sRvLsOzp90 .modal.in .modal-dialog {
  transform: none;
}
.cid-sRvLsOzp90 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRvLsOzp90 H6 {
  text-align: center;
}
.cid-sRvLtNkoiK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sRvLtNkoiK .item {
  padding-bottom: 2rem;
}
.cid-sRvLtNkoiK .item-wrapper {
  position: relative;
}
.cid-sRvLtNkoiK .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-sRvLtNkoiK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sRvLtNkoiK .carousel-control,
.cid-sRvLtNkoiK .close {
  background: #1b1b1b;
}
.cid-sRvLtNkoiK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRvLtNkoiK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRvLtNkoiK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRvLtNkoiK .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRvLtNkoiK .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-sRvLtNkoiK .close::before {
  content: '\e91a';
}
.cid-sRvLtNkoiK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRvLtNkoiK .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-sRvLtNkoiK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRvLtNkoiK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRvLtNkoiK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRvLtNkoiK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRvLtNkoiK .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-sRvLtNkoiK .carousel-indicators li.active,
.cid-sRvLtNkoiK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRvLtNkoiK .carousel-indicators li::after,
.cid-sRvLtNkoiK .carousel-indicators li::before {
  content: none;
}
.cid-sRvLtNkoiK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRvLtNkoiK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRvLtNkoiK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRvLtNkoiK .carousel-indicators {
    display: none;
  }
}
.cid-sRvLtNkoiK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRvLtNkoiK .carousel-inner > .active {
  display: block;
}
.cid-sRvLtNkoiK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRvLtNkoiK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRvLtNkoiK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRvLtNkoiK .carousel-control,
  .cid-sRvLtNkoiK .carousel-indicators,
  .cid-sRvLtNkoiK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRvLtNkoiK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRvLtNkoiK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRvLtNkoiK .carousel-indicators .active,
.cid-sRvLtNkoiK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRvLtNkoiK .carousel-indicators .active {
  background: #fff;
}
.cid-sRvLtNkoiK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRvLtNkoiK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRvLtNkoiK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRvLtNkoiK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRvLtNkoiK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRvLtNkoiK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRvLtNkoiK .carousel {
  width: 100%;
}
.cid-sRvLtNkoiK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRvLtNkoiK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRvLtNkoiK .modal.fade .modal-dialog,
.cid-sRvLtNkoiK .modal.in .modal-dialog {
  transform: none;
}
.cid-sRvLtNkoiK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRvLtNkoiK H6 {
  text-align: center;
}
.cid-sRvLuwC5WX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sRvLuwC5WX .item {
  padding-bottom: 2rem;
}
.cid-sRvLuwC5WX .item-wrapper {
  position: relative;
}
.cid-sRvLuwC5WX .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-sRvLuwC5WX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sRvLuwC5WX .carousel-control,
.cid-sRvLuwC5WX .close {
  background: #1b1b1b;
}
.cid-sRvLuwC5WX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRvLuwC5WX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRvLuwC5WX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRvLuwC5WX .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRvLuwC5WX .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-sRvLuwC5WX .close::before {
  content: '\e91a';
}
.cid-sRvLuwC5WX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRvLuwC5WX .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-sRvLuwC5WX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRvLuwC5WX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRvLuwC5WX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRvLuwC5WX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRvLuwC5WX .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-sRvLuwC5WX .carousel-indicators li.active,
.cid-sRvLuwC5WX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRvLuwC5WX .carousel-indicators li::after,
.cid-sRvLuwC5WX .carousel-indicators li::before {
  content: none;
}
.cid-sRvLuwC5WX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRvLuwC5WX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRvLuwC5WX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRvLuwC5WX .carousel-indicators {
    display: none;
  }
}
.cid-sRvLuwC5WX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRvLuwC5WX .carousel-inner > .active {
  display: block;
}
.cid-sRvLuwC5WX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRvLuwC5WX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRvLuwC5WX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRvLuwC5WX .carousel-control,
  .cid-sRvLuwC5WX .carousel-indicators,
  .cid-sRvLuwC5WX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRvLuwC5WX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRvLuwC5WX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRvLuwC5WX .carousel-indicators .active,
.cid-sRvLuwC5WX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRvLuwC5WX .carousel-indicators .active {
  background: #fff;
}
.cid-sRvLuwC5WX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRvLuwC5WX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRvLuwC5WX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRvLuwC5WX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRvLuwC5WX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRvLuwC5WX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRvLuwC5WX .carousel {
  width: 100%;
}
.cid-sRvLuwC5WX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRvLuwC5WX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRvLuwC5WX .modal.fade .modal-dialog,
.cid-sRvLuwC5WX .modal.in .modal-dialog {
  transform: none;
}
.cid-sRvLuwC5WX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRvLuwC5WX H6 {
  text-align: center;
}
.cid-sU9MbzXYbd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sU9MbzXYbd img,
.cid-sU9MbzXYbd .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sU9MbzXYbd .item:focus,
.cid-sU9MbzXYbd span:focus {
  outline: none;
}
.cid-sU9MbzXYbd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sU9MbzXYbd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sU9MbzXYbd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sU9MbzXYbd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sU9MbzXYbd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sU9MbzXYbd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sU9MbzXYbd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sU9MbzXYbd .mbr-section-title {
  color: #232323;
}
.cid-sU9MbzXYbd .mbr-text,
.cid-sU9MbzXYbd .mbr-section-btn {
  text-align: left;
}
.cid-sU9MbzXYbd .item-title {
  text-align: left;
}
.cid-sU9MbzXYbd .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sU9TLKYxJq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sU9TLKYxJq img,
.cid-sU9TLKYxJq .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sU9TLKYxJq .item:focus,
.cid-sU9TLKYxJq span:focus {
  outline: none;
}
.cid-sU9TLKYxJq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sU9TLKYxJq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sU9TLKYxJq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sU9TLKYxJq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sU9TLKYxJq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sU9TLKYxJq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sU9TLKYxJq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sU9TLKYxJq .mbr-section-title {
  color: #232323;
}
.cid-sU9TLKYxJq .mbr-text,
.cid-sU9TLKYxJq .mbr-section-btn {
  text-align: left;
}
.cid-sU9TLKYxJq .item-title {
  text-align: left;
}
.cid-sU9TLKYxJq .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sRQCJ39j2o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/promo-ambiente-container-0300-1012-2000x909.jpg");
}
.cid-sRQCJ39j2o .mbr-overlay {
  background: #bed3f9;
  opacity: 0.5;
}
.cid-sRQCJ39j2o img,
.cid-sRQCJ39j2o .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sRQCJ39j2o .item:focus,
.cid-sRQCJ39j2o span:focus {
  outline: none;
}
.cid-sRQCJ39j2o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRQCJ39j2o .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sRQCJ39j2o .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sRQCJ39j2o .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRQCJ39j2o .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sRQCJ39j2o .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sRQCJ39j2o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sRQCJ39j2o .mbr-section-title {
  color: #232323;
}
.cid-sRQCJ39j2o .mbr-text,
.cid-sRQCJ39j2o .mbr-section-btn {
  text-align: left;
}
.cid-sRQCJ39j2o .item-title {
  text-align: center;
}
.cid-sRQCJ39j2o .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sRQLg6ybBw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banneranextecagradecimentos-1282x442.jpg");
}
.cid-sRQLg6ybBw .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sRQLg6ybBw img,
.cid-sRQLg6ybBw .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sRQLg6ybBw .item:focus,
.cid-sRQLg6ybBw span:focus {
  outline: none;
}
.cid-sRQLg6ybBw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRQLg6ybBw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sRQLg6ybBw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sRQLg6ybBw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRQLg6ybBw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sRQLg6ybBw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sRQLg6ybBw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sRQLg6ybBw .mbr-section-title {
  color: #232323;
}
.cid-sRQLg6ybBw .mbr-text,
.cid-sRQLg6ybBw .mbr-section-btn {
  text-align: left;
}
.cid-sRQLg6ybBw .item-title {
  text-align: left;
}
.cid-sRQLg6ybBw .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-stsuUnpDsX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-stsuUnpDsX .item {
  padding-bottom: 2rem;
}
.cid-stsuUnpDsX .item-wrapper {
  position: relative;
}
.cid-stsuUnpDsX .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-stsuUnpDsX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-stsuUnpDsX .carousel-control,
.cid-stsuUnpDsX .close {
  background: #1b1b1b;
}
.cid-stsuUnpDsX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-stsuUnpDsX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-stsuUnpDsX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-stsuUnpDsX .carousel-control-next span {
  margin-left: 5px;
}
.cid-stsuUnpDsX .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-stsuUnpDsX .close::before {
  content: '\e91a';
}
.cid-stsuUnpDsX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-stsuUnpDsX .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-stsuUnpDsX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stsuUnpDsX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-stsuUnpDsX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stsuUnpDsX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-stsuUnpDsX .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-stsuUnpDsX .carousel-indicators li.active,
.cid-stsuUnpDsX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-stsuUnpDsX .carousel-indicators li::after,
.cid-stsuUnpDsX .carousel-indicators li::before {
  content: none;
}
.cid-stsuUnpDsX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-stsuUnpDsX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-stsuUnpDsX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-stsuUnpDsX .carousel-indicators {
    display: none;
  }
}
.cid-stsuUnpDsX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-stsuUnpDsX .carousel-inner > .active {
  display: block;
}
.cid-stsuUnpDsX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stsuUnpDsX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stsuUnpDsX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-stsuUnpDsX .carousel-control,
  .cid-stsuUnpDsX .carousel-indicators,
  .cid-stsuUnpDsX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-stsuUnpDsX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-stsuUnpDsX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stsuUnpDsX .carousel-indicators .active,
.cid-stsuUnpDsX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-stsuUnpDsX .carousel-indicators .active {
  background: #fff;
}
.cid-stsuUnpDsX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-stsuUnpDsX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-stsuUnpDsX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-stsuUnpDsX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-stsuUnpDsX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-stsuUnpDsX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-stsuUnpDsX .carousel {
  width: 100%;
}
.cid-stsuUnpDsX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-stsuUnpDsX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-stsuUnpDsX .modal.fade .modal-dialog,
.cid-stsuUnpDsX .modal.in .modal-dialog {
  transform: none;
}
.cid-stsuUnpDsX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-stsuUnpDsX H6 {
  text-align: center;
}
.cid-sttsKmRq7s {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sttsKmRq7s .mbr-overlay {
  background-color: #2299aa;
  opacity: 0.7;
}
.cid-sttsKmRq7s form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sttsKmRq7s form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sttsKmRq7s form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSVcl6ulML {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sSVcl6ulML .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVcl6ulML .row {
    text-align: center;
  }
  .cid-sSVcl6ulML .row > div {
    margin: auto;
  }
  .cid-sSVcl6ulML .social-row {
    justify-content: center;
  }
}
.cid-sSVcl6ulML .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSVcl6ulML .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSVcl6ulML .list {
    margin-bottom: 0rem;
  }
}
.cid-sSVcl6ulML .mbr-text {
  color: #bbbbbb;
}
.cid-sSVcl6ulML .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSVcl6ulML .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #1a7c15 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #2299aa !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(34, 153, 170, 0.9);
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSV1t3vb4X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sSV1t3vb4X .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sSV1t3vb4X .carousel {
    min-height: 400px;
  }
  .cid-sSV1t3vb4X .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sSV1t3vb4X .carousel {
    min-height: 260px;
  }
  .cid-sSV1t3vb4X .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sSV1t3vb4X .carousel {
    min-height: 220px;
  }
  .cid-sSV1t3vb4X .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sSV1t3vb4X .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sSV1t3vb4X .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sSV1t3vb4X .carousel,
.cid-sSV1t3vb4X .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1t3vb4X .item-wrapper {
  width: 100%;
}
.cid-sSV1t3vb4X .carousel-caption {
  bottom: 40px;
}
.cid-sSV1t3vb4X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sSV1t3vb4X .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sSV1t3vb4X .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sSV1t3vb4X .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sSV1t3vb4X .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sSV1t3vb4X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1t3vb4X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1t3vb4X .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1t3vb4X .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sSV1t3vb4X .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-sSV1t3vb4X .carousel-indicators li.active,
.cid-sSV1t3vb4X .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1t3vb4X .carousel-indicators li::after,
.cid-sSV1t3vb4X .carousel-indicators li::before {
  content: none;
}
.cid-sSV1t3vb4X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1t3vb4X .carousel-indicators {
    display: none !important;
  }
}
.cid-sSV1t4BMP8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/promo-ambiente-container-0300-1012-2000x909.jpg");
}
.cid-sSV1t4BMP8 .mbr-overlay {
  background: #bed3f9;
  opacity: 0.5;
}
.cid-sSV1t4BMP8 img,
.cid-sSV1t4BMP8 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSV1t4BMP8 .item:focus,
.cid-sSV1t4BMP8 span:focus {
  outline: none;
}
.cid-sSV1t4BMP8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSV1t4BMP8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSV1t4BMP8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sSV1t4BMP8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSV1t4BMP8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sSV1t4BMP8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sSV1t4BMP8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSV1t4BMP8 .mbr-section-title {
  color: #232323;
}
.cid-sSV1t4BMP8 .mbr-text,
.cid-sSV1t4BMP8 .mbr-section-btn {
  text-align: left;
}
.cid-sSV1t4BMP8 .item-title {
  text-align: center;
}
.cid-sSV1t4BMP8 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sSV1t5mvVj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banneranextecagradecimentos-1282x442.jpg");
}
.cid-sSV1t5mvVj .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sSV1t5mvVj img,
.cid-sSV1t5mvVj .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sSV1t5mvVj .item:focus,
.cid-sSV1t5mvVj span:focus {
  outline: none;
}
.cid-sSV1t5mvVj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSV1t5mvVj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSV1t5mvVj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sSV1t5mvVj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSV1t5mvVj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sSV1t5mvVj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sSV1t5mvVj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSV1t5mvVj .mbr-section-title {
  color: #232323;
}
.cid-sSV1t5mvVj .mbr-text,
.cid-sSV1t5mvVj .mbr-section-btn {
  text-align: left;
}
.cid-sSV1t5mvVj .item-title {
  text-align: left;
}
.cid-sSV1t5mvVj .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sSV1t78DxL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-sSV1t78DxL .item {
  padding-bottom: 2rem;
}
.cid-sSV1t78DxL .item-wrapper {
  position: relative;
}
.cid-sSV1t78DxL .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-sSV1t78DxL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1t78DxL .carousel-control,
.cid-sSV1t78DxL .close {
  background: #1b1b1b;
}
.cid-sSV1t78DxL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1t78DxL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1t78DxL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1t78DxL .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1t78DxL .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-sSV1t78DxL .close::before {
  content: '\e91a';
}
.cid-sSV1t78DxL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1t78DxL .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-sSV1t78DxL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1t78DxL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1t78DxL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1t78DxL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1t78DxL .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-sSV1t78DxL .carousel-indicators li.active,
.cid-sSV1t78DxL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1t78DxL .carousel-indicators li::after,
.cid-sSV1t78DxL .carousel-indicators li::before {
  content: none;
}
.cid-sSV1t78DxL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1t78DxL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1t78DxL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1t78DxL .carousel-indicators {
    display: none;
  }
}
.cid-sSV1t78DxL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1t78DxL .carousel-inner > .active {
  display: block;
}
.cid-sSV1t78DxL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1t78DxL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1t78DxL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1t78DxL .carousel-control,
  .cid-sSV1t78DxL .carousel-indicators,
  .cid-sSV1t78DxL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1t78DxL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1t78DxL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1t78DxL .carousel-indicators .active,
.cid-sSV1t78DxL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1t78DxL .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1t78DxL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1t78DxL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1t78DxL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1t78DxL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1t78DxL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1t78DxL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1t78DxL .carousel {
  width: 100%;
}
.cid-sSV1t78DxL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1t78DxL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1t78DxL .modal.fade .modal-dialog,
.cid-sSV1t78DxL .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1t78DxL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1t78DxL H6 {
  text-align: center;
}
.cid-sSV1t8kPxs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sSV1t8kPxs .item {
  padding-bottom: 2rem;
}
.cid-sSV1t8kPxs .item-wrapper {
  position: relative;
}
.cid-sSV1t8kPxs .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-sSV1t8kPxs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1t8kPxs .carousel-control,
.cid-sSV1t8kPxs .close {
  background: #1b1b1b;
}
.cid-sSV1t8kPxs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1t8kPxs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1t8kPxs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1t8kPxs .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1t8kPxs .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-sSV1t8kPxs .close::before {
  content: '\e91a';
}
.cid-sSV1t8kPxs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1t8kPxs .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-sSV1t8kPxs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1t8kPxs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1t8kPxs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1t8kPxs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1t8kPxs .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-sSV1t8kPxs .carousel-indicators li.active,
.cid-sSV1t8kPxs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1t8kPxs .carousel-indicators li::after,
.cid-sSV1t8kPxs .carousel-indicators li::before {
  content: none;
}
.cid-sSV1t8kPxs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1t8kPxs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1t8kPxs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1t8kPxs .carousel-indicators {
    display: none;
  }
}
.cid-sSV1t8kPxs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1t8kPxs .carousel-inner > .active {
  display: block;
}
.cid-sSV1t8kPxs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1t8kPxs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1t8kPxs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1t8kPxs .carousel-control,
  .cid-sSV1t8kPxs .carousel-indicators,
  .cid-sSV1t8kPxs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1t8kPxs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1t8kPxs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1t8kPxs .carousel-indicators .active,
.cid-sSV1t8kPxs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1t8kPxs .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1t8kPxs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1t8kPxs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1t8kPxs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1t8kPxs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1t8kPxs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1t8kPxs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1t8kPxs .carousel {
  width: 100%;
}
.cid-sSV1t8kPxs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1t8kPxs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1t8kPxs .modal.fade .modal-dialog,
.cid-sSV1t8kPxs .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1t8kPxs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1t8kPxs H6 {
  text-align: center;
}
.cid-sSV1t9amBA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpeg");
}
.cid-sSV1t9amBA .item {
  padding-bottom: 2rem;
}
.cid-sSV1t9amBA .item-wrapper {
  position: relative;
}
.cid-sSV1t9amBA .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-sSV1t9amBA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1t9amBA .carousel-control,
.cid-sSV1t9amBA .close {
  background: #1b1b1b;
}
.cid-sSV1t9amBA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1t9amBA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1t9amBA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1t9amBA .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1t9amBA .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-sSV1t9amBA .close::before {
  content: '\e91a';
}
.cid-sSV1t9amBA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1t9amBA .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-sSV1t9amBA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1t9amBA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1t9amBA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1t9amBA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1t9amBA .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-sSV1t9amBA .carousel-indicators li.active,
.cid-sSV1t9amBA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1t9amBA .carousel-indicators li::after,
.cid-sSV1t9amBA .carousel-indicators li::before {
  content: none;
}
.cid-sSV1t9amBA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1t9amBA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1t9amBA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1t9amBA .carousel-indicators {
    display: none;
  }
}
.cid-sSV1t9amBA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1t9amBA .carousel-inner > .active {
  display: block;
}
.cid-sSV1t9amBA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1t9amBA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1t9amBA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1t9amBA .carousel-control,
  .cid-sSV1t9amBA .carousel-indicators,
  .cid-sSV1t9amBA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1t9amBA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1t9amBA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1t9amBA .carousel-indicators .active,
.cid-sSV1t9amBA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1t9amBA .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1t9amBA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1t9amBA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1t9amBA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1t9amBA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1t9amBA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1t9amBA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1t9amBA .carousel {
  width: 100%;
}
.cid-sSV1t9amBA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1t9amBA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1t9amBA .modal.fade .modal-dialog,
.cid-sSV1t9amBA .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1t9amBA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1t9amBA H6 {
  text-align: center;
}
.cid-sSV1ta5dER {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sSV1ta5dER .item {
  padding-bottom: 2rem;
}
.cid-sSV1ta5dER .item-wrapper {
  position: relative;
}
.cid-sSV1ta5dER .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-sSV1ta5dER .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1ta5dER .carousel-control,
.cid-sSV1ta5dER .close {
  background: #1b1b1b;
}
.cid-sSV1ta5dER .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1ta5dER .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1ta5dER .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1ta5dER .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1ta5dER .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-sSV1ta5dER .close::before {
  content: '\e91a';
}
.cid-sSV1ta5dER .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1ta5dER .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-sSV1ta5dER .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1ta5dER .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1ta5dER .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1ta5dER .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1ta5dER .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-sSV1ta5dER .carousel-indicators li.active,
.cid-sSV1ta5dER .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1ta5dER .carousel-indicators li::after,
.cid-sSV1ta5dER .carousel-indicators li::before {
  content: none;
}
.cid-sSV1ta5dER .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1ta5dER .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1ta5dER .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1ta5dER .carousel-indicators {
    display: none;
  }
}
.cid-sSV1ta5dER .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1ta5dER .carousel-inner > .active {
  display: block;
}
.cid-sSV1ta5dER .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1ta5dER .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1ta5dER .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1ta5dER .carousel-control,
  .cid-sSV1ta5dER .carousel-indicators,
  .cid-sSV1ta5dER .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1ta5dER .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1ta5dER .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1ta5dER .carousel-indicators .active,
.cid-sSV1ta5dER .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1ta5dER .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1ta5dER .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1ta5dER .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1ta5dER .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1ta5dER .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1ta5dER .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1ta5dER .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1ta5dER .carousel {
  width: 100%;
}
.cid-sSV1ta5dER .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1ta5dER .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1ta5dER .modal.fade .modal-dialog,
.cid-sSV1ta5dER .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1ta5dER .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1ta5dER H6 {
  text-align: center;
}
.cid-sSV1tbcwEK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sSV1tbcwEK .item {
  padding-bottom: 2rem;
}
.cid-sSV1tbcwEK .item-wrapper {
  position: relative;
}
.cid-sSV1tbcwEK .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-sSV1tbcwEK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1tbcwEK .carousel-control,
.cid-sSV1tbcwEK .close {
  background: #1b1b1b;
}
.cid-sSV1tbcwEK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1tbcwEK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1tbcwEK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1tbcwEK .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1tbcwEK .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-sSV1tbcwEK .close::before {
  content: '\e91a';
}
.cid-sSV1tbcwEK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1tbcwEK .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-sSV1tbcwEK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1tbcwEK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1tbcwEK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1tbcwEK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1tbcwEK .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-sSV1tbcwEK .carousel-indicators li.active,
.cid-sSV1tbcwEK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1tbcwEK .carousel-indicators li::after,
.cid-sSV1tbcwEK .carousel-indicators li::before {
  content: none;
}
.cid-sSV1tbcwEK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1tbcwEK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1tbcwEK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1tbcwEK .carousel-indicators {
    display: none;
  }
}
.cid-sSV1tbcwEK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1tbcwEK .carousel-inner > .active {
  display: block;
}
.cid-sSV1tbcwEK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1tbcwEK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1tbcwEK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1tbcwEK .carousel-control,
  .cid-sSV1tbcwEK .carousel-indicators,
  .cid-sSV1tbcwEK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1tbcwEK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1tbcwEK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1tbcwEK .carousel-indicators .active,
.cid-sSV1tbcwEK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1tbcwEK .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1tbcwEK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1tbcwEK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1tbcwEK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1tbcwEK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1tbcwEK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1tbcwEK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1tbcwEK .carousel {
  width: 100%;
}
.cid-sSV1tbcwEK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1tbcwEK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1tbcwEK .modal.fade .modal-dialog,
.cid-sSV1tbcwEK .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1tbcwEK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1tbcwEK H6 {
  text-align: center;
}
.cid-sSV1tccLwI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV1tccLwI .item {
  padding-bottom: 2rem;
}
.cid-sSV1tccLwI .item-wrapper {
  position: relative;
}
.cid-sSV1tccLwI .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-sSV1tccLwI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1tccLwI .carousel-control,
.cid-sSV1tccLwI .close {
  background: #1b1b1b;
}
.cid-sSV1tccLwI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1tccLwI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1tccLwI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1tccLwI .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1tccLwI .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-sSV1tccLwI .close::before {
  content: '\e91a';
}
.cid-sSV1tccLwI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1tccLwI .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-sSV1tccLwI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1tccLwI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1tccLwI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1tccLwI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1tccLwI .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-sSV1tccLwI .carousel-indicators li.active,
.cid-sSV1tccLwI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1tccLwI .carousel-indicators li::after,
.cid-sSV1tccLwI .carousel-indicators li::before {
  content: none;
}
.cid-sSV1tccLwI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1tccLwI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1tccLwI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1tccLwI .carousel-indicators {
    display: none;
  }
}
.cid-sSV1tccLwI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1tccLwI .carousel-inner > .active {
  display: block;
}
.cid-sSV1tccLwI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1tccLwI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1tccLwI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1tccLwI .carousel-control,
  .cid-sSV1tccLwI .carousel-indicators,
  .cid-sSV1tccLwI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1tccLwI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1tccLwI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1tccLwI .carousel-indicators .active,
.cid-sSV1tccLwI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1tccLwI .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1tccLwI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1tccLwI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1tccLwI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1tccLwI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1tccLwI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1tccLwI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1tccLwI .carousel {
  width: 100%;
}
.cid-sSV1tccLwI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1tccLwI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1tccLwI .modal.fade .modal-dialog,
.cid-sSV1tccLwI .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1tccLwI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1tccLwI H6 {
  text-align: center;
}
.cid-sSV1tdGY0j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV1tdGY0j .item {
  padding-bottom: 2rem;
}
.cid-sSV1tdGY0j .item-wrapper {
  position: relative;
}
.cid-sSV1tdGY0j .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-sSV1tdGY0j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1tdGY0j .carousel-control,
.cid-sSV1tdGY0j .close {
  background: #1b1b1b;
}
.cid-sSV1tdGY0j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1tdGY0j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1tdGY0j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1tdGY0j .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1tdGY0j .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-sSV1tdGY0j .close::before {
  content: '\e91a';
}
.cid-sSV1tdGY0j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1tdGY0j .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-sSV1tdGY0j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1tdGY0j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1tdGY0j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1tdGY0j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1tdGY0j .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-sSV1tdGY0j .carousel-indicators li.active,
.cid-sSV1tdGY0j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1tdGY0j .carousel-indicators li::after,
.cid-sSV1tdGY0j .carousel-indicators li::before {
  content: none;
}
.cid-sSV1tdGY0j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1tdGY0j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1tdGY0j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1tdGY0j .carousel-indicators {
    display: none;
  }
}
.cid-sSV1tdGY0j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1tdGY0j .carousel-inner > .active {
  display: block;
}
.cid-sSV1tdGY0j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1tdGY0j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1tdGY0j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1tdGY0j .carousel-control,
  .cid-sSV1tdGY0j .carousel-indicators,
  .cid-sSV1tdGY0j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1tdGY0j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1tdGY0j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1tdGY0j .carousel-indicators .active,
.cid-sSV1tdGY0j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1tdGY0j .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1tdGY0j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1tdGY0j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1tdGY0j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1tdGY0j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1tdGY0j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1tdGY0j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1tdGY0j .carousel {
  width: 100%;
}
.cid-sSV1tdGY0j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1tdGY0j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1tdGY0j .modal.fade .modal-dialog,
.cid-sSV1tdGY0j .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1tdGY0j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1tdGY0j H6 {
  text-align: center;
}
.cid-sSV1tdGY0j H3 {
  color: #1a7c15;
}
.cid-sSV1tdGY0j H4 {
  color: #1a7c15;
}
.cid-sSV1teAwSn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV1teAwSn .item {
  padding-bottom: 2rem;
}
.cid-sSV1teAwSn .item-wrapper {
  position: relative;
}
.cid-sSV1teAwSn .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-sSV1teAwSn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1teAwSn .carousel-control,
.cid-sSV1teAwSn .close {
  background: #1b1b1b;
}
.cid-sSV1teAwSn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1teAwSn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1teAwSn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1teAwSn .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1teAwSn .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-sSV1teAwSn .close::before {
  content: '\e91a';
}
.cid-sSV1teAwSn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1teAwSn .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-sSV1teAwSn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1teAwSn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1teAwSn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1teAwSn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1teAwSn .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-sSV1teAwSn .carousel-indicators li.active,
.cid-sSV1teAwSn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1teAwSn .carousel-indicators li::after,
.cid-sSV1teAwSn .carousel-indicators li::before {
  content: none;
}
.cid-sSV1teAwSn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1teAwSn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1teAwSn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1teAwSn .carousel-indicators {
    display: none;
  }
}
.cid-sSV1teAwSn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1teAwSn .carousel-inner > .active {
  display: block;
}
.cid-sSV1teAwSn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1teAwSn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1teAwSn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1teAwSn .carousel-control,
  .cid-sSV1teAwSn .carousel-indicators,
  .cid-sSV1teAwSn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1teAwSn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1teAwSn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1teAwSn .carousel-indicators .active,
.cid-sSV1teAwSn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1teAwSn .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1teAwSn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1teAwSn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1teAwSn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1teAwSn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1teAwSn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1teAwSn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1teAwSn .carousel {
  width: 100%;
}
.cid-sSV1teAwSn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1teAwSn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1teAwSn .modal.fade .modal-dialog,
.cid-sSV1teAwSn .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1teAwSn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1teAwSn H6 {
  text-align: center;
  color: #fafafa;
}
.cid-sSV1tflgvF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV1tflgvF .item {
  padding-bottom: 2rem;
}
.cid-sSV1tflgvF .item-wrapper {
  position: relative;
}
.cid-sSV1tflgvF .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-sSV1tflgvF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1tflgvF .carousel-control,
.cid-sSV1tflgvF .close {
  background: #1b1b1b;
}
.cid-sSV1tflgvF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1tflgvF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1tflgvF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1tflgvF .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1tflgvF .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-sSV1tflgvF .close::before {
  content: '\e91a';
}
.cid-sSV1tflgvF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1tflgvF .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-sSV1tflgvF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1tflgvF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1tflgvF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1tflgvF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1tflgvF .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-sSV1tflgvF .carousel-indicators li.active,
.cid-sSV1tflgvF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1tflgvF .carousel-indicators li::after,
.cid-sSV1tflgvF .carousel-indicators li::before {
  content: none;
}
.cid-sSV1tflgvF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1tflgvF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1tflgvF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1tflgvF .carousel-indicators {
    display: none;
  }
}
.cid-sSV1tflgvF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1tflgvF .carousel-inner > .active {
  display: block;
}
.cid-sSV1tflgvF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1tflgvF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1tflgvF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1tflgvF .carousel-control,
  .cid-sSV1tflgvF .carousel-indicators,
  .cid-sSV1tflgvF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1tflgvF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1tflgvF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1tflgvF .carousel-indicators .active,
.cid-sSV1tflgvF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1tflgvF .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1tflgvF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1tflgvF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1tflgvF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1tflgvF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1tflgvF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1tflgvF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1tflgvF .carousel {
  width: 100%;
}
.cid-sSV1tflgvF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1tflgvF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1tflgvF .modal.fade .modal-dialog,
.cid-sSV1tflgvF .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1tflgvF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1tflgvF H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sSV1tflgvF H3 {
  color: #fafafa;
}
.cid-sSV1tflgvF H4 {
  color: #fafafa;
}
.cid-sSV1tgdG10 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sSV1tgdG10 .mbr-overlay {
  background-color: #2299aa;
  opacity: 0.7;
}
.cid-sSV1tgdG10 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sSV1tgdG10 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sSV1tgdG10 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSV1thrJUc .navbar-dropdown {
  position: relative !important;
}
.cid-sSV1thrJUc .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-sSV1thrJUc .dropdown-menu {
  padding: 0;
}
.cid-sSV1thrJUc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSV1thrJUc .dropdown-item:hover,
.cid-sSV1thrJUc .dropdown-item:focus {
  background: #1a7c15 !important;
  color: white !important;
}
.cid-sSV1thrJUc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSV1thrJUc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSV1thrJUc .nav-link {
  position: relative;
}
.cid-sSV1thrJUc .container {
  display: flex;
  margin: auto;
}
.cid-sSV1thrJUc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSV1thrJUc .navbar-caption {
  padding-right: 4rem;
}
.cid-sSV1thrJUc .dropdown-menu,
.cid-sSV1thrJUc .navbar.opened {
  background: #2299aa !important;
}
.cid-sSV1thrJUc .nav-item:focus,
.cid-sSV1thrJUc .nav-link:focus {
  outline: none;
}
.cid-sSV1thrJUc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSV1thrJUc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSV1thrJUc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSV1thrJUc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSV1thrJUc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSV1thrJUc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSV1thrJUc .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(34, 153, 170, 0.9);
}
.cid-sSV1thrJUc .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSV1thrJUc .navbar.opened {
  transition: all .3s;
}
.cid-sSV1thrJUc .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sSV1thrJUc .navbar .navbar-logo img {
  width: auto;
}
.cid-sSV1thrJUc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSV1thrJUc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSV1thrJUc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSV1thrJUc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sSV1thrJUc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSV1thrJUc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSV1thrJUc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSV1thrJUc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSV1thrJUc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSV1thrJUc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSV1thrJUc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSV1thrJUc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSV1thrJUc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSV1thrJUc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSV1thrJUc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSV1thrJUc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSV1thrJUc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSV1thrJUc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSV1thrJUc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSV1thrJUc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSV1thrJUc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSV1thrJUc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSV1thrJUc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSV1thrJUc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSV1thrJUc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSV1thrJUc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSV1thrJUc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSV1thrJUc .dropdown-item.active,
.cid-sSV1thrJUc .dropdown-item:active {
  background-color: transparent;
}
.cid-sSV1thrJUc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSV1thrJUc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSV1thrJUc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSV1thrJUc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-sSV1thrJUc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSV1thrJUc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSV1thrJUc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSV1thrJUc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSV1thrJUc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSV1thrJUc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sSV1thrJUc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSV1thrJUc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSV1thrJUc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSV1thrJUc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSV1thrJUc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSV1thrJUc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSV1thrJUc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSV1thrJUc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSV1thrJUc .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sSV1thrJUc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSV1thrJUc .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-sSV1thrJUc .navbar {
    height: 77px;
  }
  .cid-sSV1thrJUc .navbar.opened {
    height: auto;
  }
  .cid-sSV1thrJUc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSVcl6ulML {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sSVcl6ulML .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVcl6ulML .row {
    text-align: center;
  }
  .cid-sSVcl6ulML .row > div {
    margin: auto;
  }
  .cid-sSVcl6ulML .social-row {
    justify-content: center;
  }
}
.cid-sSVcl6ulML .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSVcl6ulML .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSVcl6ulML .list {
    margin-bottom: 0rem;
  }
}
.cid-sSVcl6ulML .mbr-text {
  color: #bbbbbb;
}
.cid-sSVcl6ulML .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSVcl6ulML .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSV1YPxX6F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sSV1YPxX6F .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sSV1YPxX6F .carousel {
    min-height: 400px;
  }
  .cid-sSV1YPxX6F .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sSV1YPxX6F .carousel {
    min-height: 260px;
  }
  .cid-sSV1YPxX6F .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YPxX6F .carousel {
    min-height: 220px;
  }
  .cid-sSV1YPxX6F .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sSV1YPxX6F .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sSV1YPxX6F .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sSV1YPxX6F .carousel,
.cid-sSV1YPxX6F .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1YPxX6F .item-wrapper {
  width: 100%;
}
.cid-sSV1YPxX6F .carousel-caption {
  bottom: 40px;
}
.cid-sSV1YPxX6F .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sSV1YPxX6F .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sSV1YPxX6F .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sSV1YPxX6F .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sSV1YPxX6F .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sSV1YPxX6F .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YPxX6F .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1YPxX6F .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1YPxX6F .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sSV1YPxX6F .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-sSV1YPxX6F .carousel-indicators li.active,
.cid-sSV1YPxX6F .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1YPxX6F .carousel-indicators li::after,
.cid-sSV1YPxX6F .carousel-indicators li::before {
  content: none;
}
.cid-sSV1YPxX6F .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1YPxX6F .carousel-indicators {
    display: none !important;
  }
}
.cid-sSV1YQGbZe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/promo-ambiente-container-0300-1012-2000x909.jpg");
}
.cid-sSV1YQGbZe .mbr-overlay {
  background: #bed3f9;
  opacity: 0.5;
}
.cid-sSV1YQGbZe img,
.cid-sSV1YQGbZe .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSV1YQGbZe .item:focus,
.cid-sSV1YQGbZe span:focus {
  outline: none;
}
.cid-sSV1YQGbZe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSV1YQGbZe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSV1YQGbZe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sSV1YQGbZe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YQGbZe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sSV1YQGbZe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sSV1YQGbZe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSV1YQGbZe .mbr-section-title {
  color: #232323;
}
.cid-sSV1YQGbZe .mbr-text,
.cid-sSV1YQGbZe .mbr-section-btn {
  text-align: left;
}
.cid-sSV1YQGbZe .item-title {
  text-align: center;
}
.cid-sSV1YQGbZe .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sSV1YRqgW4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banneranextecagradecimentos-1282x442.jpg");
}
.cid-sSV1YRqgW4 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sSV1YRqgW4 img,
.cid-sSV1YRqgW4 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sSV1YRqgW4 .item:focus,
.cid-sSV1YRqgW4 span:focus {
  outline: none;
}
.cid-sSV1YRqgW4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSV1YRqgW4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSV1YRqgW4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sSV1YRqgW4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YRqgW4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sSV1YRqgW4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sSV1YRqgW4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSV1YRqgW4 .mbr-section-title {
  color: #232323;
}
.cid-sSV1YRqgW4 .mbr-text,
.cid-sSV1YRqgW4 .mbr-section-btn {
  text-align: left;
}
.cid-sSV1YRqgW4 .item-title {
  text-align: left;
}
.cid-sSV1YRqgW4 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sSV1YS7h8P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-sSV1YS7h8P .item {
  padding-bottom: 2rem;
}
.cid-sSV1YS7h8P .item-wrapper {
  position: relative;
}
.cid-sSV1YS7h8P .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-sSV1YS7h8P .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1YS7h8P .carousel-control,
.cid-sSV1YS7h8P .close {
  background: #1b1b1b;
}
.cid-sSV1YS7h8P .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1YS7h8P .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1YS7h8P .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1YS7h8P .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1YS7h8P .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-sSV1YS7h8P .close::before {
  content: '\e91a';
}
.cid-sSV1YS7h8P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1YS7h8P .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-sSV1YS7h8P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YS7h8P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1YS7h8P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1YS7h8P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1YS7h8P .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-sSV1YS7h8P .carousel-indicators li.active,
.cid-sSV1YS7h8P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1YS7h8P .carousel-indicators li::after,
.cid-sSV1YS7h8P .carousel-indicators li::before {
  content: none;
}
.cid-sSV1YS7h8P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1YS7h8P .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YS7h8P .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YS7h8P .carousel-indicators {
    display: none;
  }
}
.cid-sSV1YS7h8P .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1YS7h8P .carousel-inner > .active {
  display: block;
}
.cid-sSV1YS7h8P .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YS7h8P .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1YS7h8P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1YS7h8P .carousel-control,
  .cid-sSV1YS7h8P .carousel-indicators,
  .cid-sSV1YS7h8P .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YS7h8P .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1YS7h8P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1YS7h8P .carousel-indicators .active,
.cid-sSV1YS7h8P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1YS7h8P .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1YS7h8P .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1YS7h8P .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1YS7h8P .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1YS7h8P .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1YS7h8P .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1YS7h8P .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1YS7h8P .carousel {
  width: 100%;
}
.cid-sSV1YS7h8P .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1YS7h8P .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1YS7h8P .modal.fade .modal-dialog,
.cid-sSV1YS7h8P .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1YS7h8P .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1YS7h8P H6 {
  text-align: center;
}
.cid-sSV1YT7TxG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sSV1YT7TxG .item {
  padding-bottom: 2rem;
}
.cid-sSV1YT7TxG .item-wrapper {
  position: relative;
}
.cid-sSV1YT7TxG .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-sSV1YT7TxG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1YT7TxG .carousel-control,
.cid-sSV1YT7TxG .close {
  background: #1b1b1b;
}
.cid-sSV1YT7TxG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1YT7TxG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1YT7TxG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1YT7TxG .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1YT7TxG .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-sSV1YT7TxG .close::before {
  content: '\e91a';
}
.cid-sSV1YT7TxG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1YT7TxG .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-sSV1YT7TxG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YT7TxG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1YT7TxG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1YT7TxG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1YT7TxG .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-sSV1YT7TxG .carousel-indicators li.active,
.cid-sSV1YT7TxG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1YT7TxG .carousel-indicators li::after,
.cid-sSV1YT7TxG .carousel-indicators li::before {
  content: none;
}
.cid-sSV1YT7TxG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1YT7TxG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YT7TxG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YT7TxG .carousel-indicators {
    display: none;
  }
}
.cid-sSV1YT7TxG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1YT7TxG .carousel-inner > .active {
  display: block;
}
.cid-sSV1YT7TxG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YT7TxG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1YT7TxG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1YT7TxG .carousel-control,
  .cid-sSV1YT7TxG .carousel-indicators,
  .cid-sSV1YT7TxG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YT7TxG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1YT7TxG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1YT7TxG .carousel-indicators .active,
.cid-sSV1YT7TxG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1YT7TxG .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1YT7TxG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1YT7TxG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1YT7TxG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1YT7TxG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1YT7TxG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1YT7TxG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1YT7TxG .carousel {
  width: 100%;
}
.cid-sSV1YT7TxG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1YT7TxG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1YT7TxG .modal.fade .modal-dialog,
.cid-sSV1YT7TxG .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1YT7TxG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1YT7TxG H6 {
  text-align: center;
}
.cid-sSV1YTNe63 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpeg");
}
.cid-sSV1YTNe63 .item {
  padding-bottom: 2rem;
}
.cid-sSV1YTNe63 .item-wrapper {
  position: relative;
}
.cid-sSV1YTNe63 .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-sSV1YTNe63 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1YTNe63 .carousel-control,
.cid-sSV1YTNe63 .close {
  background: #1b1b1b;
}
.cid-sSV1YTNe63 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1YTNe63 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1YTNe63 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1YTNe63 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1YTNe63 .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-sSV1YTNe63 .close::before {
  content: '\e91a';
}
.cid-sSV1YTNe63 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1YTNe63 .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-sSV1YTNe63 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YTNe63 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1YTNe63 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1YTNe63 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1YTNe63 .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-sSV1YTNe63 .carousel-indicators li.active,
.cid-sSV1YTNe63 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1YTNe63 .carousel-indicators li::after,
.cid-sSV1YTNe63 .carousel-indicators li::before {
  content: none;
}
.cid-sSV1YTNe63 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1YTNe63 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YTNe63 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YTNe63 .carousel-indicators {
    display: none;
  }
}
.cid-sSV1YTNe63 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1YTNe63 .carousel-inner > .active {
  display: block;
}
.cid-sSV1YTNe63 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YTNe63 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1YTNe63 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1YTNe63 .carousel-control,
  .cid-sSV1YTNe63 .carousel-indicators,
  .cid-sSV1YTNe63 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YTNe63 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1YTNe63 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1YTNe63 .carousel-indicators .active,
.cid-sSV1YTNe63 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1YTNe63 .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1YTNe63 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1YTNe63 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1YTNe63 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1YTNe63 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1YTNe63 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1YTNe63 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1YTNe63 .carousel {
  width: 100%;
}
.cid-sSV1YTNe63 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1YTNe63 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1YTNe63 .modal.fade .modal-dialog,
.cid-sSV1YTNe63 .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1YTNe63 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1YTNe63 H6 {
  text-align: center;
}
.cid-sSV1YUsxKh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sSV1YUsxKh .item {
  padding-bottom: 2rem;
}
.cid-sSV1YUsxKh .item-wrapper {
  position: relative;
}
.cid-sSV1YUsxKh .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-sSV1YUsxKh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1YUsxKh .carousel-control,
.cid-sSV1YUsxKh .close {
  background: #1b1b1b;
}
.cid-sSV1YUsxKh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1YUsxKh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1YUsxKh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1YUsxKh .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1YUsxKh .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-sSV1YUsxKh .close::before {
  content: '\e91a';
}
.cid-sSV1YUsxKh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1YUsxKh .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-sSV1YUsxKh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YUsxKh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1YUsxKh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1YUsxKh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1YUsxKh .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-sSV1YUsxKh .carousel-indicators li.active,
.cid-sSV1YUsxKh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1YUsxKh .carousel-indicators li::after,
.cid-sSV1YUsxKh .carousel-indicators li::before {
  content: none;
}
.cid-sSV1YUsxKh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1YUsxKh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YUsxKh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YUsxKh .carousel-indicators {
    display: none;
  }
}
.cid-sSV1YUsxKh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1YUsxKh .carousel-inner > .active {
  display: block;
}
.cid-sSV1YUsxKh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YUsxKh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1YUsxKh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1YUsxKh .carousel-control,
  .cid-sSV1YUsxKh .carousel-indicators,
  .cid-sSV1YUsxKh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YUsxKh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1YUsxKh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1YUsxKh .carousel-indicators .active,
.cid-sSV1YUsxKh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1YUsxKh .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1YUsxKh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1YUsxKh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1YUsxKh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1YUsxKh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1YUsxKh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1YUsxKh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1YUsxKh .carousel {
  width: 100%;
}
.cid-sSV1YUsxKh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1YUsxKh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1YUsxKh .modal.fade .modal-dialog,
.cid-sSV1YUsxKh .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1YUsxKh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1YUsxKh H6 {
  text-align: center;
}
.cid-sSV1YV7XKV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sSV1YV7XKV .item {
  padding-bottom: 2rem;
}
.cid-sSV1YV7XKV .item-wrapper {
  position: relative;
}
.cid-sSV1YV7XKV .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-sSV1YV7XKV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1YV7XKV .carousel-control,
.cid-sSV1YV7XKV .close {
  background: #1b1b1b;
}
.cid-sSV1YV7XKV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1YV7XKV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1YV7XKV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1YV7XKV .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1YV7XKV .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-sSV1YV7XKV .close::before {
  content: '\e91a';
}
.cid-sSV1YV7XKV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1YV7XKV .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-sSV1YV7XKV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YV7XKV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1YV7XKV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1YV7XKV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1YV7XKV .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-sSV1YV7XKV .carousel-indicators li.active,
.cid-sSV1YV7XKV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1YV7XKV .carousel-indicators li::after,
.cid-sSV1YV7XKV .carousel-indicators li::before {
  content: none;
}
.cid-sSV1YV7XKV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1YV7XKV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YV7XKV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YV7XKV .carousel-indicators {
    display: none;
  }
}
.cid-sSV1YV7XKV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1YV7XKV .carousel-inner > .active {
  display: block;
}
.cid-sSV1YV7XKV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YV7XKV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1YV7XKV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1YV7XKV .carousel-control,
  .cid-sSV1YV7XKV .carousel-indicators,
  .cid-sSV1YV7XKV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YV7XKV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1YV7XKV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1YV7XKV .carousel-indicators .active,
.cid-sSV1YV7XKV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1YV7XKV .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1YV7XKV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1YV7XKV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1YV7XKV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1YV7XKV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1YV7XKV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1YV7XKV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1YV7XKV .carousel {
  width: 100%;
}
.cid-sSV1YV7XKV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1YV7XKV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1YV7XKV .modal.fade .modal-dialog,
.cid-sSV1YV7XKV .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1YV7XKV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1YV7XKV H6 {
  text-align: center;
}
.cid-sSV1YVRUL2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV1YVRUL2 .item {
  padding-bottom: 2rem;
}
.cid-sSV1YVRUL2 .item-wrapper {
  position: relative;
}
.cid-sSV1YVRUL2 .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-sSV1YVRUL2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1YVRUL2 .carousel-control,
.cid-sSV1YVRUL2 .close {
  background: #1b1b1b;
}
.cid-sSV1YVRUL2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1YVRUL2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1YVRUL2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1YVRUL2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1YVRUL2 .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-sSV1YVRUL2 .close::before {
  content: '\e91a';
}
.cid-sSV1YVRUL2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1YVRUL2 .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-sSV1YVRUL2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YVRUL2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1YVRUL2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1YVRUL2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1YVRUL2 .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-sSV1YVRUL2 .carousel-indicators li.active,
.cid-sSV1YVRUL2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1YVRUL2 .carousel-indicators li::after,
.cid-sSV1YVRUL2 .carousel-indicators li::before {
  content: none;
}
.cid-sSV1YVRUL2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1YVRUL2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YVRUL2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YVRUL2 .carousel-indicators {
    display: none;
  }
}
.cid-sSV1YVRUL2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1YVRUL2 .carousel-inner > .active {
  display: block;
}
.cid-sSV1YVRUL2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YVRUL2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1YVRUL2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1YVRUL2 .carousel-control,
  .cid-sSV1YVRUL2 .carousel-indicators,
  .cid-sSV1YVRUL2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YVRUL2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1YVRUL2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1YVRUL2 .carousel-indicators .active,
.cid-sSV1YVRUL2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1YVRUL2 .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1YVRUL2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1YVRUL2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1YVRUL2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1YVRUL2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1YVRUL2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1YVRUL2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1YVRUL2 .carousel {
  width: 100%;
}
.cid-sSV1YVRUL2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1YVRUL2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1YVRUL2 .modal.fade .modal-dialog,
.cid-sSV1YVRUL2 .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1YVRUL2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1YVRUL2 H6 {
  text-align: center;
}
.cid-sSV1YWGvgL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV1YWGvgL .item {
  padding-bottom: 2rem;
}
.cid-sSV1YWGvgL .item-wrapper {
  position: relative;
}
.cid-sSV1YWGvgL .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-sSV1YWGvgL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1YWGvgL .carousel-control,
.cid-sSV1YWGvgL .close {
  background: #1b1b1b;
}
.cid-sSV1YWGvgL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1YWGvgL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1YWGvgL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1YWGvgL .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1YWGvgL .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-sSV1YWGvgL .close::before {
  content: '\e91a';
}
.cid-sSV1YWGvgL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1YWGvgL .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-sSV1YWGvgL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YWGvgL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1YWGvgL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1YWGvgL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1YWGvgL .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-sSV1YWGvgL .carousel-indicators li.active,
.cid-sSV1YWGvgL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1YWGvgL .carousel-indicators li::after,
.cid-sSV1YWGvgL .carousel-indicators li::before {
  content: none;
}
.cid-sSV1YWGvgL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1YWGvgL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YWGvgL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YWGvgL .carousel-indicators {
    display: none;
  }
}
.cid-sSV1YWGvgL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1YWGvgL .carousel-inner > .active {
  display: block;
}
.cid-sSV1YWGvgL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YWGvgL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1YWGvgL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1YWGvgL .carousel-control,
  .cid-sSV1YWGvgL .carousel-indicators,
  .cid-sSV1YWGvgL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YWGvgL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1YWGvgL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1YWGvgL .carousel-indicators .active,
.cid-sSV1YWGvgL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1YWGvgL .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1YWGvgL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1YWGvgL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1YWGvgL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1YWGvgL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1YWGvgL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1YWGvgL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1YWGvgL .carousel {
  width: 100%;
}
.cid-sSV1YWGvgL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1YWGvgL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1YWGvgL .modal.fade .modal-dialog,
.cid-sSV1YWGvgL .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1YWGvgL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1YWGvgL H6 {
  text-align: center;
}
.cid-sSV1YWGvgL H3 {
  color: #1a7c15;
}
.cid-sSV1YWGvgL H4 {
  color: #1a7c15;
}
.cid-sSV1YXtscS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV1YXtscS .item {
  padding-bottom: 2rem;
}
.cid-sSV1YXtscS .item-wrapper {
  position: relative;
}
.cid-sSV1YXtscS .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-sSV1YXtscS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1YXtscS .carousel-control,
.cid-sSV1YXtscS .close {
  background: #1b1b1b;
}
.cid-sSV1YXtscS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1YXtscS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1YXtscS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1YXtscS .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1YXtscS .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-sSV1YXtscS .close::before {
  content: '\e91a';
}
.cid-sSV1YXtscS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1YXtscS .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-sSV1YXtscS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YXtscS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1YXtscS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1YXtscS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1YXtscS .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-sSV1YXtscS .carousel-indicators li.active,
.cid-sSV1YXtscS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1YXtscS .carousel-indicators li::after,
.cid-sSV1YXtscS .carousel-indicators li::before {
  content: none;
}
.cid-sSV1YXtscS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1YXtscS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YXtscS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YXtscS .carousel-indicators {
    display: none;
  }
}
.cid-sSV1YXtscS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1YXtscS .carousel-inner > .active {
  display: block;
}
.cid-sSV1YXtscS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YXtscS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1YXtscS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1YXtscS .carousel-control,
  .cid-sSV1YXtscS .carousel-indicators,
  .cid-sSV1YXtscS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YXtscS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1YXtscS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1YXtscS .carousel-indicators .active,
.cid-sSV1YXtscS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1YXtscS .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1YXtscS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1YXtscS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1YXtscS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1YXtscS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1YXtscS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1YXtscS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1YXtscS .carousel {
  width: 100%;
}
.cid-sSV1YXtscS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1YXtscS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1YXtscS .modal.fade .modal-dialog,
.cid-sSV1YXtscS .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1YXtscS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1YXtscS H6 {
  text-align: center;
  color: #fafafa;
}
.cid-sSV1YYn8Dk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV1YYn8Dk .item {
  padding-bottom: 2rem;
}
.cid-sSV1YYn8Dk .item-wrapper {
  position: relative;
}
.cid-sSV1YYn8Dk .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-sSV1YYn8Dk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV1YYn8Dk .carousel-control,
.cid-sSV1YYn8Dk .close {
  background: #1b1b1b;
}
.cid-sSV1YYn8Dk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV1YYn8Dk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV1YYn8Dk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV1YYn8Dk .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV1YYn8Dk .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-sSV1YYn8Dk .close::before {
  content: '\e91a';
}
.cid-sSV1YYn8Dk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV1YYn8Dk .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-sSV1YYn8Dk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YYn8Dk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV1YYn8Dk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV1YYn8Dk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV1YYn8Dk .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-sSV1YYn8Dk .carousel-indicators li.active,
.cid-sSV1YYn8Dk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV1YYn8Dk .carousel-indicators li::after,
.cid-sSV1YYn8Dk .carousel-indicators li::before {
  content: none;
}
.cid-sSV1YYn8Dk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV1YYn8Dk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV1YYn8Dk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YYn8Dk .carousel-indicators {
    display: none;
  }
}
.cid-sSV1YYn8Dk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV1YYn8Dk .carousel-inner > .active {
  display: block;
}
.cid-sSV1YYn8Dk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV1YYn8Dk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV1YYn8Dk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV1YYn8Dk .carousel-control,
  .cid-sSV1YYn8Dk .carousel-indicators,
  .cid-sSV1YYn8Dk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV1YYn8Dk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV1YYn8Dk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV1YYn8Dk .carousel-indicators .active,
.cid-sSV1YYn8Dk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV1YYn8Dk .carousel-indicators .active {
  background: #fff;
}
.cid-sSV1YYn8Dk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV1YYn8Dk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV1YYn8Dk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV1YYn8Dk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV1YYn8Dk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV1YYn8Dk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV1YYn8Dk .carousel {
  width: 100%;
}
.cid-sSV1YYn8Dk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV1YYn8Dk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV1YYn8Dk .modal.fade .modal-dialog,
.cid-sSV1YYn8Dk .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV1YYn8Dk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV1YYn8Dk H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sSV1YYn8Dk H3 {
  color: #fafafa;
}
.cid-sSV1YYn8Dk H4 {
  color: #fafafa;
}
.cid-sSV1YZfrY0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sSV1YZfrY0 .mbr-overlay {
  background-color: #2299aa;
  opacity: 0.7;
}
.cid-sSV1YZfrY0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sSV1YZfrY0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sSV1YZfrY0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSV1Z0HLxc .navbar-dropdown {
  position: relative !important;
}
.cid-sSV1Z0HLxc .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-sSV1Z0HLxc .dropdown-menu {
  padding: 0;
}
.cid-sSV1Z0HLxc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSV1Z0HLxc .dropdown-item:hover,
.cid-sSV1Z0HLxc .dropdown-item:focus {
  background: #1a7c15 !important;
  color: white !important;
}
.cid-sSV1Z0HLxc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSV1Z0HLxc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSV1Z0HLxc .nav-link {
  position: relative;
}
.cid-sSV1Z0HLxc .container {
  display: flex;
  margin: auto;
}
.cid-sSV1Z0HLxc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSV1Z0HLxc .navbar-caption {
  padding-right: 4rem;
}
.cid-sSV1Z0HLxc .dropdown-menu,
.cid-sSV1Z0HLxc .navbar.opened {
  background: #2299aa !important;
}
.cid-sSV1Z0HLxc .nav-item:focus,
.cid-sSV1Z0HLxc .nav-link:focus {
  outline: none;
}
.cid-sSV1Z0HLxc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSV1Z0HLxc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSV1Z0HLxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSV1Z0HLxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSV1Z0HLxc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSV1Z0HLxc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSV1Z0HLxc .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(34, 153, 170, 0.9);
}
.cid-sSV1Z0HLxc .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSV1Z0HLxc .navbar.opened {
  transition: all .3s;
}
.cid-sSV1Z0HLxc .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sSV1Z0HLxc .navbar .navbar-logo img {
  width: auto;
}
.cid-sSV1Z0HLxc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSV1Z0HLxc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSV1Z0HLxc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSV1Z0HLxc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sSV1Z0HLxc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSV1Z0HLxc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSV1Z0HLxc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSV1Z0HLxc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSV1Z0HLxc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSV1Z0HLxc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSV1Z0HLxc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSV1Z0HLxc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSV1Z0HLxc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSV1Z0HLxc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSV1Z0HLxc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSV1Z0HLxc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSV1Z0HLxc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSV1Z0HLxc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSV1Z0HLxc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSV1Z0HLxc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSV1Z0HLxc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSV1Z0HLxc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSV1Z0HLxc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSV1Z0HLxc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSV1Z0HLxc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSV1Z0HLxc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSV1Z0HLxc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSV1Z0HLxc .dropdown-item.active,
.cid-sSV1Z0HLxc .dropdown-item:active {
  background-color: transparent;
}
.cid-sSV1Z0HLxc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSV1Z0HLxc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSV1Z0HLxc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSV1Z0HLxc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-sSV1Z0HLxc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSV1Z0HLxc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSV1Z0HLxc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSV1Z0HLxc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSV1Z0HLxc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSV1Z0HLxc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sSV1Z0HLxc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSV1Z0HLxc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSV1Z0HLxc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSV1Z0HLxc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSV1Z0HLxc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSV1Z0HLxc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSV1Z0HLxc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSV1Z0HLxc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSV1Z0HLxc .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sSV1Z0HLxc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSV1Z0HLxc .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-sSV1Z0HLxc .navbar {
    height: 77px;
  }
  .cid-sSV1Z0HLxc .navbar.opened {
    height: auto;
  }
  .cid-sSV1Z0HLxc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSVcl6ulML {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sSVcl6ulML .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVcl6ulML .row {
    text-align: center;
  }
  .cid-sSVcl6ulML .row > div {
    margin: auto;
  }
  .cid-sSVcl6ulML .social-row {
    justify-content: center;
  }
}
.cid-sSVcl6ulML .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSVcl6ulML .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSVcl6ulML .list {
    margin-bottom: 0rem;
  }
}
.cid-sSVcl6ulML .mbr-text {
  color: #bbbbbb;
}
.cid-sSVcl6ulML .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSVcl6ulML .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSV2frMSLT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sSV2frMSLT .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sSV2frMSLT .carousel {
    min-height: 400px;
  }
  .cid-sSV2frMSLT .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sSV2frMSLT .carousel {
    min-height: 260px;
  }
  .cid-sSV2frMSLT .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sSV2frMSLT .carousel {
    min-height: 220px;
  }
  .cid-sSV2frMSLT .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sSV2frMSLT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sSV2frMSLT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sSV2frMSLT .carousel,
.cid-sSV2frMSLT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV2frMSLT .item-wrapper {
  width: 100%;
}
.cid-sSV2frMSLT .carousel-caption {
  bottom: 40px;
}
.cid-sSV2frMSLT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sSV2frMSLT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sSV2frMSLT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sSV2frMSLT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sSV2frMSLT .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sSV2frMSLT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2frMSLT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV2frMSLT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV2frMSLT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sSV2frMSLT .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-sSV2frMSLT .carousel-indicators li.active,
.cid-sSV2frMSLT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV2frMSLT .carousel-indicators li::after,
.cid-sSV2frMSLT .carousel-indicators li::before {
  content: none;
}
.cid-sSV2frMSLT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV2frMSLT .carousel-indicators {
    display: none !important;
  }
}
.cid-sSV2fsZD5e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/promo-ambiente-container-0300-1012-2000x909.jpg");
}
.cid-sSV2fsZD5e .mbr-overlay {
  background: #bed3f9;
  opacity: 0.5;
}
.cid-sSV2fsZD5e img,
.cid-sSV2fsZD5e .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSV2fsZD5e .item:focus,
.cid-sSV2fsZD5e span:focus {
  outline: none;
}
.cid-sSV2fsZD5e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSV2fsZD5e .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSV2fsZD5e .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sSV2fsZD5e .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSV2fsZD5e .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sSV2fsZD5e .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sSV2fsZD5e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSV2fsZD5e .mbr-section-title {
  color: #232323;
}
.cid-sSV2fsZD5e .mbr-text,
.cid-sSV2fsZD5e .mbr-section-btn {
  text-align: left;
}
.cid-sSV2fsZD5e .item-title {
  text-align: center;
}
.cid-sSV2fsZD5e .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sSV2ftEctP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banneranextecagradecimentos-1282x442.jpg");
}
.cid-sSV2ftEctP .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sSV2ftEctP img,
.cid-sSV2ftEctP .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sSV2ftEctP .item:focus,
.cid-sSV2ftEctP span:focus {
  outline: none;
}
.cid-sSV2ftEctP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSV2ftEctP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSV2ftEctP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sSV2ftEctP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSV2ftEctP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sSV2ftEctP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sSV2ftEctP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSV2ftEctP .mbr-section-title {
  color: #232323;
}
.cid-sSV2ftEctP .mbr-text,
.cid-sSV2ftEctP .mbr-section-btn {
  text-align: left;
}
.cid-sSV2ftEctP .item-title {
  text-align: left;
}
.cid-sSV2ftEctP .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sSV2fumdqi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-sSV2fumdqi .item {
  padding-bottom: 2rem;
}
.cid-sSV2fumdqi .item-wrapper {
  position: relative;
}
.cid-sSV2fumdqi .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-sSV2fumdqi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV2fumdqi .carousel-control,
.cid-sSV2fumdqi .close {
  background: #1b1b1b;
}
.cid-sSV2fumdqi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV2fumdqi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV2fumdqi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV2fumdqi .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV2fumdqi .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-sSV2fumdqi .close::before {
  content: '\e91a';
}
.cid-sSV2fumdqi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV2fumdqi .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-sSV2fumdqi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fumdqi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV2fumdqi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV2fumdqi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV2fumdqi .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-sSV2fumdqi .carousel-indicators li.active,
.cid-sSV2fumdqi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV2fumdqi .carousel-indicators li::after,
.cid-sSV2fumdqi .carousel-indicators li::before {
  content: none;
}
.cid-sSV2fumdqi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV2fumdqi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV2fumdqi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fumdqi .carousel-indicators {
    display: none;
  }
}
.cid-sSV2fumdqi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV2fumdqi .carousel-inner > .active {
  display: block;
}
.cid-sSV2fumdqi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fumdqi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV2fumdqi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV2fumdqi .carousel-control,
  .cid-sSV2fumdqi .carousel-indicators,
  .cid-sSV2fumdqi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fumdqi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV2fumdqi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV2fumdqi .carousel-indicators .active,
.cid-sSV2fumdqi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV2fumdqi .carousel-indicators .active {
  background: #fff;
}
.cid-sSV2fumdqi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV2fumdqi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV2fumdqi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV2fumdqi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV2fumdqi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV2fumdqi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV2fumdqi .carousel {
  width: 100%;
}
.cid-sSV2fumdqi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV2fumdqi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV2fumdqi .modal.fade .modal-dialog,
.cid-sSV2fumdqi .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV2fumdqi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV2fumdqi H6 {
  text-align: center;
}
.cid-sSV2fvlzTK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sSV2fvlzTK .item {
  padding-bottom: 2rem;
}
.cid-sSV2fvlzTK .item-wrapper {
  position: relative;
}
.cid-sSV2fvlzTK .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-sSV2fvlzTK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV2fvlzTK .carousel-control,
.cid-sSV2fvlzTK .close {
  background: #1b1b1b;
}
.cid-sSV2fvlzTK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV2fvlzTK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV2fvlzTK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV2fvlzTK .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV2fvlzTK .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-sSV2fvlzTK .close::before {
  content: '\e91a';
}
.cid-sSV2fvlzTK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV2fvlzTK .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-sSV2fvlzTK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fvlzTK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV2fvlzTK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV2fvlzTK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV2fvlzTK .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-sSV2fvlzTK .carousel-indicators li.active,
.cid-sSV2fvlzTK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV2fvlzTK .carousel-indicators li::after,
.cid-sSV2fvlzTK .carousel-indicators li::before {
  content: none;
}
.cid-sSV2fvlzTK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV2fvlzTK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV2fvlzTK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fvlzTK .carousel-indicators {
    display: none;
  }
}
.cid-sSV2fvlzTK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV2fvlzTK .carousel-inner > .active {
  display: block;
}
.cid-sSV2fvlzTK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fvlzTK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV2fvlzTK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV2fvlzTK .carousel-control,
  .cid-sSV2fvlzTK .carousel-indicators,
  .cid-sSV2fvlzTK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fvlzTK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV2fvlzTK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV2fvlzTK .carousel-indicators .active,
.cid-sSV2fvlzTK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV2fvlzTK .carousel-indicators .active {
  background: #fff;
}
.cid-sSV2fvlzTK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV2fvlzTK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV2fvlzTK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV2fvlzTK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV2fvlzTK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV2fvlzTK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV2fvlzTK .carousel {
  width: 100%;
}
.cid-sSV2fvlzTK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV2fvlzTK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV2fvlzTK .modal.fade .modal-dialog,
.cid-sSV2fvlzTK .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV2fvlzTK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV2fvlzTK H6 {
  text-align: center;
}
.cid-sSV2fw1DFu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpeg");
}
.cid-sSV2fw1DFu .item {
  padding-bottom: 2rem;
}
.cid-sSV2fw1DFu .item-wrapper {
  position: relative;
}
.cid-sSV2fw1DFu .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-sSV2fw1DFu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV2fw1DFu .carousel-control,
.cid-sSV2fw1DFu .close {
  background: #1b1b1b;
}
.cid-sSV2fw1DFu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV2fw1DFu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV2fw1DFu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV2fw1DFu .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV2fw1DFu .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-sSV2fw1DFu .close::before {
  content: '\e91a';
}
.cid-sSV2fw1DFu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV2fw1DFu .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-sSV2fw1DFu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fw1DFu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV2fw1DFu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV2fw1DFu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV2fw1DFu .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-sSV2fw1DFu .carousel-indicators li.active,
.cid-sSV2fw1DFu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV2fw1DFu .carousel-indicators li::after,
.cid-sSV2fw1DFu .carousel-indicators li::before {
  content: none;
}
.cid-sSV2fw1DFu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV2fw1DFu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV2fw1DFu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fw1DFu .carousel-indicators {
    display: none;
  }
}
.cid-sSV2fw1DFu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV2fw1DFu .carousel-inner > .active {
  display: block;
}
.cid-sSV2fw1DFu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fw1DFu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV2fw1DFu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV2fw1DFu .carousel-control,
  .cid-sSV2fw1DFu .carousel-indicators,
  .cid-sSV2fw1DFu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fw1DFu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV2fw1DFu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV2fw1DFu .carousel-indicators .active,
.cid-sSV2fw1DFu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV2fw1DFu .carousel-indicators .active {
  background: #fff;
}
.cid-sSV2fw1DFu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV2fw1DFu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV2fw1DFu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV2fw1DFu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV2fw1DFu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV2fw1DFu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV2fw1DFu .carousel {
  width: 100%;
}
.cid-sSV2fw1DFu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV2fw1DFu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV2fw1DFu .modal.fade .modal-dialog,
.cid-sSV2fw1DFu .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV2fw1DFu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV2fw1DFu H6 {
  text-align: center;
}
.cid-sSV2fxHpW3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sSV2fxHpW3 .item {
  padding-bottom: 2rem;
}
.cid-sSV2fxHpW3 .item-wrapper {
  position: relative;
}
.cid-sSV2fxHpW3 .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-sSV2fxHpW3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV2fxHpW3 .carousel-control,
.cid-sSV2fxHpW3 .close {
  background: #1b1b1b;
}
.cid-sSV2fxHpW3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV2fxHpW3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV2fxHpW3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV2fxHpW3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV2fxHpW3 .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-sSV2fxHpW3 .close::before {
  content: '\e91a';
}
.cid-sSV2fxHpW3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV2fxHpW3 .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-sSV2fxHpW3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fxHpW3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV2fxHpW3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV2fxHpW3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV2fxHpW3 .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-sSV2fxHpW3 .carousel-indicators li.active,
.cid-sSV2fxHpW3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV2fxHpW3 .carousel-indicators li::after,
.cid-sSV2fxHpW3 .carousel-indicators li::before {
  content: none;
}
.cid-sSV2fxHpW3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV2fxHpW3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV2fxHpW3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fxHpW3 .carousel-indicators {
    display: none;
  }
}
.cid-sSV2fxHpW3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV2fxHpW3 .carousel-inner > .active {
  display: block;
}
.cid-sSV2fxHpW3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fxHpW3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV2fxHpW3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV2fxHpW3 .carousel-control,
  .cid-sSV2fxHpW3 .carousel-indicators,
  .cid-sSV2fxHpW3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fxHpW3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV2fxHpW3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV2fxHpW3 .carousel-indicators .active,
.cid-sSV2fxHpW3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV2fxHpW3 .carousel-indicators .active {
  background: #fff;
}
.cid-sSV2fxHpW3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV2fxHpW3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV2fxHpW3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV2fxHpW3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV2fxHpW3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV2fxHpW3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV2fxHpW3 .carousel {
  width: 100%;
}
.cid-sSV2fxHpW3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV2fxHpW3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV2fxHpW3 .modal.fade .modal-dialog,
.cid-sSV2fxHpW3 .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV2fxHpW3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV2fxHpW3 H6 {
  text-align: center;
}
.cid-sSV2fyYor6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sSV2fyYor6 .item {
  padding-bottom: 2rem;
}
.cid-sSV2fyYor6 .item-wrapper {
  position: relative;
}
.cid-sSV2fyYor6 .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-sSV2fyYor6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV2fyYor6 .carousel-control,
.cid-sSV2fyYor6 .close {
  background: #1b1b1b;
}
.cid-sSV2fyYor6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV2fyYor6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV2fyYor6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV2fyYor6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV2fyYor6 .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-sSV2fyYor6 .close::before {
  content: '\e91a';
}
.cid-sSV2fyYor6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV2fyYor6 .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-sSV2fyYor6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fyYor6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV2fyYor6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV2fyYor6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV2fyYor6 .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-sSV2fyYor6 .carousel-indicators li.active,
.cid-sSV2fyYor6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV2fyYor6 .carousel-indicators li::after,
.cid-sSV2fyYor6 .carousel-indicators li::before {
  content: none;
}
.cid-sSV2fyYor6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV2fyYor6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV2fyYor6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fyYor6 .carousel-indicators {
    display: none;
  }
}
.cid-sSV2fyYor6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV2fyYor6 .carousel-inner > .active {
  display: block;
}
.cid-sSV2fyYor6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fyYor6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV2fyYor6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV2fyYor6 .carousel-control,
  .cid-sSV2fyYor6 .carousel-indicators,
  .cid-sSV2fyYor6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fyYor6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV2fyYor6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV2fyYor6 .carousel-indicators .active,
.cid-sSV2fyYor6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV2fyYor6 .carousel-indicators .active {
  background: #fff;
}
.cid-sSV2fyYor6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV2fyYor6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV2fyYor6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV2fyYor6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV2fyYor6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV2fyYor6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV2fyYor6 .carousel {
  width: 100%;
}
.cid-sSV2fyYor6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV2fyYor6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV2fyYor6 .modal.fade .modal-dialog,
.cid-sSV2fyYor6 .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV2fyYor6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV2fyYor6 H6 {
  text-align: center;
}
.cid-sSV2fzEdvU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV2fzEdvU .item {
  padding-bottom: 2rem;
}
.cid-sSV2fzEdvU .item-wrapper {
  position: relative;
}
.cid-sSV2fzEdvU .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-sSV2fzEdvU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV2fzEdvU .carousel-control,
.cid-sSV2fzEdvU .close {
  background: #1b1b1b;
}
.cid-sSV2fzEdvU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV2fzEdvU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV2fzEdvU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV2fzEdvU .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV2fzEdvU .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-sSV2fzEdvU .close::before {
  content: '\e91a';
}
.cid-sSV2fzEdvU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV2fzEdvU .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-sSV2fzEdvU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fzEdvU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV2fzEdvU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV2fzEdvU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV2fzEdvU .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-sSV2fzEdvU .carousel-indicators li.active,
.cid-sSV2fzEdvU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV2fzEdvU .carousel-indicators li::after,
.cid-sSV2fzEdvU .carousel-indicators li::before {
  content: none;
}
.cid-sSV2fzEdvU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV2fzEdvU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV2fzEdvU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fzEdvU .carousel-indicators {
    display: none;
  }
}
.cid-sSV2fzEdvU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV2fzEdvU .carousel-inner > .active {
  display: block;
}
.cid-sSV2fzEdvU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fzEdvU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV2fzEdvU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV2fzEdvU .carousel-control,
  .cid-sSV2fzEdvU .carousel-indicators,
  .cid-sSV2fzEdvU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fzEdvU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV2fzEdvU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV2fzEdvU .carousel-indicators .active,
.cid-sSV2fzEdvU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV2fzEdvU .carousel-indicators .active {
  background: #fff;
}
.cid-sSV2fzEdvU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV2fzEdvU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV2fzEdvU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV2fzEdvU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV2fzEdvU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV2fzEdvU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV2fzEdvU .carousel {
  width: 100%;
}
.cid-sSV2fzEdvU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV2fzEdvU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV2fzEdvU .modal.fade .modal-dialog,
.cid-sSV2fzEdvU .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV2fzEdvU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV2fzEdvU H6 {
  text-align: center;
}
.cid-sSV2fAqkCc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV2fAqkCc .item {
  padding-bottom: 2rem;
}
.cid-sSV2fAqkCc .item-wrapper {
  position: relative;
}
.cid-sSV2fAqkCc .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-sSV2fAqkCc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV2fAqkCc .carousel-control,
.cid-sSV2fAqkCc .close {
  background: #1b1b1b;
}
.cid-sSV2fAqkCc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV2fAqkCc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV2fAqkCc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV2fAqkCc .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV2fAqkCc .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-sSV2fAqkCc .close::before {
  content: '\e91a';
}
.cid-sSV2fAqkCc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV2fAqkCc .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-sSV2fAqkCc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fAqkCc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV2fAqkCc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV2fAqkCc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV2fAqkCc .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-sSV2fAqkCc .carousel-indicators li.active,
.cid-sSV2fAqkCc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV2fAqkCc .carousel-indicators li::after,
.cid-sSV2fAqkCc .carousel-indicators li::before {
  content: none;
}
.cid-sSV2fAqkCc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV2fAqkCc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV2fAqkCc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fAqkCc .carousel-indicators {
    display: none;
  }
}
.cid-sSV2fAqkCc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV2fAqkCc .carousel-inner > .active {
  display: block;
}
.cid-sSV2fAqkCc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fAqkCc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV2fAqkCc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV2fAqkCc .carousel-control,
  .cid-sSV2fAqkCc .carousel-indicators,
  .cid-sSV2fAqkCc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fAqkCc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV2fAqkCc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV2fAqkCc .carousel-indicators .active,
.cid-sSV2fAqkCc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV2fAqkCc .carousel-indicators .active {
  background: #fff;
}
.cid-sSV2fAqkCc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV2fAqkCc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV2fAqkCc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV2fAqkCc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV2fAqkCc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV2fAqkCc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV2fAqkCc .carousel {
  width: 100%;
}
.cid-sSV2fAqkCc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV2fAqkCc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV2fAqkCc .modal.fade .modal-dialog,
.cid-sSV2fAqkCc .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV2fAqkCc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV2fAqkCc H6 {
  text-align: center;
}
.cid-sSV2fAqkCc H3 {
  color: #1a7c15;
}
.cid-sSV2fAqkCc H4 {
  color: #1a7c15;
}
.cid-sSV2fBlywT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV2fBlywT .item {
  padding-bottom: 2rem;
}
.cid-sSV2fBlywT .item-wrapper {
  position: relative;
}
.cid-sSV2fBlywT .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-sSV2fBlywT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV2fBlywT .carousel-control,
.cid-sSV2fBlywT .close {
  background: #1b1b1b;
}
.cid-sSV2fBlywT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV2fBlywT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV2fBlywT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV2fBlywT .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV2fBlywT .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-sSV2fBlywT .close::before {
  content: '\e91a';
}
.cid-sSV2fBlywT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV2fBlywT .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-sSV2fBlywT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fBlywT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV2fBlywT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV2fBlywT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV2fBlywT .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-sSV2fBlywT .carousel-indicators li.active,
.cid-sSV2fBlywT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV2fBlywT .carousel-indicators li::after,
.cid-sSV2fBlywT .carousel-indicators li::before {
  content: none;
}
.cid-sSV2fBlywT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV2fBlywT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV2fBlywT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fBlywT .carousel-indicators {
    display: none;
  }
}
.cid-sSV2fBlywT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV2fBlywT .carousel-inner > .active {
  display: block;
}
.cid-sSV2fBlywT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fBlywT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV2fBlywT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV2fBlywT .carousel-control,
  .cid-sSV2fBlywT .carousel-indicators,
  .cid-sSV2fBlywT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fBlywT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV2fBlywT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV2fBlywT .carousel-indicators .active,
.cid-sSV2fBlywT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV2fBlywT .carousel-indicators .active {
  background: #fff;
}
.cid-sSV2fBlywT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV2fBlywT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV2fBlywT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV2fBlywT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV2fBlywT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV2fBlywT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV2fBlywT .carousel {
  width: 100%;
}
.cid-sSV2fBlywT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV2fBlywT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV2fBlywT .modal.fade .modal-dialog,
.cid-sSV2fBlywT .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV2fBlywT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV2fBlywT H6 {
  text-align: center;
  color: #fafafa;
}
.cid-sSV2fC98lL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV2fC98lL .item {
  padding-bottom: 2rem;
}
.cid-sSV2fC98lL .item-wrapper {
  position: relative;
}
.cid-sSV2fC98lL .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-sSV2fC98lL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV2fC98lL .carousel-control,
.cid-sSV2fC98lL .close {
  background: #1b1b1b;
}
.cid-sSV2fC98lL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV2fC98lL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV2fC98lL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV2fC98lL .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV2fC98lL .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-sSV2fC98lL .close::before {
  content: '\e91a';
}
.cid-sSV2fC98lL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV2fC98lL .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-sSV2fC98lL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fC98lL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV2fC98lL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV2fC98lL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV2fC98lL .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-sSV2fC98lL .carousel-indicators li.active,
.cid-sSV2fC98lL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV2fC98lL .carousel-indicators li::after,
.cid-sSV2fC98lL .carousel-indicators li::before {
  content: none;
}
.cid-sSV2fC98lL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV2fC98lL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV2fC98lL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fC98lL .carousel-indicators {
    display: none;
  }
}
.cid-sSV2fC98lL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV2fC98lL .carousel-inner > .active {
  display: block;
}
.cid-sSV2fC98lL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV2fC98lL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV2fC98lL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV2fC98lL .carousel-control,
  .cid-sSV2fC98lL .carousel-indicators,
  .cid-sSV2fC98lL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV2fC98lL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV2fC98lL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV2fC98lL .carousel-indicators .active,
.cid-sSV2fC98lL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV2fC98lL .carousel-indicators .active {
  background: #fff;
}
.cid-sSV2fC98lL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV2fC98lL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV2fC98lL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV2fC98lL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV2fC98lL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV2fC98lL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV2fC98lL .carousel {
  width: 100%;
}
.cid-sSV2fC98lL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV2fC98lL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV2fC98lL .modal.fade .modal-dialog,
.cid-sSV2fC98lL .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV2fC98lL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV2fC98lL H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sSV2fC98lL H3 {
  color: #fafafa;
}
.cid-sSV2fC98lL H4 {
  color: #fafafa;
}
.cid-sSV2fCUWUc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sSV2fCUWUc .mbr-overlay {
  background-color: #2299aa;
  opacity: 0.7;
}
.cid-sSV2fCUWUc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sSV2fCUWUc form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sSV2fCUWUc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSV2fE58Lx .navbar-dropdown {
  position: relative !important;
}
.cid-sSV2fE58Lx .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-sSV2fE58Lx .dropdown-menu {
  padding: 0;
}
.cid-sSV2fE58Lx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSV2fE58Lx .dropdown-item:hover,
.cid-sSV2fE58Lx .dropdown-item:focus {
  background: #1a7c15 !important;
  color: white !important;
}
.cid-sSV2fE58Lx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSV2fE58Lx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSV2fE58Lx .nav-link {
  position: relative;
}
.cid-sSV2fE58Lx .container {
  display: flex;
  margin: auto;
}
.cid-sSV2fE58Lx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSV2fE58Lx .navbar-caption {
  padding-right: 4rem;
}
.cid-sSV2fE58Lx .dropdown-menu,
.cid-sSV2fE58Lx .navbar.opened {
  background: #2299aa !important;
}
.cid-sSV2fE58Lx .nav-item:focus,
.cid-sSV2fE58Lx .nav-link:focus {
  outline: none;
}
.cid-sSV2fE58Lx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSV2fE58Lx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSV2fE58Lx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSV2fE58Lx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSV2fE58Lx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSV2fE58Lx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSV2fE58Lx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(34, 153, 170, 0.9);
}
.cid-sSV2fE58Lx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSV2fE58Lx .navbar.opened {
  transition: all .3s;
}
.cid-sSV2fE58Lx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sSV2fE58Lx .navbar .navbar-logo img {
  width: auto;
}
.cid-sSV2fE58Lx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSV2fE58Lx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSV2fE58Lx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSV2fE58Lx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sSV2fE58Lx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSV2fE58Lx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSV2fE58Lx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSV2fE58Lx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSV2fE58Lx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSV2fE58Lx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSV2fE58Lx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSV2fE58Lx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSV2fE58Lx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSV2fE58Lx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSV2fE58Lx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSV2fE58Lx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSV2fE58Lx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSV2fE58Lx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSV2fE58Lx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSV2fE58Lx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSV2fE58Lx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSV2fE58Lx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSV2fE58Lx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSV2fE58Lx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSV2fE58Lx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSV2fE58Lx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSV2fE58Lx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSV2fE58Lx .dropdown-item.active,
.cid-sSV2fE58Lx .dropdown-item:active {
  background-color: transparent;
}
.cid-sSV2fE58Lx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSV2fE58Lx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSV2fE58Lx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSV2fE58Lx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-sSV2fE58Lx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSV2fE58Lx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSV2fE58Lx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSV2fE58Lx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSV2fE58Lx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSV2fE58Lx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sSV2fE58Lx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSV2fE58Lx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSV2fE58Lx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSV2fE58Lx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSV2fE58Lx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSV2fE58Lx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSV2fE58Lx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSV2fE58Lx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSV2fE58Lx .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sSV2fE58Lx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSV2fE58Lx .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-sSV2fE58Lx .navbar {
    height: 77px;
  }
  .cid-sSV2fE58Lx .navbar.opened {
    height: auto;
  }
  .cid-sSV2fE58Lx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSVcl6ulML {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sSVcl6ulML .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVcl6ulML .row {
    text-align: center;
  }
  .cid-sSVcl6ulML .row > div {
    margin: auto;
  }
  .cid-sSVcl6ulML .social-row {
    justify-content: center;
  }
}
.cid-sSVcl6ulML .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSVcl6ulML .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSVcl6ulML .list {
    margin-bottom: 0rem;
  }
}
.cid-sSVcl6ulML .mbr-text {
  color: #bbbbbb;
}
.cid-sSVcl6ulML .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSVcl6ulML .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSV8Ltilgo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sSV8Ltilgo .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sSV8Ltilgo .carousel {
    min-height: 400px;
  }
  .cid-sSV8Ltilgo .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sSV8Ltilgo .carousel {
    min-height: 260px;
  }
  .cid-sSV8Ltilgo .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sSV8Ltilgo .carousel {
    min-height: 220px;
  }
  .cid-sSV8Ltilgo .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sSV8Ltilgo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sSV8Ltilgo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sSV8Ltilgo .carousel,
.cid-sSV8Ltilgo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV8Ltilgo .item-wrapper {
  width: 100%;
}
.cid-sSV8Ltilgo .carousel-caption {
  bottom: 40px;
}
.cid-sSV8Ltilgo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sSV8Ltilgo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sSV8Ltilgo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sSV8Ltilgo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sSV8Ltilgo .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sSV8Ltilgo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8Ltilgo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV8Ltilgo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV8Ltilgo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sSV8Ltilgo .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-sSV8Ltilgo .carousel-indicators li.active,
.cid-sSV8Ltilgo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV8Ltilgo .carousel-indicators li::after,
.cid-sSV8Ltilgo .carousel-indicators li::before {
  content: none;
}
.cid-sSV8Ltilgo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV8Ltilgo .carousel-indicators {
    display: none !important;
  }
}
.cid-sSV8LxZUko {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sSV8LxZUko .item {
  padding-bottom: 2rem;
}
.cid-sSV8LxZUko .item-wrapper {
  position: relative;
}
.cid-sSV8LxZUko .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-sSV8LxZUko .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV8LxZUko .carousel-control,
.cid-sSV8LxZUko .close {
  background: #1b1b1b;
}
.cid-sSV8LxZUko .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV8LxZUko .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV8LxZUko .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV8LxZUko .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV8LxZUko .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-sSV8LxZUko .close::before {
  content: '\e91a';
}
.cid-sSV8LxZUko .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV8LxZUko .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-sSV8LxZUko .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LxZUko .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV8LxZUko .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV8LxZUko .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV8LxZUko .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-sSV8LxZUko .carousel-indicators li.active,
.cid-sSV8LxZUko .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV8LxZUko .carousel-indicators li::after,
.cid-sSV8LxZUko .carousel-indicators li::before {
  content: none;
}
.cid-sSV8LxZUko .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV8LxZUko .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV8LxZUko .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LxZUko .carousel-indicators {
    display: none;
  }
}
.cid-sSV8LxZUko .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV8LxZUko .carousel-inner > .active {
  display: block;
}
.cid-sSV8LxZUko .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LxZUko .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV8LxZUko .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV8LxZUko .carousel-control,
  .cid-sSV8LxZUko .carousel-indicators,
  .cid-sSV8LxZUko .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LxZUko .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV8LxZUko .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV8LxZUko .carousel-indicators .active,
.cid-sSV8LxZUko .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV8LxZUko .carousel-indicators .active {
  background: #fff;
}
.cid-sSV8LxZUko .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV8LxZUko .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV8LxZUko .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV8LxZUko .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV8LxZUko .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV8LxZUko .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV8LxZUko .carousel {
  width: 100%;
}
.cid-sSV8LxZUko .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV8LxZUko .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV8LxZUko .modal.fade .modal-dialog,
.cid-sSV8LxZUko .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV8LxZUko .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV8LxZUko H6 {
  text-align: center;
}
.cid-sSV8LyEiWA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sSV8LyEiWA .item {
  padding-bottom: 2rem;
}
.cid-sSV8LyEiWA .item-wrapper {
  position: relative;
}
.cid-sSV8LyEiWA .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-sSV8LyEiWA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV8LyEiWA .carousel-control,
.cid-sSV8LyEiWA .close {
  background: #1b1b1b;
}
.cid-sSV8LyEiWA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV8LyEiWA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV8LyEiWA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV8LyEiWA .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV8LyEiWA .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-sSV8LyEiWA .close::before {
  content: '\e91a';
}
.cid-sSV8LyEiWA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV8LyEiWA .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-sSV8LyEiWA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LyEiWA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV8LyEiWA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV8LyEiWA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV8LyEiWA .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-sSV8LyEiWA .carousel-indicators li.active,
.cid-sSV8LyEiWA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV8LyEiWA .carousel-indicators li::after,
.cid-sSV8LyEiWA .carousel-indicators li::before {
  content: none;
}
.cid-sSV8LyEiWA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV8LyEiWA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV8LyEiWA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LyEiWA .carousel-indicators {
    display: none;
  }
}
.cid-sSV8LyEiWA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV8LyEiWA .carousel-inner > .active {
  display: block;
}
.cid-sSV8LyEiWA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LyEiWA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV8LyEiWA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV8LyEiWA .carousel-control,
  .cid-sSV8LyEiWA .carousel-indicators,
  .cid-sSV8LyEiWA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LyEiWA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV8LyEiWA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV8LyEiWA .carousel-indicators .active,
.cid-sSV8LyEiWA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV8LyEiWA .carousel-indicators .active {
  background: #fff;
}
.cid-sSV8LyEiWA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV8LyEiWA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV8LyEiWA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV8LyEiWA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV8LyEiWA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV8LyEiWA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV8LyEiWA .carousel {
  width: 100%;
}
.cid-sSV8LyEiWA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV8LyEiWA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV8LyEiWA .modal.fade .modal-dialog,
.cid-sSV8LyEiWA .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV8LyEiWA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV8LyEiWA H6 {
  text-align: center;
}
.cid-sSV8LzqSKV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV8LzqSKV .item {
  padding-bottom: 2rem;
}
.cid-sSV8LzqSKV .item-wrapper {
  position: relative;
}
.cid-sSV8LzqSKV .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-sSV8LzqSKV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV8LzqSKV .carousel-control,
.cid-sSV8LzqSKV .close {
  background: #1b1b1b;
}
.cid-sSV8LzqSKV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV8LzqSKV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV8LzqSKV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV8LzqSKV .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV8LzqSKV .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-sSV8LzqSKV .close::before {
  content: '\e91a';
}
.cid-sSV8LzqSKV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV8LzqSKV .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-sSV8LzqSKV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LzqSKV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV8LzqSKV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV8LzqSKV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV8LzqSKV .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-sSV8LzqSKV .carousel-indicators li.active,
.cid-sSV8LzqSKV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV8LzqSKV .carousel-indicators li::after,
.cid-sSV8LzqSKV .carousel-indicators li::before {
  content: none;
}
.cid-sSV8LzqSKV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV8LzqSKV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV8LzqSKV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LzqSKV .carousel-indicators {
    display: none;
  }
}
.cid-sSV8LzqSKV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV8LzqSKV .carousel-inner > .active {
  display: block;
}
.cid-sSV8LzqSKV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LzqSKV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV8LzqSKV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV8LzqSKV .carousel-control,
  .cid-sSV8LzqSKV .carousel-indicators,
  .cid-sSV8LzqSKV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LzqSKV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV8LzqSKV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV8LzqSKV .carousel-indicators .active,
.cid-sSV8LzqSKV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV8LzqSKV .carousel-indicators .active {
  background: #fff;
}
.cid-sSV8LzqSKV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV8LzqSKV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV8LzqSKV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV8LzqSKV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV8LzqSKV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV8LzqSKV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV8LzqSKV .carousel {
  width: 100%;
}
.cid-sSV8LzqSKV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV8LzqSKV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV8LzqSKV .modal.fade .modal-dialog,
.cid-sSV8LzqSKV .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV8LzqSKV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV8LzqSKV H6 {
  text-align: center;
}
.cid-sSV8LA5hpw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV8LA5hpw .item {
  padding-bottom: 2rem;
}
.cid-sSV8LA5hpw .item-wrapper {
  position: relative;
}
.cid-sSV8LA5hpw .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-sSV8LA5hpw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV8LA5hpw .carousel-control,
.cid-sSV8LA5hpw .close {
  background: #1b1b1b;
}
.cid-sSV8LA5hpw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV8LA5hpw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV8LA5hpw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV8LA5hpw .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV8LA5hpw .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-sSV8LA5hpw .close::before {
  content: '\e91a';
}
.cid-sSV8LA5hpw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV8LA5hpw .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-sSV8LA5hpw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LA5hpw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV8LA5hpw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV8LA5hpw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV8LA5hpw .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-sSV8LA5hpw .carousel-indicators li.active,
.cid-sSV8LA5hpw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV8LA5hpw .carousel-indicators li::after,
.cid-sSV8LA5hpw .carousel-indicators li::before {
  content: none;
}
.cid-sSV8LA5hpw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV8LA5hpw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV8LA5hpw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LA5hpw .carousel-indicators {
    display: none;
  }
}
.cid-sSV8LA5hpw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV8LA5hpw .carousel-inner > .active {
  display: block;
}
.cid-sSV8LA5hpw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LA5hpw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV8LA5hpw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV8LA5hpw .carousel-control,
  .cid-sSV8LA5hpw .carousel-indicators,
  .cid-sSV8LA5hpw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LA5hpw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV8LA5hpw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV8LA5hpw .carousel-indicators .active,
.cid-sSV8LA5hpw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV8LA5hpw .carousel-indicators .active {
  background: #fff;
}
.cid-sSV8LA5hpw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV8LA5hpw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV8LA5hpw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV8LA5hpw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV8LA5hpw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV8LA5hpw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV8LA5hpw .carousel {
  width: 100%;
}
.cid-sSV8LA5hpw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV8LA5hpw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV8LA5hpw .modal.fade .modal-dialog,
.cid-sSV8LA5hpw .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV8LA5hpw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV8LA5hpw H6 {
  text-align: center;
}
.cid-sSV8LA5hpw H3 {
  color: #1a7c15;
}
.cid-sSV8LA5hpw H4 {
  color: #1a7c15;
}
.cid-sSV8LASLLd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV8LASLLd .item {
  padding-bottom: 2rem;
}
.cid-sSV8LASLLd .item-wrapper {
  position: relative;
}
.cid-sSV8LASLLd .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-sSV8LASLLd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV8LASLLd .carousel-control,
.cid-sSV8LASLLd .close {
  background: #1b1b1b;
}
.cid-sSV8LASLLd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV8LASLLd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV8LASLLd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV8LASLLd .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV8LASLLd .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-sSV8LASLLd .close::before {
  content: '\e91a';
}
.cid-sSV8LASLLd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV8LASLLd .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-sSV8LASLLd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LASLLd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV8LASLLd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV8LASLLd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV8LASLLd .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-sSV8LASLLd .carousel-indicators li.active,
.cid-sSV8LASLLd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV8LASLLd .carousel-indicators li::after,
.cid-sSV8LASLLd .carousel-indicators li::before {
  content: none;
}
.cid-sSV8LASLLd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV8LASLLd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV8LASLLd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LASLLd .carousel-indicators {
    display: none;
  }
}
.cid-sSV8LASLLd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV8LASLLd .carousel-inner > .active {
  display: block;
}
.cid-sSV8LASLLd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LASLLd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV8LASLLd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV8LASLLd .carousel-control,
  .cid-sSV8LASLLd .carousel-indicators,
  .cid-sSV8LASLLd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LASLLd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV8LASLLd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV8LASLLd .carousel-indicators .active,
.cid-sSV8LASLLd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV8LASLLd .carousel-indicators .active {
  background: #fff;
}
.cid-sSV8LASLLd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV8LASLLd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV8LASLLd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV8LASLLd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV8LASLLd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV8LASLLd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV8LASLLd .carousel {
  width: 100%;
}
.cid-sSV8LASLLd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV8LASLLd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV8LASLLd .modal.fade .modal-dialog,
.cid-sSV8LASLLd .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV8LASLLd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV8LASLLd H6 {
  text-align: center;
  color: #fafafa;
}
.cid-sSV8LBMdyA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sSV8LBMdyA .item {
  padding-bottom: 2rem;
}
.cid-sSV8LBMdyA .item-wrapper {
  position: relative;
}
.cid-sSV8LBMdyA .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-sSV8LBMdyA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV8LBMdyA .carousel-control,
.cid-sSV8LBMdyA .close {
  background: #1b1b1b;
}
.cid-sSV8LBMdyA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV8LBMdyA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV8LBMdyA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV8LBMdyA .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV8LBMdyA .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-sSV8LBMdyA .close::before {
  content: '\e91a';
}
.cid-sSV8LBMdyA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV8LBMdyA .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-sSV8LBMdyA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LBMdyA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV8LBMdyA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV8LBMdyA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV8LBMdyA .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-sSV8LBMdyA .carousel-indicators li.active,
.cid-sSV8LBMdyA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV8LBMdyA .carousel-indicators li::after,
.cid-sSV8LBMdyA .carousel-indicators li::before {
  content: none;
}
.cid-sSV8LBMdyA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV8LBMdyA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV8LBMdyA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LBMdyA .carousel-indicators {
    display: none;
  }
}
.cid-sSV8LBMdyA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV8LBMdyA .carousel-inner > .active {
  display: block;
}
.cid-sSV8LBMdyA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LBMdyA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV8LBMdyA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV8LBMdyA .carousel-control,
  .cid-sSV8LBMdyA .carousel-indicators,
  .cid-sSV8LBMdyA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LBMdyA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV8LBMdyA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV8LBMdyA .carousel-indicators .active,
.cid-sSV8LBMdyA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV8LBMdyA .carousel-indicators .active {
  background: #fff;
}
.cid-sSV8LBMdyA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV8LBMdyA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV8LBMdyA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV8LBMdyA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV8LBMdyA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV8LBMdyA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV8LBMdyA .carousel {
  width: 100%;
}
.cid-sSV8LBMdyA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV8LBMdyA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV8LBMdyA .modal.fade .modal-dialog,
.cid-sSV8LBMdyA .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV8LBMdyA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV8LBMdyA H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sSV8LBMdyA H3 {
  color: #fafafa;
}
.cid-sSV8LBMdyA H4 {
  color: #fafafa;
}
.cid-sSV8LutQtK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/promo-ambiente-container-0300-1012-2000x909.jpg");
}
.cid-sSV8LutQtK .mbr-overlay {
  background: #bed3f9;
  opacity: 0.5;
}
.cid-sSV8LutQtK img,
.cid-sSV8LutQtK .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSV8LutQtK .item:focus,
.cid-sSV8LutQtK span:focus {
  outline: none;
}
.cid-sSV8LutQtK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSV8LutQtK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSV8LutQtK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sSV8LutQtK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSV8LutQtK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sSV8LutQtK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sSV8LutQtK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSV8LutQtK .mbr-section-title {
  color: #232323;
}
.cid-sSV8LutQtK .mbr-text,
.cid-sSV8LutQtK .mbr-section-btn {
  text-align: left;
}
.cid-sSV8LutQtK .item-title {
  text-align: center;
}
.cid-sSV8LutQtK .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sSV8Lv71jh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banneranextecagradecimentos-1282x442.jpg");
}
.cid-sSV8Lv71jh .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sSV8Lv71jh img,
.cid-sSV8Lv71jh .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sSV8Lv71jh .item:focus,
.cid-sSV8Lv71jh span:focus {
  outline: none;
}
.cid-sSV8Lv71jh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSV8Lv71jh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSV8Lv71jh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sSV8Lv71jh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSV8Lv71jh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sSV8Lv71jh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sSV8Lv71jh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSV8Lv71jh .mbr-section-title {
  color: #232323;
}
.cid-sSV8Lv71jh .mbr-text,
.cid-sSV8Lv71jh .mbr-section-btn {
  text-align: left;
}
.cid-sSV8Lv71jh .item-title {
  text-align: left;
}
.cid-sSV8Lv71jh .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sSV8LvHKlj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-sSV8LvHKlj .item {
  padding-bottom: 2rem;
}
.cid-sSV8LvHKlj .item-wrapper {
  position: relative;
}
.cid-sSV8LvHKlj .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-sSV8LvHKlj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV8LvHKlj .carousel-control,
.cid-sSV8LvHKlj .close {
  background: #1b1b1b;
}
.cid-sSV8LvHKlj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV8LvHKlj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV8LvHKlj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV8LvHKlj .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV8LvHKlj .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-sSV8LvHKlj .close::before {
  content: '\e91a';
}
.cid-sSV8LvHKlj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV8LvHKlj .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-sSV8LvHKlj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LvHKlj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV8LvHKlj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV8LvHKlj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV8LvHKlj .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-sSV8LvHKlj .carousel-indicators li.active,
.cid-sSV8LvHKlj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV8LvHKlj .carousel-indicators li::after,
.cid-sSV8LvHKlj .carousel-indicators li::before {
  content: none;
}
.cid-sSV8LvHKlj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV8LvHKlj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV8LvHKlj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LvHKlj .carousel-indicators {
    display: none;
  }
}
.cid-sSV8LvHKlj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV8LvHKlj .carousel-inner > .active {
  display: block;
}
.cid-sSV8LvHKlj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LvHKlj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV8LvHKlj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV8LvHKlj .carousel-control,
  .cid-sSV8LvHKlj .carousel-indicators,
  .cid-sSV8LvHKlj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LvHKlj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV8LvHKlj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV8LvHKlj .carousel-indicators .active,
.cid-sSV8LvHKlj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV8LvHKlj .carousel-indicators .active {
  background: #fff;
}
.cid-sSV8LvHKlj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV8LvHKlj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV8LvHKlj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV8LvHKlj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV8LvHKlj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV8LvHKlj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV8LvHKlj .carousel {
  width: 100%;
}
.cid-sSV8LvHKlj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV8LvHKlj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV8LvHKlj .modal.fade .modal-dialog,
.cid-sSV8LvHKlj .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV8LvHKlj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV8LvHKlj H6 {
  text-align: center;
}
.cid-sSV8LwHaxH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sSV8LwHaxH .item {
  padding-bottom: 2rem;
}
.cid-sSV8LwHaxH .item-wrapper {
  position: relative;
}
.cid-sSV8LwHaxH .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-sSV8LwHaxH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV8LwHaxH .carousel-control,
.cid-sSV8LwHaxH .close {
  background: #1b1b1b;
}
.cid-sSV8LwHaxH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV8LwHaxH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV8LwHaxH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV8LwHaxH .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV8LwHaxH .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-sSV8LwHaxH .close::before {
  content: '\e91a';
}
.cid-sSV8LwHaxH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV8LwHaxH .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-sSV8LwHaxH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LwHaxH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV8LwHaxH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV8LwHaxH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV8LwHaxH .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-sSV8LwHaxH .carousel-indicators li.active,
.cid-sSV8LwHaxH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV8LwHaxH .carousel-indicators li::after,
.cid-sSV8LwHaxH .carousel-indicators li::before {
  content: none;
}
.cid-sSV8LwHaxH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV8LwHaxH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV8LwHaxH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LwHaxH .carousel-indicators {
    display: none;
  }
}
.cid-sSV8LwHaxH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV8LwHaxH .carousel-inner > .active {
  display: block;
}
.cid-sSV8LwHaxH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LwHaxH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV8LwHaxH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV8LwHaxH .carousel-control,
  .cid-sSV8LwHaxH .carousel-indicators,
  .cid-sSV8LwHaxH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LwHaxH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV8LwHaxH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV8LwHaxH .carousel-indicators .active,
.cid-sSV8LwHaxH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV8LwHaxH .carousel-indicators .active {
  background: #fff;
}
.cid-sSV8LwHaxH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV8LwHaxH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV8LwHaxH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV8LwHaxH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV8LwHaxH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV8LwHaxH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV8LwHaxH .carousel {
  width: 100%;
}
.cid-sSV8LwHaxH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV8LwHaxH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV8LwHaxH .modal.fade .modal-dialog,
.cid-sSV8LwHaxH .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV8LwHaxH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV8LwHaxH H6 {
  text-align: center;
}
.cid-sSV8LxpCEK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpeg");
}
.cid-sSV8LxpCEK .item {
  padding-bottom: 2rem;
}
.cid-sSV8LxpCEK .item-wrapper {
  position: relative;
}
.cid-sSV8LxpCEK .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-sSV8LxpCEK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sSV8LxpCEK .carousel-control,
.cid-sSV8LxpCEK .close {
  background: #1b1b1b;
}
.cid-sSV8LxpCEK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sSV8LxpCEK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sSV8LxpCEK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sSV8LxpCEK .carousel-control-next span {
  margin-left: 5px;
}
.cid-sSV8LxpCEK .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-sSV8LxpCEK .close::before {
  content: '\e91a';
}
.cid-sSV8LxpCEK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sSV8LxpCEK .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-sSV8LxpCEK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LxpCEK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSV8LxpCEK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSV8LxpCEK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sSV8LxpCEK .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-sSV8LxpCEK .carousel-indicators li.active,
.cid-sSV8LxpCEK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sSV8LxpCEK .carousel-indicators li::after,
.cid-sSV8LxpCEK .carousel-indicators li::before {
  content: none;
}
.cid-sSV8LxpCEK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sSV8LxpCEK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sSV8LxpCEK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LxpCEK .carousel-indicators {
    display: none;
  }
}
.cid-sSV8LxpCEK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSV8LxpCEK .carousel-inner > .active {
  display: block;
}
.cid-sSV8LxpCEK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSV8LxpCEK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSV8LxpCEK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sSV8LxpCEK .carousel-control,
  .cid-sSV8LxpCEK .carousel-indicators,
  .cid-sSV8LxpCEK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sSV8LxpCEK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sSV8LxpCEK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSV8LxpCEK .carousel-indicators .active,
.cid-sSV8LxpCEK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sSV8LxpCEK .carousel-indicators .active {
  background: #fff;
}
.cid-sSV8LxpCEK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sSV8LxpCEK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sSV8LxpCEK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sSV8LxpCEK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sSV8LxpCEK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sSV8LxpCEK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sSV8LxpCEK .carousel {
  width: 100%;
}
.cid-sSV8LxpCEK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sSV8LxpCEK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sSV8LxpCEK .modal.fade .modal-dialog,
.cid-sSV8LxpCEK .modal.in .modal-dialog {
  transform: none;
}
.cid-sSV8LxpCEK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sSV8LxpCEK H6 {
  text-align: center;
}
.cid-sSV8LCBmzO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sSV8LCBmzO .mbr-overlay {
  background-color: #2299aa;
  opacity: 0.7;
}
.cid-sSV8LCBmzO form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sSV8LCBmzO form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sSV8LCBmzO form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSV8LD3bR1 .navbar-dropdown {
  position: relative !important;
}
.cid-sSV8LD3bR1 .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-sSV8LD3bR1 .dropdown-menu {
  padding: 0;
}
.cid-sSV8LD3bR1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSV8LD3bR1 .dropdown-item:hover,
.cid-sSV8LD3bR1 .dropdown-item:focus {
  background: #1a7c15 !important;
  color: white !important;
}
.cid-sSV8LD3bR1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSV8LD3bR1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSV8LD3bR1 .nav-link {
  position: relative;
}
.cid-sSV8LD3bR1 .container {
  display: flex;
  margin: auto;
}
.cid-sSV8LD3bR1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSV8LD3bR1 .navbar-caption {
  padding-right: 4rem;
}
.cid-sSV8LD3bR1 .dropdown-menu,
.cid-sSV8LD3bR1 .navbar.opened {
  background: #2299aa !important;
}
.cid-sSV8LD3bR1 .nav-item:focus,
.cid-sSV8LD3bR1 .nav-link:focus {
  outline: none;
}
.cid-sSV8LD3bR1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSV8LD3bR1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSV8LD3bR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSV8LD3bR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSV8LD3bR1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSV8LD3bR1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSV8LD3bR1 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(34, 153, 170, 0.9);
}
.cid-sSV8LD3bR1 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSV8LD3bR1 .navbar.opened {
  transition: all .3s;
}
.cid-sSV8LD3bR1 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sSV8LD3bR1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sSV8LD3bR1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSV8LD3bR1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSV8LD3bR1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSV8LD3bR1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sSV8LD3bR1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSV8LD3bR1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSV8LD3bR1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSV8LD3bR1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSV8LD3bR1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSV8LD3bR1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSV8LD3bR1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSV8LD3bR1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSV8LD3bR1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSV8LD3bR1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSV8LD3bR1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSV8LD3bR1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSV8LD3bR1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSV8LD3bR1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSV8LD3bR1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSV8LD3bR1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSV8LD3bR1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSV8LD3bR1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSV8LD3bR1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSV8LD3bR1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSV8LD3bR1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSV8LD3bR1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSV8LD3bR1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSV8LD3bR1 .dropdown-item.active,
.cid-sSV8LD3bR1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sSV8LD3bR1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSV8LD3bR1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSV8LD3bR1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSV8LD3bR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-sSV8LD3bR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSV8LD3bR1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSV8LD3bR1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSV8LD3bR1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSV8LD3bR1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSV8LD3bR1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sSV8LD3bR1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSV8LD3bR1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSV8LD3bR1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSV8LD3bR1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSV8LD3bR1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSV8LD3bR1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSV8LD3bR1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSV8LD3bR1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSV8LD3bR1 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sSV8LD3bR1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSV8LD3bR1 .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-sSV8LD3bR1 .navbar {
    height: 77px;
  }
  .cid-sSV8LD3bR1 .navbar.opened {
    height: auto;
  }
  .cid-sSV8LD3bR1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSVcl6ulML {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sSVcl6ulML .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVcl6ulML .row {
    text-align: center;
  }
  .cid-sSVcl6ulML .row > div {
    margin: auto;
  }
  .cid-sSVcl6ulML .social-row {
    justify-content: center;
  }
}
.cid-sSVcl6ulML .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSVcl6ulML .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSVcl6ulML .list {
    margin-bottom: 0rem;
  }
}
.cid-sSVcl6ulML .mbr-text {
  color: #bbbbbb;
}
.cid-sSVcl6ulML .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSVcl6ulML .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSVcl6ulML div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sU8m0k8g51 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sU8m0k8g51 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sU8m0k8g51 .carousel {
    min-height: 400px;
  }
  .cid-sU8m0k8g51 .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sU8m0k8g51 .carousel {
    min-height: 260px;
  }
  .cid-sU8m0k8g51 .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0k8g51 .carousel {
    min-height: 220px;
  }
  .cid-sU8m0k8g51 .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sU8m0k8g51 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sU8m0k8g51 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sU8m0k8g51 .carousel,
.cid-sU8m0k8g51 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sU8m0k8g51 .item-wrapper {
  width: 100%;
}
.cid-sU8m0k8g51 .carousel-caption {
  bottom: 40px;
}
.cid-sU8m0k8g51 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sU8m0k8g51 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sU8m0k8g51 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sU8m0k8g51 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sU8m0k8g51 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sU8m0k8g51 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0k8g51 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU8m0k8g51 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU8m0k8g51 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sU8m0k8g51 .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-sU8m0k8g51 .carousel-indicators li.active,
.cid-sU8m0k8g51 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU8m0k8g51 .carousel-indicators li::after,
.cid-sU8m0k8g51 .carousel-indicators li::before {
  content: none;
}
.cid-sU8m0k8g51 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU8m0k8g51 .carousel-indicators {
    display: none !important;
  }
}
.cid-sU8m0llHkU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sU8m0llHkU .item {
  padding-bottom: 2rem;
}
.cid-sU8m0llHkU .item-wrapper {
  position: relative;
}
.cid-sU8m0llHkU .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-sU8m0llHkU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sU8m0llHkU .carousel-control,
.cid-sU8m0llHkU .close {
  background: #1b1b1b;
}
.cid-sU8m0llHkU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sU8m0llHkU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sU8m0llHkU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sU8m0llHkU .carousel-control-next span {
  margin-left: 5px;
}
.cid-sU8m0llHkU .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-sU8m0llHkU .close::before {
  content: '\e91a';
}
.cid-sU8m0llHkU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sU8m0llHkU .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-sU8m0llHkU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0llHkU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU8m0llHkU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU8m0llHkU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sU8m0llHkU .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-sU8m0llHkU .carousel-indicators li.active,
.cid-sU8m0llHkU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU8m0llHkU .carousel-indicators li::after,
.cid-sU8m0llHkU .carousel-indicators li::before {
  content: none;
}
.cid-sU8m0llHkU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU8m0llHkU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0llHkU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0llHkU .carousel-indicators {
    display: none;
  }
}
.cid-sU8m0llHkU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sU8m0llHkU .carousel-inner > .active {
  display: block;
}
.cid-sU8m0llHkU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0llHkU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU8m0llHkU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sU8m0llHkU .carousel-control,
  .cid-sU8m0llHkU .carousel-indicators,
  .cid-sU8m0llHkU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0llHkU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sU8m0llHkU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sU8m0llHkU .carousel-indicators .active,
.cid-sU8m0llHkU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sU8m0llHkU .carousel-indicators .active {
  background: #fff;
}
.cid-sU8m0llHkU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sU8m0llHkU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sU8m0llHkU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sU8m0llHkU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sU8m0llHkU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sU8m0llHkU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sU8m0llHkU .carousel {
  width: 100%;
}
.cid-sU8m0llHkU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sU8m0llHkU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sU8m0llHkU .modal.fade .modal-dialog,
.cid-sU8m0llHkU .modal.in .modal-dialog {
  transform: none;
}
.cid-sU8m0llHkU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sU8m0llHkU H6 {
  text-align: center;
}
.cid-sU8m0mdazn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sU8m0mdazn .item {
  padding-bottom: 2rem;
}
.cid-sU8m0mdazn .item-wrapper {
  position: relative;
}
.cid-sU8m0mdazn .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-sU8m0mdazn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sU8m0mdazn .carousel-control,
.cid-sU8m0mdazn .close {
  background: #1b1b1b;
}
.cid-sU8m0mdazn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sU8m0mdazn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sU8m0mdazn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sU8m0mdazn .carousel-control-next span {
  margin-left: 5px;
}
.cid-sU8m0mdazn .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-sU8m0mdazn .close::before {
  content: '\e91a';
}
.cid-sU8m0mdazn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sU8m0mdazn .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-sU8m0mdazn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0mdazn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU8m0mdazn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU8m0mdazn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sU8m0mdazn .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-sU8m0mdazn .carousel-indicators li.active,
.cid-sU8m0mdazn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU8m0mdazn .carousel-indicators li::after,
.cid-sU8m0mdazn .carousel-indicators li::before {
  content: none;
}
.cid-sU8m0mdazn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU8m0mdazn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0mdazn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0mdazn .carousel-indicators {
    display: none;
  }
}
.cid-sU8m0mdazn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sU8m0mdazn .carousel-inner > .active {
  display: block;
}
.cid-sU8m0mdazn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0mdazn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU8m0mdazn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sU8m0mdazn .carousel-control,
  .cid-sU8m0mdazn .carousel-indicators,
  .cid-sU8m0mdazn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0mdazn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sU8m0mdazn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sU8m0mdazn .carousel-indicators .active,
.cid-sU8m0mdazn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sU8m0mdazn .carousel-indicators .active {
  background: #fff;
}
.cid-sU8m0mdazn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sU8m0mdazn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sU8m0mdazn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sU8m0mdazn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sU8m0mdazn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sU8m0mdazn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sU8m0mdazn .carousel {
  width: 100%;
}
.cid-sU8m0mdazn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sU8m0mdazn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sU8m0mdazn .modal.fade .modal-dialog,
.cid-sU8m0mdazn .modal.in .modal-dialog {
  transform: none;
}
.cid-sU8m0mdazn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sU8m0mdazn H6 {
  text-align: center;
}
.cid-sU8m0mY4Az {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sU8m0mY4Az .item {
  padding-bottom: 2rem;
}
.cid-sU8m0mY4Az .item-wrapper {
  position: relative;
}
.cid-sU8m0mY4Az .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-sU8m0mY4Az .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sU8m0mY4Az .carousel-control,
.cid-sU8m0mY4Az .close {
  background: #1b1b1b;
}
.cid-sU8m0mY4Az .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sU8m0mY4Az .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sU8m0mY4Az .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sU8m0mY4Az .carousel-control-next span {
  margin-left: 5px;
}
.cid-sU8m0mY4Az .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-sU8m0mY4Az .close::before {
  content: '\e91a';
}
.cid-sU8m0mY4Az .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sU8m0mY4Az .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-sU8m0mY4Az .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0mY4Az .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU8m0mY4Az .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU8m0mY4Az .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sU8m0mY4Az .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-sU8m0mY4Az .carousel-indicators li.active,
.cid-sU8m0mY4Az .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU8m0mY4Az .carousel-indicators li::after,
.cid-sU8m0mY4Az .carousel-indicators li::before {
  content: none;
}
.cid-sU8m0mY4Az .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU8m0mY4Az .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0mY4Az .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0mY4Az .carousel-indicators {
    display: none;
  }
}
.cid-sU8m0mY4Az .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sU8m0mY4Az .carousel-inner > .active {
  display: block;
}
.cid-sU8m0mY4Az .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0mY4Az .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU8m0mY4Az .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sU8m0mY4Az .carousel-control,
  .cid-sU8m0mY4Az .carousel-indicators,
  .cid-sU8m0mY4Az .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0mY4Az .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sU8m0mY4Az .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sU8m0mY4Az .carousel-indicators .active,
.cid-sU8m0mY4Az .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sU8m0mY4Az .carousel-indicators .active {
  background: #fff;
}
.cid-sU8m0mY4Az .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sU8m0mY4Az .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sU8m0mY4Az .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sU8m0mY4Az .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sU8m0mY4Az .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sU8m0mY4Az .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sU8m0mY4Az .carousel {
  width: 100%;
}
.cid-sU8m0mY4Az .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sU8m0mY4Az .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sU8m0mY4Az .modal.fade .modal-dialog,
.cid-sU8m0mY4Az .modal.in .modal-dialog {
  transform: none;
}
.cid-sU8m0mY4Az .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sU8m0mY4Az H6 {
  text-align: center;
}
.cid-sU8m0nK0dE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sU8m0nK0dE .item {
  padding-bottom: 2rem;
}
.cid-sU8m0nK0dE .item-wrapper {
  position: relative;
}
.cid-sU8m0nK0dE .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-sU8m0nK0dE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sU8m0nK0dE .carousel-control,
.cid-sU8m0nK0dE .close {
  background: #1b1b1b;
}
.cid-sU8m0nK0dE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sU8m0nK0dE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sU8m0nK0dE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sU8m0nK0dE .carousel-control-next span {
  margin-left: 5px;
}
.cid-sU8m0nK0dE .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-sU8m0nK0dE .close::before {
  content: '\e91a';
}
.cid-sU8m0nK0dE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sU8m0nK0dE .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-sU8m0nK0dE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0nK0dE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU8m0nK0dE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU8m0nK0dE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sU8m0nK0dE .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-sU8m0nK0dE .carousel-indicators li.active,
.cid-sU8m0nK0dE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU8m0nK0dE .carousel-indicators li::after,
.cid-sU8m0nK0dE .carousel-indicators li::before {
  content: none;
}
.cid-sU8m0nK0dE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU8m0nK0dE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0nK0dE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0nK0dE .carousel-indicators {
    display: none;
  }
}
.cid-sU8m0nK0dE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sU8m0nK0dE .carousel-inner > .active {
  display: block;
}
.cid-sU8m0nK0dE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0nK0dE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU8m0nK0dE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sU8m0nK0dE .carousel-control,
  .cid-sU8m0nK0dE .carousel-indicators,
  .cid-sU8m0nK0dE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0nK0dE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sU8m0nK0dE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sU8m0nK0dE .carousel-indicators .active,
.cid-sU8m0nK0dE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sU8m0nK0dE .carousel-indicators .active {
  background: #fff;
}
.cid-sU8m0nK0dE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sU8m0nK0dE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sU8m0nK0dE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sU8m0nK0dE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sU8m0nK0dE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sU8m0nK0dE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sU8m0nK0dE .carousel {
  width: 100%;
}
.cid-sU8m0nK0dE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sU8m0nK0dE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sU8m0nK0dE .modal.fade .modal-dialog,
.cid-sU8m0nK0dE .modal.in .modal-dialog {
  transform: none;
}
.cid-sU8m0nK0dE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sU8m0nK0dE H6 {
  text-align: center;
}
.cid-sU8m0nK0dE H3 {
  color: #1a7c15;
}
.cid-sU8m0nK0dE H4 {
  color: #1a7c15;
}
.cid-sU8m0opfna {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sU8m0opfna .item {
  padding-bottom: 2rem;
}
.cid-sU8m0opfna .item-wrapper {
  position: relative;
}
.cid-sU8m0opfna .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-sU8m0opfna .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sU8m0opfna .carousel-control,
.cid-sU8m0opfna .close {
  background: #1b1b1b;
}
.cid-sU8m0opfna .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sU8m0opfna .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sU8m0opfna .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sU8m0opfna .carousel-control-next span {
  margin-left: 5px;
}
.cid-sU8m0opfna .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-sU8m0opfna .close::before {
  content: '\e91a';
}
.cid-sU8m0opfna .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sU8m0opfna .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-sU8m0opfna .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0opfna .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU8m0opfna .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU8m0opfna .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sU8m0opfna .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-sU8m0opfna .carousel-indicators li.active,
.cid-sU8m0opfna .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU8m0opfna .carousel-indicators li::after,
.cid-sU8m0opfna .carousel-indicators li::before {
  content: none;
}
.cid-sU8m0opfna .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU8m0opfna .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0opfna .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0opfna .carousel-indicators {
    display: none;
  }
}
.cid-sU8m0opfna .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sU8m0opfna .carousel-inner > .active {
  display: block;
}
.cid-sU8m0opfna .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0opfna .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU8m0opfna .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sU8m0opfna .carousel-control,
  .cid-sU8m0opfna .carousel-indicators,
  .cid-sU8m0opfna .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0opfna .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sU8m0opfna .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sU8m0opfna .carousel-indicators .active,
.cid-sU8m0opfna .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sU8m0opfna .carousel-indicators .active {
  background: #fff;
}
.cid-sU8m0opfna .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sU8m0opfna .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sU8m0opfna .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sU8m0opfna .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sU8m0opfna .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sU8m0opfna .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sU8m0opfna .carousel {
  width: 100%;
}
.cid-sU8m0opfna .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sU8m0opfna .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sU8m0opfna .modal.fade .modal-dialog,
.cid-sU8m0opfna .modal.in .modal-dialog {
  transform: none;
}
.cid-sU8m0opfna .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sU8m0opfna H6 {
  text-align: center;
  color: #fafafa;
}
.cid-sU8m0p0g3Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/76005-carrinho-transbloco-10-506x439.jpg");
}
.cid-sU8m0p0g3Q .item {
  padding-bottom: 2rem;
}
.cid-sU8m0p0g3Q .item-wrapper {
  position: relative;
}
.cid-sU8m0p0g3Q .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-sU8m0p0g3Q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sU8m0p0g3Q .carousel-control,
.cid-sU8m0p0g3Q .close {
  background: #1b1b1b;
}
.cid-sU8m0p0g3Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sU8m0p0g3Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sU8m0p0g3Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sU8m0p0g3Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-sU8m0p0g3Q .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-sU8m0p0g3Q .close::before {
  content: '\e91a';
}
.cid-sU8m0p0g3Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sU8m0p0g3Q .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-sU8m0p0g3Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0p0g3Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU8m0p0g3Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU8m0p0g3Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sU8m0p0g3Q .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-sU8m0p0g3Q .carousel-indicators li.active,
.cid-sU8m0p0g3Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU8m0p0g3Q .carousel-indicators li::after,
.cid-sU8m0p0g3Q .carousel-indicators li::before {
  content: none;
}
.cid-sU8m0p0g3Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU8m0p0g3Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0p0g3Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0p0g3Q .carousel-indicators {
    display: none;
  }
}
.cid-sU8m0p0g3Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sU8m0p0g3Q .carousel-inner > .active {
  display: block;
}
.cid-sU8m0p0g3Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0p0g3Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU8m0p0g3Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sU8m0p0g3Q .carousel-control,
  .cid-sU8m0p0g3Q .carousel-indicators,
  .cid-sU8m0p0g3Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0p0g3Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sU8m0p0g3Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sU8m0p0g3Q .carousel-indicators .active,
.cid-sU8m0p0g3Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sU8m0p0g3Q .carousel-indicators .active {
  background: #fff;
}
.cid-sU8m0p0g3Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sU8m0p0g3Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sU8m0p0g3Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sU8m0p0g3Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sU8m0p0g3Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sU8m0p0g3Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sU8m0p0g3Q .carousel {
  width: 100%;
}
.cid-sU8m0p0g3Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sU8m0p0g3Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sU8m0p0g3Q .modal.fade .modal-dialog,
.cid-sU8m0p0g3Q .modal.in .modal-dialog {
  transform: none;
}
.cid-sU8m0p0g3Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sU8m0p0g3Q H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sU8m0p0g3Q H3 {
  color: #fafafa;
}
.cid-sU8m0p0g3Q H4 {
  color: #fafafa;
}
.cid-sU8m0pI239 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/promo-ambiente-container-0300-1012-2000x909.jpg");
}
.cid-sU8m0pI239 .mbr-overlay {
  background: #bed3f9;
  opacity: 0.5;
}
.cid-sU8m0pI239 img,
.cid-sU8m0pI239 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sU8m0pI239 .item:focus,
.cid-sU8m0pI239 span:focus {
  outline: none;
}
.cid-sU8m0pI239 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sU8m0pI239 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sU8m0pI239 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sU8m0pI239 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0pI239 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sU8m0pI239 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sU8m0pI239 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sU8m0pI239 .mbr-section-title {
  color: #232323;
}
.cid-sU8m0pI239 .mbr-text,
.cid-sU8m0pI239 .mbr-section-btn {
  text-align: left;
}
.cid-sU8m0pI239 .item-title {
  text-align: center;
}
.cid-sU8m0pI239 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sU8m0qoMTl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banneranextecagradecimentos-1282x442.jpg");
}
.cid-sU8m0qoMTl .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sU8m0qoMTl img,
.cid-sU8m0qoMTl .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sU8m0qoMTl .item:focus,
.cid-sU8m0qoMTl span:focus {
  outline: none;
}
.cid-sU8m0qoMTl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sU8m0qoMTl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sU8m0qoMTl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sU8m0qoMTl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0qoMTl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sU8m0qoMTl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sU8m0qoMTl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sU8m0qoMTl .mbr-section-title {
  color: #232323;
}
.cid-sU8m0qoMTl .mbr-text,
.cid-sU8m0qoMTl .mbr-section-btn {
  text-align: left;
}
.cid-sU8m0qoMTl .item-title {
  text-align: left;
}
.cid-sU8m0qoMTl .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sU8m0r9cOS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-sU8m0r9cOS .item {
  padding-bottom: 2rem;
}
.cid-sU8m0r9cOS .item-wrapper {
  position: relative;
}
.cid-sU8m0r9cOS .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-sU8m0r9cOS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sU8m0r9cOS .carousel-control,
.cid-sU8m0r9cOS .close {
  background: #1b1b1b;
}
.cid-sU8m0r9cOS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sU8m0r9cOS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sU8m0r9cOS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sU8m0r9cOS .carousel-control-next span {
  margin-left: 5px;
}
.cid-sU8m0r9cOS .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-sU8m0r9cOS .close::before {
  content: '\e91a';
}
.cid-sU8m0r9cOS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sU8m0r9cOS .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-sU8m0r9cOS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0r9cOS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU8m0r9cOS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU8m0r9cOS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sU8m0r9cOS .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-sU8m0r9cOS .carousel-indicators li.active,
.cid-sU8m0r9cOS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU8m0r9cOS .carousel-indicators li::after,
.cid-sU8m0r9cOS .carousel-indicators li::before {
  content: none;
}
.cid-sU8m0r9cOS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU8m0r9cOS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0r9cOS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0r9cOS .carousel-indicators {
    display: none;
  }
}
.cid-sU8m0r9cOS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sU8m0r9cOS .carousel-inner > .active {
  display: block;
}
.cid-sU8m0r9cOS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0r9cOS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU8m0r9cOS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sU8m0r9cOS .carousel-control,
  .cid-sU8m0r9cOS .carousel-indicators,
  .cid-sU8m0r9cOS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0r9cOS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sU8m0r9cOS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sU8m0r9cOS .carousel-indicators .active,
.cid-sU8m0r9cOS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sU8m0r9cOS .carousel-indicators .active {
  background: #fff;
}
.cid-sU8m0r9cOS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sU8m0r9cOS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sU8m0r9cOS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sU8m0r9cOS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sU8m0r9cOS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sU8m0r9cOS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sU8m0r9cOS .carousel {
  width: 100%;
}
.cid-sU8m0r9cOS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sU8m0r9cOS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sU8m0r9cOS .modal.fade .modal-dialog,
.cid-sU8m0r9cOS .modal.in .modal-dialog {
  transform: none;
}
.cid-sU8m0r9cOS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sU8m0r9cOS H6 {
  text-align: center;
}
.cid-sU8m0rSKKl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sU8m0rSKKl .item {
  padding-bottom: 2rem;
}
.cid-sU8m0rSKKl .item-wrapper {
  position: relative;
}
.cid-sU8m0rSKKl .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-sU8m0rSKKl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sU8m0rSKKl .carousel-control,
.cid-sU8m0rSKKl .close {
  background: #1b1b1b;
}
.cid-sU8m0rSKKl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sU8m0rSKKl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sU8m0rSKKl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sU8m0rSKKl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sU8m0rSKKl .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-sU8m0rSKKl .close::before {
  content: '\e91a';
}
.cid-sU8m0rSKKl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sU8m0rSKKl .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-sU8m0rSKKl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0rSKKl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU8m0rSKKl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU8m0rSKKl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sU8m0rSKKl .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-sU8m0rSKKl .carousel-indicators li.active,
.cid-sU8m0rSKKl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU8m0rSKKl .carousel-indicators li::after,
.cid-sU8m0rSKKl .carousel-indicators li::before {
  content: none;
}
.cid-sU8m0rSKKl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU8m0rSKKl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0rSKKl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0rSKKl .carousel-indicators {
    display: none;
  }
}
.cid-sU8m0rSKKl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sU8m0rSKKl .carousel-inner > .active {
  display: block;
}
.cid-sU8m0rSKKl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0rSKKl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU8m0rSKKl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sU8m0rSKKl .carousel-control,
  .cid-sU8m0rSKKl .carousel-indicators,
  .cid-sU8m0rSKKl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0rSKKl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sU8m0rSKKl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sU8m0rSKKl .carousel-indicators .active,
.cid-sU8m0rSKKl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sU8m0rSKKl .carousel-indicators .active {
  background: #fff;
}
.cid-sU8m0rSKKl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sU8m0rSKKl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sU8m0rSKKl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sU8m0rSKKl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sU8m0rSKKl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sU8m0rSKKl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sU8m0rSKKl .carousel {
  width: 100%;
}
.cid-sU8m0rSKKl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sU8m0rSKKl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sU8m0rSKKl .modal.fade .modal-dialog,
.cid-sU8m0rSKKl .modal.in .modal-dialog {
  transform: none;
}
.cid-sU8m0rSKKl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sU8m0rSKKl H6 {
  text-align: center;
}
.cid-sU8m0su5Mm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpeg");
}
.cid-sU8m0su5Mm .item {
  padding-bottom: 2rem;
}
.cid-sU8m0su5Mm .item-wrapper {
  position: relative;
}
.cid-sU8m0su5Mm .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-sU8m0su5Mm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sU8m0su5Mm .carousel-control,
.cid-sU8m0su5Mm .close {
  background: #1b1b1b;
}
.cid-sU8m0su5Mm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sU8m0su5Mm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sU8m0su5Mm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sU8m0su5Mm .carousel-control-next span {
  margin-left: 5px;
}
.cid-sU8m0su5Mm .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-sU8m0su5Mm .close::before {
  content: '\e91a';
}
.cid-sU8m0su5Mm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sU8m0su5Mm .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-sU8m0su5Mm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0su5Mm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU8m0su5Mm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU8m0su5Mm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sU8m0su5Mm .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-sU8m0su5Mm .carousel-indicators li.active,
.cid-sU8m0su5Mm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU8m0su5Mm .carousel-indicators li::after,
.cid-sU8m0su5Mm .carousel-indicators li::before {
  content: none;
}
.cid-sU8m0su5Mm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU8m0su5Mm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sU8m0su5Mm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0su5Mm .carousel-indicators {
    display: none;
  }
}
.cid-sU8m0su5Mm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sU8m0su5Mm .carousel-inner > .active {
  display: block;
}
.cid-sU8m0su5Mm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU8m0su5Mm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU8m0su5Mm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sU8m0su5Mm .carousel-control,
  .cid-sU8m0su5Mm .carousel-indicators,
  .cid-sU8m0su5Mm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0su5Mm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sU8m0su5Mm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sU8m0su5Mm .carousel-indicators .active,
.cid-sU8m0su5Mm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sU8m0su5Mm .carousel-indicators .active {
  background: #fff;
}
.cid-sU8m0su5Mm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sU8m0su5Mm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sU8m0su5Mm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sU8m0su5Mm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sU8m0su5Mm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sU8m0su5Mm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sU8m0su5Mm .carousel {
  width: 100%;
}
.cid-sU8m0su5Mm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sU8m0su5Mm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sU8m0su5Mm .modal.fade .modal-dialog,
.cid-sU8m0su5Mm .modal.in .modal-dialog {
  transform: none;
}
.cid-sU8m0su5Mm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sU8m0su5Mm H6 {
  text-align: center;
}
.cid-sU8m0tigA0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sU8m0tigA0 .mbr-overlay {
  background-color: #2299aa;
  opacity: 0.7;
}
.cid-sU8m0tigA0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sU8m0tigA0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sU8m0tigA0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sU8m0tHAbX .navbar-dropdown {
  position: relative !important;
}
.cid-sU8m0tHAbX .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-sU8m0tHAbX .dropdown-menu {
  padding: 0;
}
.cid-sU8m0tHAbX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU8m0tHAbX .dropdown-item:hover,
.cid-sU8m0tHAbX .dropdown-item:focus {
  background: #1a7c15 !important;
  color: white !important;
}
.cid-sU8m0tHAbX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sU8m0tHAbX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sU8m0tHAbX .nav-link {
  position: relative;
}
.cid-sU8m0tHAbX .container {
  display: flex;
  margin: auto;
}
.cid-sU8m0tHAbX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sU8m0tHAbX .navbar-caption {
  padding-right: 4rem;
}
.cid-sU8m0tHAbX .dropdown-menu,
.cid-sU8m0tHAbX .navbar.opened {
  background: #2299aa !important;
}
.cid-sU8m0tHAbX .nav-item:focus,
.cid-sU8m0tHAbX .nav-link:focus {
  outline: none;
}
.cid-sU8m0tHAbX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sU8m0tHAbX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU8m0tHAbX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sU8m0tHAbX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sU8m0tHAbX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sU8m0tHAbX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sU8m0tHAbX .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(34, 153, 170, 0.9);
}
.cid-sU8m0tHAbX .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU8m0tHAbX .navbar.opened {
  transition: all .3s;
}
.cid-sU8m0tHAbX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sU8m0tHAbX .navbar .navbar-logo img {
  width: auto;
}
.cid-sU8m0tHAbX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sU8m0tHAbX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sU8m0tHAbX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sU8m0tHAbX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sU8m0tHAbX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sU8m0tHAbX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sU8m0tHAbX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sU8m0tHAbX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sU8m0tHAbX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sU8m0tHAbX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sU8m0tHAbX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sU8m0tHAbX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sU8m0tHAbX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sU8m0tHAbX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sU8m0tHAbX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sU8m0tHAbX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sU8m0tHAbX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sU8m0tHAbX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sU8m0tHAbX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sU8m0tHAbX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sU8m0tHAbX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sU8m0tHAbX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sU8m0tHAbX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sU8m0tHAbX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sU8m0tHAbX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sU8m0tHAbX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sU8m0tHAbX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sU8m0tHAbX .dropdown-item.active,
.cid-sU8m0tHAbX .dropdown-item:active {
  background-color: transparent;
}
.cid-sU8m0tHAbX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sU8m0tHAbX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sU8m0tHAbX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sU8m0tHAbX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-sU8m0tHAbX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sU8m0tHAbX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU8m0tHAbX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sU8m0tHAbX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sU8m0tHAbX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sU8m0tHAbX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sU8m0tHAbX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sU8m0tHAbX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sU8m0tHAbX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sU8m0tHAbX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sU8m0tHAbX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU8m0tHAbX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sU8m0tHAbX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sU8m0tHAbX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU8m0tHAbX .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sU8m0tHAbX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sU8m0tHAbX .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-sU8m0tHAbX .navbar {
    height: 77px;
  }
  .cid-sU8m0tHAbX .navbar.opened {
    height: auto;
  }
  .cid-sU8m0tHAbX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sU8m0uhljA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sU8m0uhljA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sU8m0uhljA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sU8m0uhljA .row {
    text-align: center;
  }
  .cid-sU8m0uhljA .row > div {
    margin: auto;
  }
  .cid-sU8m0uhljA .social-row {
    justify-content: center;
  }
}
.cid-sU8m0uhljA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sU8m0uhljA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sU8m0uhljA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sU8m0uhljA .list {
    margin-bottom: 0rem;
  }
}
.cid-sU8m0uhljA .mbr-text {
  color: #bbbbbb;
}
.cid-sU8m0uhljA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sU8m0uhljA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sU8m0uhljA div > *:last-child {
    margin-top: 0 !important;
  }
}
