@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: Jost;
}
.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: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #ff9966 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #ff9966;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !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: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff9966 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff5500 !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: #266a73 !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: #ff5500 !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]) {
  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]):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: #ff9966;
}
.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: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9966;
  border-color: #ff9966;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff9966;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
/* 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: #ff9966 !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: #ff9966;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9966;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9966;
}
.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: #ff9966;
  border-bottom-color: #ff9966;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff9966 !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='%23ff9966' %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-siwZTnAI0n {
  z-index: 1000;
  width: 100%;
}
.cid-siwZTnAI0n nav.navbar {
  position: fixed;
}

.cid-siwZTnAI0n .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-siwZTnAI0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siwZTnAI0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siwZTnAI0n .dropdown-item:hover,
.cid-siwZTnAI0n .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-siwZTnAI0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siwZTnAI0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siwZTnAI0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-siwZTnAI0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siwZTnAI0n .nav-link {
  position: relative;
}
.cid-siwZTnAI0n .container {
  display: flex;
  margin: auto;
}
.cid-siwZTnAI0n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siwZTnAI0n .dropdown-menu,
.cid-siwZTnAI0n .navbar.opened {
  background: #ffffff !important;
}
.cid-siwZTnAI0n .nav-item:focus,
.cid-siwZTnAI0n .nav-link:focus {
  outline: none;
}
.cid-siwZTnAI0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siwZTnAI0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siwZTnAI0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-siwZTnAI0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siwZTnAI0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siwZTnAI0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siwZTnAI0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-siwZTnAI0n .navbar.opened {
  transition: all 0.3s;
}
.cid-siwZTnAI0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-siwZTnAI0n .navbar .navbar-logo img {
  width: auto;
}
.cid-siwZTnAI0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siwZTnAI0n .navbar.collapsed {
  justify-content: center;
}
.cid-siwZTnAI0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siwZTnAI0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siwZTnAI0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-siwZTnAI0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siwZTnAI0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siwZTnAI0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-siwZTnAI0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siwZTnAI0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siwZTnAI0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-siwZTnAI0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siwZTnAI0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siwZTnAI0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siwZTnAI0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siwZTnAI0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-siwZTnAI0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siwZTnAI0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siwZTnAI0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siwZTnAI0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siwZTnAI0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siwZTnAI0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-siwZTnAI0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-siwZTnAI0n .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-siwZTnAI0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siwZTnAI0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siwZTnAI0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siwZTnAI0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siwZTnAI0n .dropdown-item.active,
.cid-siwZTnAI0n .dropdown-item:active {
  background-color: transparent;
}
.cid-siwZTnAI0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siwZTnAI0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siwZTnAI0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siwZTnAI0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siwZTnAI0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siwZTnAI0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siwZTnAI0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siwZTnAI0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siwZTnAI0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-siwZTnAI0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e73636;
}
.cid-siwZTnAI0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siwZTnAI0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siwZTnAI0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siwZTnAI0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siwZTnAI0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siwZTnAI0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-siwZTnAI0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-siwZTnAI0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siwZTnAI0n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siwZTnAI0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siwZTnAI0n .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-siwZTnAI0n .navbar {
    height: 70px;
  }
  .cid-siwZTnAI0n .navbar.opened {
    height: auto;
  }
  .cid-siwZTnAI0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-six56A9lsW {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-six56A9lsW .carousel {
  width: 100%;
}
.cid-six56A9lsW .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-six56A9lsW .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-six56A9lsW .mbr-overlay {
  z-index: 1;
}
.cid-six56A9lsW .carousel-caption {
  bottom: 40px;
}
.cid-six56A9lsW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-six56A9lsW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-six56A9lsW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-six56A9lsW .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-six56A9lsW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-six56A9lsW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-six56A9lsW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-six56A9lsW .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-six56A9lsW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-six56A9lsW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-six56A9lsW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-six56A9lsW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-six56A9lsW .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-six56A9lsW .carousel-indicators li.active,
.cid-six56A9lsW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-six56A9lsW .carousel-indicators li::after,
.cid-six56A9lsW .carousel-indicators li::before {
  content: none;
}
.cid-six56A9lsW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-six56A9lsW .carousel-indicators {
    display: none !important;
  }
}
.cid-sixcuPsse6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e43f3f;
}
.cid-sixcuPsse6 .mbr-section-title {
  color: #ffffff;
}
.cid-sixebuWsQU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sixebuWsQU .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sixebuWsQU .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sixebuWsQU .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sixebuWsQU .card {
    margin-bottom: 2rem;
  }
  .cid-sixebuWsQU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sixhNSlSA1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff9966;
}
.cid-sixhNSlSA1 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sixeq9vBqk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-sixeq9vBqk .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sixeq9vBqk img,
.cid-sixeq9vBqk .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sixeq9vBqk .item:focus,
.cid-sixeq9vBqk span:focus {
  outline: none;
}
.cid-sixeq9vBqk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sixeq9vBqk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sixeq9vBqk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sixeq9vBqk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sixeq9vBqk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sixeq9vBqk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sixeq9vBqk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sixeq9vBqk .mbr-section-title {
  color: #232323;
}
.cid-sixeq9vBqk .mbr-text,
.cid-sixeq9vBqk .mbr-section-btn {
  text-align: left;
}
.cid-sixeq9vBqk .item-title {
  text-align: left;
}
.cid-sixeq9vBqk .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sixfmG8Nrp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sixfaLJHfC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sixfaLJHfC img {
  width: 130px;
  margin: auto;
}
.cid-sixfaLJHfC .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sixfaLJHfC .card {
    max-width: 12.5%;
  }
}
.cid-sixsU5NWHz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sixsU5NWHz .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-sixsU5NWHz img,
.cid-sixsU5NWHz .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sixsU5NWHz .item:focus,
.cid-sixsU5NWHz span:focus {
  outline: none;
}
.cid-sixsU5NWHz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sixsU5NWHz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sixsU5NWHz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sixsU5NWHz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sixsU5NWHz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sixsU5NWHz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sixsU5NWHz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sixsU5NWHz .mbr-section-title {
  color: #232323;
}
.cid-sixsU5NWHz .mbr-text,
.cid-sixsU5NWHz .mbr-section-btn {
  text-align: center;
}
.cid-sixsU5NWHz .item-title {
  text-align: center;
}
.cid-sixsU5NWHz .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sixsVLZOoV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sixufYJPcu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e1e9f7;
}
.cid-sixsI6mfbF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sixsI6mfbF .content {
    text-align: center;
  }
  .cid-sixsI6mfbF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sixsI6mfbF .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sixsI6mfbF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sixsI6mfbF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sixsI6mfbF .google-map {
  height: 25rem;
  position: relative;
}
.cid-sixsI6mfbF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sixsI6mfbF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sixsI6mfbF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sixsI6mfbF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sixsI6mfbF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sixsI6mfbF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sixsI6mfbF .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sixsI6mfbF .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sixsI6mfbF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sixsI6mfbF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sixsI6mfbF .list {
  list-style-type: none;
  padding: 0;
}

/*Classe para Paralax*/

