.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.btn {
  border-width: 2px;
}

body {
  font-family: Roboto;
}

.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-8 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}
.display-9 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */

@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-8 {
    font-size: 0.75rem;
  }
  .display-9 {
    font-size: 0.88rem;
    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: #295a66 !important;
}
.bg-success {
  background-color: #44828e !important;
}
.bg-info {
  background-color: #44828e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #295a66 !important;
  border-color: #295a66 !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: #102328 !important;
  border-color: #102328 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #102328 !important;
  border-color: #102328 !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: #44828e !important;
  border-color: #44828e !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: #44828e !important;
  border-color: #44828e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #44828e !important;
  border-color: #44828e !important;
}
.btn-success,
.btn-success:active {
  background-color: #44828e !important;
  border-color: #44828e !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: #284c53 !important;
  border-color: #284c53 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #284c53 !important;
  border-color: #284c53 !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: #295a66;
  color: #295a66;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #102328 !important;
  background-color: transparent!important;
  border-color: #102328 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #295a66 !important;
  border-color: #295a66 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  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: #ff0f0f !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: #44828e;
  color: #ffffff;
}
.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: #148cca !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: #44828e;
  color: #44828e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #284c53 !important;
  background-color: transparent!important;
  border-color: #284c53 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44828e !important;
  border-color: #44828e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #295a66 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #44828e !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c1a1d !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: #234349 !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]):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: #295a66;
}
.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: #295a66;
  border-color: #295a66;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #295a66;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #54a6ba;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8abdc7;
}
.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*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 300;
}
.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: #295a66 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 300;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #295a66;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #295a66;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #295a66;
}
.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: #295a66;
  border-bottom-color: #295a66;
}
.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: #295a66 !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='%23295a66' %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;
}


/* -------------------------------------------- Navbar ---------------------------------------------------------------- */



.cid-ukTGIdv7Im {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukTGIdv7Im nav.navbar {
  position: fixed;
}
.cid-ukTGIdv7Im .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-ukTGIdv7Im .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* fio separador menu ---------------------------------------------- */

.cid-ukTGIdv7Im .dropdown-item {
  border-bottom: 1px solid #161616;
}
.cid-ukTGIdv7Im .dropdown-item:hover,
.cid-ukTGIdv7Im .dropdown-item:focus {
  background: #555555 !important;
  color: #ffffff !important;
}
.cid-ukTGIdv7Im .dropdown-item:hover span {
  color: white;
}
.cid-ukTGIdv7Im .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukTGIdv7Im .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukTGIdv7Im .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1em 1em !important;
}
.cid-ukTGIdv7Im .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukTGIdv7Im .nav-link {
  position: relative;
}
.cid-ukTGIdv7Im .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukTGIdv7Im .container {
    flex-wrap: nowrap;
  }
}
.cid-ukTGIdv7Im .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukTGIdv7Im .dropdown-menu,
.cid-ukTGIdv7Im .navbar.opened {
  background: #000000 !important;
}
.cid-ukTGIdv7Im .nav-item:focus,
.cid-ukTGIdv7Im .nav-link:focus {
  outline: none;
}
.cid-ukTGIdv7Im .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukTGIdv7Im .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukTGIdv7Im .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukTGIdv7Im .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukTGIdv7Im .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukTGIdv7Im .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukTGIdv7Im .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ukTGIdv7Im .navbar.opened {
  transition: all 0.3s;
}
.cid-ukTGIdv7Im .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukTGIdv7Im .navbar .navbar-logo img {
  width: auto;
}
.cid-ukTGIdv7Im .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukTGIdv7Im .navbar.collapsed {
  justify-content: center;
}
.cid-ukTGIdv7Im .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukTGIdv7Im .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukTGIdv7Im .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ukTGIdv7Im .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukTGIdv7Im .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukTGIdv7Im .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-ukTGIdv7Im .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukTGIdv7Im .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukTGIdv7Im .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukTGIdv7Im .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukTGIdv7Im .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukTGIdv7Im .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukTGIdv7Im .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukTGIdv7Im .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-ukTGIdv7Im .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-ukTGIdv7Im .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukTGIdv7Im .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukTGIdv7Im .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukTGIdv7Im .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukTGIdv7Im .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukTGIdv7Im .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukTGIdv7Im .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukTGIdv7Im .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukTGIdv7Im .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukTGIdv7Im .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukTGIdv7Im .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukTGIdv7Im .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukTGIdv7Im .dropdown-item.active,
.cid-ukTGIdv7Im .dropdown-item:active {
  background-color: transparent;
}
.cid-ukTGIdv7Im .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukTGIdv7Im .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukTGIdv7Im .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukTGIdv7Im .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukTGIdv7Im .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukTGIdv7Im .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukTGIdv7Im ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukTGIdv7Im .navbar-buttons {
  text-align: center;
  min-width: 170px;
  margin-bottom: 10px;

}
.cid-ukTGIdv7Im button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukTGIdv7Im button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #44828e;
}
.cid-ukTGIdv7Im button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukTGIdv7Im button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukTGIdv7Im button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukTGIdv7Im button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukTGIdv7Im nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukTGIdv7Im nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukTGIdv7Im nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukTGIdv7Im nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukTGIdv7Im .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukTGIdv7Im a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukTGIdv7Im .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-ukTGIdv7Im .navbar {
    height: 70px;
  }
  .cid-ukTGIdv7Im .navbar.opened {
    height: auto;
  }
  .cid-ukTGIdv7Im .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}




