@import url(css.css);
@import url(css1.css);





body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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.625rem 0.874rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.3125rem 2.5rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #04042a !important;
}
.bg-success {
  background-color: #1e7c3a !important;
}
.bg-info {
  background-color: #74a3c7 !important;
}
.bg-warning {
  background-color: #ffd785 !important;
}
.bg-danger {
  background-color: #04042a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #04042a !important;
  border-color: #04042a !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a25dae !important;
  border-color: #a25dae !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: #854890 !important;
  border-color: #854890 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #854890 !important;
  border-color: #854890 !important;
}
.btn-info,
.btn-info:active {
  background-color: #74a3c7 !important;
  border-color: #74a3c7 !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: #508bb8 !important;
  border-color: #508bb8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #508bb8 !important;
  border-color: #508bb8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1e7c3a !important;
  border-color: #1e7c3a !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: #145327 !important;
  border-color: #145327 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #145327 !important;
  border-color: #145327 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd785 !important;
  border-color: #ffd785 !important;
  color: #855900 !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: #523700 !important;
  background-color: #ffc652 !important;
  border-color: #ffc652 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #855900 !important;
  background-color: #ffc652 !important;
  border-color: #ffc652 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #04042a !important;
  border-color: #04042a !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !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: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover: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-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #04042a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #04042a !important;
  border-color: #04042a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a25dae;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #854890 !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: #a25dae !important;
  border-color: #a25dae !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #74a3c7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #508bb8 !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: #74a3c7 !important;
  border-color: #74a3c7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1e7c3a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #145327 !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: #1e7c3a !important;
  border-color: #1e7c3a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd785;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc652 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #855900 !important;
  background-color: #ffd785 !important;
  border-color: #ffd785 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #04042a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #04042a !important;
  border-color: #04042a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #04042a !important;
}
.text-secondary {
  color: #a25dae !important;
}
.text-success {
  color: #1e7c3a !important;
}
.text-info {
  color: #74a3c7 !important;
}
.text-warning {
  color: #ffd785 !important;
}
.text-danger {
  color: #04042a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #854890 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #145327 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #508bb8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc652 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #74a3c7;
}
.alert-warning {
  background-color: #ffd785;
}
.alert-danger {
  background-color: #04042a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #04042a;
  border-color: #04042a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #04042a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9d9df6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #47d271;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cfdfec;
}
.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: #9d9df6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #04042a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #04042a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #04042a;
  border-bottom-color: #04042a;
}
.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: #04042a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #a25dae !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='%2304042a' %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-srfQ7SfkoP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srfQ7SfkoP .navbar-fixed-top {
  padding-top: 0;
}
.cid-srfQ7SfkoP .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-srfQ7SfkoP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srfQ7SfkoP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown-item {
  padding: 0;
}
.cid-srfQ7SfkoP .dropdown-item,
.cid-srfQ7SfkoP .nav-link,
.cid-srfQ7SfkoP .brand-name {
  font-style: normal;
}
.cid-srfQ7SfkoP .dropdown-item:hover,
.cid-srfQ7SfkoP .nav-link:hover,
.cid-srfQ7SfkoP .brand-name:hover {
  color: #04042a !important;
}
.cid-srfQ7SfkoP .dropdown-menu {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srfQ7SfkoP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srfQ7SfkoP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srfQ7SfkoP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-srfQ7SfkoP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .content-text {
  margin-bottom: 0;
}
.cid-srfQ7SfkoP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srfQ7SfkoP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srfQ7SfkoP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srfQ7SfkoP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srfQ7SfkoP .nav-dropdown .link {
  font-weight: 400;
}
.cid-srfQ7SfkoP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srfQ7SfkoP .content-right-side {
  text-align: center;
}
.cid-srfQ7SfkoP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srfQ7SfkoP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srfQ7SfkoP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srfQ7SfkoP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srfQ7SfkoP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srfQ7SfkoP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-srfQ7SfkoP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-srfQ7SfkoP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-srfQ7SfkoP .navbar {
    display: block;
    padding: 0;
  }
  .cid-srfQ7SfkoP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srfQ7SfkoP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-srfQ7SfkoP .navbar-toggler {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-srfQ7SfkoP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-srfQ7SfkoP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srfQ7SfkoP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srfQ7SfkoP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srfQ7SfkoP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-srfQ7SfkoP button.navbar-toggler:focus {
  outline: none;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .btn {
  display: flex;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .collapsed button.navbar-toggler {
  display: block;
}
.cid-srfQ7SfkoP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srfQ7SfkoP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-srfQ7SfkoP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-srfQ7SfkoP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-srfQ7SfkoP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing,
  .cid-srfQ7SfkoP .navbar-collapse.show {
    display: block !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srfQ7SfkoP img {
    height: 3.8rem !important;
  }
  .cid-srfQ7SfkoP .btn {
    display: flex;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    display: block;
  }
  .cid-srfQ7SfkoP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srfQ7SfkoP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-srfQ7SfkoP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srfQ7SfkoP .nav-link:focus {
  outline: none;
}
.cid-srfQ7SfkoP .navbar-toggler {
  position: relative;
}
.cid-srfQ7SfkoP .dropdown-item.active,
.cid-srfQ7SfkoP .dropdown-item:active {
  color: initial;
}
.cid-srfQ7SfkoP .widget-title,
.cid-srfQ7SfkoP .widget-icon {
  color: #e9e9e9;
}
.cid-srfQ7SfkoP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-srfQ7SfkoP .menu-logo {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar {
    padding: 0;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-srfLnrhDa4 {
  background-image: url("../image/mbr-1-1920x1275.jpg");
}
.cid-srfLnrhDa4 .mbr-text,
.cid-srfLnrhDa4 .typed-text,
.cid-srfLnrhDa4 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-srfLnrhDa4 .btn {
  margin-left: 4px !important;
  color: black!important;
  font-weight: 600!important;
}
.cid-srfLnrhDa4 .btn:hover {
  margin-left: 4px !important;
  color: white!important;
}
.cid-srfLnrhDa4 .animated-element {
  color: #ffbc00;
}
.cid-srfLnrhDa4 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-srfO2rjEz8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-srfO2rjEz8 .mbr-section-title {
  color: #2a2828;
}
.cid-srfIWtk0IT {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-srfIWtk0IT button {
  background-color: #04042a;
  color: white;
  align: center;
  text-align: center!important;
  border: solid 1px #04042a;
  border-radius: 3px;
  height: 32px;
  width: 120px;
  position: relative;
  margin: 0 auto;
  font-family: "open sans";
  font-size: 15px;
  margin-bottom: 10px;
}
.cid-srfIWtk0IT button:hover {
  background-color: black;
}
.cid-srfIWtk0IT .btn-place {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srfIWtk0IT p {
  line-height: 1.6;
}
.cid-srfIWtk0IT .colu-direita {
  margin-top: ;
}
.cid-srfIWtk0IT .novos-icons {
  width: 50px;
}
.cid-srfIWtk0IT .card-img {
  width: auto;
}
.cid-srfIWtk0IT .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-srfIWtk0IT .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srfIWtk0IT .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-srfIWtk0IT .card {
  height: 100%;
  margin: auto;
}
.cid-srfIWtk0IT img {
  width: 100%;
  heigth: auto;
}
.cid-srfIWtk0IT .card-title1 {
  color: #04042a;
  text-align: center;
}
.cid-srfIWtk0IT .mbr-text1 {
  color: #2a2828;
  text-align: center;
}
.cid-srfIWtk0IT .card-title2 {
  color: #04042a;
  text-align: center;
}
.cid-srfIWtk0IT .mbr-text2 {
  color: #111111;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-srfIWtk0IT .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-srfIWtk0IT .card-img {
    order: 1;
  }
  .cid-srfIWtk0IT .card-box {
    order: 2;
  }
}
.cid-srfOUp8F2J {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srcyLpOR7l {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srcyLpOR7l .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-srcyLpOR7l .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #04042a;
}
.cid-srcyLpOR7l .contents .mbr-subtitle {
  color: #a25dae;
  margin-bottom: 10px;
}
.cid-srcyLpOR7l .contents .mbr-section-text {
  margin-top: 20px;
  color: #74a3c7;
}
.cid-srcyLpOR7l .carousel-item {
  justify-content: center;
}
.cid-srcyLpOR7l .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-srcyLpOR7l .carousel-item .wrap-img {
  text-align: center;
  transform: all 0.3s ease-in-out;
}
.cid-srcyLpOR7l .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 70%;
  opacity: 0.8;
  transform: all 0.3s ease-in-out;
}
.cid-srcyLpOR7l .carousel-item .wrap-img:hover img {
  opacity: 1;
}
.cid-srcyLpOR7l .carousel {
  height: 200px!important;
  padding-top: 35px;
}
@media (max-width: 991px) {
  .cid-srcyLpOR7l .carousel-controls {
    display: none;
  }
}
.cid-srcyLpOR7l .carousel-controls .carousel-control-prev,
.cid-srcyLpOR7l .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-srcyLpOR7l .carousel-controls .carousel-control-prev {
  left: -94px;
}
.cid-srcyLpOR7l .carousel-controls .carousel-control-next {
  right: -94px;
}
.cid-srcyLpOR7l .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-srcyLpOR7l .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #13287d;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-srcyLpOR7l .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srcyLpOR7l .carousel-control {
    display: none;
  }
  .cid-srcyLpOR7l .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-srcyLpOR7l .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-srcyLpOR7l .cloneditem-1,
.cid-srcyLpOR7l .cloneditem-2,
.cid-srcyLpOR7l .cloneditem-3,
.cid-srcyLpOR7l .cloneditem-4,
.cid-srcyLpOR7l .cloneditem-5 {
  display: none;
}
.cid-srcyLpOR7l .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-srcyLpOR7l .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-srcyLpOR7l .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-srcyLpOR7l .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-srcyLpOR7l .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-srcyLpOR7l .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srcyLpOR7l .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides2 .cloneditem-1,
  .cid-srcyLpOR7l .carousel-inner.slides2 .cloneditem-2,
  .cid-srcyLpOR7l .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-srcyLpOR7l .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-srcyLpOR7l .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-srcyLpOR7l .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-srcyLpOR7l .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srcyLpOR7l .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides3 .cloneditem-1,
  .cid-srcyLpOR7l .carousel-inner.slides3 .cloneditem-2,
  .cid-srcyLpOR7l .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-srcyLpOR7l .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-srcyLpOR7l .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-srcyLpOR7l .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-srcyLpOR7l .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srcyLpOR7l .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides4 .cloneditem-1,
  .cid-srcyLpOR7l .carousel-inner.slides4 .cloneditem-2,
  .cid-srcyLpOR7l .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-srcyLpOR7l .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-srcyLpOR7l .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-srcyLpOR7l .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-srcyLpOR7l .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srcyLpOR7l .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides5 .cloneditem-1,
  .cid-srcyLpOR7l .carousel-inner.slides5 .cloneditem-2,
  .cid-srcyLpOR7l .carousel-inner.slides5 .cloneditem-3,
  .cid-srcyLpOR7l .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-srcyLpOR7l .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-srcyLpOR7l .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-srcyLpOR7l .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-srcyLpOR7l .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srcyLpOR7l .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srcyLpOR7l .carousel-inner.slides6 .cloneditem-1,
  .cid-srcyLpOR7l .carousel-inner.slides6 .cloneditem-2,
  .cid-srcyLpOR7l .carousel-inner.slides6 .cloneditem-3,
  .cid-srcyLpOR7l .carousel-inner.slides6 .cloneditem-4,
  .cid-srcyLpOR7l .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-srcyLpOR7l .mbr-section-title {
  margin: 0;
}
.cid-srcyLpOR7l .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 0px 0px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srcyLpOR7l .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-srcyLpOR7l .carousel-control-prev {
    left: 15px !important;
  }
  .cid-srcyLpOR7l .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-srcyLpOR7l .carousel-control-next {
    right: 15px !important;
  }
  .cid-srcyLpOR7l .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-srcyLpOR7l .contents .mbr-section-title {
  color: #2a2828;
}
.cid-srcPfFGhKZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../image/mbr-1920x1280.jpg");
}
.cid-srcPfFGhKZ .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-srcPfFGhKZ .card-title {
  font-weight: 600;
}
.cid-srcPfFGhKZ .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-srcPfFGhKZ .card-img span {
  border: 2px solid #eeeeee;
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #eeeeee;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-srcPfFGhKZ .card {
    margin-bottom: 2rem;
  }
}
.cid-srcPfFGhKZ .card-wrapper .card-box .card-title,
.cid-srcPfFGhKZ .card-wrapper .card-box .card-img,
.cid-srcPfFGhKZ .card-wrapper .card-box .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-srcPfFGhKZ .title .mbr-section-title,
.cid-srcPfFGhKZ .title .mbr-section-btn {
  color: #ffffff;
}
.cid-srcPfFGhKZ .card-wrapper .card-box .card-title,
.cid-srcPfFGhKZ .card-wrapper .card-box .card-img,
.cid-srcPfFGhKZ .card-wrapper .card-box .mbr-section-btn DIV {
  text-align: center;
}
.cid-srcCVMEecP {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srcCVMEecP #topran {
  margin-top: 50px;
}
.cid-srcCVMEecP .carousel {
  height: 200px!important;
  padding-top: 35px;
}
.cid-srcCVMEecP .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-srcCVMEecP .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #04042a;
}
.cid-srcCVMEecP .contents .mbr-subtitle {
  color: #a25dae;
  margin-bottom: 10px;
}
.cid-srcCVMEecP .contents .mbr-section-text {
  margin-top: 20px;
  color: #74a3c7;
}
.cid-srcCVMEecP .carousel-item {
  justify-content: center;
}
.cid-srcCVMEecP .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-srcCVMEecP .carousel-item .wrap-img {
  text-align: center;
  transform: all 0.3s ease-in-out;
}
.cid-srcCVMEecP .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
  opacity: 0.8;
  transform: all 0.3s ease-in-out;
}
.cid-srcCVMEecP .carousel-item .wrap-img:hover img {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-srcCVMEecP .carousel-controls {
    display: none;
  }
}
.cid-srcCVMEecP .carousel-controls .carousel-control-prev,
.cid-srcCVMEecP .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-srcCVMEecP .carousel-controls .carousel-control-prev {
  left: -94px;
}
.cid-srcCVMEecP .carousel-controls .carousel-control-next {
  right: -94px;
}
.cid-srcCVMEecP .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-srcCVMEecP .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #13287d;
  background: #ffffff;
  font-weight: bold;
  -shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-srcCVMEecP .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srcCVMEecP .carousel-control {
    display: none;
  }
  .cid-srcCVMEecP .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-srcCVMEecP .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-srcCVMEecP .cloneditem-1,
.cid-srcCVMEecP .cloneditem-2,
.cid-srcCVMEecP .cloneditem-3,
.cid-srcCVMEecP .cloneditem-4,
.cid-srcCVMEecP .cloneditem-5 {
  display: none;
}
.cid-srcCVMEecP .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-srcCVMEecP .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-srcCVMEecP .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-srcCVMEecP .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-srcCVMEecP .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-srcCVMEecP .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srcCVMEecP .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides2 .cloneditem-1,
  .cid-srcCVMEecP .carousel-inner.slides2 .cloneditem-2,
  .cid-srcCVMEecP .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-srcCVMEecP .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-srcCVMEecP .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-srcCVMEecP .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-srcCVMEecP .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srcCVMEecP .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides3 .cloneditem-1,
  .cid-srcCVMEecP .carousel-inner.slides3 .cloneditem-2,
  .cid-srcCVMEecP .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-srcCVMEecP .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-srcCVMEecP .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-srcCVMEecP .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-srcCVMEecP .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srcCVMEecP .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides4 .cloneditem-1,
  .cid-srcCVMEecP .carousel-inner.slides4 .cloneditem-2,
  .cid-srcCVMEecP .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-srcCVMEecP .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-srcCVMEecP .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-srcCVMEecP .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-srcCVMEecP .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srcCVMEecP .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides5 .cloneditem-1,
  .cid-srcCVMEecP .carousel-inner.slides5 .cloneditem-2,
  .cid-srcCVMEecP .carousel-inner.slides5 .cloneditem-3,
  .cid-srcCVMEecP .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-srcCVMEecP .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-srcCVMEecP .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-srcCVMEecP .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-srcCVMEecP .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srcCVMEecP .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srcCVMEecP .carousel-inner.slides6 .cloneditem-1,
  .cid-srcCVMEecP .carousel-inner.slides6 .cloneditem-2,
  .cid-srcCVMEecP .carousel-inner.slides6 .cloneditem-3,
  .cid-srcCVMEecP .carousel-inner.slides6 .cloneditem-4,
  .cid-srcCVMEecP .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-srcCVMEecP .mbr-section-title {
  margin: 0;
}
.cid-srcCVMEecP .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 0px 0px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srcCVMEecP .slider-clients {
    outline: 5px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-srcCVMEecP .carousel-control-prev {
    left: 15px !important;
  }
  .cid-srcCVMEecP .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-srcCVMEecP .carousel-control-next {
    right: 15px !important;
  }
  .cid-srcCVMEecP .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-srcCVMEecP .contents .mbr-section-title {
  color: #2a2828;
}
.cid-srd26xt7AQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .content {
    text-align: center;
  }
  .cid-srd26xt7AQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srd26xt7AQ .logo-subtitle {
  color: #8d97ad;
}
.cid-srd26xt7AQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-srd26xt7AQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-srd26xt7AQ .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-srd26xt7AQ img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-srd26xt7AQ mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-srd26xt7AQ #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-srd26xt7AQ #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-srd26xt7AQ #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srd26xt7AQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-srd26xt7AQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srd26xt7AQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srd26xt7AQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srd26xt7AQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srd26xt7AQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srd26xt7AQ .list-item {
  display: flex;
}
.cid-srd26xt7AQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-srd26xt7AQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-srd26xt7AQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-srd26xt7AQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-srd26xt7AQ .mbr-text {
  color: #ffffff;
}
.cid-srd26xt7AQ .column-title {
  color: #ffffff;
}
.cid-srd26xt7AQ P {
  color: #ffffff;
  text-align: left;
}
.cid-srd26xt7AQ .logo-subtitle,
.cid-srd26xt7AQ .media-wrap {
  color: #ffffff;
}
.cid-srcSutKj2X {
  padding-top: 165px;
  background-image: url("../image/mbr-5-1920x1280.jpg");
}
.cid-srcSutKj2X .text-content {
  padding-bottom: 60px;
}
.cid-srcSutKj2X .content-container .btn-bgr {
  z-index: 0;
}
.cid-srcSutKj2X .box-item-text {
  color: #000000;
}
.cid-srcSutKj2X .box-item {
  padding: 2.5rem;
}
.cid-srcSutKj2X .box-item:first-child {
  background-color: #eeeeee;
}
.cid-srcSutKj2X .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-srcSutKj2X .box-item:last-child {
  background-color: #ffffff;
}
.cid-srcSutKj2X .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-srcSutKj2X .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-srcSutKj2X .box-list li:last-child {
  border-bottom: none;
}
.cid-srcSutKj2X .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-srcSutKj2X .mbr-iconfont {
  color: #04042a;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-srcSutKj2X .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-srcSutKj2X .mbr-section-subtitle,
  .cid-srcSutKj2X .mbr-section-title,
  .cid-srcSutKj2X .mbr-text,
  .cid-srcSutKj2X .mbr-section-btn,
  .cid-srcSutKj2X .icon-block-top,
  .cid-srcSutKj2X .box-item-title,
  .cid-srcSutKj2X .box-item-text {
    text-align: center !important;
  }
}
.cid-srcSutKj2X .mbr-section-title {
  color: #ffffff;
}
.cid-srcSutKj2X .mbr-text,
.cid-srcSutKj2X .mbr-section-btn {
  color: #eeeeee;
}
.cid-srcSutKj2X .mbr-section-subtitle {
  color: #767676;
}
.cid-srcSutKj2X .icon-block-top,
.cid-srcSutKj2X .box-item-title {
  color: #111111;
}
.cid-srVEzZroBW {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srVEzZroBW .carousel {
  height: 200px!important;
  padding-top: 35px;
}
.cid-srVEzZroBW .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-srVEzZroBW .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #04042a;
}
.cid-srVEzZroBW .contents .mbr-subtitle {
  color: #a25dae;
  margin-bottom: 10px;
}
.cid-srVEzZroBW .contents .mbr-section-text {
  margin-top: 20px;
  color: #74a3c7;
}
.cid-srVEzZroBW .carousel-item {
  justify-content: center;
}
.cid-srVEzZroBW .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-srVEzZroBW .carousel-item .wrap-img {
  text-align: center;
  transform: all 0.3s ease-in-out;
}
.cid-srVEzZroBW .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 70%;
  opacity: 0.8;
  transform: all 0.3s ease-in-out;
}
.cid-srVEzZroBW .carousel-item .wrap-img:hover img {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-srVEzZroBW .carousel-controls {
    display: none;
  }
}
.cid-srVEzZroBW .carousel-controls .carousel-control-prev,
.cid-srVEzZroBW .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-srVEzZroBW .carousel-controls .carousel-control-prev {
  left: -94px;
}
.cid-srVEzZroBW .carousel-controls .carousel-control-next {
  right: -94px;
}
.cid-srVEzZroBW .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-srVEzZroBW .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #13287d;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-srVEzZroBW .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srVEzZroBW .carousel-control {
    display: none;
  }
  .cid-srVEzZroBW .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-srVEzZroBW .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-srVEzZroBW .cloneditem-1,
.cid-srVEzZroBW .cloneditem-2,
.cid-srVEzZroBW .cloneditem-3,
.cid-srVEzZroBW .cloneditem-4,
.cid-srVEzZroBW .cloneditem-5 {
  display: none;
}
.cid-srVEzZroBW .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-srVEzZroBW .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-srVEzZroBW .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-srVEzZroBW .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-srVEzZroBW .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-srVEzZroBW .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srVEzZroBW .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides2 .cloneditem-1,
  .cid-srVEzZroBW .carousel-inner.slides2 .cloneditem-2,
  .cid-srVEzZroBW .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-srVEzZroBW .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-srVEzZroBW .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-srVEzZroBW .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-srVEzZroBW .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srVEzZroBW .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides3 .cloneditem-1,
  .cid-srVEzZroBW .carousel-inner.slides3 .cloneditem-2,
  .cid-srVEzZroBW .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-srVEzZroBW .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-srVEzZroBW .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-srVEzZroBW .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-srVEzZroBW .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srVEzZroBW .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides4 .cloneditem-1,
  .cid-srVEzZroBW .carousel-inner.slides4 .cloneditem-2,
  .cid-srVEzZroBW .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-srVEzZroBW .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-srVEzZroBW .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-srVEzZroBW .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-srVEzZroBW .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srVEzZroBW .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides5 .cloneditem-1,
  .cid-srVEzZroBW .carousel-inner.slides5 .cloneditem-2,
  .cid-srVEzZroBW .carousel-inner.slides5 .cloneditem-3,
  .cid-srVEzZroBW .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-srVEzZroBW .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-srVEzZroBW .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-srVEzZroBW .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-srVEzZroBW .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-srVEzZroBW .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-srVEzZroBW .carousel-inner.slides6 .cloneditem-1,
  .cid-srVEzZroBW .carousel-inner.slides6 .cloneditem-2,
  .cid-srVEzZroBW .carousel-inner.slides6 .cloneditem-3,
  .cid-srVEzZroBW .carousel-inner.slides6 .cloneditem-4,
  .cid-srVEzZroBW .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-srVEzZroBW .mbr-section-title {
  margin: 0;
}
.cid-srVEzZroBW .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 0px 0px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srVEzZroBW .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-srVEzZroBW .carousel-control-prev {
    left: 15px !important;
  }
  .cid-srVEzZroBW .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-srVEzZroBW .carousel-control-next {
    right: 15px !important;
  }
  .cid-srVEzZroBW .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-srVEzZroBW .contents .mbr-section-title {
  color: #2a2828;
}
.cid-srcSvvU4cM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../image/mbr-2-1920x1280.jpg");
}
.cid-srcSvvU4cM .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-srcSvvU4cM .card-title {
  font-weight: 600;
}
.cid-srcSvvU4cM .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-srcSvvU4cM .card-img span {
  border: 2px solid #eeeeee;
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #eeeeee;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-srcSvvU4cM .card {
    margin-bottom: 2rem;
  }
}
.cid-srcSvvU4cM .card-wrapper .card-box .card-title,
.cid-srcSvvU4cM .card-wrapper .card-box .card-img,
.cid-srcSvvU4cM .card-wrapper .card-box .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-srcSvvU4cM .title .mbr-section-title,
.cid-srcSvvU4cM .title .mbr-section-btn {
  color: #ffffff;
}
.cid-szLImZVBn1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szLImZVBn1 #topran {
  margin-top: 50px;
}
.cid-szLImZVBn1 .carousel {
  height: 200px!important;
  padding-top: 35px;
}
.cid-szLImZVBn1 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-szLImZVBn1 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #04042a;
}
.cid-szLImZVBn1 .contents .mbr-subtitle {
  color: #a25dae;
  margin-bottom: 10px;
}
.cid-szLImZVBn1 .contents .mbr-section-text {
  margin-top: 20px;
  color: #74a3c7;
}
.cid-szLImZVBn1 .carousel-item {
  justify-content: center;
}
.cid-szLImZVBn1 .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-szLImZVBn1 .carousel-item .wrap-img {
  text-align: center;
  transform: all 0.3s ease-in-out;
}
.cid-szLImZVBn1 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
  opacity: 0.8;
  transform: all 0.3s ease-in-out;
}
.cid-szLImZVBn1 .carousel-item .wrap-img:hover img {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-szLImZVBn1 .carousel-controls {
    display: none;
  }
}
.cid-szLImZVBn1 .carousel-controls .carousel-control-prev,
.cid-szLImZVBn1 .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-szLImZVBn1 .carousel-controls .carousel-control-prev {
  left: -94px;
}
.cid-szLImZVBn1 .carousel-controls .carousel-control-next {
  right: -94px;
}
.cid-szLImZVBn1 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-szLImZVBn1 .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #13287d;
  background: #ffffff;
  font-weight: bold;
  -shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-szLImZVBn1 .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-szLImZVBn1 .carousel-control {
    display: none;
  }
  .cid-szLImZVBn1 .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-szLImZVBn1 .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-szLImZVBn1 .cloneditem-1,