.cid-qvbCbStX91 {
  background-image: url("../../../imagens/background12.jpg");
}
.cid-qvbCbStX91 H1 {
  text-align: left;
}
.cid-qvbCbStX91 .mbr-text,
.cid-qvbCbStX91 .mbr-section-btn {
  text-align: left;
}
.cid-qvbCbStX91 H2 {
  text-align: left;
}

/*Classe para as seção do corpo da pagina padrão*/

.cid-skZVGYxIRI {
  background-color: #f5efef;
}
.cid-skZVGYxIRI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-skZVGYxIRI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-skZVGYxIRI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b61e23;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}



.cid-skZVuLRAKn {
  background-color: #f5efef;
}
@media (max-width: 991px) {
  .cid-skZVuLRAKn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skZVuLRAKn .row {
  flex-direction: row-reverse;
}
.cid-skZVuLRAKn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skZVuLRAKn .text-wrapper {
    padding: 2rem;
  }
}

/* Classe que coloca o marcador de linha na page padrão*/
.cid-qv5zkGbVQ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qv5zkGbVQ4 .counter-container {
  color: #767676;
}
.cid-qv5zkGbVQ4 .counter-container ul {
  margin-bottom: 0;
}
.cid-qv5zkGbVQ4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qv5zkGbVQ4 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
/*Classe que colocar alguns padrões da pagina*/
.cid-sth8NNSxRG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sth8NNSxRG .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}

