@import url(https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,600,600i,700,700i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Asap', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Asap', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Asap', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Asap', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Asap', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0069b4 !important;
}
.bg-success {
  background-color: #e85410 !important;
}
.bg-info {
  background-color: #00abff !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0069b4 !important;
  border-color: #0069b4 !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: #00365d !important;
  border-color: #00365d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00365d !important;
  border-color: #00365d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a7358b !important;
  border-color: #a7358b !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: #652054 !important;
  border-color: #652054 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #652054 !important;
  border-color: #652054 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00abff !important;
  border-color: #00abff !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: #0071a8 !important;
  border-color: #0071a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0071a8 !important;
  border-color: #0071a8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e85410 !important;
  border-color: #e85410 !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: #97370a !important;
  border-color: #97370a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #97370a !important;
  border-color: #97370a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0069b4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00365d !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: #0069b4 !important;
  border-color: #0069b4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a7358b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #652054 !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: #a7358b !important;
  border-color: #a7358b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00abff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0071a8 !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: #00abff !important;
  border-color: #00abff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e85410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #97370a !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: #e85410 !important;
  border-color: #e85410 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0069b4 !important;
}
.text-secondary {
  color: #a7358b !important;
}
.text-success {
  color: #e85410 !important;
}
.text-info {
  color: #00abff !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002d4e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5a1c4b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #893109 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #006799 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888888 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0069b4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00abff;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0069b4;
  border-color: #0069b4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0069b4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #35abff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbd9c9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cceeff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Asap', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0069b4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Asap', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #0069b4;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0069b4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0069b4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0069b4;
  border-bottom-color: #0069b4;
}
.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: #0069b4 !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: #a7358b !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='%230069b4' %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-sdYe3Y1CeW {
  z-index: 1000;
  width: 100%;
}
.cid-sdYe3Y1CeW nav.navbar {
  position: fixed;
}
.cid-sdYe3Y1CeW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdYe3Y1CeW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sdYe3Y1CeW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdYe3Y1CeW .dropdown-item:hover,
.cid-sdYe3Y1CeW .dropdown-item:focus {
  background: #0069b4 !important;
  color: white !important;
}
.cid-sdYe3Y1CeW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sdYe3Y1CeW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sdYe3Y1CeW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sdYe3Y1CeW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdYe3Y1CeW .nav-link {
  position: relative;
}
.cid-sdYe3Y1CeW .container {
  display: flex;
  margin: auto;
}
.cid-sdYe3Y1CeW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sdYe3Y1CeW .dropdown-menu,
.cid-sdYe3Y1CeW .navbar.opened {
  background: #fafafa !important;
}
.cid-sdYe3Y1CeW .nav-item:focus,
.cid-sdYe3Y1CeW .nav-link:focus {
  outline: none;
}
.cid-sdYe3Y1CeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdYe3Y1CeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdYe3Y1CeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sdYe3Y1CeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdYe3Y1CeW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdYe3Y1CeW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdYe3Y1CeW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sdYe3Y1CeW .navbar.opened {
  transition: all 0.3s;
}
.cid-sdYe3Y1CeW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sdYe3Y1CeW .navbar .navbar-logo img {
  width: auto;
}
.cid-sdYe3Y1CeW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdYe3Y1CeW .navbar.collapsed {
  justify-content: center;
}
.cid-sdYe3Y1CeW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdYe3Y1CeW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdYe3Y1CeW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sdYe3Y1CeW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdYe3Y1CeW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdYe3Y1CeW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sdYe3Y1CeW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdYe3Y1CeW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sdYe3Y1CeW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sdYe3Y1CeW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdYe3Y1CeW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdYe3Y1CeW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdYe3Y1CeW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdYe3Y1CeW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sdYe3Y1CeW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sdYe3Y1CeW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdYe3Y1CeW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdYe3Y1CeW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdYe3Y1CeW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdYe3Y1CeW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sdYe3Y1CeW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdYe3Y1CeW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sdYe3Y1CeW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sdYe3Y1CeW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdYe3Y1CeW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdYe3Y1CeW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdYe3Y1CeW .dropdown-item.active,
.cid-sdYe3Y1CeW .dropdown-item:active {
  background-color: transparent;
}
.cid-sdYe3Y1CeW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdYe3Y1CeW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdYe3Y1CeW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdYe3Y1CeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sdYe3Y1CeW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdYe3Y1CeW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdYe3Y1CeW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdYe3Y1CeW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdYe3Y1CeW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sdYe3Y1CeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdYe3Y1CeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sdYe3Y1CeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdYe3Y1CeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdYe3Y1CeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sdYe3Y1CeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdYe3Y1CeW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sdYe3Y1CeW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sdYe3Y1CeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdYe3Y1CeW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sdYe3Y1CeW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdYe3Y1CeW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdYe3Y1CeW .navbar {
    height: 70px;
  }
  .cid-sdYe3Y1CeW .navbar.opened {
    height: auto;
  }
  .cid-sdYe3Y1CeW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgdTrg66WS {
  background-image: url("../../../assets/images/fundo1.png");
}
.cid-sgdTrg66WS .mbr-section-title,
.cid-sgdTrg66WS .mbr-text,
.cid-sgdTrg66WS .mbr-section-btn {
  text-align: center;
}
.cid-sgdTrg66WS .video-wrapper {
  margin: auto;
}
.cid-sgdTrg66WS .video-wrapper iframe {
  width: 100%;
}
.cid-sgdTrg66WS .mbr-section-title {
  color: #000000;
}
.cid-sePGkZeF4Z {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sePGkZeF4Z .mbr-section-title {
  color: #000000;
}
.cid-sdYRJ9h2RQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sdYRJ9h2RQ img,
.cid-sdYRJ9h2RQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sdYRJ9h2RQ .item:focus,
.cid-sdYRJ9h2RQ span:focus {
  outline: none;
}
.cid-sdYRJ9h2RQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sdYRJ9h2RQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sdYRJ9h2RQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sdYRJ9h2RQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sdYRJ9h2RQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sdYRJ9h2RQ .mbr-section-title {
  color: #232323;
}
.cid-sdYRJ9h2RQ .mbr-text,
.cid-sdYRJ9h2RQ .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-sdYRJ9h2RQ .item-title {
  text-align: center;
  color: #000000;
  text-transform: uppercase!important;
}
.cid-sdYRJ9h2RQ .item-subtitle {
  text-align: center;
  color: #0069b4;
  text-transform: uppercase!important;
}
.cid-seV9rTjcO6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fundo3-1.png");
}
.cid-seV9rTjcO6 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-seV9rTjcO6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seV9rTjcO6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-seV9rTjcO6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-seV9rTjcO6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-seV9rTjcO6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-seV9rTjcO6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-seV9rTjcO6 .card-title {
  color: #e85410;
  text-align: center;
}
.cid-seV9rTjcO6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seV9rTjcO6 .mbr-section-title {
  color: #000000;
}
.cid-seV9rTjcO6 .mbr-text,
.cid-seV9rTjcO6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sdYVvQVmfz {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fundo4.png");
}
.cid-sdYVvQVmfz .item:focus,
.cid-sdYVvQVmfz span:focus {
  outline: none;
}
.cid-sdYVvQVmfz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sdYVvQVmfz .item-wrapper {
  position: relative;
  border-radius: 0px;
  background-color: none!important);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sdYVvQVmfz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sdYVvQVmfz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sdYVvQVmfz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sdYVvQVmfz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sdYVvQVmfz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sdYVvQVmfz .mbr-section-title {
  color: #ffffff;
}
.cid-sdYVvQVmfz .mbr-text,
.cid-sdYVvQVmfz .mbr-section-btn {
  text-align: center;
  color: #606060;
}
.cid-sdYVvQVmfz .item-title {
  text-align: center;
  color: #e85410;
  line-height: 1.2;
}
.cid-sdYVvQVmfz .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-se53z4OxNF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: linear-gradient(135deg, #a7358b 10%, #e85410 100%) !important;
}
.cid-se53z4OxNF .mbr-section-title {
  color: #ffffff;
}
.cid-seVK07Tm9D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seVK07Tm9D .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seVK07Tm9D .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seVK07Tm9D .position {
  color: #353535;
}
.cid-seVK07Tm9D .mbr-text {
  color: #353535;
}
.cid-seVK0DQhpt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo5-3.png");
}
.cid-seVK0DQhpt .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seVK0DQhpt .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seVK0DQhpt .position {
  color: #353535;
}
.cid-seVK0DQhpt .mbr-text {
  color: #353535;
}
.cid-seVK171tAn {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-seVK171tAn .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seVK171tAn .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seVK171tAn .position {
  color: #353535;
}
.cid-seVK171tAn .mbr-text {
  color: #353535;
}
.cid-se92K4QoYz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-se92K4QoYz .video-wrapper iframe {
  width: 100%;
}
.cid-se92K4QoYz .mbr-section-title,
.cid-se92K4QoYz .mbr-section-subtitle,
.cid-se92K4QoYz .mbr-text {
  text-align: center;
}
.cid-se92K4QoYz .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-se92K4QoYz .mbr-text {
  color: #606060;
}
.cid-se91oNZuXE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-se91oNZuXE .video-wrapper iframe {
  width: 100%;
}
.cid-se91oNZuXE .mbr-section-title,
.cid-se91oNZuXE .mbr-section-subtitle,
.cid-se91oNZuXE .mbr-text {
  text-align: center;
}
.cid-se91oNZuXE .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-se91oNZuXE .mbr-text {
  color: #606060;
}
.cid-se9dYvseSJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-se9dYvseSJ .video-wrapper iframe {
  width: 100%;
}
.cid-se9dYvseSJ .mbr-section-title,
.cid-se9dYvseSJ .mbr-section-subtitle,
.cid-se9dYvseSJ .mbr-text {
  text-align: center;
}
.cid-se9dYvseSJ .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-se9dYvseSJ .mbr-text {
  color: #606060;
}
.cid-sgdgCHdbZk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgdgCHdbZk .video-wrapper iframe {
  width: 100%;
}
.cid-sgdgCHdbZk .mbr-section-title,
.cid-sgdgCHdbZk .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sgdgCHdbZk .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgdgCHdbZk .mbr-description {
  color: #424a4d;
}
.cid-se9i6QGo9u {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/fundo4.png");
}
.cid-se9i6QGo9u .link DIV {
  text-align: center;
}
.cid-se9i6QGo9u .mbr-text,
.cid-se9i6QGo9u .link {
  text-align: center;
  color: #e85410;
}
.cid-se9i6QGo9u .link {
  color: #232323;
}
.cid-se9i6QGo9u .mbr-section-title {
  color: #000000;
}
.cid-seainS8kDv {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e85410;
}
.cid-sePLJztkT9 {
  z-index: 1000;
  width: 100%;
}
.cid-sePLJztkT9 nav.navbar {
  position: fixed;
}
.cid-sePLJztkT9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sePLJztkT9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sePLJztkT9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sePLJztkT9 .dropdown-item:hover,
.cid-sePLJztkT9 .dropdown-item:focus {
  background: #0069b4 !important;
  color: white !important;
}
.cid-sePLJztkT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sePLJztkT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sePLJztkT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sePLJztkT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sePLJztkT9 .nav-link {
  position: relative;
}
.cid-sePLJztkT9 .container {
  display: flex;
  margin: auto;
}
.cid-sePLJztkT9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sePLJztkT9 .dropdown-menu,
.cid-sePLJztkT9 .navbar.opened {
  background: #fafafa !important;
}
.cid-sePLJztkT9 .nav-item:focus,
.cid-sePLJztkT9 .nav-link:focus {
  outline: none;
}
.cid-sePLJztkT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sePLJztkT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sePLJztkT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sePLJztkT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sePLJztkT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sePLJztkT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sePLJztkT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sePLJztkT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-sePLJztkT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sePLJztkT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sePLJztkT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sePLJztkT9 .navbar.collapsed {
  justify-content: center;
}
.cid-sePLJztkT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sePLJztkT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sePLJztkT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sePLJztkT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sePLJztkT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sePLJztkT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sePLJztkT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sePLJztkT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sePLJztkT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sePLJztkT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sePLJztkT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sePLJztkT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sePLJztkT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sePLJztkT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sePLJztkT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sePLJztkT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sePLJztkT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sePLJztkT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sePLJztkT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sePLJztkT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sePLJztkT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sePLJztkT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sePLJztkT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sePLJztkT9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sePLJztkT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sePLJztkT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sePLJztkT9 .dropdown-item.active,
.cid-sePLJztkT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sePLJztkT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sePLJztkT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sePLJztkT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sePLJztkT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sePLJztkT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sePLJztkT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sePLJztkT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sePLJztkT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sePLJztkT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sePLJztkT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sePLJztkT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sePLJztkT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sePLJztkT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sePLJztkT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sePLJztkT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sePLJztkT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sePLJztkT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sePLJztkT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sePLJztkT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sePLJztkT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sePLJztkT9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sePLJztkT9 .navbar {
    height: 70px;
  }
  .cid-sePLJztkT9 .navbar.opened {
    height: auto;
  }
  .cid-sePLJztkT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seVEl1sCAP {
  background-image: url("../../../assets/images/fundo3.png");
}
.cid-seVEl1sCAP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seVEl1sCAP .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-seVEl1sCAP .mbr-section-title {
  color: #bbbbbb;
}
.cid-seVEl1sCAP .mbr-text,
.cid-seVEl1sCAP .mbr-section-btn {
  color: #000000;
  text-transform: uppercase!important;
}
.cid-seQdJnmYoi {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #0069b4;
}
@media (max-width: 991px) {
  .cid-seQdJnmYoi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seQdJnmYoi .row {
  flex-direction: row-reverse;
}
.cid-seQdJnmYoi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seQdJnmYoi .text-wrapper {
    padding: 2rem;
  }
}
.cid-seQdJnmYoi .mbr-section-title {
  color: #ffffff;
}
.cid-seQdJnmYoi .mbr-text {
  color: #ffffff;
}
.cid-seQivPhdN9 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #0069b4;
}
@media (max-width: 991px) {
  .cid-seQivPhdN9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seQivPhdN9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seQivPhdN9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-seQivPhdN9 .mbr-section-title {
  color: #ffffff;
}
.cid-seQivPhdN9 .mbr-text {
  color: #ffffff;
}
.cid-sePLJDKZpG {
  background-image: url("../../../assets/images/fundo1.png");
}
.cid-sePLJDKZpG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sePLJDKZpG .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sePLJDKZpG .mbr-text,
.cid-sePLJDKZpG .mbr-section-btn {
  text-align: center;
}
.cid-sePLJDKZpG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-seQvl5qS9Y {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0069b4;
}
.cid-seQvl5qS9Y .mbr-text,
.cid-seQvl5qS9Y .link {
  color: #ffffff;
  text-align: left;
}
.cid-seQvl5qS9Y .mbr-section-subtitle {
  color: #0069b4;
  text-align: center;
}
.cid-seQw8KuwxV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fundo5.png");
}
.cid-seQw8KuwxV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seQw8KuwxV .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-seQw8KuwxV .mbr-text,
.cid-seQw8KuwxV .mbr-section-btn {
  text-align: center;
}
.cid-seQw8KuwxV .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-sfY7LEgav9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sePLJEFJWZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sePLJEFJWZ .mbr-section-title {
  color: #0069b4;
}
.cid-sePLJHEH3B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sePLJHEH3B .image-wrapper {
    margin-top: 1.5rem;
  }
}
.cid-sePLJHEH3B .row {
  flex-direction: row-reverse;
}
.cid-sePLJHEH3B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sePLJHEH3B .text-wrapper {
    padding: 2rem;
  }
}
.cid-sePLJHEH3B .mbr-text {
  color: #353535;
}
.cid-sfY8lcBKvE {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sfY8lcBKvE .mbr-section-title {
  color: #e85410;
}
.cid-sePLJKqMza {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: linear-gradient(135deg, #a7358b 10%, #e85410 100%) !important;
}
.cid-sePLJKqMza .mbr-section-title {
  color: #ffffff;
}
.cid-seVJMo9owN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seVJMo9owN .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seVJMo9owN .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seVJMo9owN .position {
  color: #353535;
}
.cid-seVJMo9owN .mbr-text {
  color: #353535;
}
.cid-seVJL2HxaN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo5-3.png");
}
.cid-seVJL2HxaN .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seVJL2HxaN .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seVJL2HxaN .position {
  color: #353535;
}
.cid-seVJL2HxaN .mbr-text {
  color: #353535;
}
.cid-seVJH6aN5L {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-seVJH6aN5L .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seVJH6aN5L .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seVJH6aN5L .position {
  color: #353535;
}
.cid-seVJH6aN5L .mbr-text {
  color: #353535;
}
.cid-sePLJM6Pus {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sePLJM6Pus .video-wrapper iframe {
  width: 100%;
}
.cid-sePLJM6Pus .mbr-section-title,
.cid-sePLJM6Pus .mbr-section-subtitle,
.cid-sePLJM6Pus .mbr-text {
  text-align: center;
}
.cid-sePLJM6Pus .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-sePLJM6Pus .mbr-text {
  color: #606060;
}
.cid-sePLJMyP31 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sePLJMyP31 .video-wrapper iframe {
  width: 100%;
}
.cid-sePLJMyP31 .mbr-section-title,
.cid-sePLJMyP31 .mbr-section-subtitle,
.cid-sePLJMyP31 .mbr-text {
  text-align: center;
}
.cid-sePLJMyP31 .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-sePLJMyP31 .mbr-text {
  color: #606060;
}
.cid-sePLJMYPrD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sePLJMYPrD .video-wrapper iframe {
  width: 100%;
}
.cid-sePLJMYPrD .mbr-section-title,
.cid-sePLJMYPrD .mbr-section-subtitle,
.cid-sePLJMYPrD .mbr-text {
  text-align: center;
}
.cid-sePLJMYPrD .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-sePLJMYPrD .mbr-text {
  color: #606060;
}
.cid-sfXD9Bpmnt {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sfXD9Bpmnt .video-wrapper iframe {
  width: 100%;
}
.cid-sfXD9Bpmnt .mbr-section-title,
.cid-sfXD9Bpmnt .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sfXD9Bpmnt .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfXD9Bpmnt .mbr-description {
  color: #424a4d;
}
.cid-sePLJNqub9 {
  background-image: url("../../../assets/images/fundo1.png");
}
.cid-sePLJNqub9 .card-wrapper {
  background: none!important);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sePLJNqub9 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sePLJNqub9 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sePLJNqub9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-seQzsbXMwO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-seQzsbXMwO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seQzsbXMwO .row {
  flex-direction: row-reverse;
}
.cid-seQzsbXMwO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seQzsbXMwO .text-wrapper {
    padding: 2rem;
  }
}
.cid-seQzsbXMwO .mbr-section-title {
  text-align: center;
}
.cid-seQAwE71mA {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/fundo4.png");
}
.cid-seQAwE71mA .link DIV {
  text-align: center;
}
.cid-seQAwE71mA .mbr-text,
.cid-seQAwE71mA .link {
  text-align: center;
  color: #e85410;
}
.cid-seQAwE71mA .link {
  color: #232323;
}
.cid-seQAwE71mA .mbr-section-title {
  color: #000000;
}
.cid-sePLJOP7fp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e85410;
}
.cid-seQ8HAEx9k {
  z-index: 1000;
  width: 100%;
}
.cid-seQ8HAEx9k nav.navbar {
  position: fixed;
}
.cid-seQ8HAEx9k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seQ8HAEx9k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seQ8HAEx9k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seQ8HAEx9k .dropdown-item:hover,
.cid-seQ8HAEx9k .dropdown-item:focus {
  background: #0069b4 !important;
  color: white !important;
}
.cid-seQ8HAEx9k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seQ8HAEx9k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seQ8HAEx9k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seQ8HAEx9k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seQ8HAEx9k .nav-link {
  position: relative;
}
.cid-seQ8HAEx9k .container {
  display: flex;
  margin: auto;
}
.cid-seQ8HAEx9k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seQ8HAEx9k .dropdown-menu,
.cid-seQ8HAEx9k .navbar.opened {
  background: #fafafa !important;
}
.cid-seQ8HAEx9k .nav-item:focus,
.cid-seQ8HAEx9k .nav-link:focus {
  outline: none;
}
.cid-seQ8HAEx9k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seQ8HAEx9k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seQ8HAEx9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seQ8HAEx9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seQ8HAEx9k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seQ8HAEx9k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seQ8HAEx9k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-seQ8HAEx9k .navbar.opened {
  transition: all 0.3s;
}
.cid-seQ8HAEx9k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seQ8HAEx9k .navbar .navbar-logo img {
  width: auto;
}
.cid-seQ8HAEx9k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seQ8HAEx9k .navbar.collapsed {
  justify-content: center;
}
.cid-seQ8HAEx9k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seQ8HAEx9k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seQ8HAEx9k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-seQ8HAEx9k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seQ8HAEx9k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seQ8HAEx9k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-seQ8HAEx9k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seQ8HAEx9k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seQ8HAEx9k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seQ8HAEx9k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seQ8HAEx9k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seQ8HAEx9k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seQ8HAEx9k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seQ8HAEx9k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-seQ8HAEx9k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seQ8HAEx9k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seQ8HAEx9k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seQ8HAEx9k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seQ8HAEx9k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seQ8HAEx9k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seQ8HAEx9k .navbar.navbar-short {
  min-height: 60px;
}
.cid-seQ8HAEx9k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seQ8HAEx9k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seQ8HAEx9k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seQ8HAEx9k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seQ8HAEx9k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seQ8HAEx9k .dropdown-item.active,
.cid-seQ8HAEx9k .dropdown-item:active {
  background-color: transparent;
}
.cid-seQ8HAEx9k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seQ8HAEx9k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seQ8HAEx9k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seQ8HAEx9k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-seQ8HAEx9k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seQ8HAEx9k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seQ8HAEx9k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seQ8HAEx9k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seQ8HAEx9k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seQ8HAEx9k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-seQ8HAEx9k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seQ8HAEx9k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seQ8HAEx9k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seQ8HAEx9k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seQ8HAEx9k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seQ8HAEx9k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seQ8HAEx9k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seQ8HAEx9k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seQ8HAEx9k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seQ8HAEx9k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seQ8HAEx9k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seQ8HAEx9k .navbar {
    height: 70px;
  }
  .cid-seQ8HAEx9k .navbar.opened {
    height: auto;
  }
  .cid-seQ8HAEx9k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seVazpL4PL {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo1-2.png");
}
.cid-seVazpL4PL .mbr-section-title {
  color: #000000;
}
.cid-seVazpL4PL .mbr-section-subtitle {
  color: #353535;
}
.cid-seVbCWbQ0b {
  background-image: url("../../../assets/images/fundo5.png");
}
@media (max-width: 991px) {
  .cid-seVbCWbQ0b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seVbCWbQ0b img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seVbCWbQ0b .text-wrapper {
    padding: 2rem;
  }
}
.cid-seVbCWbQ0b .mbr-text {
  color: #353535;
}
.cid-seVbCWbQ0b .mbr-section-title {
  color: #000000;
}
.cid-seVbQwFsSX {
  background-image: url("../../../assets/images/fundo4.png");
}
@media (max-width: 991px) {
  .cid-seVbQwFsSX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seVbQwFsSX .row {
  flex-direction: row-reverse;
}
.cid-seVbQwFsSX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seVbQwFsSX .text-wrapper {
    padding: 2rem;
  }
}
.cid-seVi61jTFy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-seVi61jTFy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seVi61jTFy .row {
  flex-direction: row-reverse;
}
.cid-seVi61jTFy img {
  width: 100%;
}
.cid-seQbiWTdpO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo5-3.png");
}
.cid-seQbiWTdpO .link DIV {
  text-align: center;
}
.cid-seQbiWTdpO .mbr-text,
.cid-seQbiWTdpO .link {
  text-align: center;
  color: #e85410;
}
.cid-seQbiWTdpO .link {
  color: #353535;
}
.cid-seQbiWTdpO .mbr-section-title {
  color: #232323;
}
.cid-seQ8HNU62t {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e85410;
}
.cid-seUdbFajz1 {
  z-index: 1000;
  width: 100%;
}
.cid-seUdbFajz1 nav.navbar {
  position: fixed;
}
.cid-seUdbFajz1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seUdbFajz1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seUdbFajz1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seUdbFajz1 .dropdown-item:hover,
.cid-seUdbFajz1 .dropdown-item:focus {
  background: #0069b4 !important;
  color: white !important;
}
.cid-seUdbFajz1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seUdbFajz1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seUdbFajz1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seUdbFajz1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seUdbFajz1 .nav-link {
  position: relative;
}
.cid-seUdbFajz1 .container {
  display: flex;
  margin: auto;
}
.cid-seUdbFajz1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seUdbFajz1 .dropdown-menu,
.cid-seUdbFajz1 .navbar.opened {
  background: #fafafa !important;
}
.cid-seUdbFajz1 .nav-item:focus,
.cid-seUdbFajz1 .nav-link:focus {
  outline: none;
}
.cid-seUdbFajz1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seUdbFajz1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seUdbFajz1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seUdbFajz1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seUdbFajz1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seUdbFajz1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seUdbFajz1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-seUdbFajz1 .navbar.opened {
  transition: all 0.3s;
}
.cid-seUdbFajz1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seUdbFajz1 .navbar .navbar-logo img {
  width: auto;
}
.cid-seUdbFajz1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seUdbFajz1 .navbar.collapsed {
  justify-content: center;
}
.cid-seUdbFajz1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seUdbFajz1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seUdbFajz1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-seUdbFajz1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seUdbFajz1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seUdbFajz1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-seUdbFajz1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seUdbFajz1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seUdbFajz1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seUdbFajz1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seUdbFajz1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seUdbFajz1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seUdbFajz1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seUdbFajz1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-seUdbFajz1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seUdbFajz1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seUdbFajz1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seUdbFajz1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seUdbFajz1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seUdbFajz1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seUdbFajz1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-seUdbFajz1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seUdbFajz1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seUdbFajz1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seUdbFajz1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seUdbFajz1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seUdbFajz1 .dropdown-item.active,
.cid-seUdbFajz1 .dropdown-item:active {
  background-color: transparent;
}
.cid-seUdbFajz1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seUdbFajz1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seUdbFajz1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seUdbFajz1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-seUdbFajz1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seUdbFajz1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seUdbFajz1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seUdbFajz1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seUdbFajz1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seUdbFajz1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-seUdbFajz1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seUdbFajz1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seUdbFajz1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seUdbFajz1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seUdbFajz1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seUdbFajz1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seUdbFajz1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seUdbFajz1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seUdbFajz1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seUdbFajz1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seUdbFajz1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seUdbFajz1 .navbar {
    height: 70px;
  }
  .cid-seUdbFajz1 .navbar.opened {
    height: auto;
  }
  .cid-seUdbFajz1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seVMNZIBnD {
  background-image: url("../../../assets/images/fundo3.png");
}
.cid-seVMNZIBnD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seVMNZIBnD .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-seVMNZIBnD .mbr-section-title {
  color: #bbbbbb;
}
.cid-seVMNZIBnD .mbr-text,
.cid-seVMNZIBnD .mbr-section-btn {
  color: #000000;
  text-transform: uppercase!important;
}
.cid-seUdbGcKJO {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #0069b4;
}
@media (max-width: 991px) {
  .cid-seUdbGcKJO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seUdbGcKJO .row {
  flex-direction: row-reverse;
}
.cid-seUdbGcKJO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seUdbGcKJO .text-wrapper {
    padding: 2rem;
  }
}
.cid-seUdbGcKJO .mbr-section-title {
  color: #ffffff;
}
.cid-seUdbGcKJO .mbr-text {
  color: #ffffff;
}
.cid-seUdbGy2mo {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #0069b4;
}
@media (max-width: 991px) {
  .cid-seUdbGy2mo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seUdbGy2mo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seUdbGy2mo .text-wrapper {
    padding: 2rem;
  }
}
.cid-seUdbGy2mo .mbr-section-title {
  color: #ffffff;
}
.cid-seUdbGy2mo .mbr-text {
  color: #ffffff;
}
.cid-sfXIlET2x0 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfXIlET2x0 .mbr-section-title {
  color: #0069b4;
}
.cid-seUdbHEZUX {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo5.png");
}
.cid-seUdbHEZUX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seUdbHEZUX .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-seUdbHEZUX .mbr-text,
.cid-seUdbHEZUX .mbr-section-btn {
  text-align: center;
}
.cid-seUdbHEZUX .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-sfXIdOLs4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sfXIdOLs4x .line {
  background-color: #e85410;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfXIdOLs4x .mbr-text {
  color: #e85410;
}
.cid-sfXMLLoH8n {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #0069b4;
}
.cid-sfXMLLoH8n .mbr-section-title {
  color: #ffffff;
}
.cid-sfXMLLoH8n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seUD0FFmUK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #0069b4;
}
.cid-seUD0FFmUK .mbr-section-title {
  color: #ffffff;
}
.cid-seUD0FFmUK .mbr-text,
.cid-seUD0FFmUK .link {
  color: #ffffff;
  text-align: center;
}
.cid-seUdbHW9LK {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-seUdbHW9LK .mbr-section-title {
  color: #0069b4;
}
.cid-seUTbRJlOf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-seUTbRJlOf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seUTbRJlOf .row {
  flex-direction: row-reverse;
}
.cid-seUTbRJlOf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seUTbRJlOf .text-wrapper {
    padding: 2rem;
  }
}
.cid-seUTbRJlOf .mbr-section-title {
  color: #000000;
}
.cid-seUTbRJlOf .mbr-text {
  color: #232323;
}
.cid-seUTbp5Zgf {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fundo5-2.png");
}
@media (max-width: 991px) {
  .cid-seUTbp5Zgf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seUTbp5Zgf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seUTbp5Zgf .text-wrapper {
    padding: 2rem;
  }
}
.cid-seUTbp5Zgf .mbr-section-title {
  color: #000000;
}
.cid-seUTbp5Zgf .mbr-text {
  color: #232323;
}
.cid-seVl498j1M {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-seVl498j1M .mbr-section-subtitle {
  color: #0069b4;
  text-align: center;
}
.cid-seVl498j1M .mbr-text {
  color: #0069b4;
  text-align: center;
}
.cid-sfXQhPOq00 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfXQhPOq00 .mbr-section-title {
  color: #e85410;
}
.cid-seUdbIgaJm {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/fundo4.png");
}
@media (max-width: 991px) {
  .cid-seUdbIgaJm .image-wrapper {
    margin-top: 1.5rem;
  }
}
.cid-seUdbIgaJm .row {
  flex-direction: row-reverse;
}
.cid-seUdbIgaJm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seUdbIgaJm .text-wrapper {
    padding: 2rem;
  }
}
.cid-seUdbIgaJm .mbr-text {
  color: #353535;
}
.cid-sfXQjfYMim {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sfXQjfYMim .mbr-section-title {
  color: #e85410;
}
.cid-seUdbIBZY6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: linear-gradient(135deg, #a7358b 10%, #e85410 100%) !important;
}
.cid-seUdbIBZY6 .mbr-section-title {
  color: #ffffff;
}
.cid-seUdbIU5ki {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seUdbIU5ki .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seUdbIU5ki .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seUdbIU5ki .position {
  color: #353535;
}
.cid-seUdbIU5ki .mbr-text {
  color: #353535;
}
.cid-seUdbJfbSK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo5-3.png");
}
.cid-seUdbJfbSK .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seUdbJfbSK .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seUdbJfbSK .position {
  color: #353535;
}
.cid-seUdbJfbSK .mbr-text {
  color: #353535;
}
.cid-seUdbJACB1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-seUdbJACB1 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seUdbJACB1 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seUdbJACB1 .position {
  color: #353535;
}
.cid-seUdbJACB1 .mbr-text {
  color: #353535;
}
.cid-seUdbJUaeC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seUdbJUaeC .video-wrapper iframe {
  width: 100%;
}
.cid-seUdbJUaeC .mbr-section-title,
.cid-seUdbJUaeC .mbr-section-subtitle,
.cid-seUdbJUaeC .mbr-text {
  text-align: center;
}
.cid-seUdbJUaeC .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-seUdbJUaeC .mbr-text {
  color: #606060;
}
.cid-seUdbKfhw6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seUdbKfhw6 .video-wrapper iframe {
  width: 100%;
}
.cid-seUdbKfhw6 .mbr-section-title,
.cid-seUdbKfhw6 .mbr-section-subtitle,
.cid-seUdbKfhw6 .mbr-text {
  text-align: center;
}
.cid-seUdbKfhw6 .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-seUdbKfhw6 .mbr-text {
  color: #606060;
}
.cid-seUdbKCqQz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seUdbKCqQz .video-wrapper iframe {
  width: 100%;
}
.cid-seUdbKCqQz .mbr-section-title,
.cid-seUdbKCqQz .mbr-section-subtitle,
.cid-seUdbKCqQz .mbr-text {
  text-align: center;
}
.cid-seUdbKCqQz .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-seUdbKCqQz .mbr-text {
  color: #606060;
}
.cid-sfXDjNhTEY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sfXDjNhTEY .video-wrapper iframe {
  width: 100%;
}
.cid-sfXDjNhTEY .mbr-section-title,
.cid-sfXDjNhTEY .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sfXDjNhTEY .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfXDjNhTEY .mbr-description {
  color: #424a4d;
}
.cid-seUdbKWD34 {
  background-image: url("../../../assets/images/fundo1.png");
}
.cid-seUdbKWD34 .card-wrapper {
  background: none!important);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-seUdbKWD34 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-seUdbKWD34 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-seUdbKWD34 .card-wrapper {
    padding: 4rem;
  }
}
.cid-seUdbLduew {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-seUdbLduew .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seUdbLduew .row {
  flex-direction: row-reverse;
}
.cid-seUdbLduew img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seUdbLduew .text-wrapper {
    padding: 2rem;
  }
}
.cid-seUdbLduew .mbr-section-title {
  text-align: center;
}
.cid-seUdbLvVov {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/fundo4.png");
}
.cid-seUdbLvVov .link DIV {
  text-align: center;
}
.cid-seUdbLvVov .mbr-text,
.cid-seUdbLvVov .link {
  text-align: center;
  color: #a7358b;
}
.cid-seUdbLvVov .link {
  color: #232323;
}
.cid-seUdbLvVov .mbr-section-title {
  color: #000000;
}
.cid-seUdbM0la1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e85410;
}
.cid-seQ6K9tihr {
  z-index: 1000;
  width: 100%;
}
.cid-seQ6K9tihr nav.navbar {
  position: fixed;
}
.cid-seQ6K9tihr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seQ6K9tihr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seQ6K9tihr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seQ6K9tihr .dropdown-item:hover,
.cid-seQ6K9tihr .dropdown-item:focus {
  background: #0069b4 !important;
  color: white !important;
}
.cid-seQ6K9tihr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seQ6K9tihr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seQ6K9tihr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seQ6K9tihr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seQ6K9tihr .nav-link {
  position: relative;
}
.cid-seQ6K9tihr .container {
  display: flex;
  margin: auto;
}
.cid-seQ6K9tihr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seQ6K9tihr .dropdown-menu,
.cid-seQ6K9tihr .navbar.opened {
  background: #fafafa !important;
}
.cid-seQ6K9tihr .nav-item:focus,
.cid-seQ6K9tihr .nav-link:focus {
  outline: none;
}
.cid-seQ6K9tihr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seQ6K9tihr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seQ6K9tihr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seQ6K9tihr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seQ6K9tihr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seQ6K9tihr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seQ6K9tihr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-seQ6K9tihr .navbar.opened {
  transition: all 0.3s;
}
.cid-seQ6K9tihr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seQ6K9tihr .navbar .navbar-logo img {
  width: auto;
}
.cid-seQ6K9tihr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seQ6K9tihr .navbar.collapsed {
  justify-content: center;
}
.cid-seQ6K9tihr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seQ6K9tihr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seQ6K9tihr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-seQ6K9tihr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seQ6K9tihr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seQ6K9tihr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-seQ6K9tihr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seQ6K9tihr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seQ6K9tihr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seQ6K9tihr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seQ6K9tihr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seQ6K9tihr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seQ6K9tihr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seQ6K9tihr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-seQ6K9tihr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seQ6K9tihr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seQ6K9tihr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seQ6K9tihr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seQ6K9tihr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seQ6K9tihr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seQ6K9tihr .navbar.navbar-short {
  min-height: 60px;
}
.cid-seQ6K9tihr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seQ6K9tihr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seQ6K9tihr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seQ6K9tihr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seQ6K9tihr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seQ6K9tihr .dropdown-item.active,
.cid-seQ6K9tihr .dropdown-item:active {
  background-color: transparent;
}
.cid-seQ6K9tihr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seQ6K9tihr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seQ6K9tihr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seQ6K9tihr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-seQ6K9tihr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seQ6K9tihr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seQ6K9tihr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seQ6K9tihr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seQ6K9tihr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seQ6K9tihr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-seQ6K9tihr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seQ6K9tihr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seQ6K9tihr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seQ6K9tihr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seQ6K9tihr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seQ6K9tihr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seQ6K9tihr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seQ6K9tihr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seQ6K9tihr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seQ6K9tihr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seQ6K9tihr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seQ6K9tihr .navbar {
    height: 70px;
  }
  .cid-seQ6K9tihr .navbar.opened {
    height: auto;
  }
  .cid-seQ6K9tihr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seVtWLpqUi {
  background-image: url("../../../assets/images/parede-1848x1205.jpg");
}
.cid-seQ6Kdej1U {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo5-2.png");
}
@media (max-width: 991px) {
  .cid-seQ6Kdej1U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seQ6Kdej1U .row {
  flex-direction: row-reverse;
}
.cid-seQ6Kdej1U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seQ6Kdej1U .text-wrapper {
    padding: 2rem;
  }
}
.cid-seQ6Kdej1U .mbr-text {
  color: #353535;
}
.cid-seQ6Kdej1U .mbr-section-title {
  color: #e85410;
}
.cid-seQ6KdzQQ5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fundo3.png");
}
.cid-seQ6KdzQQ5 img,
.cid-seQ6KdzQQ5 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-seQ6KdzQQ5 .item:focus,
.cid-seQ6KdzQQ5 span:focus {
  outline: none;
}
.cid-seQ6KdzQQ5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-seQ6KdzQQ5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-seQ6KdzQQ5 .item {
  padding: 0;
  margin: 0;
}
.cid-seQ6KdzQQ5 .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-seQ6KdzQQ5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-seQ6KdzQQ5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-seQ6KdzQQ5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-seQ6KdzQQ5 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-seQ6KdzQQ5 .mbr-text,
.cid-seQ6KdzQQ5 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-seQ6KdzQQ5 .item-title {
  text-align: center;
  line-height: 1.2!important;
  color: #e85410;
}
.cid-seQ6KdzQQ5 .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-seQ6KdzQQ5 .mbr-section-subtitle {
  text-align: center;
}
.cid-seQ6KeuxdK {
  background-image: url("../../../assets/images/fundo4.png");
}
.cid-seQ6KeuxdK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-seQ6KeuxdK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-seQ6KeuxdK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #a7358b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seQ6KeuxdK H3 {
  color: #a7358b;
  text-align: center;
}
.cid-seQ6KePeKn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fundo1.png");
}
.cid-seQ6KePeKn .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-seQ6KePeKn .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-seQ6KePeKn .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-seQ6KePeKn .card-wrapper {
    padding: 4rem;
  }
}
.cid-seQ6KePeKn .mbr-text,
.cid-seQ6KePeKn .mbr-section-btn {
  text-align: left;
}
.cid-seQ6KePeKn .card-title {
  text-align: left;
  color: #e85410;
}
.cid-seQ6Kf8n4h {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seQ6Kf8n4h .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-seQ6Kf8n4h .mbr-text {
  color: #353535;
}
.cid-seQ6Kfqm0k {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-seQ6Kfqm0k .image-wrapper {
    margin-top: 1.5rem;
  }
}
.cid-seQ6Kfqm0k .row {
  flex-direction: row-reverse;
}
.cid-seQ6Kfqm0k img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-seQ6Kfqm0k .text-wrapper {
    padding: 2rem;
  }
}
.cid-seQ6Kfqm0k .mbr-text {
  color: #232323;
}
.cid-seQ6Kfqm0k .mbr-section-title {
  color: #000000;
}
.cid-seQ6KfLFJP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fundo3.png");
}
.cid-seQ6KfLFJP .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-seQ6KfLFJP .plan-body {
  padding-bottom: 2rem;
}
.cid-seQ6KfLFJP .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-seQ6KfLFJP .price {
  color: #000000;
}
.cid-seQ6KfLFJP .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-seQ6KfLFJP .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-seQ6KfLFJP .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-seQ6KfLFJP .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-seQ6KfLFJP .plan {
    margin-bottom: 2rem;
  }
}
.cid-seQ6KfLFJP .price-term {
  color: #232323;
}
.cid-seQ6KfLFJP UL {
  color: #353535;
  text-align: center;
}
.cid-seQ6KgjSyi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seQ6KgjSyi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-seQ6KgjSyi .mbr-text,
.cid-seQ6KgjSyi .link {
  color: #232323;
}
.cid-seQ6KgTVMk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-seQ6KgTVMk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seQ6KgTVMk .row {
  flex-direction: row-reverse;
}
.cid-seQ6KgTVMk img {
  width: 100%;
}
.cid-seQ6KgTVMk .mbr-description {
  color: #424a4d;
}
.cid-seQ6Khdzzs {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/fundo4.png");
}
.cid-seQ6Khdzzs .mbr-text {
  color: #767676;
}
.cid-seQ6Khdzzs .mbr-section-subtitle {
  color: #767676;
}
.cid-seQ6Khdzzs .title {
  margin-bottom: 1rem!important;
  color: #bbbbbb!important;
}
.cid-seQ6Khdzzs .title .num {
  width: 100%;
  display: block;
  font-size: 4rem;
}
.cid-seQ6Khdzzs .title .card-title {
  z-index: 1;
}
.cid-seQ6Khdzzs .num {
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-seQ6Khdzzs * {
    text-align: center !important;
  }
  .cid-seQ6Khdzzs .content-column {
    margin-bottom: 2rem;
  }
}
.cid-seQ6Khdzzs .mbr-section-title,
.cid-seQ6Khdzzs .card-box {
  text-align: left;
  color: #000000;
}
.cid-seQ6Khdzzs .card-text {
  text-align: left;
  color: #353535;
}
.cid-seQ6Khdzzs .card-text br {
  content: "";
  margin: 2em;
  display: block;
  font-size: 50%;
}
.cid-seQ6Khdzzs .card-title,
.cid-seQ6Khdzzs .card-img {
  color: #000000;
  text-align: left;
}
.cid-seQ6Khdzzs .mbr-text,
.cid-seQ6Khdzzs .mbr-section-btn {
  color: #353535;
}
.cid-seQ6Khdzzs .display-5 {
  line-height: 1!important;
}
.cid-seVwAWYcQX {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #f4f4f4;
}
.cid-seVwAWYcQX .rowflexrev {
  display: -webkit-flex;
}
.cid-seVwAWYcQX .ws-form-alerts {
  margin-top: 1rem;
}
.cid-seVwAWYcQX .title {
  margin-bottom: 2rem;
}
.cid-seVwAWYcQX .mbr-section-subtitle {
  color: #353535;
}
.cid-seVwAWYcQX textarea.form-control {
  min-height: 188px;
}
.cid-seVwAWYcQX LABEL {
  color: #232323;
}
.cid-seVwAWYcQX .mbr-section-terms {
  text-align: center;
  color: #767676;
  margin-bottom: 0px;
}
.cid-seVwAWYcQX .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-seVwAWYcQX .mbr-section-autorespond {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-seVwAWYcQX .alert {
  margin-bottom: 0;
}
.cid-seVwAWYcQX .alert-success {
  background-color: #70c770;
  color: #ffffff;
}
.cid-seVwAWYcQX .alert-danger {
  background-color: #e83910;
  color: #ffffff;
}
.cid-seVwAWYcQX .btn {
  display: inline-flex;
}
.cid-seVwAWYcQX .hidden {
  display: none;
}
.cid-seVwAWYcQX H2 {
  color: #000000;
}
.cid-seQ6KhTPC4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: linear-gradient(135deg, #a7358b 10%, #e85410 100%) !important;
}
.cid-seQ6KhTPC4 .mbr-section-title {
  color: #ffffff;
}
.cid-seVJTvTLyE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seVJTvTLyE .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seVJTvTLyE .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seVJTvTLyE .position {
  color: #353535;
}
.cid-seVJTvTLyE .mbr-text {
  color: #353535;
}
.cid-seVJU9CjY2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo5-3.png");
}
.cid-seVJU9CjY2 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seVJU9CjY2 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seVJU9CjY2 .position {
  color: #353535;
}
.cid-seVJU9CjY2 .mbr-text {
  color: #353535;
}
.cid-seVJUDESrh {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-seVJUDESrh .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-seVJUDESrh .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-seVJUDESrh .position {
  color: #353535;
}
.cid-seVJUDESrh .mbr-text {
  color: #353535;
}
.cid-seQ6KjAWrS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seQ6KjAWrS .video-wrapper iframe {
  width: 100%;
}
.cid-seQ6KjAWrS .mbr-section-title,
.cid-seQ6KjAWrS .mbr-section-subtitle,
.cid-seQ6KjAWrS .mbr-text {
  text-align: center;
}
.cid-seQ6KjAWrS .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-seQ6KjAWrS .mbr-text {
  color: #606060;
}
.cid-seQ6KjZNVx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seQ6KjZNVx .video-wrapper iframe {
  width: 100%;
}
.cid-seQ6KjZNVx .mbr-section-title,
.cid-seQ6KjZNVx .mbr-section-subtitle,
.cid-seQ6KjZNVx .mbr-text {
  text-align: center;
}
.cid-seQ6KjZNVx .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-seQ6KjZNVx .mbr-text {
  color: #606060;
}
.cid-seQ6Kkn6K5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seQ6Kkn6K5 .video-wrapper iframe {
  width: 100%;
}
.cid-seQ6Kkn6K5 .mbr-section-title,
.cid-seQ6Kkn6K5 .mbr-section-subtitle,
.cid-seQ6Kkn6K5 .mbr-text {
  text-align: center;
}
.cid-seQ6Kkn6K5 .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-seQ6Kkn6K5 .mbr-text {
  color: #606060;
}
.cid-sfXDvtHdko {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sfXDvtHdko .video-wrapper iframe {
  width: 100%;
}
.cid-sfXDvtHdko .mbr-section-title,
.cid-sfXDvtHdko .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sfXDvtHdko .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfXDvtHdko .mbr-description {
  color: #424a4d;
}
.cid-seQ6KlcrMm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0069b4;
}
.cid-seQ6KlcrMm .mbr-section-title {
  color: #ffffff;
}
.cid-seQ6KlcrMm .mbr-text,
.cid-seQ6KlcrMm .mbr-section-btn {
  color: #ffffff;
}
.cid-seVnel9DaM {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/fundo4.png");
}
.cid-seVnel9DaM .link DIV {
  text-align: center;
}
.cid-seVnel9DaM .mbr-text,
.cid-seVnel9DaM .link {
  text-align: center;
  color: #e85410;
}
.cid-seVnel9DaM .link {
  color: #232323;
}
.cid-seVnel9DaM .mbr-section-title {
  color: #000000;
}
.cid-seQ6Km5IuG {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e85410;
}