/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* -----------------------------------------------------Index --------------------------------------------------------- */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */





/* ----------------------------------------------------- Home --------------------------------------------------------- */



.cid-uPOybcvqRE {
  background-image: url("../images/dados-globais-pb-1920x1899.jpg");
}
.cid-uPOybcvqRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPOybcvqRE .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 75vh;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cid-uPOybcvqRE .row {
  /* flex-direction: row-reverse; */
  z-index: 3;
}
@media (max-width: 991px) {
  .cid-uPOybcvqRE .image-wrapper {
    margin-bottom: 2rem;
    padding-left: 20px;
  }
}
.cid-uPOybcvqRE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uPOybcvqRE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPOybcvqRE .text-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPOybcvqRE img {
    max-width: 80%;
    margin: 2rem;
  }
}
.cid-uPOybcvqRE .mbr-section-title {
  color: #44828e;
  text-align: center;
}
.cid-uPOybcvqRE .mbr-text,
.cid-uPOybcvqRE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPOybcvqRE img {
    opacity: 100%;
  }
  .cid-uPOybcvqRE .mbr-section-title {
    opacity: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cid-uPOybcvqRE .mbr-text,
  .cid-uPOybcvqRE .mbr-section-btn {
    opacity: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* -------------------------------------------- 4 Blocos do Rodapé Home ---------------------------------------------- */


.cid-uQKWYsazti {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uQKWYsazti {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQKWYsazti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKWYsazti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKWYsazti .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQKWYsazti .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQKWYsazti .content-head {
  max-width: 800px;
}
.cid-uQKWYsazti .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uQKWYsazti .img-wrapper img {
  width: 80px;
  border-radius: 4px;
}
.cid-uQKWYsazti .card-text {
  color: #ffffff;
}


/* -------------------------------------------- Chamada --------------------------------------------------------------- */



.cid-uPP0fY6YxS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/parede-texturizada.jpg");
}
@media (max-width: 768px) {
  .cid-uPP0fY6YxS {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uPP0fY6YxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPP0fY6YxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPP0fY6YxS .mbr-section-title {
  color: #44828e;
}
.cid-uPP0fY6YxS .mbr-section-subtitle {
  color: #ffffff;
}


/* -------------------------------------------- Diferencial ----------------------------------------------------------- */



.cid-uQuMxZ62HX {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-uQuMxZ62HX {
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .cid-uQuMxZ62HX .mbr-section-head {
    padding-left: 10px;
  }
}
.cid-uQuMxZ62HX img,
.cid-uQuMxZ62HX .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uQuMxZ62HX .item:focus,
.cid-uQuMxZ62HX span:focus {
  outline: none;
}
.cid-uQuMxZ62HX .item-wrapper {
  position: relative;
}
.cid-uQuMxZ62HX .slide-content {
  position: relative;
  border-radius: 4px;
  background: #363636;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQuMxZ62HX .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uQuMxZ62HX .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQuMxZ62HX .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uQuMxZ62HX .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uQuMxZ62HX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQuMxZ62HX .mbr-section-title {
  color: #44828e;
  text-align: left;
}
.cid-uQuMxZ62HX .mbr-text,
.cid-uQuMxZ62HX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uQuMxZ62HX .item-title {
  text-align: left;
  color: #44828e;
}
.cid-uQuMxZ62HX .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uQuMxZ62HX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .cid-uQuMxZ62HX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uQuMxZ62HX .embla__button--next,
.cid-uQuMxZ62HX .embla__button--prev {
  display: flex;
}
.cid-uQuMxZ62HX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uQuMxZ62HX .embla__button {
    display: none;
  }
}
.cid-uQuMxZ62HX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQuMxZ62HX .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uQuMxZ62HX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQuMxZ62HX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQuMxZ62HX .embla__button {
    top: auto;
  }
}
.cid-uQuMxZ62HX .embla {
  position: relative;
  width: 100%;
}
.cid-uQuMxZ62HX .embla__viewport {
  overflow: hidden;
  width: 100%;
  align-items: center;
  align-content: center;
}
.cid-uQuMxZ62HX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQuMxZ62HX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQuMxZ62HX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uQuMxZ62HX .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
    padding-left: 20px;
  }
  .cid-uQuMxZ62HX .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uQuMxZ62HX .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uQuMxZ62HX .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uQuMxZ62HX .iconfont-wrapper {
  color: #44828e;
  font-size: 40px;
}
.cid-uQuMxZ62HX .card-title {
  color: #44828e;
}
.cid-uQuMxZ62HX .item-bth {
  color: #44828e;
}


/* ----------------------------------- Conta / Gestão / Produtos e Serviços ------------------------------------------- */



.cid-uPPbxTfucY {
  background-color: #f7f7f7;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/empresario5.jpg");
}
@media (max-width: 768px) {
  .cid-uPPbxTfucY {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uPPbxTfucY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPbxTfucY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uPPbxTfucY .container {
    max-width: 1400px;
  }
}
.cid-uPPbxTfucY .row {
  justify-content: center;
}
.cid-uPPbxTfucY .iconfont-wrapper {
  color: #44828e;
  font-size: 40px;
}
.cid-uPPbxTfucY .card-title {
  color: #44828e;
}

.cid-uPPbxTfucY .card-text {
  color: #000000;
}


/* --------------------------------------------------- Degrade 1 ------------------------------------------------------ */



.cid-uPPwWsN6MX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(360deg, #121212 10%, #000000 100%) !important;
}
@media (max-width: 768px) {
  .cid-uPPwWsN6MX {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uPPwWsN6MX .mbr-fallback-image.disabled {
  display: none;
}

/* --------------------------------------------------- Degrade 2 ------------------------------------------------------ */

.cid-uPPKZ1pLgm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(360deg, #131313 10%, #232323 100%) !important;
}
@media (max-width: 768px) {
  .cid-uPPKZ1pLgm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uPPKZ1pLgm .mbr-fallback-image.disabled {
  display: none;
}

/* --------------------------------------------------- Degrade 3 ------------------------------------------------------ */

.cid-black-232323 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(180deg, #000000 10%, #232323 100%) !important;
}
@media (max-width: 768px) {
  .cid-uPPwWsN6MX {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uPPwWsN6MX .mbr-fallback-image.disabled {
  display: none;
}

/* --------------------------------------------------- Degrade 4 ------------------------------------------------------ */

.cid-uPPwWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(360deg, #232323 10%, #121212 100%) !important;
}
@media (max-width: 768px) {
  .cid-uPPwWs {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.cid-uPPwWs .mbr-fallback-image.disabled {
  display: none;
}

/* --------------------------------------------------- Degrade 5 ------------------------------------------------------ */

.cid-232323-black {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(180deg, #232323 10%, #000000 100%) !important;
}
@media (max-width: 768px) {
  .cid-uPPwWsN6MX {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uPPwWsN6MX .mbr-fallback-image.disabled {
  display: none;
}



/* ----------------------------------------------------- Card --------------------------------------------------------- */



.cid-cardPr0mo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-cardPr0mo {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-cardPr0mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-cardPr0mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-cardPr0mo .content-wrapper {
  background: #121212;
}
@media (max-width: 991px) {
  .cid-cardPr0mo .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-cardPr0mo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-cardPr0mo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-cardPr0mo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-cardPr0mo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-cardPr0mo .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-cardPr0mo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-cardPr0mo .card-title {
  color: #44828e;
}
.cid-cardPr0mo .mbr-text,
.cid-cardPr0mo .mbr-section-btn {
  color: #ffffff;
}


/* --------------------------------------------- Slipt App Produtos --------------------------------------------------- */


.cid-uT8hPSgOXy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uT8hPSgOXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT8hPSgOXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT8hPSgOXy .item {
  padding-top: 3rem;
}
.cid-uT8hPSgOXy .item-wrapper {
  border-radius: 0px;
}
@media (min-width: 992px) {
  .cid-uT8hPSgOXy .item-wrapper {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uT8hPSgOXy .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uT8hPSgOXy .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uT8hPSgOXy .row .row {
    flex-direction: column-reverse;
  }
  .cid-uT8hPSgOXy .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uT8hPSgOXy .img-wrapper img {
  max-width: 360px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uT8hPSgOXy .img-wrapper img {
    display: flex;
    max-width: 300px;
    min-width: 170px;
    display: inline-block;
    margin-bottom: 0.5rem;
    justify-content: center;
  }
}
.cid-uT8hPSgOXy .card-subtitle {
  color: #000000;
}
.cid-uT8hPSgOXy .mbr-text {
  color: #555555;
}
.cid-uT8hPSgOXy .card-title {
  text-align: center;
  color: #44828e;
}
.cid-uT8hPSgOXy .mbr-text,
.cid-uT8hPSgOXy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uT8hPSgOXy .btn-stores {
  max-width: 170px;
  display: inline-block;
  justify-content: center;
  padding: 10px;
}
.cid-uT8hPSgOXy .bg01 {
  background-image: linear-gradient(180deg, #323232 10%, #191919 100%) !important;
}
.cid-uT8hPSgOXy .bg02 {
  background-image: linear-gradient(270deg, #090909 10%, #292929 100%) !important;
}


/* ---------------------------------------- Para quem é o Metal Bank -------------------------------------------------- */


.cid-uQvFtGodVD {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uQvFtGodVD {
    padding-top: 4rem;
    padding-bottom: 0rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uQvFtGodVD img,
.cid-uQvFtGodVD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uQvFtGodVD .item:focus,
.cid-uQvFtGodVD span:focus {
  outline: none;
}
.cid-uQvFtGodVD .item-wrapper {
  position: relative;
}
.cid-uQvFtGodVD .slide-content {
  position: relative;
  border-radius: 4px;
  background: #363636;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQvFtGodVD .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQvFtGodVD .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uQvFtGodVD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQvFtGodVD .mbr-section-title {
  color: #44828e;
  text-align: left;
}
.cid-uQvFtGodVD .mbr-text,
.cid-uQvFtGodVD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uQvFtGodVD .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQvFtGodVD .item-subtitle {
  text-align: left;
}
.cid-uQvFtGodVD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .cid-uQvFtGodVD .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uQvFtGodVD .embla__button--next,
.cid-uQvFtGodVD .embla__button--prev {
  display: flex;
}
.cid-uQvFtGodVD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uQvFtGodVD .embla__button {
    display: none;
  }
}
.cid-uQvFtGodVD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQvFtGodVD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uQvFtGodVD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQvFtGodVD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQvFtGodVD .embla__button {
    top: auto;
  }
}
.cid-uQvFtGodVD .embla {
  position: relative;
  width: 100%;
}
.cid-uQvFtGodVD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uQvFtGodVD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQvFtGodVD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQvFtGodVD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQvFtGodVD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}


/* ------------------------------------------------- Prevenção -------------------------------------------------------- */


.cid-uQHTvhHc0C {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0e0e0e;
}
.cid-uQHTvhHc0C .content-wrapper {
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uQHTvhHc0C .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uQHTvhHc0C .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQHTvhHc0C .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQHTvhHc0C .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQHTvhHc0C .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uQHTvhHc0C .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uQHTvhHc0C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQHTvhHc0C .card-title {
  color: #44828e;
}
.cid-uQHTvhHc0C .mbr-text,
.cid-uQHTvhHc0C .mbr-section-btn {
  color: #ffffff;
}




/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* -----------------------------------------------Página - O Metal ---------------------------------------------------- */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */



/* ---------------------------------------------- Nosso Propósito ------------------------------------------------ */


.cid-uSh0CKhhQL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-uSh0CKhhQL {
    padding-top: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSh0CKhhQL .mbr-section-subtitle {
  color: #44828e;
  text-align: left;
}
.cid-uSh0CKhhQL .mbr-text {
  color: #ffffff;
}


/* --------------------------------------------- A Metal na Prática --------------------------------------------------- */


.cid-uSn47yXIr4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #191919;
}
@media (max-width: 768px) {
  .cid-uSn47yXIr4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSn47yXIr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSn47yXIr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSn47yXIr4 .mbr-text {
  color: #000000;
}
.cid-uSn47yXIr4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSn47yXIr4 .item-wrapper {
  background: #232323;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uSn47yXIr4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSn47yXIr4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uSn47yXIr4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSn47yXIr4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSn47yXIr4 .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uSn47yXIr4 .mbr-section-title {
  color: #44828e;
}
.cid-uSn47yXIr4 .card-text,
.cid-uSn47yXIr4 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSn47yXIr4 .card-title,
.cid-uSn47yXIr4 .iconfont-wrapper {
  text-align: left;
  color: #44828e;
}
.cid-uSn47yXIr4 .mbr-section-subtitle,
.cid-uSn47yXIr4 .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uSn47yXIr4 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSn47yXIr4 .item-content .item-footer {
  margin-top: auto;
}
.cid-uSn47yXIr4 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSn47yXIr4 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSn47yXIr4 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uSn47yXIr4 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}


/* ---------------------------------------------- Quem Somos ------------------------------------------------ */


.cid-uShOSTUpB5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/parede-texturizada.jpg");
}
.cid-uShOSTUpB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uShOSTUpB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uShOSTUpB5 .card-wrapper {
  background: #232323;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .cid-uShOSTUpB5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uShOSTUpB5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uShOSTUpB5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uShOSTUpB5 .mbr-text,
.cid-uShOSTUpB5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uShOSTUpB5 .card-title,
.cid-uShOSTUpB5 .card-box {
  text-align: left;
}


/* ---------------------------------------------- Nossa Proposta de Valor ------------------------------------------------ */


.cid-uSh09s6hFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-uSh09s6hFP {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSh09s6hFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSh09s6hFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSh09s6hFP .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uSh09s6hFP .icon-box {
  background: #44828e;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSh09s6hFP .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uSh09s6hFP .card {
    margin-bottom: 2rem;
  }
  .cid-uSh09s6hFP .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uSh09s6hFP .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSh09s6hFP .card-title,
.cid-uSh09s6hFP .card-box {
  color: #44828e;
}
.cid-uSh09s6hFP .icon-title {
  color: #44828e;
}
.cid-uSh09s6hFP .icon-text {
  color: #ffffff;
}
.cid-uSh09s6hFP .mbr-text,
.cid-uSh09s6hFP .mbr-section-btn {
  color: #ffffff;
}


/* ---------------------------------------------- Título - Tecnologias Metal ------------------------------------------------ */


.cid-uSmVtPdxts {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uSmVtPdxts {
    padding-top: 3rem;
    padding-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSmVtPdxts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmVtPdxts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmVtPdxts .mbr-section-title {
  color: #44828e;
  text-align: left;
}
.cid-uSmVtPdxts .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}


/* ---------------------------------------------- BaaS ------------------------------------------------ */


.cid-uSmQIGlGq5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uSmQIGlGq5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSmQIGlGq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmQIGlGq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmQIGlGq5 .mbr-text {
  color: #000000;
}
.cid-uSmQIGlGq5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSmQIGlGq5 .item-wrapper {
  background: #232323;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uSmQIGlGq5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSmQIGlGq5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uSmQIGlGq5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmQIGlGq5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmQIGlGq5 .mbr-number {
  color: #44828e;
  text-align: left;
}
.cid-uSmQIGlGq5 .mbr-section-title {
  color: #44828e;
}
.cid-uSmQIGlGq5 .card-text,
.cid-uSmQIGlGq5 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSmQIGlGq5 .card-title,
.cid-uSmQIGlGq5 .iconfont-wrapper {
  text-align: left;
  color: #44828e;
}
.cid-uSmQIGlGq5 .mbr-section-subtitle,
.cid-uSmQIGlGq5 .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uSmQIGlGq5 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmQIGlGq5 .item-content .item-footer {
  margin-top: auto;
}
.cid-uSmQIGlGq5 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmQIGlGq5 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSmQIGlGq5 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uSmQIGlGq5 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}


/* ---------------------------------------------- Gateway de Pagamento ------------------------------------------------ */


.cid-uSmVTgmHkO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uSmVTgmHkO {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSmVTgmHkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmVTgmHkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmVTgmHkO .mbr-section-title {
  color: #44828e;
  text-align: left;
}
.cid-uSmVTgmHkO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}


/* ---------------------------------------------- Boxes do Gateway de Pagamento ------------------------------------------------ */


.cid-uSmQoVpICi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uSmQoVpICi {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSmQoVpICi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmQoVpICi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmQoVpICi .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmQoVpICi .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmQoVpICi .item-wrapper {
  background: #bbbbbb;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSmQoVpICi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSmQoVpICi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmQoVpICi .mbr-iconfont {
  display: inline-flex;
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  height: 80px;
  background: #44828e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uSmQoVpICi .mbr-section-title {
  color: #44828e;
  text-align: center;
}
.cid-uSmQoVpICi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSmQoVpICi .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmQoVpICi .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmQoVpICi .content-head {
  max-width: 800px;
}
.cid-uSmQoVpICi .card-title,
.cid-uSmQoVpICi .iconfont-wrapper {
  color: #44828e;
}


/* -------------------------------------- Crescimento Empresarial e Soluções POS ------------------------------------------------ */


.cid-uSmWnvL7na {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uSmWnvL7na {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSmWnvL7na .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmWnvL7na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmWnvL7na .mbr-text {
  color: #ffffff;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmWnvL7na .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uSmWnvL7na .mbr-section-subtitle {
  color: #000000;
}
.cid-uSmWnvL7na .item-wrapper {
  background: #232323;
  margin-bottom: 2rem;
  padding: 2.25rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .cid-uSmWnvL7na .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSmWnvL7na .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uSmWnvL7na .mbr-number {
  color: #44828e;
}
.cid-uSmWnvL7na .mbr-section-title {
  text-align: left;
  color: #44828e;
}
.cid-uSmWnvL7na .mbr-subtitle {
  text-align: center;
}
.cid-uSmWnvL7na .card-text,
.cid-uSmWnvL7na .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}


/* ---------------------------------------------- Gestão Financeira ------------------------------------------------------ */


.cid-uSmY4WP72M {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uSmY4WP72M {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSmY4WP72M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmY4WP72M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmY4WP72M .mbr-text {
  color: #ffffff;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmY4WP72M .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uSmY4WP72M .mbr-section-subtitle {
  color: #000000;
}
.cid-uSmY4WP72M .item-wrapper {
  background: #232323;
  margin-bottom: 2rem;
  padding: 2.25rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .cid-uSmY4WP72M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSmY4WP72M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uSmY4WP72M .mbr-number {
  color: #44828e;
}
.cid-uSmY4WP72M .row {
  flex-direction: row-reverse;
}
.cid-uSmY4WP72M .mbr-section-title {
  text-align: left;
  color: #44828e;
}
.cid-uSmY4WP72M .mbr-subtitle {
  text-align: center;
}
.cid-uSmY4WP72M .card-text,
.cid-uSmY4WP72M .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}


/* ---------------------------------------------- Por que Escolher a Metal? ------------------------------------------------------ */


.cid-uSmZPEFtio {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uSmZPEFtio {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSmZPEFtio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmZPEFtio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmZPEFtio .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmZPEFtio .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmZPEFtio .item-wrapper {
  background: #232323;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSmZPEFtio .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uSmZPEFtio .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmZPEFtio .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #44828e;
  margin-bottom: 1rem;
  width: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50%;
}
.cid-uSmZPEFtio .mbr-section-title {
  color: #44828e;
  text-align: center;
}
.cid-uSmZPEFtio .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSmZPEFtio .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmZPEFtio .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmZPEFtio .content-head {
  max-width: 800px;
}
.cid-uSmZPEFtio .card-title,
.cid-uSmZPEFtio .iconfont-wrapper {
  color: #44828e;
}
.cid-uSmZPEFtio .card-text,
.cid-uSmZPEFtio .item .mbr-section-btn {
  color: #ffffff;
}


/* ---------------------------------------------- Linha do Tempo ------------------------------------------------------ */


.cid-uSsKRiJEQI {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-uSmZPEFtio {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSsKRiJEQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsKRiJEQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsKRiJEQI .timelines-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.cid-uSsKRiJEQI .timeline-element {
  position: relative;
}
.cid-uSsKRiJEQI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uSsKRiJEQI .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #2299aa;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-uSsKRiJEQI .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #2299aa;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-uSsKRiJEQI .iconBackground {
    left: 15px !important;
  }
  .cid-uSsKRiJEQI .separline:before {
    left: 15px !important;
  }
}
.cid-uSsKRiJEQI .mbr-section-title,
.cid-uSsKRiJEQI .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uSsKRiJEQI .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-uSsKRiJEQI .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uSsKRiJEQI .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-uSsKRiJEQI .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-uSsKRiJEQI .timeline-text-content {
  margin-left: 2rem;
}
.cid-uSsKRiJEQI .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uSsKRiJEQI .mbr-timeline-date {
  text-align: right;
  color: #44828e;
}
.cid-uSsKRiJEQI .mbr-text {
  color: #ffffff;
}
.cid-uSsKRiJEQI .mbr-section-title {
  color: #44828e;
}
.cid-uSsKRiJEQI .mbr-timeline-title {
  color: #44828e;
}


/* ----------------------------------------- Área Nosso Time com Fotos ----------------------------------------------- */


.cid-uT27z78Ww2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uT27z78Ww2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uT27z78Ww2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT27z78Ww2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT27z78Ww2 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uT27z78Ww2 .mbr-section-title {
  text-align: left;
  color: #44828e;
}


/* imagem à esquerda -  cid-uT251Hpj1M  --- */
/* imagem à direita  -  cid-uT25UhFtf7  --- */


.cid-uT251Hpj1M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uT251Hpj1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT251Hpj1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT251Hpj1M .card-wrapper {
  overflow: hidden;
}
.cid-uT251Hpj1M .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uT251Hpj1M .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uT251Hpj1M .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uT251Hpj1M .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uT251Hpj1M .row {
  flex-direction: row-reverse;
}
.cid-uT251Hpj1M .image-wrapper {
  padding: 0 1rem;
}
.cid-uT251Hpj1M img,
.cid-uT251Hpj1M .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uT251Hpj1M img,
  .cid-uT251Hpj1M .image-wrapper {
    max-height: 350px;
    object-position: top;
  }
}
.cid-uT251Hpj1M .mbr-section-title {
  color: #44828e;
}
.cid-uT251Hpj1M .mbr-text {
  color: #000000;
}
.cid-uT251Hpj1M .mbr-text,
.cid-uT251Hpj1M .mbr-section-btn {
  color: #ffffff;
}




.cid-uT25UhFtf7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uT25UhFtf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT25UhFtf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT25UhFtf7 .card-wrapper {
  overflow: hidden;
}
.cid-uT25UhFtf7 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uT25UhFtf7 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uT25UhFtf7 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uT25UhFtf7 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uT25UhFtf7 .image-wrapper {
  padding: 0 1rem;
}
.cid-uT25UhFtf7 img,
.cid-uT25UhFtf7 .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uT25UhFtf7 img,
  .cid-uT25UhFtf7 .image-wrapper {
    max-height: 350px;
    object-position: top;
  }
}
.cid-uT25UhFtf7 .mbr-section-title {
  color: #44828e;
}
.cid-uT25UhFtf7 .mbr-text {
  color: #000000;
}
.cid-uT25UhFtf7 .mbr-text,
.cid-uT25UhFtf7 .mbr-section-btn {
  color: #ffffff;
}


.space-section {
  height: 100px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .space-section {
  height: 10px;
  }
}




/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ----------------------------------------- Página - Produtos e Serviços --------------------------------------------- */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */




/* ----------------------------------------- Descrições - Produtos e Serviços ----------------------------------------- */

.cid-uSrYYhiwAY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uSrYYhiwAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrYYhiwAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrYYhiwAY .mbr-text {
  color: #000000;
}
.cid-uSrYYhiwAY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSrYYhiwAY .item-wrapper {
  background: #121212;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .cid-uSrYYhiwAY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSrYYhiwAY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uSrYYhiwAY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSrYYhiwAY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSrYYhiwAY .mbr-number {
  color: #44828e;
  text-align: left;
}
.cid-uSrYYhiwAY .mbr-section-title {
  color: #44828e;
}
.cid-uSrYYhiwAY .card-text,
.cid-uSrYYhiwAY .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSrYYhiwAY .card-title,
.cid-uSrYYhiwAY .iconfont-wrapper {
  text-align: left;
  color: #44828e;
}
.cid-uSrYYhiwAY .mbr-section-subtitle,
.cid-uSrYYhiwAY .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uSrYYhiwAY .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSrYYhiwAY .item-content .item-footer {
  margin-top: auto;
}
.cid-uSrYYhiwAY .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSrYYhiwAY .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSrYYhiwAY .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uSrYYhiwAY .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}

/* ----------------------------------------- Área Imagens Produtos e Serviços --------------------------------------------- */

.cid-uSzbdk9mVt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uSzbdk9mVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSzbdk9mVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSzbdk9mVt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSzbdk9mVt .row {
  flex-direction: row-reverse;
}
.cid-uSzbdk9mVt img {
  width: 100%;
}


/* --------------------------------------- Confira outras soluções -------------------------------------------- */


.cid-uQGC0D9syL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-uQGC0D9syL {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.cid-uQGC0D9syL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGC0D9syL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGC0D9syL .nav-tabs .nav-item.open .nav-link:focus,
.cid-uQGC0D9syL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uQGC0D9syL .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #44828e;
}
@media (max-width: 767px) {
  .cid-uQGC0D9syL .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uQGC0D9syL .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uQGC0D9syL .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uQGC0D9syL .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uQGC0D9syL .nav-link,
.cid-uQGC0D9syL .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uQGC0D9syL .nav-tabs .nav-link.active {
  color: #44828e;
  border-bottom: 3px solid #44828e;
}
.cid-uQGC0D9syL H4 {
  text-align: left;
  color: #ffffff;
}
.cid-uQGC0D9syL H3 {
  text-align: left;
  color: #44828e;
}
.cid-uQGC0D9syL P {
  color: #ffffff;
}




/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ---------------------------------------------- Página - Ajuda ------------------------------------------------------ */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */


.cid-uQGC1BYTPA {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-uQGC1BYTPA {
    padding-top: 0rem;
    padding-bottom: 2rem;
    padding-left: 20px;
    padding-right: 10px;
  }
}
.cid-uQGC1BYTPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGC1BYTPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGC1BYTPA .mbr-iconfont {
  font-size: 1.4rem !important;
  color: #295a66;
  margin-left: 1rem;
}
.cid-uQGC1BYTPA .panel-group {
  border: none;
}
.cid-uQGC1BYTPA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQGC1BYTPA .panel-body,
.cid-uQGC1BYTPA .card-header {
  padding: 1rem 0;
}
.cid-uQGC1BYTPA .panel-title-edit {
  color: #cbe0e3;
}
.cid-uQGC1BYTPA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;border-bottom: 1px solid rgba(255, 255, 255, .125);
}
.cid-uQGC1BYTPA h3 {
  color: #44828e;
  text-align: left;
}
.cid-uQGC1BYTPA .panel-text {
  color: #ffffff;
}





/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* -------------------------------------------- Geral - Topos das páginas --------------------------------------------- */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */





.cid-uQXxiqzdhY {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: url("../images/parede-texturizada_logo.jpg");
  height: 400px;
  background-color: #121212;
}
@media (max-width: 768px) {
  .cid-uQXxiqzdhY {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQXxiqzdhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXxiqzdhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXxiqzdhY .mbr-section-title {
  text-align: left;
}
.cid-uQXxiqzdhY .mbr-text,
.cid-uQXxiqzdhY .mbr-section-btn {
  text-align: left;
}





/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ------------------------------------------- Geral - Finais das páginas --------------------------------------------- */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */
/* ******************************************************************************************************************** */



/* ---------------------------------------------- Geral - Fale Conosco ------------------------------------------------ */


.cid-uSopyx8y8D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uSopyx8y8D {
    padding-top: 3rem;
    padding-bottom: 0rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSopyx8y8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSopyx8y8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSopyx8y8D .mbr-text {
  color: #ffffff;
}
.cid-uSopyx8y8D .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSopyx8y8D .item-wrapper {
  background: #295a66;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .cid-uSopyx8y8D .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSopyx8y8D .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uSopyx8y8D .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSopyx8y8D .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSopyx8y8D .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uSopyx8y8D .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uSopyx8y8D .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2299aa;
  background-color: #2299aa;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uSopyx8y8D .mbr-text UL {
  text-align: left;
}
.cid-uSopyx8y8D .mbr-section-subtitle,
.cid-uSopyx8y8D .main-button {
  color: #ffffff;
}
.cid-uSopyx8y8D .mbr-section-title {
  color: #44828e;
}


/* ------------------------------------------------- Abra sua Conta ------------------------------------------------------ */



.cid-uPPu334I72 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #131313;
}
@media (max-width: 768px) {
  .cid-uPPu334I72 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 20px;
    padding-right: 10px;
  }
}
.cid-uPPu334I72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPu334I72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPu334I72 .mbr-section-title {
  color: #44828e;
}



/* -------------------------------------------- Rodapé Expediente Contato ------------------------------------------------ */



.cid-uPPypBx0D6 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uPPypBx0D6 {
    padding-top: 4rem;
    padding-bottom: 1rem;
    padding-left: 20px;
  }
}
.cid-uPPypBx0D6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPypBx0D6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPypBx0D6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPPypBx0D6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPPypBx0D6 .row {
    text-align: left;
  }
  .cid-uPPypBx0D6 .row > div {
    margin: auto;
  }
  .cid-uPPypBx0D6 .social-row {
    justify-content: left;
  }
}
.cid-uPPypBx0D6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPPypBx0D6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uPPypBx0D6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPPypBx0D6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uPPypBx0D6 .mbr-text {
  color: #ffffff;
}
.cid-uPPypBx0D6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPPypBx0D6 .soc-item:before {
  padding: 0.6rem;
}
.cid-uPPypBx0D6 .soc-item:hover {
  background-color: #44828e;
  color: #ffffff;
}
.cid-uPPypBx0D6 .mbr-iconfont-social {
  color: #295a66;
}
.cid-uPPypBx0D6 .mbr-iconfont-social:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uPPypBx0D6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPPypBx0D6 h5 {
  color: #cbe0e3;
}
.cid-uPPypBx0D6 .subtitle {
  color: #44828e;
  line-height: 1.3;
}

.icon-rodape {
  color: #44828e;
  font-size: 30px;
  padding-right: 20px;
  margin-right: 20px;
  padding-top: 0;
}



/* ------------------------------------------------- Copyright -------------------------------------------------------- */



.cid-uPPAtRrnBC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #111111;
}
@media (max-width: 768px) {
  .cid-uPPAtRrnBC {
    padding-top: 3rem;
    padding-bottom: 1rem;
    padding-left: 30px;
  }
}
.cid-uPPAtRrnBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPAtRrnBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPAtRrnBC .mbr-section-subtitle {
  color: #ffffff;
}


.line {
  color: #295a66;
  width: 100%;
  height: 2px;
  align-content: center;
  border-top: solid; 1px;
  margin-bottom: 50px;
  opacity: 100%;
}
.line-webflow {
  color: #295a66;
  width: 100%;
  height: 2px;
  align-content: center;
  border-top: solid; 1px;
  margin-bottom: px;
  opacity: 100%;
}
.line-rodape {
  color: #295a66;
  width: 100%;
  height: 1px;
  align-content: center;
  border-top: solid; 1px;
  margin-bottom: 20px;
  opacity: 50%;
}



/* --------------------------------------------- Formulário Convite --------------------------------------------------- */



.cid-uRg3U0k0dM section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uRg3U0k0dM body {
  overflow: hidden;
}
.cid-uRg3U0k0dM a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .cid-uRg3U0k0dM .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-uRg3U0k0dM .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-uRg3U0k0dM .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-uRg3U0k0dM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uRg3U0k0dM {
  background-color: #232323;
}
.cid-uRg3U0k0dM .row {
  flex-direction: row-reverse !important;
}
.cid-uRg3U0k0dM .justify-content-center {
  align-items: center;
}
.cid-uRg3U0k0dM .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uRg3U0k0dM .mbr-text,
.cid-uRg3U0k0dM .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRg3U0k0dM .item-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRg3U0k0dM .item-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uRg3U0k0dM .item-wrapper {
    padding: 2rem;
  }
}
.cid-uRg3U0k0dM .image-wrapper {
    margin-bottom: 0rem;
}

.cid-uRg3U0k0dM .mbr-section-title {
  text-align: left;
  color: #44828e;
}

.cid-uRg3U0k0dM .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}









.webflow {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
@media (max-width: 768px) {
  .webflow {
    padding-left: 30px;
    padding-right: 30px;
  }
}