.cid-sth8mB11iB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
}
.cid-sth8mB11iB .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sth8mB11iB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sth8mB11iB .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sth8mB11iB .card-text {
  text-align: center;
}
.cid-sth8mB11iB .card-title {
  text-align: center;
}
.cid-sth8qK2JHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sth8qK2JHi .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-sth8qK2JHi .item .icon-wrap {
  text-align: center;
}
.cid-sth8qK2JHi .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-sth8qK2JHi .item:last-child:before {
  display: none;
}
.cid-sth8qK2JHi .item.last::before {
  display: none;
}
.cid-sth8qK2JHi .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-sth8qK2JHi .text-box {
  text-align: center;
}
.cid-sth8qK2JHi span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-sth8qK2JHi .card {
    margin-bottom: 2rem;
  }
  .cid-sth8qK2JHi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sthgPMYFot {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffe161;
}
.cid-sthgPMYFot .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sthgPMYFot .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.cid-sthgPMYFot .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sthiQDZCHh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.lista ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.lista ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #FF9966;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "»";
}
/*Classe da pagina Contato*/
.cid-sthr7IDImL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sthr7IDImL .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sthr7IDImL .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sthr7IDImL .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sthr7IDImL .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sthr7IDImL .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #ff9966;
}
/*Classe de estilização do form contato*/
.cid-sthrckLslr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-sthrckLslr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sthrckLslr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sthrckLslr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sthrckLslr form .mbr-section-btn .btn {
    width: 100%;
  }
}
/*estilização da pag produtos e serviços*/
.cid-suqkHnwz5L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-suqkHnwz5L .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-suqkHnwz5L .card {
    margin-bottom: 2rem!important;
  }
  .cid-suqkHnwz5L .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-suqkHnwz5L .link-wrap {
    align-items: center;
  }
}
.cid-suqkHnwz5L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
/* estilização prod serv*/
.cid-sutH81TW9o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-sutH81TW9o .mbr-section-title {
  color: #232323;
}
/*Estilização da prod serv*/
.cid-sutR0fAU8i {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sutR0fAU8i .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sutR0fAU8i .currentcost {
  color: #232323;
}
.cid-sutR0fAU8i .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sutR0fAU8i .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sutR0fAU8i .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sutR0fAU8i .text-box {
    padding: 1rem;
  }
}
.cid-sutR0fAU8i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
/*Estilização da pag serviços*/
.cid-suc5P8dmQd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suc5P8dmQd img,
.cid-suc5P8dmQd .item-img {
  width: 100%;
}
.cid-suc5P8dmQd .item:focus,
.cid-suc5P8dmQd span:focus {
  outline: none;
}
.cid-suc5P8dmQd .item {
  
  margin-bottom: 2rem;
}
.cid-suc5P8dmQd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-suc5P8dmQd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-suc5P8dmQd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-suc5P8dmQd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-suc5P8dmQd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-suc5P8dmQd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-suc5P8dmQd .mbr-section-title {
  color: #232323;
}
.cid-suc5P8dmQd .mbr-text,
.cid-suc5P8dmQd .mbr-section-btn {
  text-align: left;
}
.cid-suc5P8dmQd .item-title {
  text-align: left;
}
.cid-suc5P8dmQd .item-subtitle {
  text-align: left;
}
/*Estilização da pag produtos*/
.cid-suqqpzYGBV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suqqpzYGBV .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-suqqpzYGBV .mbr-section-title,
.cid-suqqpzYGBV .mbr-section-subtitle {
  text-align: center;
}
.cid-suqqpzYGBV .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-suqqpzYGBV .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-suqqpzYGBV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-suqqpzYGBV .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-suqqpzYGBV .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-suqqpzYGBV .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-suqqpzYGBV .mbr-text {
  text-align: left;
}
/*estilização da pag serv cabeamento*/
.cid-suqux9StKB {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-suuNx88SwF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suuNx88SwF .mbr-text {
  text-align: left;
}
.cid-suqvuC8KyN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1e9f7;
}
@media (max-width: 991px) {
  .cid-suqvuC8KyN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-suqvuC8KyN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-suqvuC8KyN .text-wrapper {
    padding: 2rem;
  }
}
.cid-suqvmL7hEw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-suqvmL7hEw .mbr-text,
.cid-suqvmL7hEw .mbr-section-btn {
  color: #232323;
}
.cid-suqvmL7hEw .card-title,
.cid-suqvmL7hEw .card-box {
  color: #ffffff;
}
.cid-suqvmL7hEw .mbr-text,
.cid-suqvmL7hEw .link-wrap {
  color: #ffffff;
}
.cid-suqvvqsEf4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-suqvvqsEf4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-suqvvqsEf4 .row {
  flex-direction: row-reverse;
}
.cid-suqvvqsEf4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-suqvvqsEf4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-suuNAp7OaX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c35110;
}
.cid-suuNAp7OaX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-suuNAp7OaX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-suv095eOzQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suv095eOzQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-suv095eOzQ .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 2rem;
}
.cid-suv095eOzQ .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c35110;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #c35110;
  color: #c35110;
  content: "✓";
}
.cid-suv2KGup6s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-suv2KGup6s blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
/*Estilização da pag de produtos eletricos*/
.cid-suqw2jHJ24 {
  background-image: url("../../../assets/images/electrician-3276851-1920-1920x1280.jpeg");
}
.cid-suqw2jHJ24 .mbr-section-title {
  color: #232323;
}
.cid-suqw2jHJ24 .mbr-text,
.cid-suqw2jHJ24 .mbr-section-btn {
  color: #000000;
}
.cid-suv8eot8Fp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suqw2ldHq2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-suqw2ldHq2 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-suqw2ldHq2 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-suqw2ldHq2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suqw2ldHq2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-suqw2ldHq2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-suqw2ldHq2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-suqw2ldHq2 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-suqw2ldHq2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suv8lDneSu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suv8lDneSu ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-suv8lDneSu li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-suv8lDneSu ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9966;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-suqw2qBwbA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-suqw2qBwbA .mbr-section-title {
  color: #ffffff;
}
/*Estilização da Loja Virtual*/
.cid-suGHToPIcH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suGHToPIcH .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-suGHToPIcH .container {
    max-width: 1400px;
  }
}
.cid-suGHToPIcH .card {
  margin: auto;
}
.cid-suGHToPIcH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f97939;
  margin-bottom: 2rem;
}
.cid-suGHToPIcH .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-suGHToPIcH .row {
  justify-content: center;
}
.cid-suGHfe9GFc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-suGHfe9GFc .mbr-section-subtitle {
  text-align: center;
  color: #c35110;
}
.cid-suGI00e951 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suGI00e951 .mbr-section-title,
.cid-suGI00e951 .mbr-section-subtitle {
  text-align: center;
}
.cid-suGI00e951 .cost {
  word-break: normal;
}
.cid-suGI00e951 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-suGI00e951 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-suGI00e951 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suGI00e951 .card-wrapper {
    padding: 1rem;
  }
}
.cid-suGI00e951 .mbr-section-subtitle {
  color: #c35110;
}
.cid-suGI00e951 .mbr-section-title {
  color: #000000;
}
.cid-suGI00e951 .card-title {
  color: #f97939;
}
.cid-suGWYgedqV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-suGWYgedqV .oldcost {
  text-decoration: line-through;
  color: #e73636;
}
.cid-suGWYgedqV .currentcost {
  color: #232323;
}
.cid-suGWYgedqV .card-wrapper {
  border-radius: 4px;
  background: #fff0b0;
}
@media (min-width: 992px) {
  .cid-suGWYgedqV .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-suGWYgedqV .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suGWYgedqV .text-box {
    padding: 1rem;
  }
}
.cid-suGWYgedqV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suGI1jarsO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suGI1jarsO .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-suGI1jarsO .mbr-section-title,
.cid-suGI1jarsO .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-suGI1jarsO .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-suGI1jarsO .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-suGI1jarsO .card-title {
  color: #c35110;
}
.cid-suGI1jarsO .mbr-section-subtitle {
  color: #c35110;
}
.cid-suGXDavWTe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-suGXDavWTe .oldcost {
  text-decoration: line-through;
  color: #e73636;
}
.cid-suGXDavWTe .currentcost {
  color: #232323;
}
.cid-suGXDavWTe .card-wrapper {
  border-radius: 4px;
  background: #bed3f9;
}
@media (min-width: 992px) {
  .cid-suGXDavWTe .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-suGXDavWTe .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suGXDavWTe .text-box {
    padding: 1rem;
  }
}
.cid-suGXDavWTe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suGHfh049W {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-suGHfh049W .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-suGHfh049W .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-suGHfh049W .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suGHfh049W .card-wrapper {
    padding: 3rem 1rem;
  }
}
/*Estilização da page login*/
.cid-suGz4Njubw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-suGyFHDd6t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-suGyFHDd6t .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-suGyFHDd6t .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #fff0b0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-suGzJWAU5k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f97939;
}
.cid-suGzJWAU5k .container-fluid {
  padding-left: 0;
}
.cid-suGzJWAU5k .mbr-text,
.cid-suGzJWAU5k .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-suGzJWAU5k .mbr-text,
  .cid-suGzJWAU5k .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-suGzJWAU5k .mbr-text,
  .cid-suGzJWAU5k .mbr-section-title {
    text-align: center;
  }
}
.cid-suGzJWAU5k a.btn {
  height: 100%;
  margin: 0;
}
.cid-suGzJWAU5k .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-suGzJWAU5k .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-suGzJWAU5k .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-suGzJWAU5k .justify-content-center {
  align-items: center;
}
.cid-suGzJWAU5k .mbr-section-title {
  text-align: center;
}
.cid-suGF0vSjzW {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-suGF0vSjzW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-suGF0vSjzW .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-suGF0vSjzW .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suGF0vSjzW .card-wrapper {
    padding: 3rem 1rem;
  }
}
/*Estilizando a pagina de cabeamento optico*/
.cid-sClj35Jyk5 {
  background-image: url("../../images/159887-fibra-otica-entendas-as-principais-diferencas-entre-ftth-e-fttc-999x640.jpeg");
}
.cid-sClj35Jyk5 .mbr-section-title {
  color: #000000;
}
.cid-sClj372XQl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sClj372XQl .mbr-text {
  text-align: left;
}
.cid-sClj37Onbj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1e9f7;
}
@media (max-width: 991px) {
  .cid-sClj37Onbj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sClj37Onbj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sClj37Onbj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sClj37Onbj .mbr-text {
  text-align: center;
}
.cid-sClmklXqBv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sClmklXqBv .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sClmklXqBv .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sClmklXqBv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sClmklXqBv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sClmklXqBv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sClmklXqBv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sClmklXqBv .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sClmklXqBv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sClj38Qfjd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sClj38Qfjd .mbr-text,
.cid-sClj38Qfjd .mbr-section-btn {
  color: #232323;
}
.cid-sClj38Qfjd .card-title,
.cid-sClj38Qfjd .card-box {
  color: #ffffff;
}
.cid-sClj38Qfjd .mbr-text,
.cid-sClj38Qfjd .link-wrap {
  color: #ffffff;
}
.cid-sClj39A9Qm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sClj39A9Qm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sClj39A9Qm .row {
  flex-direction: row-reverse;
}
.cid-sClj39A9Qm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sClj39A9Qm .text-wrapper {
    padding: 2rem;
  }
}
.cid-sClj3bii1R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-sClj3bii1R .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sClj3bii1R .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sClj3bii1R .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c35110;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #c35110;
  color: #c35110;
  content: "✓";
}
/*Estiliza a Pagina de CFTV*/
.cid-sClu80Cm0E {
  background-image: url("../../../assets/images/mitchell-luo-ntw8u6isvfw-unsplash-2000x3000.jpeg");
}
.cid-sClu80Cm0E .mbr-section-title {
  color: #232323;
  text-align: right;
}
.cid-sClu80Cm0E .mbr-text,
.cid-sClu80Cm0E .mbr-section-btn {
  color: #c35110;
}
.cid-sClu837hBm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sClu847VfQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-sClu847VfQ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sClu847VfQ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sClu847VfQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sClu847VfQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sClu847VfQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sClu847VfQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sClu847VfQ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sClu847VfQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sClu855OP7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sClu855OP7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sClu855OP7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sClu855OP7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9966;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sClu861IIt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sClu861IIt .mbr-section-title {
  color: #ffffff;
}
/*estilização da pagina de comunicação de voz*/
.cid-sClHUnmYlw {
  background-image: url("../../../assets/images/pabx-ip-1024x682.jpeg");
}
.cid-sClHUnmYlw .mbr-section-title {
  color: #232323;
}
.cid-sClHUnmYlw .mbr-text,
.cid-sClHUnmYlw .mbr-section-btn {
  color: #000000;
}
.cid-sClHUpenI8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sClHUq1RVN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-sClHUq1RVN .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sClHUq1RVN .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sClHUq1RVN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sClHUq1RVN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sClHUq1RVN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sClHUq1RVN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sClHUq1RVN .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sClHUq1RVN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sClHUqR7IZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sClHUqR7IZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sClHUqR7IZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sClHUqR7IZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9966;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sClHUrxPO4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sClHUrxPO4 .mbr-section-title {
  color: #ffffff;
}
/*estilizaão da pagina de consultoria*/

