body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Sora', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0095ff !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #17027b !important;
}
.bg-danger {
  background-color: #1a449a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-primary:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #0077ff, #0095ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-secondary:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #0077ff, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #0077ff, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #0077ff, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #17027b !important;
  border-color: #17027b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #090130 !important;
  border-color: #090130 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #090130 !important;
  border-color: #090130 !important;
}
.btn-warning:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #0077ff, #17027b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a449a !important;
  border-color: #1a449a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0f2759 !important;
  border-color: #0f2759 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0f2759 !important;
  border-color: #0f2759 !important;
}
.btn-danger:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #0077ff, #1a449a);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #0077ff, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #0077ff, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0095ff;
  color: #0095ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0095ff;
  border-color: #0095ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #0077ff, #0095ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #0077ff, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #0077ff, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #0077ff, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #17027b;
  color: #17027b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #17027b;
  border-color: #17027b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #17027b !important;
  border-color: #17027b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #0077ff, #17027b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1a449a;
  color: #1a449a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1a449a;
  border-color: #1a449a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a449a !important;
  border-color: #1a449a !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #0077ff, #1a449a);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #0077ff, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #0077ff, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #0095ff !important;
}
.text-secondary {
  color: #0077ff !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #17027b !important;
}
.text-danger {
  color: #1a449a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #66bfff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #66adff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2a04df !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #3c71de !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #17027b;
}
.alert-danger {
  background-color: #1a449a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0095ff;
  border-color: #0095ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0095ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cceaff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #2e04f8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #5281e2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #0095ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0095ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0095ff;
  border-bottom-color: #0095ff;
}
.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: #0095ff !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: #0077ff !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='%230095ff' %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;
}
.btn {
  transition: none;
}
.cid-uC453Z5c3m {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/design-sem-nome-14-1920x1110.jpg");
  overflow: hidden;
}
.cid-uC453Z5c3m svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uC453Z5c3m #e2_shape {
  fill: #000000 !important;
}
.cid-uC453Z5c3m .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uC453Z5c3m .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uC453Z5c3m img {
  margin-left: auto;
  margin-right: auto;
}
.cid-uC453Z5c3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC453Z5c3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmbbBlBuZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCmbbBlBuZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cid-uCmbbBlBuZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-uCmbbBlBuZ .row {
  align-items: center;
  height: 100%;
}
.cid-uC4ozoIqkm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/design-sem-nome-1-.webp");
}
.cid-uC4ozoIqkm h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uC4ozoIqkm .card-box {
  padding-top: 3rem;
}
.cid-uC4ozoIqkm .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-uC4ozoIqkm .btn-md {
  padding: 1rem;
}
.cid-uC4ozoIqkm .btn-primary-outline,
.cid-uC4ozoIqkm .btn-secondary-outline,
.cid-uC4ozoIqkm .btn-info-outline,
.cid-uC4ozoIqkm .btn-success-outline,
.cid-uC4ozoIqkm .btn-warning-outline,
.cid-uC4ozoIqkm .btn-danger-outline,
.cid-uC4ozoIqkm .btn-black-outline,
.cid-uC4ozoIqkm .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uC4ozoIqkm .btn-primary-outline span,
.cid-uC4ozoIqkm .btn-secondary-outline span,
.cid-uC4ozoIqkm .btn-info-outline span,
.cid-uC4ozoIqkm .btn-success-outline span,
.cid-uC4ozoIqkm .btn-warning-outline span,
.cid-uC4ozoIqkm .btn-danger-outline span,
.cid-uC4ozoIqkm .btn-black-outline span,
.cid-uC4ozoIqkm .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uC4ozoIqkm .btn-primary-outline:hover span,
.cid-uC4ozoIqkm .btn-secondary-outline:hover span,
.cid-uC4ozoIqkm .btn-info-outline:hover span,
.cid-uC4ozoIqkm .btn-success-outline:hover span,
.cid-uC4ozoIqkm .btn-warning-outline:hover span,
.cid-uC4ozoIqkm .btn-danger-outline:hover span,
.cid-uC4ozoIqkm .btn-black-outline:hover span,
.cid-uC4ozoIqkm .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uC4ozoIqkm .btn-primary-outline:hover,
.cid-uC4ozoIqkm .btn-secondary-outline:hover,
.cid-uC4ozoIqkm .btn-info-outline:hover,
.cid-uC4ozoIqkm .btn-success-outline:hover,
.cid-uC4ozoIqkm .btn-warning-outline:hover,
.cid-uC4ozoIqkm .btn-danger-outline:hover,
.cid-uC4ozoIqkm .btn-black-outline:hover,
.cid-uC4ozoIqkm .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0095ff !important;
  box-shadow: none!important;
}
.cid-uC4ozoIqkm .btn-primary-outline:active,
.cid-uC4ozoIqkm .btn-secondary-outline:active,
.cid-uC4ozoIqkm .btn-info-outline:active,
.cid-uC4ozoIqkm .btn-success-outline:active,
.cid-uC4ozoIqkm .btn-warning-outline:active,
.cid-uC4ozoIqkm .btn-danger-outline:active,
.cid-uC4ozoIqkm .btn-black-outline:active,
.cid-uC4ozoIqkm .btn-white-outline:active,
.cid-uC4ozoIqkm .btn-primary-outline:focus,
.cid-uC4ozoIqkm .btn-secondary-outline:focus,
.cid-uC4ozoIqkm .btn-info-outline:focus,
.cid-uC4ozoIqkm .btn-success-outline:focus,
.cid-uC4ozoIqkm .btn-warning-outline:focus,
.cid-uC4ozoIqkm .btn-danger-outline:focus,
.cid-uC4ozoIqkm .btn-black-outline:focus,
.cid-uC4ozoIqkm .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uC4ozoIqkm .btn-primary-outline .mbr-iconfont,
.cid-uC4ozoIqkm .btn-secondary-outline .mbr-iconfont,
.cid-uC4ozoIqkm .btn-info-outline .mbr-iconfont,
.cid-uC4ozoIqkm .btn-success-outline .mbr-iconfont,
.cid-uC4ozoIqkm .btn-warning-outline .mbr-iconfont,
.cid-uC4ozoIqkm .btn-danger-outline .mbr-iconfont,
.cid-uC4ozoIqkm .btn-black-outline .mbr-iconfont,
.cid-uC4ozoIqkm .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uC4ozoIqkm .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #f8f6f3;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uC4ozoIqkm .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uC4ozoIqkm .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uC4ozoIqkm .link-wrap:hover {
  color: #0095ff !important;
}
.cid-uC4ozoIqkm .link-wrap:hover:hover .link-ico {
  color: #0095ff !important;
}
.cid-uC4ozoIqkm .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uC4ozoIqkm img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
}
.cid-uC4ozoIqkm .card-title {
  color: #080a23;
  text-align: center;
}
.cid-uC4ozoIqkm .row {
  justify-content: center;
}
.cid-uC4ozoIqkm .main-title {
  text-align: center;
  color: #57468b;
}
.cid-uC4ozoIqkm P {
  text-align: center;
}
.cid-uC4ozoIqkm .mbr-text,
.cid-uC4ozoIqkm .link {
  text-align: center;
  color: #716c80;
}
.cid-uC4ozoIqkm DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uC4ozoIqkm .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uC4ozoIqkm .card-img {
  width: auto;
}
.cid-uC4ozoIqkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4ozoIqkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCm8TPttNl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #080a23;
}
.cid-uCm8TPttNl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uCm8TPttNl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uCm8TPttNl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08890f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -5px;
  content: "✓";
}
.cid-uCm8TPttNl .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uCm8TPttNl .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0095ff;
}
.cid-uCm8TPttNl .svg-top .st0 {
  fill: #080a23;
}
@media (max-width: 992px) {
  .cid-uCm8TPttNl .svg-top {
    width: 1000px;
  }
}
.cid-uCm8TPttNl .mbr-text {
  color: #e5e5e5;
}
.cid-uCm8TPttNl .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uCm8TPttNl .mbr-text UL {
  text-align: left;
}
.cid-uCrJUAv6Ne {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #080a23;
}
.cid-uCrJUAv6Ne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrJUAv6Ne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrJUAv6Ne .card-wrapper {
  background: #e5e5e5;
}
@media (max-width: 767px) {
  .cid-uCrJUAv6Ne .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uCrJUAv6Ne .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCrJUAv6Ne .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCrJUAv6Ne .mbr-text,
.cid-uCrJUAv6Ne .mbr-section-btn {
  color: #1a449a;
}
.cid-uCrJUAv6Ne .card-title,
.cid-uCrJUAv6Ne .card-box {
  text-align: left;
  color: #17027b;
}
.cid-uCrsjlhd4E {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/design-sem-nome-4-.webp");
}
.cid-uCrsjlhd4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrsjlhd4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCrsjlhd4E .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uCrsjlhd4E .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uCrsjlhd4E .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uCrsjlhd4E .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-uCrsjlhd4E .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-uCrsjlhd4E .image-wrapper {
    margin: 0;
  }
}
.cid-uCrsjlhd4E .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-uCrsjlhd4E .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uCrsjlhd4E .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-uCrsjlhd4E .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-uCrsjlhd4E .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-uCrsjlhd4E .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uCrsjlhd4E .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-uCrsjlhd4E .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-uCrsjlhd4E .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #ffffff;
  border-right: 4px dashed #ffffff;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-uCrsjlhd4E .mbr-section-title {
  color: #000000;
}
.cid-uCrsjlhd4E .mbr-text {
  color: #e5e5e5;
}
.cid-uCrsjlhd4E .card-title {
  color: #000000;
  text-align: center;
}
.cid-uCrsjlhd4E .mbr-section-title,
.cid-uCrsjlhd4E .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uCrHvYclWv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #080a23;
  background-position: initial !important;
}
.cid-uCrHvYclWv .item:focus,
.cid-uCrHvYclWv span:focus {
  outline: none;
}
.cid-uCrHvYclWv .item-wrapper {
  position: relative;
}
.cid-uCrHvYclWv .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uCrHvYclWv .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uCrHvYclWv .mbr-section-title {
  color: #ffffff;
  text-align: left;
  margin-bottom: 40px;
}
.cid-uCrHvYclWv .mbr-text,
.cid-uCrHvYclWv .mbr-section-btn {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCrHvYclWv .btn-pos {
    text-align: center;
  }
}
.cid-uCrHvYclWv .item-title {
  text-align: left;
}
.cid-uCrHvYclWv .item-subtitle {
  text-align: left;
}
.cid-uCrHvYclWv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uCrHvYclWv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uCrHvYclWv .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uCrHvYclWv .embla__slide {
    min-width: 375px;
  }
}
.cid-uCrHvYclWv .embla__button--next,
.cid-uCrHvYclWv .embla__button--prev {
  display: flex;
}
.cid-uCrHvYclWv .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: -15%;
  margin-top: -1.5rem;
  background-color: #1a449a;
  color: #000000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uCrHvYclWv .embla__button {
    display: none;
  }
}
.cid-uCrHvYclWv .embla__button:disabled {
  cursor: default;
}
.cid-uCrHvYclWv .embla__button.embla__button--prev {
  right: 0;
  margin-right: 5.5rem;
}
.cid-uCrHvYclWv .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCrHvYclWv .embla__button--prev {
    right: initial;
    margin-right: 0;
  }
  .cid-uCrHvYclWv .embla__button--next {
    right: 0;
    margin-right: 0;
  }
}
.cid-uCrHvYclWv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uCrHvYclWv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uCrHvYclWv .embla {
  position: relative;
  width: 100%;
}
.cid-uCrHvYclWv .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uCrHvYclWv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCrHvYclWv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCrHvYclWv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCrHvYclWv .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-uCrHvYclWv .shadow {
  border-radius: 34px;
  overflow: visible;
  padding: 12px;
  border: 1px solid #eff0f6;
  background-color: #ffffff;
}
.cid-uCrHvYclWv .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-uCrHvYclWv img {
  border-radius: 25px;
  padding-bottom: 20px;
  width: 100%;
}
.cid-uCrHvYclWv .card-title {
  margin-bottom: 10px;
  color: #4c4c4c;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uCrHvYclWv .card-text {
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 18px;
}
.cid-uCrHvYclWv .btn {
  padding: 1rem 2rem;
  margin-left: 16px;
  margin-right: 20px;
  transition: all 300ms ease !important;
  font-weight: 600;
}
.cid-uCrHvYclWv a.btn > span {
  margin-left: 0.5rem;
}
.cid-uCrHvYclWv .col-md-5 {
  display: flex;
  justify-content: flex-end;
}
.cid-uCrHvYclWv .row {
  display: flex;
  align-items: center;
}
.cid-uCrHvYclWv .card-title,
.cid-uCrHvYclWv .iconfont-wrapper {
  color: #000000;
}
.cid-uCrHvYclWv .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 768px) {
  .cid-uCrHvYclWv .col-md-5 {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .cid-uCrHvYclWv .card-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cid-uCrHvYclWv .embla__button {
    width: 44px;
    height: 44px;
  }
  .cid-uCrHvYclWv .embla__button--next {
    margin-right: 0 !important;
  }
  .cid-uCrHvYclWv .embla__button--prev {
    margin-right: 3.5rem !important;
  }
  .cid-uCrHvYclWv .embla__container {
    transform: translateX(-25px);
  }
  .cid-uCrHvYclWv .embla__slide {
    min-width: 290px;
  }
}
.cid-uCrQ6xBVks {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/limited-time-only-7-.webp");
}
.cid-uCrQ6xBVks .price-term {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .cid-uCrQ6xBVks .container {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uCrQ6xBVks h4 {
  margin: 0;
}
.cid-uCrQ6xBVks .card1 {
  background: #f2f2f4;
}
.cid-uCrQ6xBVks .card2 {
  background: #ed6436;
}
.cid-uCrQ6xBVks .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-uCrQ6xBVks .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0px;
    z-index: 10;
    background: #ed6436;
    border-radius: 30px;
    padding-left: 50px;
  }
}
.cid-uCrQ6xBVks .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.cid-uCrQ6xBVks .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-uCrQ6xBVks .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-uCrQ6xBVks .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-uCrQ6xBVks .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-uCrQ6xBVks .plan-header {
  padding: 2rem 2rem 0rem 2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-uCrQ6xBVks .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-uCrQ6xBVks .plan-price {
  padding: 2rem 1rem;
}
.cid-uCrQ6xBVks .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-uCrQ6xBVks .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uCrQ6xBVks .price-value,
.cid-uCrQ6xBVks .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-uCrQ6xBVks .plan {
    margin-bottom: 3rem;
  }
  .cid-uCrQ6xBVks .content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCrQ6xBVks .plan-price {
    padding: 2rem 1rem;
  }
  .cid-uCrQ6xBVks .plan-body {
    padding: 0;
  }
  .cid-uCrQ6xBVks .plan-header {
    padding: 2rem 1rem;
  }
}
.cid-uCrQ6xBVks .plan-title {
  color: #1a449a;
}
.cid-uCrQ6xBVks .plan-title2 {
  color: #ffffff;
}
.cid-uCrQ6xBVks .month2,
.cid-uCrQ6xBVks .plan-header {
  color: #ffffff;
}
.cid-uCrQ6xBVks .item2 {
  color: #ffffff;
}
.cid-uCrQ6xBVks .price-figure2 {
  color: #ffffff;
}
.cid-uCrQ6xBVks .price-value2 {
  color: #ffffff;
}
.cid-uCrQ6xBVks H2 {
  color: #ffffff;
}
.cid-uCrQ6xBVks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrQ6xBVks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrQ6xBVks H1 {
  color: #55b4d4;
  text-align: left;
}
.cid-uCrQ6xBVks .price-figure,
.cid-uCrQ6xBVks .plan-price {
  color: #1a449a;
}
.cid-uCrQ6xBVks DIV {
  text-align: left;
}
.cid-uCyaU3pSEJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #080a23;
}
.cid-uCyaU3pSEJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCyaU3pSEJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCyaU3pSEJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uCyaU3pSEJ .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uCyaU3pSEJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uCyaU3pSEJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uCyaU3pSEJ .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uCyaU3pSEJ .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uCyaU3pSEJ .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #080a23, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uCyaU3pSEJ .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCyaU3pSEJ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCyaU3pSEJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uCyaU3pSEJ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uCyaU3pSEJ .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uCyaU3pSEJ .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uCyaU3pSEJ .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uCyaU3pSEJ .embla__button--next,
.cid-uCyaU3pSEJ .embla__button--prev {
  display: flex;
}
.cid-uCyaU3pSEJ .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #e5e5e5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uCyaU3pSEJ .embla__button {
    display: none;
  }
}
.cid-uCyaU3pSEJ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uCyaU3pSEJ .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uCyaU3pSEJ .embla__button.embla__button--next {
  right: 0;
}
.cid-uCyaU3pSEJ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uCyaU3pSEJ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uCyaU3pSEJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCyaU3pSEJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCyaU3pSEJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCyaU3pSEJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uCyaU3pSEJ .mbr-section-title {
  color: #e5e5e5;
  text-align: center;
}
.cid-uCyaU3pSEJ .item-tag {
  color: #ffffff;
}
.cid-uCyaU3pSEJ .item-name {
  color: #ffffff;
}
.cid-uCynMgws9m {
  padding-top: 0px;
  padding-bottom: 75px;
  position: relative;
  background-color: #080a23;
}
.cid-uCynMgws9m .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #e5e5e5;
}
.cid-uCynMgws9m .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uCynMgws9m .p-4 {
  padding: 1rem 0 !important;
}
.cid-uCynMgws9m .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uCynMgws9m .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uCynMgws9m .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uCynMgws9m .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uCynMgws9m .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uCynMgws9m .card {
  border-radius: 0px;
  border-bottom: 2px solid #e5e5e5 !important;
}
.cid-uCynMgws9m .card:last-child {
  border-bottom: none !important;
}
.cid-uCynMgws9m .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uCynMgws9m .card .card-header h4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.cid-uCynMgws9m .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uCynMgws9m .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uCynMgws9m .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-uCynMgws9m .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uCynMgws9m .card .card-header a.panel-title .toggle-icon {
  left: 7px;
  position: absolute;
  top: 36px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 18px;
}
.cid-uCynMgws9m .card .card-header a.panel-title .toggle-icon:before,
.cid-uCynMgws9m .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uCynMgws9m .card .card-header a.panel-title .toggle-icon:before {
  height: 19px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -9px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uCynMgws9m .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 19px;
  margin-left: -9px;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .cid-uCynMgws9m .column-wrapper2 {
    margin-top: 3rem;
  }
}
.cid-uCynMgws9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCynMgws9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCynMgws9m .second-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uCynMgws9m H4 {
  color: #ffffff;
}
.cid-uCynMgws9m .panel-text {
  color: #e5e5e5;
}
.cid-uCynMgws9m .first-title {
  color: #e5e5e5;
  text-align: left;
}
.cid-uCxf9pguKi {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/design-sem-nome-27.webp");
}
.cid-uCxf9pguKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCxf9pguKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCxf9pguKi .container {
    padding: 0 22px;
  }
}
.cid-uCxf9pguKi .card {
  justify-content: center;
}
.cid-uCxf9pguKi .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uCxf9pguKi .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uCxf9pguKi .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCxf9pguKi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCxf9pguKi .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uCxf9pguKi .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-uCxf9pguKi .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uCxf9pguKi .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uCxf9pguKi .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uCxf9pguKi .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uCxf9pguKi .mbr-section-title {
  color: #ffffff;
}
.cid-uCxf9pguKi .mbr-text {
  color: #ffffff;
}
.cid-uCyqbQV2HK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14162d;
}
.cid-uCyqbQV2HK .mbr-text1 {
  color: #e5e5e5;
}
.cid-uCyqbQV2HK .mbr-text2 {
  color: #e5e5e5;
}
.cid-uCyqbQV2HK p {
  margin: 0;
}