.cid-szLImZVBn1 .cloneditem-2,
.cid-szLImZVBn1 .cloneditem-3,
.cid-szLImZVBn1 .cloneditem-4,
.cid-szLImZVBn1 .cloneditem-5 {
  display: none;
}
.cid-szLImZVBn1 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-szLImZVBn1 .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-szLImZVBn1 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-szLImZVBn1 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-szLImZVBn1 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-szLImZVBn1 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-szLImZVBn1 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides2 .cloneditem-1,
  .cid-szLImZVBn1 .carousel-inner.slides2 .cloneditem-2,
  .cid-szLImZVBn1 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-szLImZVBn1 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-szLImZVBn1 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-szLImZVBn1 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-szLImZVBn1 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-szLImZVBn1 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides3 .cloneditem-1,
  .cid-szLImZVBn1 .carousel-inner.slides3 .cloneditem-2,
  .cid-szLImZVBn1 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-szLImZVBn1 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-szLImZVBn1 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-szLImZVBn1 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-szLImZVBn1 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-szLImZVBn1 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides4 .cloneditem-1,
  .cid-szLImZVBn1 .carousel-inner.slides4 .cloneditem-2,
  .cid-szLImZVBn1 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-szLImZVBn1 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-szLImZVBn1 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-szLImZVBn1 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-szLImZVBn1 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-szLImZVBn1 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides5 .cloneditem-1,
  .cid-szLImZVBn1 .carousel-inner.slides5 .cloneditem-2,
  .cid-szLImZVBn1 .carousel-inner.slides5 .cloneditem-3,
  .cid-szLImZVBn1 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-szLImZVBn1 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-szLImZVBn1 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-szLImZVBn1 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-szLImZVBn1 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-szLImZVBn1 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-szLImZVBn1 .carousel-inner.slides6 .cloneditem-1,
  .cid-szLImZVBn1 .carousel-inner.slides6 .cloneditem-2,
  .cid-szLImZVBn1 .carousel-inner.slides6 .cloneditem-3,
  .cid-szLImZVBn1 .carousel-inner.slides6 .cloneditem-4,
  .cid-szLImZVBn1 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-szLImZVBn1 .mbr-section-title {
  margin: 0;
}
.cid-szLImZVBn1 .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 0px 0px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szLImZVBn1 .slider-clients {
    outline: 5px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-szLImZVBn1 .carousel-control-prev {
    left: 15px !important;
  }
  .cid-szLImZVBn1 .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-szLImZVBn1 .carousel-control-next {
    right: 15px !important;
  }
  .cid-szLImZVBn1 .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-szLImZVBn1 .contents .mbr-section-title {
  color: #2a2828;
}
.cid-srd26xt7AQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .content {
    text-align: center;
  }
  .cid-srd26xt7AQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srd26xt7AQ .logo-subtitle {
  color: #8d97ad;
}
.cid-srd26xt7AQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-srd26xt7AQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-srd26xt7AQ .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-srd26xt7AQ img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-srd26xt7AQ mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-srd26xt7AQ #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-srd26xt7AQ #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-srd26xt7AQ #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srd26xt7AQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-srd26xt7AQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srd26xt7AQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srd26xt7AQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srd26xt7AQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srd26xt7AQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srd26xt7AQ .list-item {
  display: flex;
}
.cid-srd26xt7AQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-srd26xt7AQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-srd26xt7AQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-srd26xt7AQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-srd26xt7AQ .mbr-text {
  color: #ffffff;
}
.cid-srd26xt7AQ .column-title {
  color: #ffffff;
}
.cid-srd26xt7AQ P {
  color: #ffffff;
  text-align: left;
}
.cid-srd26xt7AQ .logo-subtitle,
.cid-srd26xt7AQ .media-wrap {
  color: #ffffff;
}
.cid-srfQ7SfkoP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srfQ7SfkoP .navbar-fixed-top {
  padding-top: 0;
}
.cid-srfQ7SfkoP .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-srfQ7SfkoP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srfQ7SfkoP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown-item {
  padding: 0;
}
.cid-srfQ7SfkoP .dropdown-item,
.cid-srfQ7SfkoP .nav-link,
.cid-srfQ7SfkoP .brand-name {
  font-style: normal;
}
.cid-srfQ7SfkoP .dropdown-item:hover,
.cid-srfQ7SfkoP .nav-link:hover,
.cid-srfQ7SfkoP .brand-name:hover {
  color: #04042a !important;
}
.cid-srfQ7SfkoP .dropdown-menu {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srfQ7SfkoP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srfQ7SfkoP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srfQ7SfkoP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-srfQ7SfkoP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .content-text {
  margin-bottom: 0;
}
.cid-srfQ7SfkoP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srfQ7SfkoP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srfQ7SfkoP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srfQ7SfkoP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srfQ7SfkoP .nav-dropdown .link {
  font-weight: 400;
}
.cid-srfQ7SfkoP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srfQ7SfkoP .content-right-side {
  text-align: center;
}
.cid-srfQ7SfkoP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srfQ7SfkoP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srfQ7SfkoP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srfQ7SfkoP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srfQ7SfkoP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srfQ7SfkoP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-srfQ7SfkoP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-srfQ7SfkoP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-srfQ7SfkoP .navbar {
    display: block;
    padding: 0;
  }
  .cid-srfQ7SfkoP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srfQ7SfkoP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-srfQ7SfkoP .navbar-toggler {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-srfQ7SfkoP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-srfQ7SfkoP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srfQ7SfkoP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srfQ7SfkoP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srfQ7SfkoP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-srfQ7SfkoP button.navbar-toggler:focus {
  outline: none;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .btn {
  display: flex;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .collapsed button.navbar-toggler {
  display: block;
}
.cid-srfQ7SfkoP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srfQ7SfkoP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-srfQ7SfkoP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-srfQ7SfkoP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-srfQ7SfkoP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing,
  .cid-srfQ7SfkoP .navbar-collapse.show {
    display: block !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srfQ7SfkoP img {
    height: 3.8rem !important;
  }
  .cid-srfQ7SfkoP .btn {
    display: flex;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    display: block;
  }
  .cid-srfQ7SfkoP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srfQ7SfkoP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-srfQ7SfkoP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srfQ7SfkoP .nav-link:focus {
  outline: none;
}
.cid-srfQ7SfkoP .navbar-toggler {
  position: relative;
}
.cid-srfQ7SfkoP .dropdown-item.active,
.cid-srfQ7SfkoP .dropdown-item:active {
  color: initial;
}
.cid-srfQ7SfkoP .widget-title,
.cid-srfQ7SfkoP .widget-icon {
  color: #e9e9e9;
}
.cid-srfQ7SfkoP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-srfQ7SfkoP .menu-logo {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar {
    padding: 0;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-srcRm80kcI {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../image/mbr-1920x1280.jpg");
}
.cid-srcRm80kcI .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-srcRm80kcI .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-srcRm80kcI .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-srcRm80kcI .form-group {
  padding-right: 0;
}
.cid-srcRm80kcI .card {
  padding: 3rem 8rem;
}
.cid-srcRm80kcI .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-srcRm80kcI .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-srcRm80kcI .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-srcRm80kcI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-srcRm80kcI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-srcRm80kcI .map-placeholder {
  display: none;
}
.cid-srcRm80kcI .btn-primary {
  border: 1px solid #04042a !important;
}
.cid-srcRm80kcI .btn-primary:hover {
  border: 1px solid #04042a !important;
}
.cid-srcRm80kcI .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-srcRm80kcI .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-srcRm80kcI .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #eeeeee;
  width: 85%;
}
.cid-srcRm80kcI .mbr-text {
  color: #444;
}
.cid-srcRm80kcI h5 {
  margin-bottom: 0;
}
.cid-srcRm80kcI .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-srcRm80kcI .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srcRm80kcI .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-srcRm80kcI .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srcRm80kcI .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srcRm80kcI .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-srcRm80kcI .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srcRm80kcI .social-list a:hover {
  opacity: 0.4;
}
.cid-srcRm80kcI .media-container-row > div {
  padding: 0px;
}
.cid-srcRm80kcI .text2 {
  color: #eeeeee;
  text-align: left;
}
.cid-srcRm80kcI .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-srcRm80kcI .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-srcRm80kcI .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-srcRm80kcI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srcRm80kcI h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-srcRm80kcI .form-group {
    max-width: 180px;
  }
  .cid-srcRm80kcI .card {
    padding: 2rem 1rem;
  }
}
.cid-srcRm80kcI .links span {
  color: #9e9e9e;
}
.cid-srcRm80kcI .logo-title,
.cid-srcRm80kcI .logo-sub-title {
  text-align: center;
}
.cid-srcRm80kcI .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srcR6NRKu5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srcR6NRKu5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-srcR6NRKu5 .heading-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #5aac98;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.cid-srcR6NRKu5 .form {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cid-srcR6NRKu5 .form form {
  border-radius: 4px;
}
.cid-srcR6NRKu5 .form form > div {
  padding: 2rem 1rem;
}
@media (max-width: 991px) {
  .cid-srcR6NRKu5 .form form {
    padding: 1rem;
  }
}
.cid-srcR6NRKu5 .form form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-srcR6NRKu5 .form form .mbr-section-btn .btn {
  display: inline-block;
}
.cid-srcR6NRKu5 .form form .form-group .form-control {
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #dddfe0;
  border-radius: 3px;
  color: #232323;
}
.cid-srcR6NRKu5 .form form .form-group textarea {
  min-height: 170px;
}
.cid-srcR6NRKu5 .mbr-section-title {
  color: #111111;
}
.cid-srd26xt7AQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .content {
    text-align: center;
  }
  .cid-srd26xt7AQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srd26xt7AQ .logo-subtitle {
  color: #8d97ad;
}
.cid-srd26xt7AQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-srd26xt7AQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-srd26xt7AQ .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-srd26xt7AQ img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-srd26xt7AQ mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-srd26xt7AQ #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-srd26xt7AQ #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-srd26xt7AQ #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srd26xt7AQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-srd26xt7AQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srd26xt7AQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srd26xt7AQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srd26xt7AQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srd26xt7AQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srd26xt7AQ .list-item {
  display: flex;
}
.cid-srd26xt7AQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-srd26xt7AQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-srd26xt7AQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-srd26xt7AQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-srd26xt7AQ .mbr-text {
  color: #ffffff;
}
.cid-srd26xt7AQ .column-title {
  color: #ffffff;
}
.cid-srd26xt7AQ P {
  color: #ffffff;
  text-align: left;
}
.cid-srd26xt7AQ .logo-subtitle,
.cid-srd26xt7AQ .media-wrap {
  color: #ffffff;
}
.cid-srfQ7SfkoP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srfQ7SfkoP .navbar-fixed-top {
  padding-top: 0;
}
.cid-srfQ7SfkoP .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-srfQ7SfkoP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srfQ7SfkoP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown-item {
  padding: 0;
}
.cid-srfQ7SfkoP .dropdown-item,
.cid-srfQ7SfkoP .nav-link,
.cid-srfQ7SfkoP .brand-name {
  font-style: normal;
}
.cid-srfQ7SfkoP .dropdown-item:hover,
.cid-srfQ7SfkoP .nav-link:hover,
.cid-srfQ7SfkoP .brand-name:hover {
  color: #04042a !important;
}
.cid-srfQ7SfkoP .dropdown-menu {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srfQ7SfkoP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srfQ7SfkoP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srfQ7SfkoP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-srfQ7SfkoP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .content-text {
  margin-bottom: 0;
}
.cid-srfQ7SfkoP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srfQ7SfkoP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srfQ7SfkoP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srfQ7SfkoP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srfQ7SfkoP .nav-dropdown .link {
  font-weight: 400;
}
.cid-srfQ7SfkoP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srfQ7SfkoP .content-right-side {
  text-align: center;
}
.cid-srfQ7SfkoP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srfQ7SfkoP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srfQ7SfkoP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srfQ7SfkoP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srfQ7SfkoP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srfQ7SfkoP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-srfQ7SfkoP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-srfQ7SfkoP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-srfQ7SfkoP .navbar {
    display: block;
    padding: 0;
  }
  .cid-srfQ7SfkoP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srfQ7SfkoP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-srfQ7SfkoP .navbar-toggler {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-srfQ7SfkoP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-srfQ7SfkoP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srfQ7SfkoP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srfQ7SfkoP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srfQ7SfkoP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-srfQ7SfkoP button.navbar-toggler:focus {
  outline: none;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .btn {
  display: flex;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .collapsed button.navbar-toggler {
  display: block;
}
.cid-srfQ7SfkoP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srfQ7SfkoP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-srfQ7SfkoP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-srfQ7SfkoP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-srfQ7SfkoP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing,
  .cid-srfQ7SfkoP .navbar-collapse.show {
    display: block !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srfQ7SfkoP img {
    height: 3.8rem !important;
  }
  .cid-srfQ7SfkoP .btn {
    display: flex;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    display: block;
  }
  .cid-srfQ7SfkoP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srfQ7SfkoP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-srfQ7SfkoP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srfQ7SfkoP .nav-link:focus {
  outline: none;
}
.cid-srfQ7SfkoP .navbar-toggler {
  position: relative;
}
.cid-srfQ7SfkoP .dropdown-item.active,
.cid-srfQ7SfkoP .dropdown-item:active {
  color: initial;
}
.cid-srfQ7SfkoP .widget-title,
.cid-srfQ7SfkoP .widget-icon {
  color: #e9e9e9;
}
.cid-srfQ7SfkoP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-srfQ7SfkoP .menu-logo {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar {
    padding: 0;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-srcVyWfgDS {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../image/mbr-1920x1173.jpg");
}
.cid-srcVyWfgDS .mbr-section-title {
  color: #ffffff;
}
.cid-srcVzPJYlJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-srcVzPJYlJ .mbr-text {
  color: #111111;
  text-align: left;
}
.cid-srcVzPJYlJ .mbr-section-title {
  text-align: left;
}
.cid-srcW9FgQsl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-srcW9FgQsl .mbr-text,
.cid-srcW9FgQsl .mbr-section-subtitle {
  color: #767676;
}
.cid-srcW9FgQsl .card-title {
  color: #66458e;
}
.cid-srcW9FgQsl .card .card-img span {
  color: #04042a;
  font-size: 60px;
  background: linear-gradient(45deg, #04042a, #04042a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-srcW9FgQsl .mbr-section-subtitle,
  .cid-srcW9FgQsl .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srcW9FgQsl .card .card-img span {
    background: none;
  }
}
.cid-srcW9FgQsl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-srcW9FgQsl .mbr-section-title {
  color: #2a2828;
}
.cid-srcW9FgQsl .card-title,
.cid-srcW9FgQsl .card-img {
  color: #000000;
}
.cid-srcW9FgQsl .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-srd26xt7AQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .content {
    text-align: center;
  }
  .cid-srd26xt7AQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srd26xt7AQ .logo-subtitle {
  color: #8d97ad;
}
.cid-srd26xt7AQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-srd26xt7AQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-srd26xt7AQ .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-srd26xt7AQ img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-srd26xt7AQ mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-srd26xt7AQ #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-srd26xt7AQ #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-srd26xt7AQ #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srd26xt7AQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-srd26xt7AQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srd26xt7AQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srd26xt7AQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srd26xt7AQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srd26xt7AQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srd26xt7AQ .list-item {
  display: flex;
}
.cid-srd26xt7AQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-srd26xt7AQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-srd26xt7AQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-srd26xt7AQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-srd26xt7AQ .mbr-text {
  color: #ffffff;
}
.cid-srd26xt7AQ .column-title {
  color: #ffffff;
}
.cid-srd26xt7AQ P {
  color: #ffffff;
  text-align: left;
}
.cid-srd26xt7AQ .logo-subtitle,
.cid-srd26xt7AQ .media-wrap {
  color: #ffffff;
}
.cid-srfQ7SfkoP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srfQ7SfkoP .navbar-fixed-top {
  padding-top: 0;
}
.cid-srfQ7SfkoP .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-srfQ7SfkoP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srfQ7SfkoP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown-item {
  padding: 0;
}
.cid-srfQ7SfkoP .dropdown-item,
.cid-srfQ7SfkoP .nav-link,
.cid-srfQ7SfkoP .brand-name {
  font-style: normal;
}
.cid-srfQ7SfkoP .dropdown-item:hover,
.cid-srfQ7SfkoP .nav-link:hover,
.cid-srfQ7SfkoP .brand-name:hover {
  color: #04042a !important;
}
.cid-srfQ7SfkoP .dropdown-menu {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srfQ7SfkoP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srfQ7SfkoP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srfQ7SfkoP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-srfQ7SfkoP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .content-text {
  margin-bottom: 0;
}
.cid-srfQ7SfkoP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srfQ7SfkoP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srfQ7SfkoP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srfQ7SfkoP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srfQ7SfkoP .nav-dropdown .link {
  font-weight: 400;
}
.cid-srfQ7SfkoP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srfQ7SfkoP .content-right-side {
  text-align: center;
}
.cid-srfQ7SfkoP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srfQ7SfkoP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srfQ7SfkoP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srfQ7SfkoP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srfQ7SfkoP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srfQ7SfkoP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-srfQ7SfkoP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-srfQ7SfkoP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-srfQ7SfkoP .navbar {
    display: block;
    padding: 0;
  }
  .cid-srfQ7SfkoP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srfQ7SfkoP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-srfQ7SfkoP .navbar-toggler {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-srfQ7SfkoP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-srfQ7SfkoP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srfQ7SfkoP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srfQ7SfkoP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srfQ7SfkoP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-srfQ7SfkoP button.navbar-toggler:focus {
  outline: none;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .btn {
  display: flex;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .collapsed button.navbar-toggler {
  display: block;
}
.cid-srfQ7SfkoP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srfQ7SfkoP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-srfQ7SfkoP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-srfQ7SfkoP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-srfQ7SfkoP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing,
  .cid-srfQ7SfkoP .navbar-collapse.show {
    display: block !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srfQ7SfkoP img {
    height: 3.8rem !important;
  }
  .cid-srfQ7SfkoP .btn {
    display: flex;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    display: block;
  }
  .cid-srfQ7SfkoP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srfQ7SfkoP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-srfQ7SfkoP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srfQ7SfkoP .nav-link:focus {
  outline: none;
}
.cid-srfQ7SfkoP .navbar-toggler {
  position: relative;
}
.cid-srfQ7SfkoP .dropdown-item.active,
.cid-srfQ7SfkoP .dropdown-item:active {
  color: initial;
}
.cid-srfQ7SfkoP .widget-title,
.cid-srfQ7SfkoP .widget-icon {
  color: #e9e9e9;
}
.cid-srfQ7SfkoP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-srfQ7SfkoP .menu-logo {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar {
    padding: 0;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-srcZodI7pS {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../image/mbr-1920x1173.jpg");
}
.cid-srcZodI7pS .mbr-section-title {
  color: #ffffff;
}
.cid-srcZoefcSn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-srcZoefcSn .mbr-text {
  color: #111111;
}
.cid-svN6LLrEhA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-svN6LLrEhA .mbr-text,
.cid-svN6LLrEhA .mbr-section-subtitle {
  color: #767676;
}
.cid-svN6LLrEhA .card-title {
  color: #66458e;
}
.cid-svN6LLrEhA .card .card-img span {
  color: #04042a;
  font-size: 60px;
  background: linear-gradient(45deg, #04042a, #04042a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-svN6LLrEhA .mbr-section-subtitle,
  .cid-svN6LLrEhA .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svN6LLrEhA .card .card-img span {
    background: none;
  }
}
.cid-svN6LLrEhA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-svN6LLrEhA .mbr-section-title {
  color: #2a2828;
}
.cid-svN6LLrEhA .card-title,
.cid-svN6LLrEhA .card-img {
  color: #000000;
}
.cid-svN6LLrEhA .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-srd26xt7AQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .content {
    text-align: center;
  }
  .cid-srd26xt7AQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srd26xt7AQ .logo-subtitle {
  color: #8d97ad;
}
.cid-srd26xt7AQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-srd26xt7AQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-srd26xt7AQ .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-srd26xt7AQ img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-srd26xt7AQ mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-srd26xt7AQ #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-srd26xt7AQ #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-srd26xt7AQ #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srd26xt7AQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-srd26xt7AQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srd26xt7AQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srd26xt7AQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srd26xt7AQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srd26xt7AQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srd26xt7AQ .list-item {
  display: flex;
}
.cid-srd26xt7AQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-srd26xt7AQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-srd26xt7AQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-srd26xt7AQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-srd26xt7AQ .mbr-text {
  color: #ffffff;
}
.cid-srd26xt7AQ .column-title {
  color: #ffffff;
}
.cid-srd26xt7AQ P {
  color: #ffffff;
  text-align: left;
}
.cid-srd26xt7AQ .logo-subtitle,
.cid-srd26xt7AQ .media-wrap {
  color: #ffffff;
}
.cid-srfQ7SfkoP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srfQ7SfkoP .navbar-fixed-top {
  padding-top: 0;
}
.cid-srfQ7SfkoP .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-srfQ7SfkoP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srfQ7SfkoP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown-item {
  padding: 0;
}
.cid-srfQ7SfkoP .dropdown-item,
.cid-srfQ7SfkoP .nav-link,
.cid-srfQ7SfkoP .brand-name {
  font-style: normal;
}
.cid-srfQ7SfkoP .dropdown-item:hover,
.cid-srfQ7SfkoP .nav-link:hover,
.cid-srfQ7SfkoP .brand-name:hover {
  color: #04042a !important;
}
.cid-srfQ7SfkoP .dropdown-menu {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srfQ7SfkoP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srfQ7SfkoP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srfQ7SfkoP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-srfQ7SfkoP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .content-text {
  margin-bottom: 0;
}
.cid-srfQ7SfkoP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srfQ7SfkoP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srfQ7SfkoP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srfQ7SfkoP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srfQ7SfkoP .nav-dropdown .link {
  font-weight: 400;
}
.cid-srfQ7SfkoP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srfQ7SfkoP .content-right-side {
  text-align: center;
}
.cid-srfQ7SfkoP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srfQ7SfkoP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srfQ7SfkoP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srfQ7SfkoP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srfQ7SfkoP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srfQ7SfkoP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-srfQ7SfkoP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-srfQ7SfkoP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-srfQ7SfkoP .navbar {
    display: block;
    padding: 0;
  }
  .cid-srfQ7SfkoP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srfQ7SfkoP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-srfQ7SfkoP .navbar-toggler {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-srfQ7SfkoP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-srfQ7SfkoP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srfQ7SfkoP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srfQ7SfkoP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srfQ7SfkoP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-srfQ7SfkoP button.navbar-toggler:focus {
  outline: none;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .btn {
  display: flex;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .collapsed button.navbar-toggler {
  display: block;
}
.cid-srfQ7SfkoP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srfQ7SfkoP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-srfQ7SfkoP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-srfQ7SfkoP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-srfQ7SfkoP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing,
  .cid-srfQ7SfkoP .navbar-collapse.show {
    display: block !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srfQ7SfkoP img {
    height: 3.8rem !important;
  }
  .cid-srfQ7SfkoP .btn {
    display: flex;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    display: block;
  }
  .cid-srfQ7SfkoP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srfQ7SfkoP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-srfQ7SfkoP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srfQ7SfkoP .nav-link:focus {
  outline: none;
}
.cid-srfQ7SfkoP .navbar-toggler {
  position: relative;
}
.cid-srfQ7SfkoP .dropdown-item.active,
.cid-srfQ7SfkoP .dropdown-item:active {
  color: initial;
}
.cid-srfQ7SfkoP .widget-title,
.cid-srfQ7SfkoP .widget-icon {
  color: #e9e9e9;
}
.cid-srfQ7SfkoP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-srfQ7SfkoP .menu-logo {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar {
    padding: 0;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-srd0rO7CHa {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../image/mbr-1920x1173.jpg");
}
.cid-srd0rO7CHa .mbr-section-title {
  color: #ffffff;
}
.cid-srd0rOublh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-srd0rOublh .mbr-text {
  color: #111111;
}
.cid-srd0rOGwC4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-srd0rOGwC4 .mbr-text,
.cid-srd0rOGwC4 .mbr-section-subtitle {
  color: #767676;
}
.cid-srd0rOGwC4 .card-title {
  color: #66458e;
}
.cid-srd0rOGwC4 .card .card-img span {
  color: #04042a;
  font-size: 60px;
  background: linear-gradient(45deg, #04042a, #04042a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-srd0rOGwC4 .mbr-section-subtitle,
  .cid-srd0rOGwC4 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srd0rOGwC4 .card .card-img span {
    background: none;
  }
}
.cid-srd0rOGwC4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-srd0rOGwC4 .mbr-section-title {
  color: #2a2828;
}
.cid-srd0rOGwC4 .card-title,
.cid-srd0rOGwC4 .card-img {
  color: #000000;
}
.cid-srd0rOGwC4 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-srd26xt7AQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .content {
    text-align: center;
  }
  .cid-srd26xt7AQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srd26xt7AQ .logo-subtitle {
  color: #8d97ad;
}
.cid-srd26xt7AQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-srd26xt7AQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-srd26xt7AQ .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-srd26xt7AQ img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-srd26xt7AQ mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-srd26xt7AQ #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-srd26xt7AQ #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-srd26xt7AQ #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srd26xt7AQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-srd26xt7AQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srd26xt7AQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srd26xt7AQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srd26xt7AQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srd26xt7AQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srd26xt7AQ .list-item {
  display: flex;
}
.cid-srd26xt7AQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-srd26xt7AQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-srd26xt7AQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-srd26xt7AQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-srd26xt7AQ .mbr-text {
  color: #ffffff;
}
.cid-srd26xt7AQ .column-title {
  color: #ffffff;
}
.cid-srd26xt7AQ P {
  color: #ffffff;
  text-align: left;
}
.cid-srd26xt7AQ .logo-subtitle,
.cid-srd26xt7AQ .media-wrap {
  color: #ffffff;
}
.cid-srfQ7SfkoP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srfQ7SfkoP .navbar-fixed-top {
  padding-top: 0;
}
.cid-srfQ7SfkoP .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-srfQ7SfkoP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srfQ7SfkoP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown-item {
  padding: 0;
}
.cid-srfQ7SfkoP .dropdown-item,
.cid-srfQ7SfkoP .nav-link,
.cid-srfQ7SfkoP .brand-name {
  font-style: normal;
}
.cid-srfQ7SfkoP .dropdown-item:hover,
.cid-srfQ7SfkoP .nav-link:hover,
.cid-srfQ7SfkoP .brand-name:hover {
  color: #04042a !important;
}
.cid-srfQ7SfkoP .dropdown-menu {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srfQ7SfkoP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srfQ7SfkoP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srfQ7SfkoP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-srfQ7SfkoP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .content-text {
  margin-bottom: 0;
}
.cid-srfQ7SfkoP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srfQ7SfkoP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srfQ7SfkoP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srfQ7SfkoP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srfQ7SfkoP .nav-dropdown .link {
  font-weight: 400;
}
.cid-srfQ7SfkoP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srfQ7SfkoP .content-right-side {
  text-align: center;
}
.cid-srfQ7SfkoP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srfQ7SfkoP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srfQ7SfkoP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srfQ7SfkoP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srfQ7SfkoP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srfQ7SfkoP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-srfQ7SfkoP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-srfQ7SfkoP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-srfQ7SfkoP .navbar {
    display: block;
    padding: 0;
  }
  .cid-srfQ7SfkoP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srfQ7SfkoP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-srfQ7SfkoP .navbar-toggler {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-srfQ7SfkoP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-srfQ7SfkoP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srfQ7SfkoP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srfQ7SfkoP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srfQ7SfkoP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-srfQ7SfkoP button.navbar-toggler:focus {
  outline: none;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .btn {
  display: flex;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .collapsed button.navbar-toggler {
  display: block;
}
.cid-srfQ7SfkoP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srfQ7SfkoP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-srfQ7SfkoP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-srfQ7SfkoP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-srfQ7SfkoP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing,
  .cid-srfQ7SfkoP .navbar-collapse.show {
    display: block !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srfQ7SfkoP img {
    height: 3.8rem !important;
  }
  .cid-srfQ7SfkoP .btn {
    display: flex;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    display: block;
  }
  .cid-srfQ7SfkoP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srfQ7SfkoP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-srfQ7SfkoP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srfQ7SfkoP .nav-link:focus {
  outline: none;
}
.cid-srfQ7SfkoP .navbar-toggler {
  position: relative;
}
.cid-srfQ7SfkoP .dropdown-item.active,
.cid-srfQ7SfkoP .dropdown-item:active {
  color: initial;
}
.cid-srfQ7SfkoP .widget-title,
.cid-srfQ7SfkoP .widget-icon {
  color: #e9e9e9;
}
.cid-srfQ7SfkoP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-srfQ7SfkoP .menu-logo {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar {
    padding: 0;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-srfQ7SfkoP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-srfQ7SfkoP .navbar-fixed-top {
  padding-top: 0;
}
.cid-srfQ7SfkoP .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-srfQ7SfkoP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-srfQ7SfkoP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srfQ7SfkoP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown-item {
  padding: 0;
}
.cid-srfQ7SfkoP .dropdown-item,
.cid-srfQ7SfkoP .nav-link,
.cid-srfQ7SfkoP .brand-name {
  font-style: normal;
}
.cid-srfQ7SfkoP .dropdown-item:hover,
.cid-srfQ7SfkoP .nav-link:hover,
.cid-srfQ7SfkoP .brand-name:hover {
  color: #04042a !important;
}
.cid-srfQ7SfkoP .dropdown-menu {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srfQ7SfkoP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srfQ7SfkoP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-srfQ7SfkoP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-srfQ7SfkoP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .content-text {
  margin-bottom: 0;
}
.cid-srfQ7SfkoP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-srfQ7SfkoP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-srfQ7SfkoP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-srfQ7SfkoP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-srfQ7SfkoP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-srfQ7SfkoP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srfQ7SfkoP .nav-dropdown .link {
  font-weight: 400;
}
.cid-srfQ7SfkoP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-srfQ7SfkoP .content-right-side {
  text-align: center;
}
.cid-srfQ7SfkoP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-srfQ7SfkoP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-srfQ7SfkoP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-srfQ7SfkoP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-srfQ7SfkoP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-srfQ7SfkoP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-srfQ7SfkoP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-srfQ7SfkoP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-srfQ7SfkoP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-srfQ7SfkoP .navbar {
    display: block;
    padding: 0;
  }
  .cid-srfQ7SfkoP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srfQ7SfkoP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-srfQ7SfkoP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-srfQ7SfkoP .navbar-toggler {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-srfQ7SfkoP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-srfQ7SfkoP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srfQ7SfkoP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srfQ7SfkoP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-srfQ7SfkoP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srfQ7SfkoP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srfQ7SfkoP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-srfQ7SfkoP button.navbar-toggler:focus {
  outline: none;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfQ7SfkoP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srfQ7SfkoP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfQ7SfkoP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .btn {
  display: flex;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-srfQ7SfkoP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srfQ7SfkoP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-srfQ7SfkoP .collapsed button.navbar-toggler {
  display: block;
}
.cid-srfQ7SfkoP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-srfQ7SfkoP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-srfQ7SfkoP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srfQ7SfkoP .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-srfQ7SfkoP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-srfQ7SfkoP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-srfQ7SfkoP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-srfQ7SfkoP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing,
  .cid-srfQ7SfkoP .navbar-collapse.show {
    display: block !important;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-srfQ7SfkoP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srfQ7SfkoP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srfQ7SfkoP img {
    height: 3.8rem !important;
  }
  .cid-srfQ7SfkoP .btn {
    display: flex;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    display: block;
  }
  .cid-srfQ7SfkoP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-srfQ7SfkoP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-srfQ7SfkoP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-srfQ7SfkoP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-srfQ7SfkoP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-srfQ7SfkoP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srfQ7SfkoP .nav-link:focus {
  outline: none;
}
.cid-srfQ7SfkoP .navbar-toggler {
  position: relative;
}
.cid-srfQ7SfkoP .dropdown-item.active,
.cid-srfQ7SfkoP .dropdown-item:active {
  color: initial;
}
.cid-srfQ7SfkoP .widget-title,
.cid-srfQ7SfkoP .widget-icon {
  color: #e9e9e9;
}
.cid-srfQ7SfkoP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-srfQ7SfkoP .menu-logo {
    display: none;
  }
  .cid-srfQ7SfkoP .navbar {
    padding: 0;
  }
  .cid-srfQ7SfkoP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srfQ7SfkoP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sA3KAy2EUi {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sA3KAy2EUi .mbr-section-title,
.cid-sA3KAy2EUi .mbr-section-subtitle {
  text-align: center;
}
.cid-sA3KAy2EUi .cards-wrap {
  background: #f6f7f8;
  padding: 50px;
  padding-bottom: 48px;
  padding-top: 80px;
}
.cid-sA3KAy2EUi .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-sA3KAy2EUi .cards-wrap .card {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 2rem;
}
.cid-sA3KAy2EUi .cards-wrap .card-img {
  text-align: right;
  border-radius: .25rem;
}
.cid-sA3KAy2EUi .cards-wrap .card-img-inner {
  vertical-align: middle;
  margin-top: 5px;
}
.cid-sA3KAy2EUi .cards-wrap .card-img-inner .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
  color: #000000;
}
.cid-sA3KAy2EUi .cards-wrap .card-img-inner .mbr-iconfont::before {
  position: absolute;
  top: -2px;
  right: -4px;
  font-weight: bold;
}
.cid-sA3KAy2EUi .cards-wrap .card .card-wrapper {
  margin-left: 15px;
  border-radius: 4px;
}
.cid-sA3KAy2EUi .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
.cid-sA3KAy2EUi .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #000000;
}
.cid-srd26xt7AQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .content {
    text-align: center;
  }
  .cid-srd26xt7AQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srd26xt7AQ .logo-subtitle {
  color: #8d97ad;
}
.cid-srd26xt7AQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-srd26xt7AQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-srd26xt7AQ .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-srd26xt7AQ img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-srd26xt7AQ .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-srd26xt7AQ mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-srd26xt7AQ #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-srd26xt7AQ #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-srd26xt7AQ #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srd26xt7AQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-srd26xt7AQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srd26xt7AQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srd26xt7AQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srd26xt7AQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srd26xt7AQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srd26xt7AQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srd26xt7AQ .list-item {
  display: flex;
}
.cid-srd26xt7AQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-srd26xt7AQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-srd26xt7AQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-srd26xt7AQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-srd26xt7AQ .mbr-text {
  color: #ffffff;
}
.cid-srd26xt7AQ .column-title {
  color: #ffffff;
}
.cid-srd26xt7AQ P {
  color: #ffffff;
  text-align: left;
}
.cid-srd26xt7AQ .logo-subtitle,
.cid-srd26xt7AQ .media-wrap {
  color: #ffffff;
}
.cid-sAsY0CbLnt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAsY0CbLnt .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAsY0CbLnt .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-sAsY0CbLnt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sAsY0CbLnt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAsY0CbLnt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAsY0CbLnt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAsY0CbLnt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sAsY0CbLnt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAsY0CbLnt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sAsY0CbLnt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAsY0CbLnt .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAsY0CbLnt .dropdown-item {
  padding: 0;
}
.cid-sAsY0CbLnt .dropdown-item,
.cid-sAsY0CbLnt .nav-link,
.cid-sAsY0CbLnt .brand-name {
  font-style: normal;
}
.cid-sAsY0CbLnt .dropdown-item:hover,
.cid-sAsY0CbLnt .nav-link:hover,
.cid-sAsY0CbLnt .brand-name:hover {
  color: #04042a !important;
}
.cid-sAsY0CbLnt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sAsY0CbLnt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sAsY0CbLnt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAsY0CbLnt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAsY0CbLnt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAsY0CbLnt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sAsY0CbLnt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAsY0CbLnt .content-text {
  margin-bottom: 0;
}
.cid-sAsY0CbLnt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAsY0CbLnt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAsY0CbLnt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAsY0CbLnt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAsY0CbLnt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sAsY0CbLnt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sAsY0CbLnt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sAsY0CbLnt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sAsY0CbLnt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAsY0CbLnt .nav-dropdown .link {
  font-weight: 400;
}
.cid-sAsY0CbLnt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAsY0CbLnt .content-right-side {
  text-align: center;
}
.cid-sAsY0CbLnt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAsY0CbLnt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAsY0CbLnt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sAsY0CbLnt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAsY0CbLnt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAsY0CbLnt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sAsY0CbLnt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAsY0CbLnt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAsY0CbLnt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sAsY0CbLnt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sAsY0CbLnt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sAsY0CbLnt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sAsY0CbLnt .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sAsY0CbLnt .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAsY0CbLnt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sAsY0CbLnt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAsY0CbLnt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAsY0CbLnt .navbar-toggler {
    display: none;
  }
  .cid-sAsY0CbLnt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sAsY0CbLnt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAsY0CbLnt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sAsY0CbLnt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAsY0CbLnt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAsY0CbLnt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAsY0CbLnt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAsY0CbLnt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAsY0CbLnt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAsY0CbLnt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAsY0CbLnt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAsY0CbLnt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAsY0CbLnt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAsY0CbLnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAsY0CbLnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAsY0CbLnt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAsY0CbLnt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAsY0CbLnt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sAsY0CbLnt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAsY0CbLnt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sAsY0CbLnt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAsY0CbLnt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sAsY0CbLnt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAsY0CbLnt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sAsY0CbLnt button.navbar-toggler:focus {
  outline: none;
}
.cid-sAsY0CbLnt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sAsY0CbLnt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAsY0CbLnt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAsY0CbLnt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAsY0CbLnt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAsY0CbLnt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAsY0CbLnt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAsY0CbLnt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAsY0CbLnt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAsY0CbLnt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAsY0CbLnt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAsY0CbLnt .collapsed .btn {
  display: flex;
}
.cid-sAsY0CbLnt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAsY0CbLnt .collapsed .navbar-collapse.collapsing,
.cid-sAsY0CbLnt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAsY0CbLnt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAsY0CbLnt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAsY0CbLnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAsY0CbLnt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAsY0CbLnt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAsY0CbLnt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sAsY0CbLnt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAsY0CbLnt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAsY0CbLnt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAsY0CbLnt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAsY0CbLnt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAsY0CbLnt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sAsY0CbLnt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAsY0CbLnt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAsY0CbLnt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAsY0CbLnt .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAsY0CbLnt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sAsY0CbLnt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sAsY0CbLnt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sAsY0CbLnt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sAsY0CbLnt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAsY0CbLnt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sAsY0CbLnt .navbar-collapse.collapsing,
  .cid-sAsY0CbLnt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAsY0CbLnt .navbar-collapse.collapsing .navbar-nav,
  .cid-sAsY0CbLnt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAsY0CbLnt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAsY0CbLnt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAsY0CbLnt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAsY0CbLnt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAsY0CbLnt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAsY0CbLnt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAsY0CbLnt img {
    height: 3.8rem !important;
  }
  .cid-sAsY0CbLnt .btn {
    display: flex;
  }
  .cid-sAsY0CbLnt button.navbar-toggler {
    display: block;
  }
  .cid-sAsY0CbLnt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAsY0CbLnt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAsY0CbLnt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAsY0CbLnt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAsY0CbLnt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAsY0CbLnt .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAsY0CbLnt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAsY0CbLnt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAsY0CbLnt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sAsY0CbLnt .nav-link:focus {
  outline: none;
}
.cid-sAsY0CbLnt .navbar-toggler {
  position: relative;
}
.cid-sAsY0CbLnt .dropdown-item.active,
.cid-sAsY0CbLnt .dropdown-item:active {
  color: initial;
}
.cid-sAsY0CbLnt .widget-title,
.cid-sAsY0CbLnt .widget-icon {
  color: #e9e9e9;
}
.cid-sAsY0CbLnt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sAsY0CbLnt .menu-logo {
    display: none;
  }
  .cid-sAsY0CbLnt .navbar {
    padding: 0;
  }
  .cid-sAsY0CbLnt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAsY0CbLnt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sAsY0FCEEc {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sAsY0FCEEc .mbr-section-title,
.cid-sAsY0FCEEc .mbr-section-subtitle {
  text-align: center;
}
.cid-sAsY0FCEEc .cards-wrap {
  background: #f6f7f8;
  padding: 50px;
  padding-bottom: 48px;
  padding-top: 80px;
}
.cid-sAsY0FCEEc .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-sAsY0FCEEc .cards-wrap .card {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 2rem;
}
.cid-sAsY0FCEEc .cards-wrap .card-img {
  text-align: right;
  border-radius: .25rem;
}
.cid-sAsY0FCEEc .cards-wrap .card-img-inner {
  vertical-align: middle;
  margin-top: 5px;
}
.cid-sAsY0FCEEc .cards-wrap .card-img-inner .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
  color: #000000;
}
.cid-sAsY0FCEEc .cards-wrap .card-img-inner .mbr-iconfont::before {
  position: absolute;
  top: -2px;
  right: -4px;
  font-weight: bold;
}
.cid-sAsY0FCEEc .cards-wrap .card .card-wrapper {
  margin-left: 15px;
  border-radius: 4px;
}
.cid-sAsY0FCEEc .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
.cid-sAsY0FCEEc .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #000000;
}
.cid-sAsY0HuBkL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-sAsY0HuBkL .content {
    text-align: center;
  }
  .cid-sAsY0HuBkL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAsY0HuBkL .logo-subtitle {
  color: #8d97ad;
}
.cid-sAsY0HuBkL .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sAsY0HuBkL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAsY0HuBkL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAsY0HuBkL .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-sAsY0HuBkL img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-sAsY0HuBkL .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-sAsY0HuBkL .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-sAsY0HuBkL mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-sAsY0HuBkL #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-sAsY0HuBkL #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-sAsY0HuBkL #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-sAsY0HuBkL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAsY0HuBkL .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sAsY0HuBkL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAsY0HuBkL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sAsY0HuBkL .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sAsY0HuBkL .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sAsY0HuBkL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAsY0HuBkL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAsY0HuBkL .list-item {
  display: flex;
}
.cid-sAsY0HuBkL .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sAsY0HuBkL ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sAsY0HuBkL ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sAsY0HuBkL ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sAsY0HuBkL .mbr-text {
  color: #ffffff;
}
.cid-sAsY0HuBkL .column-title {
  color: #ffffff;
}
.cid-sAsY0HuBkL P {
  color: #ffffff;
  text-align: left;
}
.cid-sAsY0HuBkL .logo-subtitle,
.cid-sAsY0HuBkL .media-wrap {
  color: #ffffff;
}
.cid-sAt0Crj8Fk .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAt0Crj8Fk .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAt0Crj8Fk .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-sAt0Crj8Fk .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sAt0Crj8Fk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAt0Crj8Fk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAt0Crj8Fk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAt0Crj8Fk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sAt0Crj8Fk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAt0Crj8Fk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sAt0Crj8Fk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAt0Crj8Fk .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAt0Crj8Fk .dropdown-item {
  padding: 0;
}
.cid-sAt0Crj8Fk .dropdown-item,
.cid-sAt0Crj8Fk .nav-link,
.cid-sAt0Crj8Fk .brand-name {
  font-style: normal;
}
.cid-sAt0Crj8Fk .dropdown-item:hover,
.cid-sAt0Crj8Fk .nav-link:hover,
.cid-sAt0Crj8Fk .brand-name:hover {
  color: #04042a !important;
}
.cid-sAt0Crj8Fk .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sAt0Crj8Fk .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sAt0Crj8Fk .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAt0Crj8Fk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAt0Crj8Fk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAt0Crj8Fk .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sAt0Crj8Fk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAt0Crj8Fk .content-text {
  margin-bottom: 0;
}
.cid-sAt0Crj8Fk .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAt0Crj8Fk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAt0Crj8Fk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAt0Crj8Fk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAt0Crj8Fk .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sAt0Crj8Fk .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sAt0Crj8Fk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sAt0Crj8Fk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sAt0Crj8Fk .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAt0Crj8Fk .nav-dropdown .link {
  font-weight: 400;
}
.cid-sAt0Crj8Fk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAt0Crj8Fk .content-right-side {
  text-align: center;
}
.cid-sAt0Crj8Fk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAt0Crj8Fk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAt0Crj8Fk .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sAt0Crj8Fk .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAt0Crj8Fk .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAt0Crj8Fk .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sAt0Crj8Fk .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAt0Crj8Fk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAt0Crj8Fk .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sAt0Crj8Fk .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sAt0Crj8Fk .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sAt0Crj8Fk .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sAt0Crj8Fk .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sAt0Crj8Fk .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAt0Crj8Fk .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sAt0Crj8Fk .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAt0Crj8Fk .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAt0Crj8Fk .navbar-toggler {
    display: none;
  }
  .cid-sAt0Crj8Fk .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sAt0Crj8Fk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAt0Crj8Fk .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sAt0Crj8Fk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAt0Crj8Fk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAt0Crj8Fk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAt0Crj8Fk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAt0Crj8Fk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAt0Crj8Fk .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAt0Crj8Fk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAt0Crj8Fk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAt0Crj8Fk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAt0Crj8Fk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAt0Crj8Fk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAt0Crj8Fk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAt0Crj8Fk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAt0Crj8Fk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAt0Crj8Fk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sAt0Crj8Fk .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAt0Crj8Fk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sAt0Crj8Fk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAt0Crj8Fk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sAt0Crj8Fk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAt0Crj8Fk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sAt0Crj8Fk button.navbar-toggler:focus {
  outline: none;
}
.cid-sAt0Crj8Fk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sAt0Crj8Fk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAt0Crj8Fk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAt0Crj8Fk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAt0Crj8Fk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAt0Crj8Fk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAt0Crj8Fk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAt0Crj8Fk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAt0Crj8Fk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAt0Crj8Fk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAt0Crj8Fk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAt0Crj8Fk .collapsed .btn {
  display: flex;
}
.cid-sAt0Crj8Fk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAt0Crj8Fk .collapsed .navbar-collapse.collapsing,
.cid-sAt0Crj8Fk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAt0Crj8Fk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAt0Crj8Fk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAt0Crj8Fk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAt0Crj8Fk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAt0Crj8Fk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAt0Crj8Fk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sAt0Crj8Fk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAt0Crj8Fk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAt0Crj8Fk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAt0Crj8Fk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAt0Crj8Fk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAt0Crj8Fk .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sAt0Crj8Fk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAt0Crj8Fk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAt0Crj8Fk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAt0Crj8Fk .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAt0Crj8Fk .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sAt0Crj8Fk .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sAt0Crj8Fk .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sAt0Crj8Fk .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sAt0Crj8Fk .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAt0Crj8Fk .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sAt0Crj8Fk .navbar-collapse.collapsing,
  .cid-sAt0Crj8Fk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAt0Crj8Fk .navbar-collapse.collapsing .navbar-nav,
  .cid-sAt0Crj8Fk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAt0Crj8Fk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAt0Crj8Fk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAt0Crj8Fk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAt0Crj8Fk .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAt0Crj8Fk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAt0Crj8Fk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAt0Crj8Fk img {
    height: 3.8rem !important;
  }
  .cid-sAt0Crj8Fk .btn {
    display: flex;
  }
  .cid-sAt0Crj8Fk button.navbar-toggler {
    display: block;
  }
  .cid-sAt0Crj8Fk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAt0Crj8Fk .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAt0Crj8Fk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAt0Crj8Fk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAt0Crj8Fk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAt0Crj8Fk .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAt0Crj8Fk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAt0Crj8Fk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAt0Crj8Fk .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sAt0Crj8Fk .nav-link:focus {
  outline: none;
}
.cid-sAt0Crj8Fk .navbar-toggler {
  position: relative;
}
.cid-sAt0Crj8Fk .dropdown-item.active,
.cid-sAt0Crj8Fk .dropdown-item:active {
  color: initial;
}
.cid-sAt0Crj8Fk .widget-title,
.cid-sAt0Crj8Fk .widget-icon {
  color: #e9e9e9;
}
.cid-sAt0Crj8Fk .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sAt0Crj8Fk .menu-logo {
    display: none;
  }
  .cid-sAt0Crj8Fk .navbar {
    padding: 0;
  }
  .cid-sAt0Crj8Fk .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAt0Crj8Fk button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sAt0Cs7s5d {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sAt0Cs7s5d .mbr-section-title,
.cid-sAt0Cs7s5d .mbr-section-subtitle {
  text-align: center;
}
.cid-sAt0Cs7s5d .cards-wrap {
  background: #f6f7f8;
  padding: 50px;
  padding-bottom: 48px;
  padding-top: 80px;
}
.cid-sAt0Cs7s5d .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-sAt0Cs7s5d .cards-wrap .card {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 2rem;
}
.cid-sAt0Cs7s5d .cards-wrap .card-img {
  text-align: right;
  border-radius: .25rem;
}
.cid-sAt0Cs7s5d .cards-wrap .card-img-inner {
  vertical-align: middle;
  margin-top: 5px;
}
.cid-sAt0Cs7s5d .cards-wrap .card-img-inner .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
  color: #000000;
}
.cid-sAt0Cs7s5d .cards-wrap .card-img-inner .mbr-iconfont::before {
  position: absolute;
  top: -2px;
  right: -4px;
  font-weight: bold;
}
.cid-sAt0Cs7s5d .cards-wrap .card .card-wrapper {
  margin-left: 15px;
  border-radius: 4px;
}
.cid-sAt0Cs7s5d .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
.cid-sAt0Cs7s5d .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #000000;
}
.cid-sAt0CtIRFO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-sAt0CtIRFO .content {
    text-align: center;
  }
  .cid-sAt0CtIRFO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAt0CtIRFO .logo-subtitle {
  color: #8d97ad;
}
.cid-sAt0CtIRFO .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sAt0CtIRFO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAt0CtIRFO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAt0CtIRFO .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-sAt0CtIRFO img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-sAt0CtIRFO .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-sAt0CtIRFO .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-sAt0CtIRFO mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-sAt0CtIRFO #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-sAt0CtIRFO #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-sAt0CtIRFO #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-sAt0CtIRFO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAt0CtIRFO .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sAt0CtIRFO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAt0CtIRFO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sAt0CtIRFO .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sAt0CtIRFO .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sAt0CtIRFO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAt0CtIRFO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAt0CtIRFO .list-item {
  display: flex;
}
.cid-sAt0CtIRFO .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sAt0CtIRFO ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sAt0CtIRFO ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sAt0CtIRFO ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sAt0CtIRFO .mbr-text {
  color: #ffffff;
}
.cid-sAt0CtIRFO .column-title {
  color: #ffffff;
}
.cid-sAt0CtIRFO P {
  color: #ffffff;
  text-align: left;
}
.cid-sAt0CtIRFO .logo-subtitle,
.cid-sAt0CtIRFO .media-wrap {
  color: #ffffff;
}
.cid-sAt4V3uXuL .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAt4V3uXuL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAt4V3uXuL .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-sAt4V3uXuL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sAt4V3uXuL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAt4V3uXuL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAt4V3uXuL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAt4V3uXuL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sAt4V3uXuL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAt4V3uXuL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sAt4V3uXuL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAt4V3uXuL .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAt4V3uXuL .dropdown-item {
  padding: 0;
}
.cid-sAt4V3uXuL .dropdown-item,
.cid-sAt4V3uXuL .nav-link,
.cid-sAt4V3uXuL .brand-name {
  font-style: normal;
}
.cid-sAt4V3uXuL .dropdown-item:hover,
.cid-sAt4V3uXuL .nav-link:hover,
.cid-sAt4V3uXuL .brand-name:hover {
  color: #04042a !important;
}
.cid-sAt4V3uXuL .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sAt4V3uXuL .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sAt4V3uXuL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAt4V3uXuL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAt4V3uXuL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAt4V3uXuL .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sAt4V3uXuL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAt4V3uXuL .content-text {
  margin-bottom: 0;
}
.cid-sAt4V3uXuL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAt4V3uXuL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAt4V3uXuL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAt4V3uXuL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAt4V3uXuL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sAt4V3uXuL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sAt4V3uXuL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sAt4V3uXuL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sAt4V3uXuL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAt4V3uXuL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sAt4V3uXuL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAt4V3uXuL .content-right-side {
  text-align: center;
}
.cid-sAt4V3uXuL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAt4V3uXuL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAt4V3uXuL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sAt4V3uXuL .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAt4V3uXuL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAt4V3uXuL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sAt4V3uXuL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAt4V3uXuL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAt4V3uXuL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sAt4V3uXuL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sAt4V3uXuL .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sAt4V3uXuL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sAt4V3uXuL .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sAt4V3uXuL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAt4V3uXuL .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sAt4V3uXuL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAt4V3uXuL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAt4V3uXuL .navbar-toggler {
    display: none;
  }
  .cid-sAt4V3uXuL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sAt4V3uXuL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAt4V3uXuL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sAt4V3uXuL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAt4V3uXuL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAt4V3uXuL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAt4V3uXuL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAt4V3uXuL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAt4V3uXuL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAt4V3uXuL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAt4V3uXuL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAt4V3uXuL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAt4V3uXuL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAt4V3uXuL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAt4V3uXuL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAt4V3uXuL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAt4V3uXuL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAt4V3uXuL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sAt4V3uXuL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAt4V3uXuL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sAt4V3uXuL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAt4V3uXuL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sAt4V3uXuL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAt4V3uXuL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sAt4V3uXuL button.navbar-toggler:focus {
  outline: none;
}
.cid-sAt4V3uXuL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sAt4V3uXuL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAt4V3uXuL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAt4V3uXuL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAt4V3uXuL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAt4V3uXuL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAt4V3uXuL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAt4V3uXuL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAt4V3uXuL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAt4V3uXuL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAt4V3uXuL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAt4V3uXuL .collapsed .btn {
  display: flex;
}
.cid-sAt4V3uXuL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAt4V3uXuL .collapsed .navbar-collapse.collapsing,
.cid-sAt4V3uXuL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAt4V3uXuL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAt4V3uXuL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAt4V3uXuL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAt4V3uXuL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAt4V3uXuL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAt4V3uXuL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sAt4V3uXuL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAt4V3uXuL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAt4V3uXuL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAt4V3uXuL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAt4V3uXuL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAt4V3uXuL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sAt4V3uXuL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAt4V3uXuL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAt4V3uXuL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAt4V3uXuL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAt4V3uXuL .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sAt4V3uXuL .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sAt4V3uXuL .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sAt4V3uXuL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sAt4V3uXuL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAt4V3uXuL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sAt4V3uXuL .navbar-collapse.collapsing,
  .cid-sAt4V3uXuL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAt4V3uXuL .navbar-collapse.collapsing .navbar-nav,
  .cid-sAt4V3uXuL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAt4V3uXuL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAt4V3uXuL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAt4V3uXuL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAt4V3uXuL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAt4V3uXuL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAt4V3uXuL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAt4V3uXuL img {
    height: 3.8rem !important;
  }
  .cid-sAt4V3uXuL .btn {
    display: flex;
  }
  .cid-sAt4V3uXuL button.navbar-toggler {
    display: block;
  }
  .cid-sAt4V3uXuL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAt4V3uXuL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAt4V3uXuL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAt4V3uXuL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAt4V3uXuL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAt4V3uXuL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAt4V3uXuL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAt4V3uXuL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAt4V3uXuL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sAt4V3uXuL .nav-link:focus {
  outline: none;
}
.cid-sAt4V3uXuL .navbar-toggler {
  position: relative;
}
.cid-sAt4V3uXuL .dropdown-item.active,
.cid-sAt4V3uXuL .dropdown-item:active {
  color: initial;
}
.cid-sAt4V3uXuL .widget-title,
.cid-sAt4V3uXuL .widget-icon {
  color: #e9e9e9;
}
.cid-sAt4V3uXuL .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sAt4V3uXuL .menu-logo {
    display: none;
  }
  .cid-sAt4V3uXuL .navbar {
    padding: 0;
  }
  .cid-sAt4V3uXuL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAt4V3uXuL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sAt4V4bDTv {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sAt4V4bDTv .mbr-section-title,
.cid-sAt4V4bDTv .mbr-section-subtitle {
  text-align: center;
}
.cid-sAt4V4bDTv .cards-wrap {
  background: #f6f7f8;
  padding: 50px;
  padding-bottom: 48px;
  padding-top: 80px;
}
.cid-sAt4V4bDTv .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-sAt4V4bDTv .cards-wrap .card {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 2rem;
}
.cid-sAt4V4bDTv .cards-wrap .card-img {
  text-align: right;
  border-radius: .25rem;
}
.cid-sAt4V4bDTv .cards-wrap .card-img-inner {
  vertical-align: middle;
  margin-top: 5px;
}
.cid-sAt4V4bDTv .cards-wrap .card-img-inner .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
  color: #000000;
}
.cid-sAt4V4bDTv .cards-wrap .card-img-inner .mbr-iconfont::before {
  position: absolute;
  top: -2px;
  right: -4px;
  font-weight: bold;
}
.cid-sAt4V4bDTv .cards-wrap .card .card-wrapper {
  margin-left: 15px;
  border-radius: 4px;
}
.cid-sAt4V4bDTv .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
.cid-sAt4V4bDTv .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #000000;
}
.cid-sAt4V5cmu1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-sAt4V5cmu1 .content {
    text-align: center;
  }
  .cid-sAt4V5cmu1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAt4V5cmu1 .logo-subtitle {
  color: #8d97ad;
}
.cid-sAt4V5cmu1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sAt4V5cmu1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAt4V5cmu1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAt4V5cmu1 .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-sAt4V5cmu1 img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-sAt4V5cmu1 .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-sAt4V5cmu1 .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-sAt4V5cmu1 mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-sAt4V5cmu1 #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-sAt4V5cmu1 #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-sAt4V5cmu1 #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-sAt4V5cmu1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAt4V5cmu1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sAt4V5cmu1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAt4V5cmu1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sAt4V5cmu1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sAt4V5cmu1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sAt4V5cmu1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAt4V5cmu1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAt4V5cmu1 .list-item {
  display: flex;
}
.cid-sAt4V5cmu1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sAt4V5cmu1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sAt4V5cmu1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sAt4V5cmu1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sAt4V5cmu1 .mbr-text {
  color: #ffffff;
}
.cid-sAt4V5cmu1 .column-title {
  color: #ffffff;
}
.cid-sAt4V5cmu1 P {
  color: #ffffff;
  text-align: left;
}
.cid-sAt4V5cmu1 .logo-subtitle,
.cid-sAt4V5cmu1 .media-wrap {
  color: #ffffff;
}
.cid-sAtad4uaYC .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAtad4uaYC .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAtad4uaYC .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-sAtad4uaYC .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sAtad4uaYC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAtad4uaYC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAtad4uaYC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAtad4uaYC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sAtad4uaYC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAtad4uaYC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sAtad4uaYC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAtad4uaYC .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAtad4uaYC .dropdown-item {
  padding: 0;
}
.cid-sAtad4uaYC .dropdown-item,
.cid-sAtad4uaYC .nav-link,
.cid-sAtad4uaYC .brand-name {
  font-style: normal;
}
.cid-sAtad4uaYC .dropdown-item:hover,
.cid-sAtad4uaYC .nav-link:hover,
.cid-sAtad4uaYC .brand-name:hover {
  color: #04042a !important;
}
.cid-sAtad4uaYC .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sAtad4uaYC .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sAtad4uaYC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAtad4uaYC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAtad4uaYC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAtad4uaYC .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sAtad4uaYC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAtad4uaYC .content-text {
  margin-bottom: 0;
}
.cid-sAtad4uaYC .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAtad4uaYC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAtad4uaYC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAtad4uaYC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAtad4uaYC .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sAtad4uaYC .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sAtad4uaYC .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sAtad4uaYC .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sAtad4uaYC .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAtad4uaYC .nav-dropdown .link {
  font-weight: 400;
}
.cid-sAtad4uaYC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAtad4uaYC .content-right-side {
  text-align: center;
}
.cid-sAtad4uaYC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAtad4uaYC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAtad4uaYC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sAtad4uaYC .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAtad4uaYC .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAtad4uaYC .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sAtad4uaYC .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAtad4uaYC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAtad4uaYC .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sAtad4uaYC .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sAtad4uaYC .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sAtad4uaYC .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sAtad4uaYC .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sAtad4uaYC .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAtad4uaYC .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sAtad4uaYC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAtad4uaYC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAtad4uaYC .navbar-toggler {
    display: none;
  }
  .cid-sAtad4uaYC .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sAtad4uaYC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAtad4uaYC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sAtad4uaYC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAtad4uaYC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAtad4uaYC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAtad4uaYC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAtad4uaYC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAtad4uaYC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAtad4uaYC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAtad4uaYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAtad4uaYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAtad4uaYC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAtad4uaYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAtad4uaYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAtad4uaYC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAtad4uaYC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAtad4uaYC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sAtad4uaYC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAtad4uaYC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sAtad4uaYC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAtad4uaYC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sAtad4uaYC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAtad4uaYC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sAtad4uaYC button.navbar-toggler:focus {
  outline: none;
}
.cid-sAtad4uaYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sAtad4uaYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAtad4uaYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAtad4uaYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAtad4uaYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAtad4uaYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAtad4uaYC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAtad4uaYC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAtad4uaYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAtad4uaYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAtad4uaYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAtad4uaYC .collapsed .btn {
  display: flex;
}
.cid-sAtad4uaYC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAtad4uaYC .collapsed .navbar-collapse.collapsing,
.cid-sAtad4uaYC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAtad4uaYC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAtad4uaYC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAtad4uaYC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAtad4uaYC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAtad4uaYC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAtad4uaYC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sAtad4uaYC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAtad4uaYC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAtad4uaYC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAtad4uaYC .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAtad4uaYC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAtad4uaYC .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sAtad4uaYC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAtad4uaYC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAtad4uaYC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAtad4uaYC .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAtad4uaYC .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sAtad4uaYC .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sAtad4uaYC .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sAtad4uaYC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sAtad4uaYC .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAtad4uaYC .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sAtad4uaYC .navbar-collapse.collapsing,
  .cid-sAtad4uaYC .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAtad4uaYC .navbar-collapse.collapsing .navbar-nav,
  .cid-sAtad4uaYC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAtad4uaYC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAtad4uaYC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAtad4uaYC .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAtad4uaYC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAtad4uaYC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAtad4uaYC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAtad4uaYC img {
    height: 3.8rem !important;
  }
  .cid-sAtad4uaYC .btn {
    display: flex;
  }
  .cid-sAtad4uaYC button.navbar-toggler {
    display: block;
  }
  .cid-sAtad4uaYC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAtad4uaYC .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAtad4uaYC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAtad4uaYC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAtad4uaYC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAtad4uaYC .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAtad4uaYC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAtad4uaYC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAtad4uaYC .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sAtad4uaYC .nav-link:focus {
  outline: none;
}
.cid-sAtad4uaYC .navbar-toggler {
  position: relative;
}
.cid-sAtad4uaYC .dropdown-item.active,
.cid-sAtad4uaYC .dropdown-item:active {
  color: initial;
}
.cid-sAtad4uaYC .widget-title,
.cid-sAtad4uaYC .widget-icon {
  color: #e9e9e9;
}
.cid-sAtad4uaYC .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sAtad4uaYC .menu-logo {
    display: none;
  }
  .cid-sAtad4uaYC .navbar {
    padding: 0;
  }
  .cid-sAtad4uaYC .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAtad4uaYC button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sAtad5pYqo {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sAtad5pYqo .mbr-section-title,
.cid-sAtad5pYqo .mbr-section-subtitle {
  text-align: center;
}
.cid-sAtad5pYqo .cards-wrap {
  background: #f6f7f8;
  padding: 50px;
  padding-bottom: 48px;
  padding-top: 80px;
}
.cid-sAtad5pYqo .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-sAtad5pYqo .cards-wrap .card {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 2rem;
}
.cid-sAtad5pYqo .cards-wrap .card-img {
  text-align: right;
  border-radius: .25rem;
}
.cid-sAtad5pYqo .cards-wrap .card-img-inner {
  vertical-align: middle;
  margin-top: 5px;
}
.cid-sAtad5pYqo .cards-wrap .card-img-inner .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
  color: #000000;
}
.cid-sAtad5pYqo .cards-wrap .card-img-inner .mbr-iconfont::before {
  position: absolute;
  top: -2px;
  right: -4px;
  font-weight: bold;
}
.cid-sAtad5pYqo .cards-wrap .card .card-wrapper {
  margin-left: 15px;
  border-radius: 4px;
}
.cid-sAtad5pYqo .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
.cid-sAtad5pYqo .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #000000;
}
.cid-sAtad6xupI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-sAtad6xupI .content {
    text-align: center;
  }
  .cid-sAtad6xupI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAtad6xupI .logo-subtitle {
  color: #8d97ad;
}
.cid-sAtad6xupI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sAtad6xupI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAtad6xupI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAtad6xupI .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-sAtad6xupI img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-sAtad6xupI .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-sAtad6xupI .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-sAtad6xupI mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-sAtad6xupI #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-sAtad6xupI #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-sAtad6xupI #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-sAtad6xupI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAtad6xupI .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sAtad6xupI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAtad6xupI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sAtad6xupI .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sAtad6xupI .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sAtad6xupI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAtad6xupI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAtad6xupI .list-item {
  display: flex;
}
.cid-sAtad6xupI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sAtad6xupI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sAtad6xupI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sAtad6xupI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sAtad6xupI .mbr-text {
  color: #ffffff;
}
.cid-sAtad6xupI .column-title {
  color: #ffffff;
}
.cid-sAtad6xupI P {
  color: #ffffff;
  text-align: left;
}
.cid-sAtad6xupI .logo-subtitle,
.cid-sAtad6xupI .media-wrap {
  color: #ffffff;
}
.cid-sAtbK7Sc6o .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAtbK7Sc6o .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAtbK7Sc6o .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-sAtbK7Sc6o .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sAtbK7Sc6o .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAtbK7Sc6o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAtbK7Sc6o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAtbK7Sc6o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sAtbK7Sc6o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAtbK7Sc6o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sAtbK7Sc6o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAtbK7Sc6o .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sAtbK7Sc6o .dropdown-item {
  padding: 0;
}
.cid-sAtbK7Sc6o .dropdown-item,
.cid-sAtbK7Sc6o .nav-link,
.cid-sAtbK7Sc6o .brand-name {
  font-style: normal;
}
.cid-sAtbK7Sc6o .dropdown-item:hover,
.cid-sAtbK7Sc6o .nav-link:hover,
.cid-sAtbK7Sc6o .brand-name:hover {
  color: #04042a !important;
}
.cid-sAtbK7Sc6o .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sAtbK7Sc6o .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sAtbK7Sc6o .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAtbK7Sc6o .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sAtbK7Sc6o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sAtbK7Sc6o .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sAtbK7Sc6o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAtbK7Sc6o .content-text {
  margin-bottom: 0;
}
.cid-sAtbK7Sc6o .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sAtbK7Sc6o .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #04042a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sAtbK7Sc6o .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sAtbK7Sc6o .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sAtbK7Sc6o .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sAtbK7Sc6o .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sAtbK7Sc6o .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sAtbK7Sc6o .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sAtbK7Sc6o .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAtbK7Sc6o .nav-dropdown .link {
  font-weight: 400;
}
.cid-sAtbK7Sc6o .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sAtbK7Sc6o .content-right-side {
  text-align: center;
}
.cid-sAtbK7Sc6o .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sAtbK7Sc6o .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sAtbK7Sc6o .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sAtbK7Sc6o .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAtbK7Sc6o .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAtbK7Sc6o .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sAtbK7Sc6o .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sAtbK7Sc6o .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sAtbK7Sc6o .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sAtbK7Sc6o .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sAtbK7Sc6o .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sAtbK7Sc6o .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sAtbK7Sc6o .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sAtbK7Sc6o .navbar {
    display: block;
    padding: 0;
  }
  .cid-sAtbK7Sc6o .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sAtbK7Sc6o .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sAtbK7Sc6o .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sAtbK7Sc6o .navbar-toggler {
    display: none;
  }
  .cid-sAtbK7Sc6o .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sAtbK7Sc6o .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sAtbK7Sc6o .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sAtbK7Sc6o .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sAtbK7Sc6o .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sAtbK7Sc6o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAtbK7Sc6o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAtbK7Sc6o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAtbK7Sc6o .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAtbK7Sc6o .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAtbK7Sc6o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAtbK7Sc6o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAtbK7Sc6o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAtbK7Sc6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAtbK7Sc6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAtbK7Sc6o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAtbK7Sc6o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAtbK7Sc6o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sAtbK7Sc6o .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sAtbK7Sc6o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sAtbK7Sc6o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAtbK7Sc6o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sAtbK7Sc6o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAtbK7Sc6o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sAtbK7Sc6o button.navbar-toggler:focus {
  outline: none;
}
.cid-sAtbK7Sc6o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sAtbK7Sc6o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAtbK7Sc6o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAtbK7Sc6o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAtbK7Sc6o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAtbK7Sc6o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAtbK7Sc6o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAtbK7Sc6o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAtbK7Sc6o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAtbK7Sc6o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAtbK7Sc6o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAtbK7Sc6o .collapsed .btn {
  display: flex;
}
.cid-sAtbK7Sc6o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAtbK7Sc6o .collapsed .navbar-collapse.collapsing,
.cid-sAtbK7Sc6o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAtbK7Sc6o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAtbK7Sc6o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAtbK7Sc6o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAtbK7Sc6o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAtbK7Sc6o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAtbK7Sc6o .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sAtbK7Sc6o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAtbK7Sc6o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAtbK7Sc6o .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sAtbK7Sc6o .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAtbK7Sc6o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sAtbK7Sc6o .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sAtbK7Sc6o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAtbK7Sc6o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAtbK7Sc6o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAtbK7Sc6o .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sAtbK7Sc6o .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sAtbK7Sc6o .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sAtbK7Sc6o .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sAtbK7Sc6o .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sAtbK7Sc6o .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sAtbK7Sc6o .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sAtbK7Sc6o .navbar-collapse.collapsing,
  .cid-sAtbK7Sc6o .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAtbK7Sc6o .navbar-collapse.collapsing .navbar-nav,
  .cid-sAtbK7Sc6o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAtbK7Sc6o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAtbK7Sc6o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAtbK7Sc6o .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAtbK7Sc6o .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sAtbK7Sc6o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAtbK7Sc6o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAtbK7Sc6o img {
    height: 3.8rem !important;
  }
  .cid-sAtbK7Sc6o .btn {
    display: flex;
  }
  .cid-sAtbK7Sc6o button.navbar-toggler {
    display: block;
  }
  .cid-sAtbK7Sc6o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sAtbK7Sc6o .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAtbK7Sc6o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAtbK7Sc6o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAtbK7Sc6o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAtbK7Sc6o .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sAtbK7Sc6o .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sAtbK7Sc6o .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sAtbK7Sc6o .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sAtbK7Sc6o .nav-link:focus {
  outline: none;
}
.cid-sAtbK7Sc6o .navbar-toggler {
  position: relative;
}
.cid-sAtbK7Sc6o .dropdown-item.active,
.cid-sAtbK7Sc6o .dropdown-item:active {
  color: initial;
}
.cid-sAtbK7Sc6o .widget-title,
.cid-sAtbK7Sc6o .widget-icon {
  color: #e9e9e9;
}
.cid-sAtbK7Sc6o .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sAtbK7Sc6o .menu-logo {
    display: none;
  }
  .cid-sAtbK7Sc6o .navbar {
    padding: 0;
  }
  .cid-sAtbK7Sc6o .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAtbK7Sc6o button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sAtbK8yXax {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sAtbK8yXax .mbr-section-title,
.cid-sAtbK8yXax .mbr-section-subtitle {
  text-align: center;
}
.cid-sAtbK8yXax .cards-wrap {
  background: #f6f7f8;
  padding: 50px;
  padding-bottom: 48px;
  padding-top: 80px;
}
.cid-sAtbK8yXax .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-sAtbK8yXax .cards-wrap .card {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 2rem;
}
.cid-sAtbK8yXax .cards-wrap .card-img {
  text-align: right;
  border-radius: .25rem;
}
.cid-sAtbK8yXax .cards-wrap .card-img-inner {
  vertical-align: middle;
  margin-top: 5px;
}
.cid-sAtbK8yXax .cards-wrap .card-img-inner .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
  color: #000000;
}
.cid-sAtbK8yXax .cards-wrap .card-img-inner .mbr-iconfont::before {
  position: absolute;
  top: -2px;
  right: -4px;
  font-weight: bold;
}
.cid-sAtbK8yXax .cards-wrap .card .card-wrapper {
  margin-left: 15px;
  border-radius: 4px;
}
.cid-sAtbK8yXax .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
.cid-sAtbK8yXax .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #000000;
}
.cid-sAtbK9mBAp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2a2828;
}
@media (max-width: 767px) {
  .cid-sAtbK9mBAp .content {
    text-align: center;
  }
  .cid-sAtbK9mBAp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sAtbK9mBAp .logo-subtitle {
  color: #8d97ad;
}
.cid-sAtbK9mBAp .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sAtbK9mBAp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAtbK9mBAp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAtbK9mBAp .media-wrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cid-sAtbK9mBAp img {
    width: 144px!important;
    height: auto!important;
  }
  .cid-sAtbK9mBAp .mbr-text.mbr-fonts-style.display-4 div a {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    width: 100%!important;
    padding-left: 90px;
    padding-right: 90px;
  }
  .cid-sAtbK9mBAp .mbr-text.mbr-fonts-style.display-4 div {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 100%!important;
  }
  .cid-sAtbK9mBAp mbr-text.mbr-fonts-style.display-4 div a:hover {
    background-color: red!important;
  }
  .cid-sAtbK9mBAp #bt-maior1 {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .cid-sAtbK9mBAp #bt-maior2 {
    padding-left: 13px!important;
    padding-right: 13px!important;
  }
  .cid-sAtbK9mBAp #bt-maior3 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 767px) {
  .cid-sAtbK9mBAp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAtbK9mBAp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sAtbK9mBAp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAtbK9mBAp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sAtbK9mBAp .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sAtbK9mBAp .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sAtbK9mBAp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAtbK9mBAp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAtbK9mBAp .list-item {
  display: flex;
}
.cid-sAtbK9mBAp .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sAtbK9mBAp ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sAtbK9mBAp ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sAtbK9mBAp ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sAtbK9mBAp .mbr-text {
  color: #ffffff;
}
.cid-sAtbK9mBAp .column-title {
  color: #ffffff;
}
.cid-sAtbK9mBAp P {
  color: #ffffff;
  text-align: left;
}
.cid-sAtbK9mBAp .logo-subtitle,
.cid-sAtbK9mBAp .media-wrap {
  color: #ffffff;
}
.cid-sAthT5Q5Pt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sAthT5Q5Pt .navbar-fixed-top {
  padding-top: 0;
}
.cid-sAthT5Q5Pt .whatsapp {
  position: fixed;
  top: 82%;
  left: 1%;
  padding: 10px;
  width: 85px;
  z-index: 10000000;
}
.cid-sAthT5Q5Pt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sAthT5Q5Pt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAthT5Q5Pt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAthT5Q5Pt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAthT5Q5Pt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sAthT5Q5Pt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAthT5Q5Pt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sAthT5Q5Pt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAthT5Q5Pt .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}