.cid-sClIcsmxS7 {
  background-image: url("../../../assets/images/projeto-870x445.jpeg");
}
.cid-sClIcsmxS7 .mbr-section-title {
  color: #232323;
}
.cid-sClIcsmxS7 .mbr-text,
.cid-sClIcsmxS7 .mbr-section-btn {
  color: #232323;
}
.cid-sClIct4Jyi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sClIctAX4p {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-sClIctAX4p .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sClIctAX4p .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sClIctAX4p .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sClIctAX4p .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sClIctAX4p .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sClIctAX4p .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sClIctAX4p .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sClIctAX4p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sClIcvfRo3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sClIcvfRo3 .mbr-section-title {
  color: #ffffff;
}
/*Estilização da pagina infraestrutura*/
.cid-sClDP2Dp49 {
  background-image: url("../../../assets/images/painel-eletrico-qgbt-2-800x595.jpeg");
}
.cid-sClDP2Dp49 .mbr-section-title {
  color: #232323;
}
.cid-sClDP2Dp49 .mbr-text,
.cid-sClDP2Dp49 .mbr-section-btn {
  color: #232323;
}
.cid-sClDP3UoCE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sClDP4vygt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-sClDP4vygt .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sClDP4vygt .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sClDP4vygt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sClDP4vygt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sClDP4vygt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sClDP4vygt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sClDP4vygt .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sClDP4vygt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEZ0bTQdba {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sEZ0bTQdba .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sEZ0bTQdba .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sEZ0bTQdba .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sEZ0fWy6Cs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sEZ0fWy6Cs .item {
  padding-bottom: 2rem;
}
.cid-sEZ0fWy6Cs .item-wrapper {
  position: relative;
}
.cid-sEZ0fWy6Cs .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-sEZ0fWy6Cs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEZ0fWy6Cs .carousel-control,
.cid-sEZ0fWy6Cs .close {
  background: #1b1b1b;
}
.cid-sEZ0fWy6Cs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEZ0fWy6Cs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEZ0fWy6Cs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEZ0fWy6Cs .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEZ0fWy6Cs .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-sEZ0fWy6Cs .close::before {
  content: '\e91a';
}
.cid-sEZ0fWy6Cs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEZ0fWy6Cs .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-sEZ0fWy6Cs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEZ0fWy6Cs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEZ0fWy6Cs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEZ0fWy6Cs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEZ0fWy6Cs .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-sEZ0fWy6Cs .carousel-indicators li.active,
.cid-sEZ0fWy6Cs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEZ0fWy6Cs .carousel-indicators li::after,
.cid-sEZ0fWy6Cs .carousel-indicators li::before {
  content: none;
}
.cid-sEZ0fWy6Cs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEZ0fWy6Cs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEZ0fWy6Cs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEZ0fWy6Cs .carousel-indicators {
    display: none;
  }
}
.cid-sEZ0fWy6Cs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEZ0fWy6Cs .carousel-inner > .active {
  display: block;
}
.cid-sEZ0fWy6Cs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEZ0fWy6Cs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEZ0fWy6Cs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEZ0fWy6Cs .carousel-control,
  .cid-sEZ0fWy6Cs .carousel-indicators,
  .cid-sEZ0fWy6Cs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEZ0fWy6Cs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEZ0fWy6Cs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEZ0fWy6Cs .carousel-indicators .active,
.cid-sEZ0fWy6Cs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEZ0fWy6Cs .carousel-indicators .active {
  background: #fff;
}
.cid-sEZ0fWy6Cs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEZ0fWy6Cs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEZ0fWy6Cs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEZ0fWy6Cs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEZ0fWy6Cs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEZ0fWy6Cs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEZ0fWy6Cs .carousel {
  width: 100%;
}
.cid-sEZ0fWy6Cs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEZ0fWy6Cs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEZ0fWy6Cs .modal.fade .modal-dialog,
.cid-sEZ0fWy6Cs .modal.in .modal-dialog {
  transform: none;
}
.cid-sEZ0fWy6Cs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEZ0fWy6Cs H6 {
  text-align: center;
  color: #232323;
}
.cid-sEZ04Oo8E0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sEZ04Oo8E0 .content-wrapper {
  background: #ffe885;
}
@media (max-width: 991px) {
  .cid-sEZ04Oo8E0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEZ04Oo8E0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sEZ04Oo8E0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sEZ04Oo8E0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sEZ04Oo8E0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sEZ04Oo8E0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEZ0hXnjSU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sEZ0hXnjSU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sEZ0hXnjSU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sEZ0hXnjSU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sEZ0hXnjSU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sEZ0hXnjSU .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-sEZ0hXnjSU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEZ0hXnjSU .carousel-control,
.cid-sEZ0hXnjSU .close {
  background: #1b1b1b;
}
.cid-sEZ0hXnjSU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEZ0hXnjSU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEZ0hXnjSU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEZ0hXnjSU .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEZ0hXnjSU .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-sEZ0hXnjSU .close::before {
  content: '\e91a';
}
.cid-sEZ0hXnjSU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEZ0hXnjSU .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-sEZ0hXnjSU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEZ0hXnjSU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEZ0hXnjSU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEZ0hXnjSU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEZ0hXnjSU .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-sEZ0hXnjSU .carousel-indicators li.active,
.cid-sEZ0hXnjSU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEZ0hXnjSU .carousel-indicators li::after,
.cid-sEZ0hXnjSU .carousel-indicators li::before {
  content: none;
}
.cid-sEZ0hXnjSU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEZ0hXnjSU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEZ0hXnjSU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEZ0hXnjSU .carousel-indicators {
    display: none;
  }
}
.cid-sEZ0hXnjSU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEZ0hXnjSU .carousel-inner > .active {
  display: block;
}
.cid-sEZ0hXnjSU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEZ0hXnjSU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEZ0hXnjSU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEZ0hXnjSU .carousel-control,
  .cid-sEZ0hXnjSU .carousel-indicators,
  .cid-sEZ0hXnjSU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEZ0hXnjSU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEZ0hXnjSU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEZ0hXnjSU .carousel-indicators .active,
.cid-sEZ0hXnjSU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEZ0hXnjSU .carousel-indicators .active {
  background: #fff;
}
.cid-sEZ0hXnjSU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEZ0hXnjSU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEZ0hXnjSU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEZ0hXnjSU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEZ0hXnjSU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEZ0hXnjSU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEZ0hXnjSU .carousel {
  width: 100%;
}
.cid-sEZ0hXnjSU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEZ0hXnjSU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEZ0hXnjSU .modal.fade .modal-dialog,
.cid-sEZ0hXnjSU .modal.in .modal-dialog {
  transform: none;
}
.cid-sEZ0hXnjSU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEZ0hXnjSU H6 {
  text-align: center;
}
.cid-sClDP5aKgA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-sClDP5aKgA ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sClDP5aKgA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sClDP5aKgA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9966;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sEZ0cveOMY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sEZ0cveOMY .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sEZ0cveOMY .img-item {
  position: relative;
}
.cid-sEZ0cveOMY .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-sEZ0cveOMY .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-sEZ0cveOMY .img-item .img-description p {
  margin-bottom: 0;
}
.cid-sEZ0cveOMY .text2 {
  color: #c35110;
}
.cid-sClDP5KY1S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sClDP5KY1S .mbr-section-title {
  color: #ffffff;
}
/*Estilização da pagina laserway*/
.cid-sClDnqPutN {
  background-image: url("../../../assets/images/laserway8.fw-793x782.png");
}
.cid-sClDnqPutN .mbr-section-title {
  color: #000000;
}
.cid-sClDnsuorB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sClDnsuorB .mbr-text {
  text-align: left;
}
.cid-sClDnt6Dax {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1e9f7;
}
@media (max-width: 991px) {
  .cid-sClDnt6Dax .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sClDnt6Dax img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sClDnt6Dax .text-wrapper {
    padding: 2rem;
  }
}
.cid-sClDnt6Dax .mbr-text {
  text-align: left;
}
.cid-sDnOOBDCw5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sDnOOBDCw5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDnOOBDCw5 .row {
  flex-direction: row-reverse;
}
.cid-sDnOOBDCw5 img {
  width: 100%;
}
.cid-sClDntYlfO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sClDntYlfO .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sClDntYlfO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sClDntYlfO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sClDntYlfO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sClDntYlfO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sClDntYlfO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sClDntYlfO .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sClDntYlfO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sClDntYlfO .mbr-text,
.cid-sClDntYlfO .mbr-section-btn {
  text-align: center;
  color: #c35110;
}
.cid-sDnOPRAEFo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sDnOPRAEFo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDnOPRAEFo .row {
  flex-direction: row-reverse;
}
.cid-sDnOPRAEFo img {
  width: 100%;
}
.cid-sClDnuMUIq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sClDnuMUIq .mbr-text,
.cid-sClDnuMUIq .mbr-section-btn {
  color: #232323;
}
.cid-sClDnuMUIq .card-title,
.cid-sClDnuMUIq .card-box {
  color: #ffffff;
}
.cid-sClDnuMUIq .mbr-text,
.cid-sClDnuMUIq .link-wrap {
  color: #ffffff;
}
.cid-sDnORfrvcz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDnORfrvcz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sDnORfrvcz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sDnORfrvcz .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sClDnvxISU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 991px) {
  .cid-sClDnvxISU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sClDnvxISU .row {
  flex-direction: row-reverse;
}
.cid-sClDnvxISU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sClDnvxISU .text-wrapper {
    padding: 2rem;
  }
}
.cid-sDow82bT0K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sDow82bT0K ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDow82bT0K li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDow82bT0K ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9966;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sDow82bT0K H3 {
  color: #c35110;
}
.cid-sDnOKPNQvz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sDnOKPNQvz .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sDnOKPNQvz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sDnOKPNQvz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDnOKPNQvz .card-wrapper {
    padding: 4rem;
  }
}
.cid-sDnOKPNQvz .mbr-text,
.cid-sDnOKPNQvz .mbr-section-btn {
  color: #ffffff;
}
.cid-sDnOKPNQvz .card-title,
.cid-sDnOKPNQvz .card-box {
  text-align: center;
}
/*Estilização da pagina de solar*/
.cid-sClEt7n57c {
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-sClEt7n57c .mbr-section-title {
  color: #f97939;
}
.cid-sClEt7n57c .mbr-text,
.cid-sClEt7n57c .mbr-section-btn {
  color: #e6c63b;
}
.cid-sClEt83SSS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sClEt8y2OA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-sClEt8y2OA .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sClEt8y2OA .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sClEt8y2OA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sClEt8y2OA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sClEt8y2OA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sClEt8y2OA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sClEt8y2OA .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sClEt8y2OA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sClEt9jUuR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sClEt9jUuR ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sClEt9jUuR li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sClEt9jUuR ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff9966;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sCZbLLEsWL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-sCZbLLEsWL .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCZbLLEsWL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCZbLLEsWL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCZbLLEsWL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCZbLLEsWL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCZbLLEsWL .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sCZbLLEsWL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sClEta1IQy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-sClEta1IQy .mbr-section-title {
  color: #ffffff;
}
