body {
  font-family: Jost;
}
.display-1 {
  font-family: 'KantumruyPro-Bold';
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'KantumruyPro-ExtraLight';
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'KantumruyPro-ExtraLight';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'KantumruyPro-SemiBold';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'KantumruyPro-Thin';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2a8013 !important;
}
.bg-success {
  background-color: #6cd251 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a8013 !important;
  border-color: #2a8013 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2a8013 !important;
  border-color: #2a8013 !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: #113508 !important;
  border-color: #113508 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113508 !important;
  border-color: #113508 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #6cd251 !important;
  border-color: #6cd251 !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: #43a22a !important;
  border-color: #43a22a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #43a22a !important;
  border-color: #43a22a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a8013;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #2a8013 !important;
  border-color: #2a8013 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a8013;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #113508 !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: #2a8013 !important;
  border-color: #2a8013 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6cd251;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #43a22a !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: #6cd251 !important;
  border-color: #6cd251 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2a8013 !important;
}
.text-secondary {
  color: #2a8013 !important;
}
.text-success {
  color: #6cd251 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f5c0e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0d2706 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e9627 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2a8013;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2a8013;
  border-color: #2a8013;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2a8013;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f5fcf3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'KantumruyPro-ExtraLight';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2a8013 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'KantumruyPro-ExtraLight';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2a8013;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a8013;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2a8013;
}
.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: #2a8013;
  border-bottom-color: #2a8013;
}
.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: #2a8013 !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: #2a8013 !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='%236592e6' %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-tpqU2M02zY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpqU2M02zY nav.navbar {
  position: fixed;
}
.cid-tpqU2M02zY .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-tpqU2M02zY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpqU2M02zY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpqU2M02zY .dropdown-item:hover,
.cid-tpqU2M02zY .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tpqU2M02zY .dropdown-item:hover span {
  color: white;
}
.cid-tpqU2M02zY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpqU2M02zY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpqU2M02zY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpqU2M02zY .nav-link {
  position: relative;
}
.cid-tpqU2M02zY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .container {
    flex-wrap: nowrap;
  }
}
.cid-tpqU2M02zY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown-menu,
.cid-tpqU2M02zY .navbar.opened {
  background: #ffffff !important;
}
.cid-tpqU2M02zY .nav-item:focus,
.cid-tpqU2M02zY .nav-link:focus {
  outline: none;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpqU2M02zY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpqU2M02zY .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.opened {
  transition: all 0.3s;
}
.cid-tpqU2M02zY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpqU2M02zY .navbar .navbar-logo img {
  width: auto;
}
.cid-tpqU2M02zY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar.collapsed {
  justify-content: center;
}
.cid-tpqU2M02zY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpqU2M02zY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpqU2M02zY .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-tpqU2M02zY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpqU2M02zY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpqU2M02zY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpqU2M02zY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpqU2M02zY .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-tpqU2M02zY .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tpqU2M02zY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpqU2M02zY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpqU2M02zY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpqU2M02zY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpqU2M02zY .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-logo img {
  height: 2.4rem !important;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpqU2M02zY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpqU2M02zY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpqU2M02zY .dropdown-item.active,
.cid-tpqU2M02zY .dropdown-item:active {
  background-color: transparent;
}
.cid-tpqU2M02zY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpqU2M02zY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpqU2M02zY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpqU2M02zY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpqU2M02zY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpqU2M02zY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpqU2M02zY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpqU2M02zY .navbar {
    height: 80px;
  }
  .cid-tpqU2M02zY .navbar.opened {
    height: auto;
  }
  .cid-tpqU2M02zY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpqU2M02zY .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpqU2M02zY .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpqU2M02zY .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpqU2M02zY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpqU2M02zY .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpUcH39dRS {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-233-2000x1500.jpg");
}
.cid-tpUcH39dRS .mbr-overlay {
  background-color: #000000;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
  opacity: 0.7;
}
.cid-tpUcH39dRS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tpUcH39dRS {
    align-items: flex-end;
  }
  .cid-tpUcH39dRS .row {
    justify-content: flex-start;
  }
  .cid-tpUcH39dRS .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tpUcH39dRS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tpUcH39dRS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tpUcH39dRS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tpUcH39dRS .content-wrap {
    width: 100%;
  }
}
.cid-tpsA3XP69b {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-1-1920x1080.png");
}
.cid-tpsA3XP69b .media-content .btn-bgr {
  z-index: 0;
}
.cid-tpsA3XP69b .mbr-section-text {
  word-break: break-word;
}
.cid-tpsA3XP69b .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-tpsA3XP69b .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tpsA3XP69b .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tpsA3XP69b .mbr-text {
    text-align: center;
  }
}
.cid-tpsA3XP69b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpsA3XP69b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpsA3XP69b H1 {
  color: #2a8013;
}
.cid-tpsA3XP69b .mbr-text,
.cid-tpsA3XP69b .mbr-section-btn {
  color: #2a8013;
}
.cid-tpwQFeR3ic {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
}

.politica{
  background-image: none;
  background-color: #f1f1f1;
}



.cid-tpwQFeR3ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpwQFeR3ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpwQFeR3ic .mbr-section-title {
  color: #ffffff;
}

.politica .mbr-section-title{
  color: #232323;
}
.cid-tpwKeV8DJg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tpwKeV8DJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpwKeV8DJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tpwKeV8DJg .container {
    max-width: 1400px;
  }
}
.cid-tpwKeV8DJg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tpwKeV8DJg .card-wrapper {
  margin-top: 3rem;
}
.cid-tpwKeV8DJg .row {
  justify-content: center;
}
.cid-tpxWkh83Aj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #e6e6e6;
}
.cid-tpxWkh83Aj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpxWkh83Aj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpxWkh83Aj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpxWkh83Aj .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpxWkh83Aj .card-wrap {
  padding: 0 20%;
}
@media (max-width: 991px) {
  .cid-tpxWkh83Aj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpxWkh83Aj .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpxWkh83Aj .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpxWkh83Aj .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpxWkh83Aj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tpxWkh83Aj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tpxWkh83Aj .embla__button--next,
.cid-tpxWkh83Aj .embla__button--prev {
  display: flex;
}
.cid-tpxWkh83Aj .embla__button {
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  border: 1px solid #6cd251;
  color: #6cd251;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tpxWkh83Aj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpxWkh83Aj .embla__button:hover {
  background: transparent;
  color: #2a8013;
  border: 1px solid #2a8013;
}
.cid-tpxWkh83Aj .embla__button.embla__button--prev {
  left: 10%;
}
.cid-tpxWkh83Aj .embla__button.embla__button--next {
  right: 10%;
}
@media (max-width: 767px) {
  .cid-tpxWkh83Aj .embla__button {
    top: auto;
  }
}
.cid-tpxWkh83Aj .embla {
  position: relative;
  width: 100%;
}
.cid-tpxWkh83Aj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpxWkh83Aj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpxWkh83Aj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpxWkh83Aj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpxWkh83Aj .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tpxWkh83Aj .item-wrapper {
    padding: 0;
  }
}
.cid-tpxWkh83Aj .item-wrapper img {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  margin: 0 auto 38px;
  object-fit: cover;
}
.cid-tpxWkh83Aj .carousel-caption {
  position: static;
  padding: 0;
}
.cid-tpxWkh83Aj .carousel-caption .mbr-text {
  margin: 0;
}
.cid-tpxWkh83Aj .carousel-caption .mbr-icon {
  margin-top: 32px;
}
.cid-tpxWkh83Aj .carousel-caption .mbr-icon span {
  color: #2a8013;
  font-size: 31px;
}
.cid-tpxWkh83Aj .carousel-caption .mbr-section-title {
  margin: 22px 0 0 0;
}
.cid-tpxWkh83Aj .carousel-caption .mbr-desc {
  margin: 6px 0 0 0;
}
.cid-tpxWkh83Aj .carousel-control:hover {
  background-color: transparent;
  color: #2a8013;
}
.cid-tpxWkh83Aj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tpxWkh83Aj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tpxWkh83Aj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tpxWkh83Aj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tpxWkh83Aj .container .carousel-indicators {
  margin: 0 0 -4% 0;
}
.cid-tpxWkh83Aj .item-menu-overlay {
  display: none !important;
  pointer-events: none;
}
.cid-tpxWkh83Aj .mbr-text {
  color: #20232a;
}
.cid-tpxWkh83Aj .mbr-section-title {
  color: #20232a;
}
.cid-tpxWkh83Aj .mbr-desc {
  color: #84858a;
}
.cid-tpxWkh83Aj .mbr-text,
.cid-tpxWkh83Aj .mbr-icon {
  text-align: center;
}
.cid-tpy9bZTPr6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tpy9bZTPr6 .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpy9bZTPr6 .card-box {
  width: 100%;
}
.cid-tpy9bZTPr6 .card-img {
  padding: 1rem;
  border: 2px solid #6cd251;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-tpy9bZTPr6 .card-img span {
  color: #2a8013;
  font-size: 2.4rem;
}
.cid-tpy9bZTPr6 p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tpy9bZTPr6 .card {
    margin-bottom: 2rem;
  }
}
.cid-tpy9bZTPr6 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tpy9bZTPr6 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tpy9bZTPr6 .mbr-section-title b:last-child,
.cid-tpy9bZTPr6 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tpy9bZTPr6 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tpy9bZTPr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpy9bZTPr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpy9bZTPr6 .mbr-text {
  color: #2a8013;
}
.cid-tpy9bZTPr6 .card-title,
.cid-tpy9bZTPr6 .card-img {
  color: #2a8013;
}
.cid-tpVdJK5GJX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tpVdJK5GJX .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tpVdJK5GJX .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpVdJK5GJX .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tpVdJK5GJX .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tpVdJK5GJX .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tpVdJK5GJX .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpVdJK5GJX .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tpVdJK5GJX .input-group-btn {
  padding-left: 0;
}
.cid-tpVdJK5GJX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tpVdJK5GJX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpVdJK5GJX .mbr-text {
  color: #444;
}
.cid-tpVdJK5GJX h5 {
  margin-bottom: 0;
}
.cid-tpVdJK5GJX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpVdJK5GJX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpVdJK5GJX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpVdJK5GJX .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpVdJK5GJX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpVdJK5GJX .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpVdJK5GJX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpVdJK5GJX .social-list a:hover {
  opacity: 0.4;
}
.cid-tpVdJK5GJX .media-container-row > div {
  padding: 0px;
}
.cid-tpVdJK5GJX .text2 {
  color: #000000;
  text-align: left;
}
.cid-tpVdJK5GJX .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tpVdJK5GJX .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpVdJK5GJX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpVdJK5GJX .social-list,
  .cid-tpVdJK5GJX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpVdJK5GJX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpVdJK5GJX .form-group {
    max-width: 180px;
  }
}
.cid-tpVdJK5GJX .links span {
  color: #9e9e9e;
}
.cid-tpVdJK5GJX .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpVdJK5GJX .logo-title {
  text-align: center;
}
.cid-tr8nswWh8B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e5f2c9;
}
.cid-tr8nswWh8B .card-subtitle {
  margin: 0;
}
.cid-tr8nswWh8B .btn {
  padding: 0.6rem 1.8rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e5f2c9 !important;
}
.cid-tr8nswWh8B .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  border: 1px solid #e5f2c9;
  cursor: pointer;
  overflow: visible;
}
.cid-tr8nswWh8B h4,
.cid-tr8nswWh8B h6,
.cid-tr8nswWh8B h5 {
  margin: 0;
}
.cid-tr8nswWh8B .mbr-text {
  transition: all 0.3s;
}
.cid-tr8nswWh8B .btn-white-outline {
  color: #2a8013 !important;
}
.cid-tr8nswWh8B .price {
  color: #e7272d;
  transition: all 0.3s;
}
.cid-tr8nswWh8B img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.cid-tr8nswWh8B .card {
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
.cid-tr8nswWh8B .card:hover {
  transform: translateY(-2rem);
}
.cid-tr8nswWh8B .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
  background: #4d8c4a;
  color: #ffffff !important;
}
.cid-tr8nswWh8B .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-tr8nswWh8B .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-tr8nswWh8B .card:hover .card-img {
  transform: translateY(2rem) scale(1.2);
}
.cid-tr8nswWh8B .card:hover .btn {
  background: #c7d989 !important;
  color: black !important;
  border-color: #c7d989 !important;
}
.cid-tr8nswWh8B .card-img {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-tr8nswWh8B .card-img img {
  max-width: 200px;
}
.cid-tr8nswWh8B .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tr8nswWh8B .wrapper {
    flex-direction: column;
  }
  .cid-tr8nswWh8B .icon-padding {
    padding-left: 0rem;
  }
  .cid-tr8nswWh8B .card-box {
    padding: 0;
  }
}
.cid-tr8nswWh8B .mbr-text,
.cid-tr8nswWh8B .mbr-section-btn,
.cid-tr8nswWh8B .card-img {
  color: #808080;
}
.cid-tr8nswWh8B H2 {
  color: #95b87a;
}
.cid-tr8nswWh8B H1 {
  color: #4d8c4a;
}
.cid-tpqU2M02zY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpqU2M02zY nav.navbar {
  position: fixed;
}
.cid-tpqU2M02zY .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-tpqU2M02zY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpqU2M02zY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpqU2M02zY .dropdown-item:hover,
.cid-tpqU2M02zY .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tpqU2M02zY .dropdown-item:hover span {
  color: white;
}
.cid-tpqU2M02zY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpqU2M02zY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpqU2M02zY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpqU2M02zY .nav-link {
  position: relative;
}
.cid-tpqU2M02zY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .container {
    flex-wrap: nowrap;
  }
}
.cid-tpqU2M02zY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown-menu,
.cid-tpqU2M02zY .navbar.opened {
  background: #ffffff !important;
}
.cid-tpqU2M02zY .nav-item:focus,
.cid-tpqU2M02zY .nav-link:focus {
  outline: none;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpqU2M02zY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpqU2M02zY .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.opened {
  transition: all 0.3s;
}
.cid-tpqU2M02zY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpqU2M02zY .navbar .navbar-logo img {
  width: auto;
}
.cid-tpqU2M02zY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar.collapsed {
  justify-content: center;
}
.cid-tpqU2M02zY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpqU2M02zY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpqU2M02zY .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-tpqU2M02zY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpqU2M02zY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpqU2M02zY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpqU2M02zY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpqU2M02zY .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-tpqU2M02zY .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tpqU2M02zY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpqU2M02zY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpqU2M02zY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpqU2M02zY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpqU2M02zY .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-logo img {
  height: 2.4rem !important;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpqU2M02zY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpqU2M02zY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpqU2M02zY .dropdown-item.active,
.cid-tpqU2M02zY .dropdown-item:active {
  background-color: transparent;
}
.cid-tpqU2M02zY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpqU2M02zY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpqU2M02zY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpqU2M02zY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpqU2M02zY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpqU2M02zY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpqU2M02zY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpqU2M02zY .navbar {
    height: 80px;
  }
  .cid-tpqU2M02zY .navbar.opened {
    height: auto;
  }
  .cid-tpqU2M02zY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpqU2M02zY .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpqU2M02zY .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpqU2M02zY .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpqU2M02zY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpqU2M02zY .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpUfA4dg8F {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/vila-porto-041-baixa-1200x800.jpg");
}
.cid-tpUfA4dg8F .mbr-overlay {
  background-color: #000000;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
  opacity: 0.7;
}
.cid-tpUfA4dg8F .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tpUfA4dg8F {
    align-items: flex-end;
  }
  .cid-tpUfA4dg8F .row {
    justify-content: flex-start;
  }
  .cid-tpUfA4dg8F .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tpUfA4dg8F .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tpUfA4dg8F {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tpUfA4dg8F .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tpUfA4dg8F .content-wrap {
    width: 100%;
  }
}
.cid-tpxPbVb1t8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpxPbVb1t8 img,
.cid-tpxPbVb1t8 .item-img {
  width: 100%;
}
.cid-tpxPbVb1t8 .item:focus,
.cid-tpxPbVb1t8 span:focus {
  outline: none;
}
.cid-tpxPbVb1t8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpxPbVb1t8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpxPbVb1t8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpxPbVb1t8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpxPbVb1t8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpxPbVb1t8 .mbr-section-title {
  color: #2a8013;
}
.cid-tpxPbVb1t8 .mbr-text,
.cid-tpxPbVb1t8 .mbr-section-btn {
  text-align: left;
}
.cid-tpxPbVb1t8 .item-title {
  text-align: center;
  color: #2a8013;
}
.cid-tpxPbVb1t8 .item-subtitle {
  text-align: center;
}
.cid-tpxPbVb1t8 .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpy5Zia4x1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpy5Zia4x1 img,
.cid-tpy5Zia4x1 .item-img {
  width: 100%;
}
.cid-tpy5Zia4x1 .item:focus,
.cid-tpy5Zia4x1 span:focus {
  outline: none;
}
.cid-tpy5Zia4x1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpy5Zia4x1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpy5Zia4x1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpy5Zia4x1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpy5Zia4x1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpy5Zia4x1 .mbr-section-title {
  color: #2a8013;
}
.cid-tpy5Zia4x1 .mbr-text,
.cid-tpy5Zia4x1 .mbr-section-btn {
  text-align: left;
}
.cid-tpy5Zia4x1 .item-title {
  text-align: center;
}
.cid-tpy5Zia4x1 .item-subtitle {
  text-align: center;
}
.cid-tpy5Zia4x1 .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpy5LthCZT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpy5LthCZT img,
.cid-tpy5LthCZT .item-img {
  width: 100%;
}
.cid-tpy5LthCZT .item:focus,
.cid-tpy5LthCZT span:focus {
  outline: none;
}
.cid-tpy5LthCZT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpy5LthCZT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpy5LthCZT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpy5LthCZT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpy5LthCZT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpy5LthCZT .mbr-section-title {
  color: #2a8013;
}
.cid-tpy5LthCZT .mbr-text,
.cid-tpy5LthCZT .mbr-section-btn {
  text-align: left;
}
.cid-tpy5LthCZT .item-title {
  text-align: center;
}
.cid-tpy5LthCZT .item-subtitle {
  text-align: center;
}
.cid-tpy5LthCZT .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpUhyQnWs7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUhyQnWs7 img,
.cid-tpUhyQnWs7 .item-img {
  width: 100%;
}
.cid-tpUhyQnWs7 .item:focus,
.cid-tpUhyQnWs7 span:focus {
  outline: none;
}
.cid-tpUhyQnWs7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpUhyQnWs7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpUhyQnWs7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpUhyQnWs7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpUhyQnWs7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpUhyQnWs7 .mbr-section-title {
  color: #2a8013;
}
.cid-tpUhyQnWs7 .mbr-text,
.cid-tpUhyQnWs7 .mbr-section-btn {
  text-align: left;
}
.cid-tpUhyQnWs7 .item-title {
  text-align: center;
}
.cid-tpUhyQnWs7 .item-subtitle {
  text-align: center;
}
.cid-tpUhyQnWs7 .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpUX64sC5a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUX64sC5a img,
.cid-tpUX64sC5a .item-img {
  width: 100%;
}
.cid-tpUX64sC5a .item:focus,
.cid-tpUX64sC5a span:focus {
  outline: none;
}
.cid-tpUX64sC5a .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpUX64sC5a .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpUX64sC5a .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpUX64sC5a .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpUX64sC5a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpUX64sC5a .mbr-section-title {
  color: #2a8013;
}
.cid-tpUX64sC5a .mbr-text,
.cid-tpUX64sC5a .mbr-section-btn {
  text-align: left;
}
.cid-tpUX64sC5a .item-title {
  text-align: center;
}
.cid-tpUX64sC5a .item-subtitle {
  text-align: center;
}
.cid-tpUX64sC5a .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpUfTK90mI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUfTK90mI img,
.cid-tpUfTK90mI .item-img {
  width: 100%;
}
.cid-tpUfTK90mI .item:focus,
.cid-tpUfTK90mI span:focus {
  outline: none;
}
.cid-tpUfTK90mI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpUfTK90mI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpUfTK90mI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpUfTK90mI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpUfTK90mI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpUfTK90mI .mbr-section-title {
  color: #2a8013;
}
.cid-tpUfTK90mI .mbr-text,
.cid-tpUfTK90mI .mbr-section-btn {
  text-align: left;
}
.cid-tpUfTK90mI .item-title {
  text-align: center;
}
.cid-tpUfTK90mI .item-subtitle {
  text-align: center;
}
.cid-tpUfTK90mI .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpUi4pFkUs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUi4pFkUs img,
.cid-tpUi4pFkUs .item-img {
  width: 100%;
}
.cid-tpUi4pFkUs .item:focus,
.cid-tpUi4pFkUs span:focus {
  outline: none;
}
.cid-tpUi4pFkUs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpUi4pFkUs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpUi4pFkUs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpUi4pFkUs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpUi4pFkUs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpUi4pFkUs .mbr-section-title {
  color: #2a8013;
}
.cid-tpUi4pFkUs .mbr-text,
.cid-tpUi4pFkUs .mbr-section-btn {
  text-align: left;
}
.cid-tpUi4pFkUs .item-title {
  text-align: center;
}
.cid-tpUi4pFkUs .item-subtitle {
  text-align: center;
}
.cid-tpUi4pFkUs .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpUi4Z2t42 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUi4Z2t42 img,
.cid-tpUi4Z2t42 .item-img {
  width: 100%;
}
.cid-tpUi4Z2t42 .item:focus,
.cid-tpUi4Z2t42 span:focus {
  outline: none;
}
.cid-tpUi4Z2t42 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpUi4Z2t42 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpUi4Z2t42 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpUi4Z2t42 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpUi4Z2t42 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpUi4Z2t42 .mbr-section-title {
  color: #2a8013;
}
.cid-tpUi4Z2t42 .mbr-text,
.cid-tpUi4Z2t42 .mbr-section-btn {
  text-align: left;
}
.cid-tpUi4Z2t42 .item-title {
  text-align: center;
}
.cid-tpUi4Z2t42 .item-subtitle {
  text-align: center;
}
.cid-tpUi4Z2t42 .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpUi03lS9d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUi03lS9d img,
.cid-tpUi03lS9d .item-img {
  width: 100%;
}
.cid-tpUi03lS9d .item:focus,
.cid-tpUi03lS9d span:focus {
  outline: none;
}
.cid-tpUi03lS9d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpUi03lS9d .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpUi03lS9d .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpUi03lS9d .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpUi03lS9d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpUi03lS9d .mbr-section-title {
  color: #2a8013;
}
.cid-tpUi03lS9d .mbr-text,
.cid-tpUi03lS9d .mbr-section-btn {
  text-align: left;
}
.cid-tpUi03lS9d .item-title {
  text-align: center;
}
.cid-tpUi03lS9d .item-subtitle {
  text-align: center;
}
.cid-tpUi03lS9d .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpV1c0jSie {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpV1c0jSie img,
.cid-tpV1c0jSie .item-img {
  width: 100%;
}
.cid-tpV1c0jSie .item:focus,
.cid-tpV1c0jSie span:focus {
  outline: none;
}
.cid-tpV1c0jSie .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpV1c0jSie .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpV1c0jSie .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpV1c0jSie .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpV1c0jSie .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpV1c0jSie .mbr-section-title {
  color: #2a8013;
}
.cid-tpV1c0jSie .mbr-text,
.cid-tpV1c0jSie .mbr-section-btn {
  text-align: left;
}
.cid-tpV1c0jSie .item-title {
  text-align: center;
}
.cid-tpV1c0jSie .item-subtitle {
  text-align: center;
}
.cid-tpV1c0jSie .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpVe1iPYKP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tpVe1iPYKP .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tpVe1iPYKP .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpVe1iPYKP .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tpVe1iPYKP .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tpVe1iPYKP .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tpVe1iPYKP .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpVe1iPYKP .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tpVe1iPYKP .input-group-btn {
  padding-left: 0;
}
.cid-tpVe1iPYKP .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tpVe1iPYKP .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpVe1iPYKP .mbr-text {
  color: #444;
}
.cid-tpVe1iPYKP h5 {
  margin-bottom: 0;
}
.cid-tpVe1iPYKP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpVe1iPYKP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpVe1iPYKP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpVe1iPYKP .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpVe1iPYKP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpVe1iPYKP .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpVe1iPYKP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpVe1iPYKP .social-list a:hover {
  opacity: 0.4;
}
.cid-tpVe1iPYKP .media-container-row > div {
  padding: 0px;
}
.cid-tpVe1iPYKP .text2 {
  color: #000000;
  text-align: left;
}
.cid-tpVe1iPYKP .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tpVe1iPYKP .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpVe1iPYKP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpVe1iPYKP .social-list,
  .cid-tpVe1iPYKP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpVe1iPYKP h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpVe1iPYKP .form-group {
    max-width: 180px;
  }
}
.cid-tpVe1iPYKP .links span {
  color: #9e9e9e;
}
.cid-tpVe1iPYKP .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpVe1iPYKP .logo-title {
  text-align: center;
}
.cid-tpqU2M02zY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpqU2M02zY nav.navbar {
  position: fixed;
}
.cid-tpqU2M02zY .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-tpqU2M02zY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpqU2M02zY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpqU2M02zY .dropdown-item:hover,
.cid-tpqU2M02zY .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tpqU2M02zY .dropdown-item:hover span {
  color: white;
}
.cid-tpqU2M02zY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpqU2M02zY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpqU2M02zY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpqU2M02zY .nav-link {
  position: relative;
}
.cid-tpqU2M02zY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .container {
    flex-wrap: nowrap;
  }
}
.cid-tpqU2M02zY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown-menu,
.cid-tpqU2M02zY .navbar.opened {
  background: #ffffff !important;
}
.cid-tpqU2M02zY .nav-item:focus,
.cid-tpqU2M02zY .nav-link:focus {
  outline: none;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpqU2M02zY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpqU2M02zY .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.opened {
  transition: all 0.3s;
}
.cid-tpqU2M02zY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpqU2M02zY .navbar .navbar-logo img {
  width: auto;
}
.cid-tpqU2M02zY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar.collapsed {
  justify-content: center;
}
.cid-tpqU2M02zY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpqU2M02zY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpqU2M02zY .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-tpqU2M02zY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpqU2M02zY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpqU2M02zY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpqU2M02zY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpqU2M02zY .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-tpqU2M02zY .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tpqU2M02zY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpqU2M02zY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpqU2M02zY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpqU2M02zY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpqU2M02zY .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-logo img {
  height: 2.4rem !important;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpqU2M02zY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpqU2M02zY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpqU2M02zY .dropdown-item.active,
.cid-tpqU2M02zY .dropdown-item:active {
  background-color: transparent;
}
.cid-tpqU2M02zY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpqU2M02zY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpqU2M02zY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpqU2M02zY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpqU2M02zY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpqU2M02zY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpqU2M02zY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpqU2M02zY .navbar {
    height: 80px;
  }
  .cid-tpqU2M02zY .navbar.opened {
    height: auto;
  }
  .cid-tpqU2M02zY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpqU2M02zY .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpqU2M02zY .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpqU2M02zY .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpqU2M02zY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpqU2M02zY .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpV9EOoFy2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tpV9EOoFy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpV9EOoFy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpV9EOoFy2 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tpO1nNf9a6 {
  background-image: url("../../../assets/images/cargas-fracionadas-1366x768.jpg");
}
.cid-tpO1nNf9a6 .mbr-section-title {
  color: #ffffff;
}
.cid-tpO1nNf9a6 .mbr-text,
.cid-tpO1nNf9a6 .mbr-section-btn {
  color: #fafafa;
}
.cid-tpO1nNf9a6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpOtYKkELN {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tpOtYKkELN .media-content .btn-bgr {
  z-index: 0;
}
.cid-tpOtYKkELN .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tpOtYKkELN h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tpOtYKkELN p {
  color: #464646;
}
.cid-tpOtYKkELN h2 {
  color: #000000;
}
.cid-tpOtYKkELN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tpOtYKkELN .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tpOtYKkELN .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tpOtYKkELN .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tpOtYKkELN .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tpOtYKkELN .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tpOtYKkELN .mbr-text {
    text-align: center;
  }
}
.cid-tpOtYKkELN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOtYKkELN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpOtYKkELN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpOtYKkELN P {
  color: #ffffff;
}
.cid-tpOtMvo9z9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tpOtMvo9z9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOtMvo9z9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tpOtMvo9z9 .container {
    max-width: 1400px;
  }
}
.cid-tpOtMvo9z9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tpOtMvo9z9 .card-wrapper {
  margin-top: 3rem;
}
.cid-tpOtMvo9z9 .row {
  justify-content: center;
}
.cid-tpOtMvo9z9 .card-title,
.cid-tpOtMvo9z9 .iconfont-wrapper {
  color: #2a8013;
}
.cid-tpOBmcN3h0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tpOBmcN3h0 img {
  width: 120px;
  margin: auto;
}
.cid-tpOBmcN3h0 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tpOBmcN3h0 .card {
    max-width: 12.5%;
  }
}
.cid-tpOBmcN3h0 .mbr-section-title {
  color: #2a8013;
}
.cid-tpOFXN5UDS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tpOFXN5UDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOFXN5UDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpOFXN5UDS .container,
.cid-tpOFXN5UDS .container-fluid {
  position: relative;
}
.cid-tpOFXN5UDS .row {
  justify-content: left;
}
.cid-tpOFXN5UDS .col-content {
  position: relative;
  z-index: 10;
}
.cid-tpOFXN5UDS .mbr-section-title {
  color: #ffffff;
}
.cid-tpOFXN5UDS .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tpOFXN5UDS .mbr-text {
  color: #2B2B2B;
}
.cid-tpOFXN5UDS .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tpOFXN5UDS .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tpOFXN5UDS .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tpOFXN5UDS .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tpOFXN5UDS .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tpOFXN5UDS .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tpOFXN5UDS .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tpOk03lVFg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tpOk03lVFg .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tpOk03lVFg .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpOk03lVFg .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tpOk03lVFg .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tpOk03lVFg .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tpOk03lVFg .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpOk03lVFg .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tpOk03lVFg .input-group-btn {
  padding-left: 0;
}
.cid-tpOk03lVFg .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tpOk03lVFg .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpOk03lVFg .mbr-text {
  color: #444;
}
.cid-tpOk03lVFg h5 {
  margin-bottom: 0;
}
.cid-tpOk03lVFg .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpOk03lVFg .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpOk03lVFg .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpOk03lVFg .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpOk03lVFg .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpOk03lVFg .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpOk03lVFg .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpOk03lVFg .social-list a:hover {
  opacity: 0.4;
}
.cid-tpOk03lVFg .media-container-row > div {
  padding: 0px;
}
.cid-tpOk03lVFg .text2 {
  color: #000000;
  text-align: left;
}
.cid-tpOk03lVFg .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tpOk03lVFg .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpOk03lVFg .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpOk03lVFg .social-list,
  .cid-tpOk03lVFg .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpOk03lVFg h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpOk03lVFg .form-group {
    max-width: 180px;
  }
}
.cid-tpOk03lVFg .links span {
  color: #9e9e9e;
}
.cid-tpOk03lVFg .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpOk03lVFg .logo-title {
  text-align: center;
}
.cid-tpPevtOpRi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpPevtOpRi nav.navbar {
  position: fixed;
}
.cid-tpPevtOpRi .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-tpPevtOpRi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpPevtOpRi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpPevtOpRi .dropdown-item:hover,
.cid-tpPevtOpRi .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tpPevtOpRi .dropdown-item:hover span {
  color: white;
}
.cid-tpPevtOpRi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpPevtOpRi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpPevtOpRi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpPevtOpRi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpPevtOpRi .nav-link {
  position: relative;
}
.cid-tpPevtOpRi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpPevtOpRi .container {
    flex-wrap: nowrap;
  }
}
.cid-tpPevtOpRi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpPevtOpRi .dropdown-menu,
.cid-tpPevtOpRi .navbar.opened {
  background: #ffffff !important;
}
.cid-tpPevtOpRi .nav-item:focus,
.cid-tpPevtOpRi .nav-link:focus {
  outline: none;
}
.cid-tpPevtOpRi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpPevtOpRi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpPevtOpRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpPevtOpRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpPevtOpRi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpPevtOpRi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpPevtOpRi .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpPevtOpRi .navbar.opened {
  transition: all 0.3s;
}
.cid-tpPevtOpRi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpPevtOpRi .navbar .navbar-logo img {
  width: auto;
}
.cid-tpPevtOpRi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpPevtOpRi .navbar.collapsed {
  justify-content: center;
}
.cid-tpPevtOpRi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpPevtOpRi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpPevtOpRi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tpPevtOpRi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpPevtOpRi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpPevtOpRi .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-tpPevtOpRi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpPevtOpRi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpPevtOpRi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpPevtOpRi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpPevtOpRi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpPevtOpRi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpPevtOpRi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpPevtOpRi .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-tpPevtOpRi .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tpPevtOpRi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpPevtOpRi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpPevtOpRi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpPevtOpRi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpPevtOpRi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpPevtOpRi .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpPevtOpRi .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tpPevtOpRi .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpPevtOpRi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpPevtOpRi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpPevtOpRi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpPevtOpRi .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpPevtOpRi .dropdown-item.active,
.cid-tpPevtOpRi .dropdown-item:active {
  background-color: transparent;
}
.cid-tpPevtOpRi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpPevtOpRi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpPevtOpRi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpPevtOpRi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpPevtOpRi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpPevtOpRi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpPevtOpRi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpPevtOpRi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpPevtOpRi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpPevtOpRi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpPevtOpRi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpPevtOpRi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpPevtOpRi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpPevtOpRi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpPevtOpRi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpPevtOpRi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpPevtOpRi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpPevtOpRi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpPevtOpRi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpPevtOpRi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpPevtOpRi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpPevtOpRi .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpPevtOpRi .navbar {
    height: 80px;
  }
  .cid-tpPevtOpRi .navbar.opened {
    height: auto;
  }
  .cid-tpPevtOpRi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpPevtOpRi .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpPevtOpRi .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpPevtOpRi .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpPevtOpRi .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpPevtOpRi .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpPevtOpRi .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpPevtOpRi .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpVedHYmUV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tpVedHYmUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVedHYmUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpVedHYmUV .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tpPevuzgtm {
  background-image: url("../../../assets/images/truck-with-container-logistic-running-road-background-natural-river-3d-illustrator-2000x703.jpg");
}
.cid-tpPevuzgtm .mbr-section-title {
  color: #ffffff;
}
.cid-tpPevuzgtm .mbr-text,
.cid-tpPevuzgtm .mbr-section-btn {
  color: #fafafa;
}
.cid-tpPevvSREf {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tpPevvSREf .media-content .btn-bgr {
  z-index: 0;
}
.cid-tpPevvSREf .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tpPevvSREf h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tpPevvSREf p {
  color: #464646;
}
.cid-tpPevvSREf h2 {
  color: #000000;
}
.cid-tpPevvSREf .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tpPevvSREf .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tpPevvSREf .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tpPevvSREf .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tpPevvSREf .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tpPevvSREf .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tpPevvSREf .mbr-text {
    text-align: center;
  }
}
.cid-tpPevvSREf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpPevvSREf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpPevvSREf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpPevvSREf P {
  color: #ffffff;
}
.cid-tpPevwyeEx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tpPevwyeEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpPevwyeEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tpPevwyeEx .container {
    max-width: 1400px;
  }
}
.cid-tpPevwyeEx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tpPevwyeEx .card-wrapper {
  margin-top: 3rem;
}
.cid-tpPevwyeEx .row {
  justify-content: center;
}
.cid-tpPevwyeEx .card-title,
.cid-tpPevwyeEx .iconfont-wrapper {
  color: #2a8013;
}
.cid-tpPevx87yL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tpPevx87yL img {
  width: 120px;
  margin: auto;
}
.cid-tpPevx87yL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tpPevx87yL .card {
    max-width: 12.5%;
  }
}
.cid-tpPevx87yL .mbr-section-title {
  color: #2a8013;
}
.cid-tpPevxEQ2s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tpPevxEQ2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpPevxEQ2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpPevxEQ2s .container,
.cid-tpPevxEQ2s .container-fluid {
  position: relative;
}
.cid-tpPevxEQ2s .row {
  justify-content: left;
}
.cid-tpPevxEQ2s .col-content {
  position: relative;
  z-index: 10;
}
.cid-tpPevxEQ2s .mbr-section-title {
  color: #ffffff;
}
.cid-tpPevxEQ2s .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tpPevxEQ2s .mbr-text {
  color: #2B2B2B;
}
.cid-tpPevxEQ2s .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tpPevxEQ2s .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tpPevxEQ2s .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tpPevxEQ2s .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tpPevxEQ2s .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tpPevxEQ2s .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tpPevxEQ2s .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tpPevy7Vzn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tpPevy7Vzn .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tpPevy7Vzn .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPevy7Vzn .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tpPevy7Vzn .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tpPevy7Vzn .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tpPevy7Vzn .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPevy7Vzn .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tpPevy7Vzn .input-group-btn {
  padding-left: 0;
}
.cid-tpPevy7Vzn .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tpPevy7Vzn .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPevy7Vzn .mbr-text {
  color: #444;
}
.cid-tpPevy7Vzn h5 {
  margin-bottom: 0;
}
.cid-tpPevy7Vzn .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPevy7Vzn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPevy7Vzn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPevy7Vzn .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPevy7Vzn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPevy7Vzn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPevy7Vzn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPevy7Vzn .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPevy7Vzn .media-container-row > div {
  padding: 0px;
}
.cid-tpPevy7Vzn .text2 {
  color: #000000;
  text-align: left;
}
.cid-tpPevy7Vzn .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tpPevy7Vzn .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPevy7Vzn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPevy7Vzn .social-list,
  .cid-tpPevy7Vzn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPevy7Vzn h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPevy7Vzn .form-group {
    max-width: 180px;
  }
}
.cid-tpPevy7Vzn .links span {
  color: #9e9e9e;
}
.cid-tpPevy7Vzn .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPevy7Vzn .logo-title {
  text-align: center;
}
.cid-tpP62F29Qx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpP62F29Qx nav.navbar {
  position: fixed;
}
.cid-tpP62F29Qx .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-tpP62F29Qx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpP62F29Qx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpP62F29Qx .dropdown-item:hover,
.cid-tpP62F29Qx .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tpP62F29Qx .dropdown-item:hover span {
  color: white;
}
.cid-tpP62F29Qx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpP62F29Qx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpP62F29Qx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpP62F29Qx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpP62F29Qx .nav-link {
  position: relative;
}
.cid-tpP62F29Qx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpP62F29Qx .container {
    flex-wrap: nowrap;
  }
}
.cid-tpP62F29Qx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpP62F29Qx .dropdown-menu,
.cid-tpP62F29Qx .navbar.opened {
  background: #ffffff !important;
}
.cid-tpP62F29Qx .nav-item:focus,
.cid-tpP62F29Qx .nav-link:focus {
  outline: none;
}
.cid-tpP62F29Qx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpP62F29Qx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpP62F29Qx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpP62F29Qx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpP62F29Qx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpP62F29Qx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpP62F29Qx .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpP62F29Qx .navbar.opened {
  transition: all 0.3s;
}
.cid-tpP62F29Qx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpP62F29Qx .navbar .navbar-logo img {
  width: auto;
}
.cid-tpP62F29Qx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpP62F29Qx .navbar.collapsed {
  justify-content: center;
}
.cid-tpP62F29Qx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpP62F29Qx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpP62F29Qx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tpP62F29Qx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpP62F29Qx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpP62F29Qx .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-tpP62F29Qx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpP62F29Qx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpP62F29Qx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpP62F29Qx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpP62F29Qx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpP62F29Qx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpP62F29Qx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpP62F29Qx .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-tpP62F29Qx .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tpP62F29Qx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpP62F29Qx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpP62F29Qx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpP62F29Qx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpP62F29Qx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpP62F29Qx .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpP62F29Qx .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tpP62F29Qx .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpP62F29Qx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpP62F29Qx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpP62F29Qx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpP62F29Qx .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpP62F29Qx .dropdown-item.active,
.cid-tpP62F29Qx .dropdown-item:active {
  background-color: transparent;
}
.cid-tpP62F29Qx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpP62F29Qx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpP62F29Qx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpP62F29Qx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpP62F29Qx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpP62F29Qx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpP62F29Qx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpP62F29Qx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpP62F29Qx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpP62F29Qx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpP62F29Qx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpP62F29Qx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpP62F29Qx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpP62F29Qx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpP62F29Qx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpP62F29Qx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpP62F29Qx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpP62F29Qx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpP62F29Qx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpP62F29Qx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpP62F29Qx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpP62F29Qx .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpP62F29Qx .navbar {
    height: 80px;
  }
  .cid-tpP62F29Qx .navbar.opened {
    height: auto;
  }
  .cid-tpP62F29Qx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpP62F29Qx .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpP62F29Qx .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpP62F29Qx .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpP62F29Qx .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpP62F29Qx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpP62F29Qx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpP62F29Qx .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpVg5tOR4c {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tpVg5tOR4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVg5tOR4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpVg5tOR4c .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tpP62GpL4d {
  background-image: url("../../../assets/images/container-ship-arriving-commercial-port-2000x1124.jpg");
}
.cid-tpP62GpL4d .mbr-section-title {
  color: #ffffff;
}
.cid-tpP62GpL4d .mbr-text,
.cid-tpP62GpL4d .mbr-section-btn {
  color: #fafafa;
}
.cid-tpP62I6Igl {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tpP62I6Igl .media-content .btn-bgr {
  z-index: 0;
}
.cid-tpP62I6Igl .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tpP62I6Igl h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tpP62I6Igl p {
  color: #464646;
}
.cid-tpP62I6Igl h2 {
  color: #000000;
}
.cid-tpP62I6Igl .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tpP62I6Igl .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tpP62I6Igl .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tpP62I6Igl .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tpP62I6Igl .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tpP62I6Igl .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tpP62I6Igl .mbr-text {
    text-align: center;
  }
}
.cid-tpP62I6Igl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpP62I6Igl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpP62I6Igl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpP62I6Igl P {
  color: #ffffff;
}
.cid-tpP62ICnv8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tpP62ICnv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpP62ICnv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tpP62ICnv8 .container {
    max-width: 1400px;
  }
}
.cid-tpP62ICnv8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tpP62ICnv8 .card-wrapper {
  margin-top: 3rem;
}
.cid-tpP62ICnv8 .row {
  justify-content: center;
}
.cid-tpP62ICnv8 .card-title,
.cid-tpP62ICnv8 .iconfont-wrapper {
  color: #2a8013;
}
.cid-tpP62JipxC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tpP62JipxC img {
  width: 120px;
  margin: auto;
}
.cid-tpP62JipxC .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tpP62JipxC .card {
    max-width: 12.5%;
  }
}
.cid-tpP62JipxC .mbr-section-title {
  color: #2a8013;
}
.cid-tpP62JPwMN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tpP62JPwMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpP62JPwMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpP62JPwMN .container,
.cid-tpP62JPwMN .container-fluid {
  position: relative;
}
.cid-tpP62JPwMN .row {
  justify-content: left;
}
.cid-tpP62JPwMN .col-content {
  position: relative;
  z-index: 10;
}
.cid-tpP62JPwMN .mbr-section-title {
  color: #ffffff;
}
.cid-tpP62JPwMN .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tpP62JPwMN .mbr-text {
  color: #2B2B2B;
}
.cid-tpP62JPwMN .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tpP62JPwMN .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tpP62JPwMN .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tpP62JPwMN .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tpP62JPwMN .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tpP62JPwMN .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tpP62JPwMN .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tpVgiiAMzF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tpVgiiAMzF .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tpVgiiAMzF .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpVgiiAMzF .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tpVgiiAMzF .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tpVgiiAMzF .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tpVgiiAMzF .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpVgiiAMzF .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tpVgiiAMzF .input-group-btn {
  padding-left: 0;
}
.cid-tpVgiiAMzF .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tpVgiiAMzF .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpVgiiAMzF .mbr-text {
  color: #444;
}
.cid-tpVgiiAMzF h5 {
  margin-bottom: 0;
}
.cid-tpVgiiAMzF .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpVgiiAMzF .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpVgiiAMzF .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpVgiiAMzF .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpVgiiAMzF .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpVgiiAMzF .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpVgiiAMzF .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpVgiiAMzF .social-list a:hover {
  opacity: 0.4;
}
.cid-tpVgiiAMzF .media-container-row > div {
  padding: 0px;
}
.cid-tpVgiiAMzF .text2 {
  color: #000000;
  text-align: left;
}
.cid-tpVgiiAMzF .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tpVgiiAMzF .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpVgiiAMzF .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpVgiiAMzF .social-list,
  .cid-tpVgiiAMzF .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpVgiiAMzF h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpVgiiAMzF .form-group {
    max-width: 180px;
  }
}
.cid-tpVgiiAMzF .links span {
  color: #9e9e9e;
}
.cid-tpVgiiAMzF .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpVgiiAMzF .logo-title {
  text-align: center;
}
.cid-tqA1cQhBij {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqA1cQhBij nav.navbar {
  position: fixed;
}
.cid-tqA1cQhBij .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-tqA1cQhBij .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqA1cQhBij .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqA1cQhBij .dropdown-item:hover,
.cid-tqA1cQhBij .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqA1cQhBij .dropdown-item:hover span {
  color: white;
}
.cid-tqA1cQhBij .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqA1cQhBij .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqA1cQhBij .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqA1cQhBij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqA1cQhBij .nav-link {
  position: relative;
}
.cid-tqA1cQhBij .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqA1cQhBij .container {
    flex-wrap: nowrap;
  }
}
.cid-tqA1cQhBij .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqA1cQhBij .dropdown-menu,
.cid-tqA1cQhBij .navbar.opened {
  background: #ffffff !important;
}
.cid-tqA1cQhBij .nav-item:focus,
.cid-tqA1cQhBij .nav-link:focus {
  outline: none;
}
.cid-tqA1cQhBij .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqA1cQhBij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqA1cQhBij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqA1cQhBij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqA1cQhBij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqA1cQhBij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqA1cQhBij .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqA1cQhBij .navbar.opened {
  transition: all 0.3s;
}
.cid-tqA1cQhBij .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqA1cQhBij .navbar .navbar-logo img {
  width: auto;
}
.cid-tqA1cQhBij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqA1cQhBij .navbar.collapsed {
  justify-content: center;
}
.cid-tqA1cQhBij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqA1cQhBij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqA1cQhBij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqA1cQhBij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqA1cQhBij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqA1cQhBij .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-tqA1cQhBij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqA1cQhBij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqA1cQhBij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqA1cQhBij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqA1cQhBij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqA1cQhBij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqA1cQhBij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqA1cQhBij .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-tqA1cQhBij .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqA1cQhBij .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqA1cQhBij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqA1cQhBij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqA1cQhBij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqA1cQhBij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqA1cQhBij .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqA1cQhBij .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqA1cQhBij .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqA1cQhBij .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqA1cQhBij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqA1cQhBij .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqA1cQhBij .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqA1cQhBij .dropdown-item.active,
.cid-tqA1cQhBij .dropdown-item:active {
  background-color: transparent;
}
.cid-tqA1cQhBij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqA1cQhBij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqA1cQhBij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqA1cQhBij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqA1cQhBij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqA1cQhBij .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqA1cQhBij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqA1cQhBij .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqA1cQhBij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqA1cQhBij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqA1cQhBij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqA1cQhBij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqA1cQhBij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqA1cQhBij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqA1cQhBij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqA1cQhBij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqA1cQhBij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqA1cQhBij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqA1cQhBij .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqA1cQhBij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqA1cQhBij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqA1cQhBij .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqA1cQhBij .navbar {
    height: 80px;
  }
  .cid-tqA1cQhBij .navbar.opened {
    height: auto;
  }
  .cid-tqA1cQhBij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqA1cQhBij .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqA1cQhBij .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqA1cQhBij .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqA1cQhBij .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqA1cQhBij .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqA1cQhBij .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqA1cQhBij .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqA1cQYQ0z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqA1cQYQ0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqA1cQYQ0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqA1cQYQ0z .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqA1cRmAtW {
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-tqA1cRmAtW .mbr-section-title {
  color: #ffffff;
}
.cid-tqA1cRmAtW .mbr-text,
.cid-tqA1cRmAtW .mbr-section-btn {
  color: #fafafa;
}
.cid-tqA1cRUJtO {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqA1cRUJtO .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqA1cRUJtO .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqA1cRUJtO h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqA1cRUJtO p {
  color: #464646;
}
.cid-tqA1cRUJtO h2 {
  color: #000000;
}
.cid-tqA1cRUJtO .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqA1cRUJtO .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqA1cRUJtO .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqA1cRUJtO .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqA1cRUJtO .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqA1cRUJtO .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqA1cRUJtO .mbr-text {
    text-align: center;
  }
}
.cid-tqA1cRUJtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqA1cRUJtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqA1cRUJtO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqA1cRUJtO P {
  color: #ffffff;
}
.cid-tqA1cShbS0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqA1cShbS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqA1cShbS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqA1cShbS0 .container {
    max-width: 1400px;
  }
}
.cid-tqA1cShbS0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqA1cShbS0 .card-wrapper {
  margin-top: 3rem;
}
.cid-tqA1cShbS0 .row {
  justify-content: center;
}
.cid-tqA1cShbS0 .card-title,
.cid-tqA1cShbS0 .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqA1cSUHma {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqA1cSUHma img {
  width: 120px;
  margin: auto;
}
.cid-tqA1cSUHma .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqA1cSUHma .card {
    max-width: 12.5%;
  }
}
.cid-tqA1cSUHma .mbr-section-title {
  color: #2a8013;
}
.cid-tqA1cTtfIc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqA1cTtfIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqA1cTtfIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqA1cTtfIc .container,
.cid-tqA1cTtfIc .container-fluid {
  position: relative;
}
.cid-tqA1cTtfIc .row {
  justify-content: left;
}
.cid-tqA1cTtfIc .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqA1cTtfIc .mbr-section-title {
  color: #ffffff;
}
.cid-tqA1cTtfIc .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqA1cTtfIc .mbr-text {
  color: #2B2B2B;
}
.cid-tqA1cTtfIc .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqA1cTtfIc .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqA1cTtfIc .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqA1cTtfIc .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqA1cTtfIc .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqA1cTtfIc .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqA1cTtfIc .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqA1cU05zY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqA1cU05zY .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqA1cU05zY .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqA1cU05zY .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqA1cU05zY .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqA1cU05zY .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqA1cU05zY .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqA1cU05zY .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqA1cU05zY .input-group-btn {
  padding-left: 0;
}
.cid-tqA1cU05zY .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqA1cU05zY .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqA1cU05zY .mbr-text {
  color: #444;
}
.cid-tqA1cU05zY h5 {
  margin-bottom: 0;
}
.cid-tqA1cU05zY .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqA1cU05zY .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqA1cU05zY .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqA1cU05zY .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqA1cU05zY .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqA1cU05zY .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqA1cU05zY .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqA1cU05zY .social-list a:hover {
  opacity: 0.4;
}
.cid-tqA1cU05zY .media-container-row > div {
  padding: 0px;
}
.cid-tqA1cU05zY .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqA1cU05zY .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqA1cU05zY .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqA1cU05zY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqA1cU05zY .social-list,
  .cid-tqA1cU05zY .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqA1cU05zY h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqA1cU05zY .form-group {
    max-width: 180px;
  }
}
.cid-tqA1cU05zY .links span {
  color: #9e9e9e;
}
.cid-tqA1cU05zY .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqA1cU05zY .logo-title {
  text-align: center;
}
.cid-tqAfzF2zR0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqAfzF2zR0 nav.navbar {
  position: fixed;
}
.cid-tqAfzF2zR0 .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-tqAfzF2zR0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqAfzF2zR0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqAfzF2zR0 .dropdown-item:hover,
.cid-tqAfzF2zR0 .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqAfzF2zR0 .dropdown-item:hover span {
  color: white;
}
.cid-tqAfzF2zR0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqAfzF2zR0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqAfzF2zR0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqAfzF2zR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqAfzF2zR0 .nav-link {
  position: relative;
}
.cid-tqAfzF2zR0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqAfzF2zR0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tqAfzF2zR0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqAfzF2zR0 .dropdown-menu,
.cid-tqAfzF2zR0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tqAfzF2zR0 .nav-item:focus,
.cid-tqAfzF2zR0 .nav-link:focus {
  outline: none;
}
.cid-tqAfzF2zR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqAfzF2zR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqAfzF2zR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqAfzF2zR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqAfzF2zR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqAfzF2zR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqAfzF2zR0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqAfzF2zR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tqAfzF2zR0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqAfzF2zR0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tqAfzF2zR0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqAfzF2zR0 .navbar.collapsed {
  justify-content: center;
}
.cid-tqAfzF2zR0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqAfzF2zR0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqAfzF2zR0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqAfzF2zR0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqAfzF2zR0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqAfzF2zR0 .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-tqAfzF2zR0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqAfzF2zR0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqAfzF2zR0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqAfzF2zR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqAfzF2zR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqAfzF2zR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqAfzF2zR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqAfzF2zR0 .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-tqAfzF2zR0 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqAfzF2zR0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqAfzF2zR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqAfzF2zR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqAfzF2zR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqAfzF2zR0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqAfzF2zR0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqAfzF2zR0 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqAfzF2zR0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqAfzF2zR0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqAfzF2zR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqAfzF2zR0 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqAfzF2zR0 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqAfzF2zR0 .dropdown-item.active,
.cid-tqAfzF2zR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqAfzF2zR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqAfzF2zR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqAfzF2zR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqAfzF2zR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqAfzF2zR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqAfzF2zR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqAfzF2zR0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqAfzF2zR0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqAfzF2zR0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqAfzF2zR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqAfzF2zR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqAfzF2zR0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqAfzF2zR0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqAfzF2zR0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqAfzF2zR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqAfzF2zR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqAfzF2zR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqAfzF2zR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqAfzF2zR0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqAfzF2zR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqAfzF2zR0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqAfzF2zR0 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqAfzF2zR0 .navbar {
    height: 80px;
  }
  .cid-tqAfzF2zR0 .navbar.opened {
    height: auto;
  }
  .cid-tqAfzF2zR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqAfzF2zR0 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqAfzF2zR0 .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqAfzF2zR0 .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqAfzF2zR0 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqAfzF2zR0 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqAfzF2zR0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqAfzF2zR0 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqAfzGQGnP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqAfzGQGnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAfzGQGnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAfzGQGnP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqAfzI0Gxi {
  background-image: url("../../../assets/images/img-209-2000x1500.jpg");
}
.cid-tqAfzI0Gxi .mbr-section-title {
  color: #ffffff;
}
.cid-tqAfzI0Gxi .mbr-text,
.cid-tqAfzI0Gxi .mbr-section-btn {
  color: #fafafa;
}
.cid-tqAfzIKXl6 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqAfzIKXl6 .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqAfzIKXl6 .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqAfzIKXl6 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqAfzIKXl6 p {
  color: #464646;
}
.cid-tqAfzIKXl6 h2 {
  color: #000000;
}
.cid-tqAfzIKXl6 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqAfzIKXl6 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqAfzIKXl6 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqAfzIKXl6 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqAfzIKXl6 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAfzIKXl6 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqAfzIKXl6 .mbr-text {
    text-align: center;
  }
}
.cid-tqAfzIKXl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAfzIKXl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAfzIKXl6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqAfzIKXl6 P {
  color: #ffffff;
}
.cid-tqAfzJAV6u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqAfzJAV6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAfzJAV6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqAfzJAV6u .container {
    max-width: 1400px;
  }
}
.cid-tqAfzJAV6u .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqAfzJAV6u .card-wrapper {
  margin-top: 3rem;
}
.cid-tqAfzJAV6u .row {
  justify-content: center;
}
.cid-tqAfzJAV6u .card-title,
.cid-tqAfzJAV6u .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqAfzKpBOF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqAfzKpBOF img {
  width: 120px;
  margin: auto;
}
.cid-tqAfzKpBOF .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqAfzKpBOF .card {
    max-width: 12.5%;
  }
}
.cid-tqAfzKpBOF .mbr-section-title {
  color: #2a8013;
}
.cid-tqAfzL8MMf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqAfzL8MMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAfzL8MMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAfzL8MMf .container,
.cid-tqAfzL8MMf .container-fluid {
  position: relative;
}
.cid-tqAfzL8MMf .row {
  justify-content: left;
}
.cid-tqAfzL8MMf .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqAfzL8MMf .mbr-section-title {
  color: #ffffff;
}
.cid-tqAfzL8MMf .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqAfzL8MMf .mbr-text {
  color: #2B2B2B;
}
.cid-tqAfzL8MMf .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqAfzL8MMf .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqAfzL8MMf .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqAfzL8MMf .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqAfzL8MMf .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqAfzL8MMf .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqAfzL8MMf .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqAfzLUI0F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqAfzLUI0F .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqAfzLUI0F .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqAfzLUI0F .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqAfzLUI0F .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqAfzLUI0F .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqAfzLUI0F .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqAfzLUI0F .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqAfzLUI0F .input-group-btn {
  padding-left: 0;
}
.cid-tqAfzLUI0F .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqAfzLUI0F .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqAfzLUI0F .mbr-text {
  color: #444;
}
.cid-tqAfzLUI0F h5 {
  margin-bottom: 0;
}
.cid-tqAfzLUI0F .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqAfzLUI0F .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqAfzLUI0F .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqAfzLUI0F .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqAfzLUI0F .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqAfzLUI0F .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqAfzLUI0F .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqAfzLUI0F .social-list a:hover {
  opacity: 0.4;
}
.cid-tqAfzLUI0F .media-container-row > div {
  padding: 0px;
}
.cid-tqAfzLUI0F .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqAfzLUI0F .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqAfzLUI0F .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqAfzLUI0F .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqAfzLUI0F .social-list,
  .cid-tqAfzLUI0F .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqAfzLUI0F h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqAfzLUI0F .form-group {
    max-width: 180px;
  }
}
.cid-tqAfzLUI0F .links span {
  color: #9e9e9e;
}
.cid-tqAfzLUI0F .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqAfzLUI0F .logo-title {
  text-align: center;
}
.cid-tqAvuG1bzR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqAvuG1bzR nav.navbar {
  position: fixed;
}
.cid-tqAvuG1bzR .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-tqAvuG1bzR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqAvuG1bzR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqAvuG1bzR .dropdown-item:hover,
.cid-tqAvuG1bzR .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqAvuG1bzR .dropdown-item:hover span {
  color: white;
}
.cid-tqAvuG1bzR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqAvuG1bzR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqAvuG1bzR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqAvuG1bzR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqAvuG1bzR .nav-link {
  position: relative;
}
.cid-tqAvuG1bzR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqAvuG1bzR .container {
    flex-wrap: nowrap;
  }
}
.cid-tqAvuG1bzR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqAvuG1bzR .dropdown-menu,
.cid-tqAvuG1bzR .navbar.opened {
  background: #ffffff !important;
}
.cid-tqAvuG1bzR .nav-item:focus,
.cid-tqAvuG1bzR .nav-link:focus {
  outline: none;
}
.cid-tqAvuG1bzR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqAvuG1bzR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqAvuG1bzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqAvuG1bzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqAvuG1bzR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqAvuG1bzR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqAvuG1bzR .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqAvuG1bzR .navbar.opened {
  transition: all 0.3s;
}
.cid-tqAvuG1bzR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqAvuG1bzR .navbar .navbar-logo img {
  width: auto;
}
.cid-tqAvuG1bzR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqAvuG1bzR .navbar.collapsed {
  justify-content: center;
}
.cid-tqAvuG1bzR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqAvuG1bzR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqAvuG1bzR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqAvuG1bzR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqAvuG1bzR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqAvuG1bzR .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-tqAvuG1bzR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqAvuG1bzR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqAvuG1bzR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqAvuG1bzR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqAvuG1bzR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqAvuG1bzR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqAvuG1bzR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqAvuG1bzR .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-tqAvuG1bzR .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqAvuG1bzR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqAvuG1bzR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqAvuG1bzR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqAvuG1bzR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqAvuG1bzR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqAvuG1bzR .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqAvuG1bzR .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqAvuG1bzR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqAvuG1bzR .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqAvuG1bzR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqAvuG1bzR .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqAvuG1bzR .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqAvuG1bzR .dropdown-item.active,
.cid-tqAvuG1bzR .dropdown-item:active {
  background-color: transparent;
}
.cid-tqAvuG1bzR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqAvuG1bzR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqAvuG1bzR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqAvuG1bzR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqAvuG1bzR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqAvuG1bzR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqAvuG1bzR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqAvuG1bzR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqAvuG1bzR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqAvuG1bzR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqAvuG1bzR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqAvuG1bzR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqAvuG1bzR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqAvuG1bzR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqAvuG1bzR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqAvuG1bzR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqAvuG1bzR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqAvuG1bzR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqAvuG1bzR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqAvuG1bzR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqAvuG1bzR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqAvuG1bzR .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqAvuG1bzR .navbar {
    height: 80px;
  }
  .cid-tqAvuG1bzR .navbar.opened {
    height: auto;
  }
  .cid-tqAvuG1bzR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqAvuG1bzR .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqAvuG1bzR .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqAvuG1bzR .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqAvuG1bzR .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqAvuG1bzR .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqAvuG1bzR .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqAvuG1bzR .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqAvuHk1p3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqAvuHk1p3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAvuHk1p3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAvuHk1p3 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqAvuIa61t {
  background-image: url("../../../assets/images/img-243-2000x1500.jpg");
}
.cid-tqAvuIa61t .mbr-section-title {
  color: #ffffff;
}
.cid-tqAvuIa61t .mbr-text,
.cid-tqAvuIa61t .mbr-section-btn {
  color: #fafafa;
}
.cid-tqAvuIU26d {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqAvuIU26d .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqAvuIU26d .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqAvuIU26d h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqAvuIU26d p {
  color: #464646;
}
.cid-tqAvuIU26d h2 {
  color: #000000;
}
.cid-tqAvuIU26d .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqAvuIU26d .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqAvuIU26d .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqAvuIU26d .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqAvuIU26d .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAvuIU26d .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqAvuIU26d .mbr-text {
    text-align: center;
  }
}
.cid-tqAvuIU26d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAvuIU26d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAvuIU26d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqAvuIU26d P {
  color: #ffffff;
}
.cid-tqAvuJwY8H {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqAvuJwY8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAvuJwY8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqAvuJwY8H .container {
    max-width: 1400px;
  }
}
.cid-tqAvuJwY8H .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqAvuJwY8H .card-wrapper {
  margin-top: 3rem;
}
.cid-tqAvuJwY8H .row {
  justify-content: center;
}
.cid-tqAvuJwY8H .card-title,
.cid-tqAvuJwY8H .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqAvuKC23Y {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqAvuKC23Y img {
  width: 120px;
  margin: auto;
}
.cid-tqAvuKC23Y .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqAvuKC23Y .card {
    max-width: 12.5%;
  }
}
.cid-tqAvuKC23Y .mbr-section-title {
  color: #2a8013;
}
.cid-tqAvuL8JDz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqAvuL8JDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAvuL8JDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAvuL8JDz .container,
.cid-tqAvuL8JDz .container-fluid {
  position: relative;
}
.cid-tqAvuL8JDz .row {
  justify-content: left;
}
.cid-tqAvuL8JDz .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqAvuL8JDz .mbr-section-title {
  color: #ffffff;
}
.cid-tqAvuL8JDz .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqAvuL8JDz .mbr-text {
  color: #2B2B2B;
}
.cid-tqAvuL8JDz .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqAvuL8JDz .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqAvuL8JDz .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqAvuL8JDz .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqAvuL8JDz .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqAvuL8JDz .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqAvuL8JDz .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqAvuLGrsL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqAvuLGrsL .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqAvuLGrsL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqAvuLGrsL .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqAvuLGrsL .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqAvuLGrsL .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqAvuLGrsL .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqAvuLGrsL .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqAvuLGrsL .input-group-btn {
  padding-left: 0;
}
.cid-tqAvuLGrsL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqAvuLGrsL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqAvuLGrsL .mbr-text {
  color: #444;
}
.cid-tqAvuLGrsL h5 {
  margin-bottom: 0;
}
.cid-tqAvuLGrsL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqAvuLGrsL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqAvuLGrsL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqAvuLGrsL .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqAvuLGrsL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqAvuLGrsL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqAvuLGrsL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqAvuLGrsL .social-list a:hover {
  opacity: 0.4;
}
.cid-tqAvuLGrsL .media-container-row > div {
  padding: 0px;
}
.cid-tqAvuLGrsL .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqAvuLGrsL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqAvuLGrsL .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqAvuLGrsL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqAvuLGrsL .social-list,
  .cid-tqAvuLGrsL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqAvuLGrsL h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqAvuLGrsL .form-group {
    max-width: 180px;
  }
}
.cid-tqAvuLGrsL .links span {
  color: #9e9e9e;
}
.cid-tqAvuLGrsL .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqAvuLGrsL .logo-title {
  text-align: center;
}
.cid-tqAALnP8YE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqAALnP8YE nav.navbar {
  position: fixed;
}
.cid-tqAALnP8YE .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-tqAALnP8YE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqAALnP8YE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqAALnP8YE .dropdown-item:hover,
.cid-tqAALnP8YE .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqAALnP8YE .dropdown-item:hover span {
  color: white;
}
.cid-tqAALnP8YE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqAALnP8YE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqAALnP8YE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqAALnP8YE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqAALnP8YE .nav-link {
  position: relative;
}
.cid-tqAALnP8YE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqAALnP8YE .container {
    flex-wrap: nowrap;
  }
}
.cid-tqAALnP8YE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqAALnP8YE .dropdown-menu,
.cid-tqAALnP8YE .navbar.opened {
  background: #ffffff !important;
}
.cid-tqAALnP8YE .nav-item:focus,
.cid-tqAALnP8YE .nav-link:focus {
  outline: none;
}
.cid-tqAALnP8YE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqAALnP8YE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqAALnP8YE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqAALnP8YE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqAALnP8YE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqAALnP8YE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqAALnP8YE .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqAALnP8YE .navbar.opened {
  transition: all 0.3s;
}
.cid-tqAALnP8YE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqAALnP8YE .navbar .navbar-logo img {
  width: auto;
}
.cid-tqAALnP8YE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqAALnP8YE .navbar.collapsed {
  justify-content: center;
}
.cid-tqAALnP8YE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqAALnP8YE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqAALnP8YE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqAALnP8YE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqAALnP8YE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqAALnP8YE .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-tqAALnP8YE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqAALnP8YE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqAALnP8YE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqAALnP8YE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqAALnP8YE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqAALnP8YE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqAALnP8YE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqAALnP8YE .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-tqAALnP8YE .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqAALnP8YE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqAALnP8YE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqAALnP8YE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqAALnP8YE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqAALnP8YE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqAALnP8YE .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqAALnP8YE .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqAALnP8YE .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqAALnP8YE .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqAALnP8YE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqAALnP8YE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqAALnP8YE .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqAALnP8YE .dropdown-item.active,
.cid-tqAALnP8YE .dropdown-item:active {
  background-color: transparent;
}
.cid-tqAALnP8YE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqAALnP8YE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqAALnP8YE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqAALnP8YE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqAALnP8YE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqAALnP8YE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqAALnP8YE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqAALnP8YE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqAALnP8YE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqAALnP8YE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqAALnP8YE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqAALnP8YE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqAALnP8YE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqAALnP8YE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqAALnP8YE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqAALnP8YE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqAALnP8YE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqAALnP8YE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqAALnP8YE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqAALnP8YE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqAALnP8YE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqAALnP8YE .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqAALnP8YE .navbar {
    height: 80px;
  }
  .cid-tqAALnP8YE .navbar.opened {
    height: auto;
  }
  .cid-tqAALnP8YE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqAALnP8YE .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqAALnP8YE .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqAALnP8YE .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqAALnP8YE .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqAALnP8YE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqAALnP8YE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqAALnP8YE .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqAALp835O {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqAALp835O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAALp835O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAALp835O .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqAALpYZQk {
  background-image: url("../../../assets/images/img-243-2000x1500.jpg");
}
.cid-tqAALpYZQk .mbr-section-title {
  color: #ffffff;
}
.cid-tqAALpYZQk .mbr-text,
.cid-tqAALpYZQk .mbr-section-btn {
  color: #fafafa;
}
.cid-tqAALqHQOr {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqAALqHQOr .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqAALqHQOr .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqAALqHQOr h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqAALqHQOr p {
  color: #464646;
}
.cid-tqAALqHQOr h2 {
  color: #000000;
}
.cid-tqAALqHQOr .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqAALqHQOr .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqAALqHQOr .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqAALqHQOr .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqAALqHQOr .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAALqHQOr .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqAALqHQOr .mbr-text {
    text-align: center;
  }
}
.cid-tqAALqHQOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAALqHQOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAALqHQOr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqAALqHQOr P {
  color: #ffffff;
}
.cid-tqAALrntHe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqAALrntHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAALrntHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqAALrntHe .container {
    max-width: 1400px;
  }
}
.cid-tqAALrntHe .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqAALrntHe .card-wrapper {
  margin-top: 3rem;
}
.cid-tqAALrntHe .row {
  justify-content: center;
}
.cid-tqAALrntHe .card-title,
.cid-tqAALrntHe .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqAALs5ZLw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqAALs5ZLw img {
  width: 120px;
  margin: auto;
}
.cid-tqAALs5ZLw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqAALs5ZLw .card {
    max-width: 12.5%;
  }
}
.cid-tqAALs5ZLw .mbr-section-title {
  color: #2a8013;
}
.cid-tqAALsEk5I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqAALsEk5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAALsEk5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAALsEk5I .container,
.cid-tqAALsEk5I .container-fluid {
  position: relative;
}
.cid-tqAALsEk5I .row {
  justify-content: left;
}
.cid-tqAALsEk5I .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqAALsEk5I .mbr-section-title {
  color: #ffffff;
}
.cid-tqAALsEk5I .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqAALsEk5I .mbr-text {
  color: #2B2B2B;
}
.cid-tqAALsEk5I .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqAALsEk5I .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqAALsEk5I .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqAALsEk5I .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqAALsEk5I .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqAALsEk5I .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqAALsEk5I .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqAALt47pg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqAALt47pg .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqAALt47pg .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqAALt47pg .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqAALt47pg .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqAALt47pg .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqAALt47pg .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqAALt47pg .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqAALt47pg .input-group-btn {
  padding-left: 0;
}
.cid-tqAALt47pg .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqAALt47pg .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqAALt47pg .mbr-text {
  color: #444;
}
.cid-tqAALt47pg h5 {
  margin-bottom: 0;
}
.cid-tqAALt47pg .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqAALt47pg .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqAALt47pg .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqAALt47pg .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqAALt47pg .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqAALt47pg .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqAALt47pg .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqAALt47pg .social-list a:hover {
  opacity: 0.4;
}
.cid-tqAALt47pg .media-container-row > div {
  padding: 0px;
}
.cid-tqAALt47pg .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqAALt47pg .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqAALt47pg .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqAALt47pg .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqAALt47pg .social-list,
  .cid-tqAALt47pg .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqAALt47pg h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqAALt47pg .form-group {
    max-width: 180px;
  }
}
.cid-tqAALt47pg .links span {
  color: #9e9e9e;
}
.cid-tqAALt47pg .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqAALt47pg .logo-title {
  text-align: center;
}
.cid-tqAEmWAnfU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqAEmWAnfU nav.navbar {
  position: fixed;
}
.cid-tqAEmWAnfU .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-tqAEmWAnfU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqAEmWAnfU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqAEmWAnfU .dropdown-item:hover,
.cid-tqAEmWAnfU .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqAEmWAnfU .dropdown-item:hover span {
  color: white;
}
.cid-tqAEmWAnfU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqAEmWAnfU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqAEmWAnfU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqAEmWAnfU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqAEmWAnfU .nav-link {
  position: relative;
}
.cid-tqAEmWAnfU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqAEmWAnfU .container {
    flex-wrap: nowrap;
  }
}
.cid-tqAEmWAnfU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqAEmWAnfU .dropdown-menu,
.cid-tqAEmWAnfU .navbar.opened {
  background: #ffffff !important;
}
.cid-tqAEmWAnfU .nav-item:focus,
.cid-tqAEmWAnfU .nav-link:focus {
  outline: none;
}
.cid-tqAEmWAnfU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqAEmWAnfU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqAEmWAnfU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqAEmWAnfU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqAEmWAnfU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqAEmWAnfU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqAEmWAnfU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqAEmWAnfU .navbar.opened {
  transition: all 0.3s;
}
.cid-tqAEmWAnfU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqAEmWAnfU .navbar .navbar-logo img {
  width: auto;
}
.cid-tqAEmWAnfU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqAEmWAnfU .navbar.collapsed {
  justify-content: center;
}
.cid-tqAEmWAnfU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqAEmWAnfU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqAEmWAnfU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqAEmWAnfU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqAEmWAnfU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqAEmWAnfU .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-tqAEmWAnfU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqAEmWAnfU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqAEmWAnfU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqAEmWAnfU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqAEmWAnfU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqAEmWAnfU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqAEmWAnfU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqAEmWAnfU .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-tqAEmWAnfU .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqAEmWAnfU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqAEmWAnfU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqAEmWAnfU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqAEmWAnfU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqAEmWAnfU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqAEmWAnfU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqAEmWAnfU .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqAEmWAnfU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqAEmWAnfU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqAEmWAnfU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqAEmWAnfU .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqAEmWAnfU .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqAEmWAnfU .dropdown-item.active,
.cid-tqAEmWAnfU .dropdown-item:active {
  background-color: transparent;
}
.cid-tqAEmWAnfU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqAEmWAnfU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqAEmWAnfU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqAEmWAnfU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqAEmWAnfU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqAEmWAnfU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqAEmWAnfU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqAEmWAnfU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqAEmWAnfU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqAEmWAnfU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqAEmWAnfU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqAEmWAnfU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqAEmWAnfU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqAEmWAnfU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqAEmWAnfU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqAEmWAnfU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqAEmWAnfU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqAEmWAnfU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqAEmWAnfU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqAEmWAnfU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqAEmWAnfU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqAEmWAnfU .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqAEmWAnfU .navbar {
    height: 80px;
  }
  .cid-tqAEmWAnfU .navbar.opened {
    height: auto;
  }
  .cid-tqAEmWAnfU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqAEmWAnfU .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqAEmWAnfU .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqAEmWAnfU .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqAEmWAnfU .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqAEmWAnfU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqAEmWAnfU .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqAEmWAnfU .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqAEmXMjCx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqAEmXMjCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAEmXMjCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAEmXMjCx .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqAEmYrXBJ {
  background-image: url("../../../assets/images/happy-courier-making-delivery-giving-packages-african-american-woman-2000x1333.jpg");
}
.cid-tqAEmYrXBJ .mbr-section-title {
  color: #ffffff;
}
.cid-tqAEmYrXBJ .mbr-text,
.cid-tqAEmYrXBJ .mbr-section-btn {
  color: #fafafa;
}
.cid-tqAEmZ5Eeu {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqAEmZ5Eeu .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqAEmZ5Eeu .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqAEmZ5Eeu h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqAEmZ5Eeu p {
  color: #464646;
}
.cid-tqAEmZ5Eeu h2 {
  color: #000000;
}
.cid-tqAEmZ5Eeu .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqAEmZ5Eeu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqAEmZ5Eeu .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqAEmZ5Eeu .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqAEmZ5Eeu .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAEmZ5Eeu .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqAEmZ5Eeu .mbr-text {
    text-align: center;
  }
}
.cid-tqAEmZ5Eeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAEmZ5Eeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAEmZ5Eeu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqAEmZ5Eeu P {
  color: #ffffff;
}
.cid-tqAEmZNvmP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqAEmZNvmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAEmZNvmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqAEmZNvmP .container {
    max-width: 1400px;
  }
}
.cid-tqAEmZNvmP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqAEmZNvmP .card-wrapper {
  margin-top: 3rem;
}
.cid-tqAEmZNvmP .row {
  justify-content: center;
}
.cid-tqAEmZNvmP .card-title,
.cid-tqAEmZNvmP .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqAEn0lxqA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqAEn0lxqA img {
  width: 120px;
  margin: auto;
}
.cid-tqAEn0lxqA .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqAEn0lxqA .card {
    max-width: 12.5%;
  }
}
.cid-tqAEn0lxqA .mbr-section-title {
  color: #2a8013;
}
.cid-tqAEn1kNdo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqAEn1kNdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAEn1kNdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAEn1kNdo .container,
.cid-tqAEn1kNdo .container-fluid {
  position: relative;
}
.cid-tqAEn1kNdo .row {
  justify-content: left;
}
.cid-tqAEn1kNdo .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqAEn1kNdo .mbr-section-title {
  color: #ffffff;
}
.cid-tqAEn1kNdo .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqAEn1kNdo .mbr-text {
  color: #2B2B2B;
}
.cid-tqAEn1kNdo .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqAEn1kNdo .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqAEn1kNdo .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqAEn1kNdo .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqAEn1kNdo .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqAEn1kNdo .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqAEn1kNdo .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqAEn1J0aT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqAEn1J0aT .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqAEn1J0aT .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqAEn1J0aT .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqAEn1J0aT .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqAEn1J0aT .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqAEn1J0aT .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqAEn1J0aT .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqAEn1J0aT .input-group-btn {
  padding-left: 0;
}
.cid-tqAEn1J0aT .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqAEn1J0aT .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqAEn1J0aT .mbr-text {
  color: #444;
}
.cid-tqAEn1J0aT h5 {
  margin-bottom: 0;
}
.cid-tqAEn1J0aT .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqAEn1J0aT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqAEn1J0aT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqAEn1J0aT .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqAEn1J0aT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqAEn1J0aT .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqAEn1J0aT .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqAEn1J0aT .social-list a:hover {
  opacity: 0.4;
}
.cid-tqAEn1J0aT .media-container-row > div {
  padding: 0px;
}
.cid-tqAEn1J0aT .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqAEn1J0aT .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqAEn1J0aT .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqAEn1J0aT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqAEn1J0aT .social-list,
  .cid-tqAEn1J0aT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqAEn1J0aT h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqAEn1J0aT .form-group {
    max-width: 180px;
  }
}
.cid-tqAEn1J0aT .links span {
  color: #9e9e9e;
}
.cid-tqAEn1J0aT .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqAEn1J0aT .logo-title {
  text-align: center;
}
.cid-tqAI0m4BSY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqAI0m4BSY nav.navbar {
  position: fixed;
}
.cid-tqAI0m4BSY .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-tqAI0m4BSY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqAI0m4BSY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqAI0m4BSY .dropdown-item:hover,
.cid-tqAI0m4BSY .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqAI0m4BSY .dropdown-item:hover span {
  color: white;
}
.cid-tqAI0m4BSY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqAI0m4BSY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqAI0m4BSY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqAI0m4BSY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqAI0m4BSY .nav-link {
  position: relative;
}
.cid-tqAI0m4BSY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqAI0m4BSY .container {
    flex-wrap: nowrap;
  }
}
.cid-tqAI0m4BSY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqAI0m4BSY .dropdown-menu,
.cid-tqAI0m4BSY .navbar.opened {
  background: #ffffff !important;
}
.cid-tqAI0m4BSY .nav-item:focus,
.cid-tqAI0m4BSY .nav-link:focus {
  outline: none;
}
.cid-tqAI0m4BSY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqAI0m4BSY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqAI0m4BSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqAI0m4BSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqAI0m4BSY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqAI0m4BSY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqAI0m4BSY .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqAI0m4BSY .navbar.opened {
  transition: all 0.3s;
}
.cid-tqAI0m4BSY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqAI0m4BSY .navbar .navbar-logo img {
  width: auto;
}
.cid-tqAI0m4BSY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqAI0m4BSY .navbar.collapsed {
  justify-content: center;
}
.cid-tqAI0m4BSY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqAI0m4BSY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqAI0m4BSY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqAI0m4BSY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqAI0m4BSY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqAI0m4BSY .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-tqAI0m4BSY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqAI0m4BSY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqAI0m4BSY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqAI0m4BSY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqAI0m4BSY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqAI0m4BSY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqAI0m4BSY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqAI0m4BSY .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-tqAI0m4BSY .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqAI0m4BSY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqAI0m4BSY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqAI0m4BSY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqAI0m4BSY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqAI0m4BSY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqAI0m4BSY .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqAI0m4BSY .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqAI0m4BSY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqAI0m4BSY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqAI0m4BSY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqAI0m4BSY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqAI0m4BSY .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqAI0m4BSY .dropdown-item.active,
.cid-tqAI0m4BSY .dropdown-item:active {
  background-color: transparent;
}
.cid-tqAI0m4BSY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqAI0m4BSY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqAI0m4BSY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqAI0m4BSY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqAI0m4BSY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqAI0m4BSY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqAI0m4BSY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqAI0m4BSY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqAI0m4BSY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqAI0m4BSY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqAI0m4BSY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqAI0m4BSY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqAI0m4BSY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqAI0m4BSY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqAI0m4BSY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqAI0m4BSY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqAI0m4BSY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqAI0m4BSY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqAI0m4BSY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqAI0m4BSY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqAI0m4BSY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqAI0m4BSY .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqAI0m4BSY .navbar {
    height: 80px;
  }
  .cid-tqAI0m4BSY .navbar.opened {
    height: auto;
  }
  .cid-tqAI0m4BSY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqAI0m4BSY .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqAI0m4BSY .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqAI0m4BSY .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqAI0m4BSY .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqAI0m4BSY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqAI0m4BSY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqAI0m4BSY .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqAI0oeWQU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqAI0oeWQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAI0oeWQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAI0oeWQU .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqAI0p8YHE {
  background-image: url("../../../assets/images/img-200-2000x2667.jpg");
}
.cid-tqAI0p8YHE .mbr-section-title {
  color: #ffffff;
}
.cid-tqAI0p8YHE .mbr-text,
.cid-tqAI0p8YHE .mbr-section-btn {
  color: #fafafa;
}
.cid-tqAI0pSUZu {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqAI0pSUZu .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqAI0pSUZu .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqAI0pSUZu h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqAI0pSUZu p {
  color: #464646;
}
.cid-tqAI0pSUZu h2 {
  color: #000000;
}
.cid-tqAI0pSUZu .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqAI0pSUZu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqAI0pSUZu .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqAI0pSUZu .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqAI0pSUZu .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAI0pSUZu .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqAI0pSUZu .mbr-text {
    text-align: center;
  }
}
.cid-tqAI0pSUZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAI0pSUZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAI0pSUZu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqAI0pSUZu P {
  color: #ffffff;
}
.cid-tqAI0qEUJA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqAI0qEUJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAI0qEUJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqAI0qEUJA .container {
    max-width: 1400px;
  }
}
.cid-tqAI0qEUJA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqAI0qEUJA .card-wrapper {
  margin-top: 3rem;
}
.cid-tqAI0qEUJA .row {
  justify-content: center;
}
.cid-tqAI0qEUJA .card-title,
.cid-tqAI0qEUJA .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqAI0sa2Ba {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqAI0sa2Ba img {
  width: 120px;
  margin: auto;
}
.cid-tqAI0sa2Ba .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqAI0sa2Ba .card {
    max-width: 12.5%;
  }
}
.cid-tqAI0sa2Ba .mbr-section-title {
  color: #2a8013;
}
.cid-tqAI0sZPLb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqAI0sZPLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAI0sZPLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAI0sZPLb .container,
.cid-tqAI0sZPLb .container-fluid {
  position: relative;
}
.cid-tqAI0sZPLb .row {
  justify-content: left;
}
.cid-tqAI0sZPLb .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqAI0sZPLb .mbr-section-title {
  color: #ffffff;
}
.cid-tqAI0sZPLb .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqAI0sZPLb .mbr-text {
  color: #2B2B2B;
}
.cid-tqAI0sZPLb .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqAI0sZPLb .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqAI0sZPLb .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqAI0sZPLb .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqAI0sZPLb .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqAI0sZPLb .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqAI0sZPLb .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqAI0tBxad {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqAI0tBxad .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqAI0tBxad .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqAI0tBxad .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqAI0tBxad .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqAI0tBxad .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqAI0tBxad .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqAI0tBxad .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqAI0tBxad .input-group-btn {
  padding-left: 0;
}
.cid-tqAI0tBxad .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqAI0tBxad .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqAI0tBxad .mbr-text {
  color: #444;
}
.cid-tqAI0tBxad h5 {
  margin-bottom: 0;
}
.cid-tqAI0tBxad .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqAI0tBxad .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqAI0tBxad .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqAI0tBxad .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqAI0tBxad .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqAI0tBxad .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqAI0tBxad .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqAI0tBxad .social-list a:hover {
  opacity: 0.4;
}
.cid-tqAI0tBxad .media-container-row > div {
  padding: 0px;
}
.cid-tqAI0tBxad .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqAI0tBxad .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqAI0tBxad .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqAI0tBxad .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqAI0tBxad .social-list,
  .cid-tqAI0tBxad .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqAI0tBxad h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqAI0tBxad .form-group {
    max-width: 180px;
  }
}
.cid-tqAI0tBxad .links span {
  color: #9e9e9e;
}
.cid-tqAI0tBxad .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqAI0tBxad .logo-title {
  text-align: center;
}
.cid-tqEBIt39UX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqEBIt39UX nav.navbar {
  position: fixed;
}
.cid-tqEBIt39UX .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-tqEBIt39UX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqEBIt39UX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqEBIt39UX .dropdown-item:hover,
.cid-tqEBIt39UX .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqEBIt39UX .dropdown-item:hover span {
  color: white;
}
.cid-tqEBIt39UX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqEBIt39UX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqEBIt39UX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqEBIt39UX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqEBIt39UX .nav-link {
  position: relative;
}
.cid-tqEBIt39UX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqEBIt39UX .container {
    flex-wrap: nowrap;
  }
}
.cid-tqEBIt39UX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqEBIt39UX .dropdown-menu,
.cid-tqEBIt39UX .navbar.opened {
  background: #ffffff !important;
}
.cid-tqEBIt39UX .nav-item:focus,
.cid-tqEBIt39UX .nav-link:focus {
  outline: none;
}
.cid-tqEBIt39UX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqEBIt39UX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEBIt39UX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqEBIt39UX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqEBIt39UX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqEBIt39UX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqEBIt39UX .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqEBIt39UX .navbar.opened {
  transition: all 0.3s;
}
.cid-tqEBIt39UX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqEBIt39UX .navbar .navbar-logo img {
  width: auto;
}
.cid-tqEBIt39UX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqEBIt39UX .navbar.collapsed {
  justify-content: center;
}
.cid-tqEBIt39UX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqEBIt39UX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqEBIt39UX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqEBIt39UX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqEBIt39UX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqEBIt39UX .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-tqEBIt39UX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqEBIt39UX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqEBIt39UX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqEBIt39UX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEBIt39UX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEBIt39UX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEBIt39UX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEBIt39UX .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-tqEBIt39UX .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqEBIt39UX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEBIt39UX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEBIt39UX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqEBIt39UX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqEBIt39UX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEBIt39UX .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqEBIt39UX .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqEBIt39UX .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqEBIt39UX .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEBIt39UX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEBIt39UX .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEBIt39UX .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqEBIt39UX .dropdown-item.active,
.cid-tqEBIt39UX .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEBIt39UX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEBIt39UX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEBIt39UX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEBIt39UX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqEBIt39UX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEBIt39UX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEBIt39UX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqEBIt39UX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqEBIt39UX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqEBIt39UX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqEBIt39UX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEBIt39UX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEBIt39UX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEBIt39UX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEBIt39UX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEBIt39UX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEBIt39UX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEBIt39UX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEBIt39UX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqEBIt39UX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqEBIt39UX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqEBIt39UX .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEBIt39UX .navbar {
    height: 80px;
  }
  .cid-tqEBIt39UX .navbar.opened {
    height: auto;
  }
  .cid-tqEBIt39UX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEBIt39UX .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqEBIt39UX .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqEBIt39UX .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqEBIt39UX .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqEBIt39UX .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqEBIt39UX .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqEBIt39UX .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqEBItFNY1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqEBItFNY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEBItFNY1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEBItFNY1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqEBIu58qk {
  background-image: url("../../../assets/images/adobestock-480207027-2000x1125.png");
}
.cid-tqEBIu58qk .mbr-section-title {
  color: #ffffff;
}
.cid-tqEBIu58qk .mbr-text,
.cid-tqEBIu58qk .mbr-section-btn {
  color: #fafafa;
}
.cid-tqEBIuzaAJ {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqEBIuzaAJ .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqEBIuzaAJ .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqEBIuzaAJ h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqEBIuzaAJ p {
  color: #464646;
}
.cid-tqEBIuzaAJ h2 {
  color: #000000;
}
.cid-tqEBIuzaAJ .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqEBIuzaAJ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqEBIuzaAJ .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqEBIuzaAJ .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqEBIuzaAJ .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEBIuzaAJ .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqEBIuzaAJ .mbr-text {
    text-align: center;
  }
}
.cid-tqEBIuzaAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEBIuzaAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEBIuzaAJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqEBIuzaAJ P {
  color: #ffffff;
}
.cid-tqEBIuX5Yn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqEBIuX5Yn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEBIuX5Yn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqEBIuX5Yn .container {
    max-width: 1400px;
  }
}
.cid-tqEBIuX5Yn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqEBIuX5Yn .card-wrapper {
  margin-top: 3rem;
}
.cid-tqEBIuX5Yn .row {
  justify-content: center;
}
.cid-tqEBIuX5Yn .card-title,
.cid-tqEBIuX5Yn .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqEBIvGOTw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqEBIvGOTw img {
  width: 120px;
  margin: auto;
}
.cid-tqEBIvGOTw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqEBIvGOTw .card {
    max-width: 12.5%;
  }
}
.cid-tqEBIvGOTw .mbr-section-title {
  color: #2a8013;
}
.cid-tqEBIwhXZY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqEBIwhXZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEBIwhXZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEBIwhXZY .container,
.cid-tqEBIwhXZY .container-fluid {
  position: relative;
}
.cid-tqEBIwhXZY .row {
  justify-content: left;
}
.cid-tqEBIwhXZY .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqEBIwhXZY .mbr-section-title {
  color: #ffffff;
}
.cid-tqEBIwhXZY .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqEBIwhXZY .mbr-text {
  color: #2B2B2B;
}
.cid-tqEBIwhXZY .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqEBIwhXZY .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqEBIwhXZY .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqEBIwhXZY .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqEBIwhXZY .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqEBIwhXZY .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqEBIwhXZY .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqEBIwHY3R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqEBIwHY3R .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqEBIwHY3R .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqEBIwHY3R .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqEBIwHY3R .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqEBIwHY3R .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqEBIwHY3R .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqEBIwHY3R .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqEBIwHY3R .input-group-btn {
  padding-left: 0;
}
.cid-tqEBIwHY3R .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqEBIwHY3R .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqEBIwHY3R .mbr-text {
  color: #444;
}
.cid-tqEBIwHY3R h5 {
  margin-bottom: 0;
}
.cid-tqEBIwHY3R .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqEBIwHY3R .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEBIwHY3R .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqEBIwHY3R .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqEBIwHY3R .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqEBIwHY3R .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqEBIwHY3R .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEBIwHY3R .social-list a:hover {
  opacity: 0.4;
}
.cid-tqEBIwHY3R .media-container-row > div {
  padding: 0px;
}
.cid-tqEBIwHY3R .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqEBIwHY3R .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqEBIwHY3R .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqEBIwHY3R .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqEBIwHY3R .social-list,
  .cid-tqEBIwHY3R .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqEBIwHY3R h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqEBIwHY3R .form-group {
    max-width: 180px;
  }
}
.cid-tqEBIwHY3R .links span {
  color: #9e9e9e;
}
.cid-tqEBIwHY3R .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqEBIwHY3R .logo-title {
  text-align: center;
}
.cid-tqELKD7Hfl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqELKD7Hfl nav.navbar {
  position: fixed;
}
.cid-tqELKD7Hfl .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-tqELKD7Hfl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqELKD7Hfl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqELKD7Hfl .dropdown-item:hover,
.cid-tqELKD7Hfl .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqELKD7Hfl .dropdown-item:hover span {
  color: white;
}
.cid-tqELKD7Hfl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqELKD7Hfl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqELKD7Hfl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqELKD7Hfl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqELKD7Hfl .nav-link {
  position: relative;
}
.cid-tqELKD7Hfl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqELKD7Hfl .container {
    flex-wrap: nowrap;
  }
}
.cid-tqELKD7Hfl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqELKD7Hfl .dropdown-menu,
.cid-tqELKD7Hfl .navbar.opened {
  background: #ffffff !important;
}
.cid-tqELKD7Hfl .nav-item:focus,
.cid-tqELKD7Hfl .nav-link:focus {
  outline: none;
}
.cid-tqELKD7Hfl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqELKD7Hfl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqELKD7Hfl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqELKD7Hfl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqELKD7Hfl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqELKD7Hfl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqELKD7Hfl .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqELKD7Hfl .navbar.opened {
  transition: all 0.3s;
}
.cid-tqELKD7Hfl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqELKD7Hfl .navbar .navbar-logo img {
  width: auto;
}
.cid-tqELKD7Hfl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqELKD7Hfl .navbar.collapsed {
  justify-content: center;
}
.cid-tqELKD7Hfl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqELKD7Hfl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqELKD7Hfl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqELKD7Hfl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqELKD7Hfl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqELKD7Hfl .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-tqELKD7Hfl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqELKD7Hfl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqELKD7Hfl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqELKD7Hfl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqELKD7Hfl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqELKD7Hfl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqELKD7Hfl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqELKD7Hfl .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-tqELKD7Hfl .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqELKD7Hfl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqELKD7Hfl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqELKD7Hfl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqELKD7Hfl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqELKD7Hfl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqELKD7Hfl .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqELKD7Hfl .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqELKD7Hfl .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqELKD7Hfl .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqELKD7Hfl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqELKD7Hfl .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqELKD7Hfl .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqELKD7Hfl .dropdown-item.active,
.cid-tqELKD7Hfl .dropdown-item:active {
  background-color: transparent;
}
.cid-tqELKD7Hfl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqELKD7Hfl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqELKD7Hfl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqELKD7Hfl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqELKD7Hfl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqELKD7Hfl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqELKD7Hfl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqELKD7Hfl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqELKD7Hfl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqELKD7Hfl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqELKD7Hfl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqELKD7Hfl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqELKD7Hfl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqELKD7Hfl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqELKD7Hfl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqELKD7Hfl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqELKD7Hfl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqELKD7Hfl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqELKD7Hfl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqELKD7Hfl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqELKD7Hfl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqELKD7Hfl .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqELKD7Hfl .navbar {
    height: 80px;
  }
  .cid-tqELKD7Hfl .navbar.opened {
    height: auto;
  }
  .cid-tqELKD7Hfl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqELKD7Hfl .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqELKD7Hfl .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqELKD7Hfl .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqELKD7Hfl .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqELKD7Hfl .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqELKD7Hfl .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqELKD7Hfl .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqELKDPDnR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqELKDPDnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqELKDPDnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqELKDPDnR .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqELKEfVaw {
  background-image: url("../../../assets/images/young-man-working-warehouse-with-boxes-1-2000x1333.jpg");
}
.cid-tqELKEfVaw .mbr-section-title {
  color: #ffffff;
}
.cid-tqELKEfVaw .mbr-text,
.cid-tqELKEfVaw .mbr-section-btn {
  color: #fafafa;
}
.cid-tqELKEStOG {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqELKEStOG .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqELKEStOG .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqELKEStOG h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqELKEStOG p {
  color: #464646;
}
.cid-tqELKEStOG h2 {
  color: #000000;
}
.cid-tqELKEStOG .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqELKEStOG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqELKEStOG .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqELKEStOG .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqELKEStOG .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqELKEStOG .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqELKEStOG .mbr-text {
    text-align: center;
  }
}
.cid-tqELKEStOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqELKEStOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqELKEStOG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqELKEStOG P {
  color: #ffffff;
}
.cid-tqELKFhfqq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqELKFhfqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqELKFhfqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqELKFhfqq .container {
    max-width: 1400px;
  }
}
.cid-tqELKFhfqq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqELKFhfqq .card-wrapper {
  margin-top: 3rem;
}
.cid-tqELKFhfqq .row {
  justify-content: center;
}
.cid-tqELKFhfqq .card-title,
.cid-tqELKFhfqq .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqELKG0zIM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqELKG0zIM img {
  width: 120px;
  margin: auto;
}
.cid-tqELKG0zIM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqELKG0zIM .card {
    max-width: 12.5%;
  }
}
.cid-tqELKG0zIM .mbr-section-title {
  color: #2a8013;
}
.cid-tqELKGsGp8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqELKGsGp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqELKGsGp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqELKGsGp8 .container,
.cid-tqELKGsGp8 .container-fluid {
  position: relative;
}
.cid-tqELKGsGp8 .row {
  justify-content: left;
}
.cid-tqELKGsGp8 .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqELKGsGp8 .mbr-section-title {
  color: #ffffff;
}
.cid-tqELKGsGp8 .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqELKGsGp8 .mbr-text {
  color: #2B2B2B;
}
.cid-tqELKGsGp8 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqELKGsGp8 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqELKGsGp8 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqELKGsGp8 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqELKGsGp8 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqELKGsGp8 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqELKGsGp8 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqELKGUJZZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqELKGUJZZ .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqELKGUJZZ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqELKGUJZZ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqELKGUJZZ .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqELKGUJZZ .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqELKGUJZZ .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqELKGUJZZ .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqELKGUJZZ .input-group-btn {
  padding-left: 0;
}
.cid-tqELKGUJZZ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqELKGUJZZ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqELKGUJZZ .mbr-text {
  color: #444;
}
.cid-tqELKGUJZZ h5 {
  margin-bottom: 0;
}
.cid-tqELKGUJZZ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqELKGUJZZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqELKGUJZZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqELKGUJZZ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqELKGUJZZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqELKGUJZZ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqELKGUJZZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqELKGUJZZ .social-list a:hover {
  opacity: 0.4;
}
.cid-tqELKGUJZZ .media-container-row > div {
  padding: 0px;
}
.cid-tqELKGUJZZ .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqELKGUJZZ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqELKGUJZZ .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqELKGUJZZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqELKGUJZZ .social-list,
  .cid-tqELKGUJZZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqELKGUJZZ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqELKGUJZZ .form-group {
    max-width: 180px;
  }
}
.cid-tqELKGUJZZ .links span {
  color: #9e9e9e;
}
.cid-tqELKGUJZZ .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqELKGUJZZ .logo-title {
  text-align: center;
}
.cid-tqEOaPmpn8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqEOaPmpn8 nav.navbar {
  position: fixed;
}
.cid-tqEOaPmpn8 .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-tqEOaPmpn8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqEOaPmpn8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqEOaPmpn8 .dropdown-item:hover,
.cid-tqEOaPmpn8 .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqEOaPmpn8 .dropdown-item:hover span {
  color: white;
}
.cid-tqEOaPmpn8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqEOaPmpn8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqEOaPmpn8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqEOaPmpn8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqEOaPmpn8 .nav-link {
  position: relative;
}
.cid-tqEOaPmpn8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqEOaPmpn8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tqEOaPmpn8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqEOaPmpn8 .dropdown-menu,
.cid-tqEOaPmpn8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tqEOaPmpn8 .nav-item:focus,
.cid-tqEOaPmpn8 .nav-link:focus {
  outline: none;
}
.cid-tqEOaPmpn8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqEOaPmpn8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEOaPmpn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqEOaPmpn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqEOaPmpn8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqEOaPmpn8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqEOaPmpn8 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqEOaPmpn8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tqEOaPmpn8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqEOaPmpn8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tqEOaPmpn8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqEOaPmpn8 .navbar.collapsed {
  justify-content: center;
}
.cid-tqEOaPmpn8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqEOaPmpn8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqEOaPmpn8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqEOaPmpn8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqEOaPmpn8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqEOaPmpn8 .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-tqEOaPmpn8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqEOaPmpn8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqEOaPmpn8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqEOaPmpn8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEOaPmpn8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEOaPmpn8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEOaPmpn8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEOaPmpn8 .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-tqEOaPmpn8 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqEOaPmpn8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEOaPmpn8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEOaPmpn8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqEOaPmpn8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqEOaPmpn8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEOaPmpn8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqEOaPmpn8 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqEOaPmpn8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqEOaPmpn8 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEOaPmpn8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEOaPmpn8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEOaPmpn8 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqEOaPmpn8 .dropdown-item.active,
.cid-tqEOaPmpn8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEOaPmpn8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEOaPmpn8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEOaPmpn8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEOaPmpn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqEOaPmpn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEOaPmpn8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEOaPmpn8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqEOaPmpn8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqEOaPmpn8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqEOaPmpn8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqEOaPmpn8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEOaPmpn8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEOaPmpn8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEOaPmpn8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEOaPmpn8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEOaPmpn8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEOaPmpn8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEOaPmpn8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEOaPmpn8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqEOaPmpn8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqEOaPmpn8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqEOaPmpn8 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEOaPmpn8 .navbar {
    height: 80px;
  }
  .cid-tqEOaPmpn8 .navbar.opened {
    height: auto;
  }
  .cid-tqEOaPmpn8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEOaPmpn8 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqEOaPmpn8 .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqEOaPmpn8 .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqEOaPmpn8 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqEOaPmpn8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqEOaPmpn8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqEOaPmpn8 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqEOaQAY2F {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqEOaQAY2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEOaQAY2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEOaQAY2F .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqEOaRiJ9g {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-tqEOaRiJ9g .mbr-section-title {
  color: #ffffff;
}
.cid-tqEOaRiJ9g .mbr-text,
.cid-tqEOaRiJ9g .mbr-section-btn {
  color: #fafafa;
}
.cid-tqEOaRVeqh {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqEOaRVeqh .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqEOaRVeqh .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqEOaRVeqh h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqEOaRVeqh p {
  color: #464646;
}
.cid-tqEOaRVeqh h2 {
  color: #000000;
}
.cid-tqEOaRVeqh .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqEOaRVeqh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqEOaRVeqh .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqEOaRVeqh .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqEOaRVeqh .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEOaRVeqh .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqEOaRVeqh .mbr-text {
    text-align: center;
  }
}
.cid-tqEOaRVeqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEOaRVeqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEOaRVeqh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqEOaRVeqh P {
  color: #ffffff;
}
.cid-tqEOaSsL9P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqEOaSsL9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEOaSsL9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqEOaSsL9P .container {
    max-width: 1400px;
  }
}
.cid-tqEOaSsL9P .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqEOaSsL9P .card-wrapper {
  margin-top: 3rem;
}
.cid-tqEOaSsL9P .row {
  justify-content: center;
}
.cid-tqEOaSsL9P .card-title,
.cid-tqEOaSsL9P .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqEOaTkudl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqEOaTkudl img {
  width: 120px;
  margin: auto;
}
.cid-tqEOaTkudl .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqEOaTkudl .card {
    max-width: 12.5%;
  }
}
.cid-tqEOaTkudl .mbr-section-title {
  color: #2a8013;
}
.cid-tqEOaTVg1G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqEOaTVg1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEOaTVg1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEOaTVg1G .container,
.cid-tqEOaTVg1G .container-fluid {
  position: relative;
}
.cid-tqEOaTVg1G .row {
  justify-content: left;
}
.cid-tqEOaTVg1G .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqEOaTVg1G .mbr-section-title {
  color: #ffffff;
}
.cid-tqEOaTVg1G .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqEOaTVg1G .mbr-text {
  color: #2B2B2B;
}
.cid-tqEOaTVg1G .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqEOaTVg1G .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqEOaTVg1G .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqEOaTVg1G .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqEOaTVg1G .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqEOaTVg1G .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqEOaTVg1G .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqEOaUyOlr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqEOaUyOlr .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqEOaUyOlr .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqEOaUyOlr .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqEOaUyOlr .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqEOaUyOlr .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqEOaUyOlr .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqEOaUyOlr .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqEOaUyOlr .input-group-btn {
  padding-left: 0;
}
.cid-tqEOaUyOlr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqEOaUyOlr .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqEOaUyOlr .mbr-text {
  color: #444;
}
.cid-tqEOaUyOlr h5 {
  margin-bottom: 0;
}
.cid-tqEOaUyOlr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqEOaUyOlr .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEOaUyOlr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqEOaUyOlr .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqEOaUyOlr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqEOaUyOlr .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqEOaUyOlr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEOaUyOlr .social-list a:hover {
  opacity: 0.4;
}
.cid-tqEOaUyOlr .media-container-row > div {
  padding: 0px;
}
.cid-tqEOaUyOlr .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqEOaUyOlr .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqEOaUyOlr .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqEOaUyOlr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqEOaUyOlr .social-list,
  .cid-tqEOaUyOlr .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqEOaUyOlr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqEOaUyOlr .form-group {
    max-width: 180px;
  }
}
.cid-tqEOaUyOlr .links span {
  color: #9e9e9e;
}
.cid-tqEOaUyOlr .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqEOaUyOlr .logo-title {
  text-align: center;
}
.cid-tqEPlIq3ts {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqEPlIq3ts nav.navbar {
  position: fixed;
}
.cid-tqEPlIq3ts .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-tqEPlIq3ts .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqEPlIq3ts .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqEPlIq3ts .dropdown-item:hover,
.cid-tqEPlIq3ts .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqEPlIq3ts .dropdown-item:hover span {
  color: white;
}
.cid-tqEPlIq3ts .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqEPlIq3ts .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqEPlIq3ts .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqEPlIq3ts .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqEPlIq3ts .nav-link {
  position: relative;
}
.cid-tqEPlIq3ts .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqEPlIq3ts .container {
    flex-wrap: nowrap;
  }
}
.cid-tqEPlIq3ts .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqEPlIq3ts .dropdown-menu,
.cid-tqEPlIq3ts .navbar.opened {
  background: #ffffff !important;
}
.cid-tqEPlIq3ts .nav-item:focus,
.cid-tqEPlIq3ts .nav-link:focus {
  outline: none;
}
.cid-tqEPlIq3ts .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqEPlIq3ts .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEPlIq3ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqEPlIq3ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqEPlIq3ts .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqEPlIq3ts .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqEPlIq3ts .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqEPlIq3ts .navbar.opened {
  transition: all 0.3s;
}
.cid-tqEPlIq3ts .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqEPlIq3ts .navbar .navbar-logo img {
  width: auto;
}
.cid-tqEPlIq3ts .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqEPlIq3ts .navbar.collapsed {
  justify-content: center;
}
.cid-tqEPlIq3ts .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqEPlIq3ts .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqEPlIq3ts .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqEPlIq3ts .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqEPlIq3ts .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqEPlIq3ts .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-tqEPlIq3ts .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqEPlIq3ts .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqEPlIq3ts .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqEPlIq3ts .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEPlIq3ts .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEPlIq3ts .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEPlIq3ts .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEPlIq3ts .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-tqEPlIq3ts .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqEPlIq3ts .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEPlIq3ts .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEPlIq3ts .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqEPlIq3ts .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqEPlIq3ts .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEPlIq3ts .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqEPlIq3ts .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqEPlIq3ts .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqEPlIq3ts .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEPlIq3ts .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEPlIq3ts .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEPlIq3ts .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqEPlIq3ts .dropdown-item.active,
.cid-tqEPlIq3ts .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEPlIq3ts .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEPlIq3ts .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEPlIq3ts .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEPlIq3ts .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqEPlIq3ts .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEPlIq3ts .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEPlIq3ts ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqEPlIq3ts .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqEPlIq3ts button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqEPlIq3ts button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqEPlIq3ts button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEPlIq3ts button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEPlIq3ts button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEPlIq3ts button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEPlIq3ts nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEPlIq3ts nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEPlIq3ts nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEPlIq3ts nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEPlIq3ts .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqEPlIq3ts a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqEPlIq3ts .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqEPlIq3ts .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEPlIq3ts .navbar {
    height: 80px;
  }
  .cid-tqEPlIq3ts .navbar.opened {
    height: auto;
  }
  .cid-tqEPlIq3ts .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEPlIq3ts .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqEPlIq3ts .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqEPlIq3ts .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqEPlIq3ts .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqEPlIq3ts .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqEPlIq3ts .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqEPlIq3ts .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqEPlL4ttA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqEPlL4ttA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEPlL4ttA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEPlL4ttA .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqEPlN4YfU {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tqEPlN4YfU .mbr-section-title {
  color: #ffffff;
}
.cid-tqEPlN4YfU .mbr-text,
.cid-tqEPlN4YfU .mbr-section-btn {
  color: #fafafa;
}
.cid-tqEPlNLG5f {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqEPlNLG5f .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqEPlNLG5f .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqEPlNLG5f h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqEPlNLG5f p {
  color: #464646;
}
.cid-tqEPlNLG5f h2 {
  color: #000000;
}
.cid-tqEPlNLG5f .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqEPlNLG5f .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqEPlNLG5f .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqEPlNLG5f .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqEPlNLG5f .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEPlNLG5f .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqEPlNLG5f .mbr-text {
    text-align: center;
  }
}
.cid-tqEPlNLG5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEPlNLG5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEPlNLG5f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqEPlNLG5f P {
  color: #ffffff;
}
.cid-tqEPlOB5tL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqEPlOB5tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEPlOB5tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqEPlOB5tL .container {
    max-width: 1400px;
  }
}
.cid-tqEPlOB5tL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqEPlOB5tL .card-wrapper {
  margin-top: 3rem;
}
.cid-tqEPlOB5tL .row {
  justify-content: center;
}
.cid-tqEPlOB5tL .card-title,
.cid-tqEPlOB5tL .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqEPlPWcpi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqEPlPWcpi img {
  width: 120px;
  margin: auto;
}
.cid-tqEPlPWcpi .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqEPlPWcpi .card {
    max-width: 12.5%;
  }
}
.cid-tqEPlPWcpi .mbr-section-title {
  color: #2a8013;
}
.cid-tqEPlTd7H8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqEPlTd7H8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEPlTd7H8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEPlTd7H8 .container,
.cid-tqEPlTd7H8 .container-fluid {
  position: relative;
}
.cid-tqEPlTd7H8 .row {
  justify-content: left;
}
.cid-tqEPlTd7H8 .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqEPlTd7H8 .mbr-section-title {
  color: #ffffff;
}
.cid-tqEPlTd7H8 .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqEPlTd7H8 .mbr-text {
  color: #2B2B2B;
}
.cid-tqEPlTd7H8 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqEPlTd7H8 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqEPlTd7H8 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqEPlTd7H8 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqEPlTd7H8 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqEPlTd7H8 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqEPlTd7H8 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqEPlUEmXc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqEPlUEmXc .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqEPlUEmXc .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqEPlUEmXc .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqEPlUEmXc .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqEPlUEmXc .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqEPlUEmXc .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqEPlUEmXc .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqEPlUEmXc .input-group-btn {
  padding-left: 0;
}
.cid-tqEPlUEmXc .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqEPlUEmXc .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqEPlUEmXc .mbr-text {
  color: #444;
}
.cid-tqEPlUEmXc h5 {
  margin-bottom: 0;
}
.cid-tqEPlUEmXc .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqEPlUEmXc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEPlUEmXc .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqEPlUEmXc .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqEPlUEmXc .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqEPlUEmXc .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqEPlUEmXc .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEPlUEmXc .social-list a:hover {
  opacity: 0.4;
}
.cid-tqEPlUEmXc .media-container-row > div {
  padding: 0px;
}
.cid-tqEPlUEmXc .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqEPlUEmXc .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqEPlUEmXc .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqEPlUEmXc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqEPlUEmXc .social-list,
  .cid-tqEPlUEmXc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqEPlUEmXc h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqEPlUEmXc .form-group {
    max-width: 180px;
  }
}
.cid-tqEPlUEmXc .links span {
  color: #9e9e9e;
}
.cid-tqEPlUEmXc .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqEPlUEmXc .logo-title {
  text-align: center;
}
.cid-tqEQmurxEN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqEQmurxEN nav.navbar {
  position: fixed;
}
.cid-tqEQmurxEN .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-tqEQmurxEN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqEQmurxEN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqEQmurxEN .dropdown-item:hover,
.cid-tqEQmurxEN .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqEQmurxEN .dropdown-item:hover span {
  color: white;
}
.cid-tqEQmurxEN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqEQmurxEN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqEQmurxEN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqEQmurxEN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqEQmurxEN .nav-link {
  position: relative;
}
.cid-tqEQmurxEN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqEQmurxEN .container {
    flex-wrap: nowrap;
  }
}
.cid-tqEQmurxEN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqEQmurxEN .dropdown-menu,
.cid-tqEQmurxEN .navbar.opened {
  background: #ffffff !important;
}
.cid-tqEQmurxEN .nav-item:focus,
.cid-tqEQmurxEN .nav-link:focus {
  outline: none;
}
.cid-tqEQmurxEN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqEQmurxEN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEQmurxEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqEQmurxEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqEQmurxEN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqEQmurxEN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqEQmurxEN .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqEQmurxEN .navbar.opened {
  transition: all 0.3s;
}
.cid-tqEQmurxEN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqEQmurxEN .navbar .navbar-logo img {
  width: auto;
}
.cid-tqEQmurxEN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqEQmurxEN .navbar.collapsed {
  justify-content: center;
}
.cid-tqEQmurxEN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqEQmurxEN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqEQmurxEN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqEQmurxEN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqEQmurxEN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqEQmurxEN .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-tqEQmurxEN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqEQmurxEN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqEQmurxEN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqEQmurxEN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEQmurxEN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEQmurxEN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEQmurxEN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEQmurxEN .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-tqEQmurxEN .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqEQmurxEN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEQmurxEN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEQmurxEN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqEQmurxEN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqEQmurxEN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEQmurxEN .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqEQmurxEN .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqEQmurxEN .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqEQmurxEN .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEQmurxEN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEQmurxEN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEQmurxEN .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqEQmurxEN .dropdown-item.active,
.cid-tqEQmurxEN .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEQmurxEN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEQmurxEN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEQmurxEN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEQmurxEN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqEQmurxEN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEQmurxEN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEQmurxEN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqEQmurxEN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqEQmurxEN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqEQmurxEN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqEQmurxEN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEQmurxEN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEQmurxEN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEQmurxEN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEQmurxEN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEQmurxEN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEQmurxEN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEQmurxEN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEQmurxEN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqEQmurxEN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqEQmurxEN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqEQmurxEN .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEQmurxEN .navbar {
    height: 80px;
  }
  .cid-tqEQmurxEN .navbar.opened {
    height: auto;
  }
  .cid-tqEQmurxEN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEQmurxEN .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqEQmurxEN .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqEQmurxEN .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqEQmurxEN .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqEQmurxEN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqEQmurxEN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqEQmurxEN .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqEQmvxRXm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqEQmvxRXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEQmvxRXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEQmvxRXm .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqEQmwbjCU {
  background-image: url("../../../assets/images/close-up-volunteer-holding-box-3-740x494.jpg");
}
.cid-tqEQmwbjCU .mbr-section-title {
  color: #ffffff;
}
.cid-tqEQmwbjCU .mbr-text,
.cid-tqEQmwbjCU .mbr-section-btn {
  color: #fafafa;
}
.cid-tqEQmwG4Pj {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqEQmwG4Pj .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqEQmwG4Pj .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqEQmwG4Pj h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqEQmwG4Pj p {
  color: #464646;
}
.cid-tqEQmwG4Pj h2 {
  color: #000000;
}
.cid-tqEQmwG4Pj .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqEQmwG4Pj .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqEQmwG4Pj .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqEQmwG4Pj .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqEQmwG4Pj .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEQmwG4Pj .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqEQmwG4Pj .mbr-text {
    text-align: center;
  }
}
.cid-tqEQmwG4Pj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEQmwG4Pj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEQmwG4Pj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqEQmwG4Pj P {
  color: #ffffff;
}
.cid-tqEQmx8acv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqEQmx8acv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEQmx8acv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqEQmx8acv .container {
    max-width: 1400px;
  }
}
.cid-tqEQmx8acv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqEQmx8acv .card-wrapper {
  margin-top: 3rem;
}
.cid-tqEQmx8acv .row {
  justify-content: center;
}
.cid-tqEQmx8acv .card-title,
.cid-tqEQmx8acv .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqEQmxK6hl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqEQmxK6hl img {
  width: 120px;
  margin: auto;
}
.cid-tqEQmxK6hl .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqEQmxK6hl .card {
    max-width: 12.5%;
  }
}
.cid-tqEQmxK6hl .mbr-section-title {
  color: #2a8013;
}
.cid-tqEQmycPor {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqEQmycPor .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEQmycPor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEQmycPor .container,
.cid-tqEQmycPor .container-fluid {
  position: relative;
}
.cid-tqEQmycPor .row {
  justify-content: left;
}
.cid-tqEQmycPor .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqEQmycPor .mbr-section-title {
  color: #ffffff;
}
.cid-tqEQmycPor .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqEQmycPor .mbr-text {
  color: #2B2B2B;
}
.cid-tqEQmycPor .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqEQmycPor .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqEQmycPor .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqEQmycPor .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqEQmycPor .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqEQmycPor .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqEQmycPor .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqEQmyBykN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqEQmyBykN .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqEQmyBykN .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqEQmyBykN .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqEQmyBykN .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqEQmyBykN .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqEQmyBykN .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqEQmyBykN .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqEQmyBykN .input-group-btn {
  padding-left: 0;
}
.cid-tqEQmyBykN .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqEQmyBykN .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqEQmyBykN .mbr-text {
  color: #444;
}
.cid-tqEQmyBykN h5 {
  margin-bottom: 0;
}
.cid-tqEQmyBykN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqEQmyBykN .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEQmyBykN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqEQmyBykN .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqEQmyBykN .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqEQmyBykN .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqEQmyBykN .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEQmyBykN .social-list a:hover {
  opacity: 0.4;
}
.cid-tqEQmyBykN .media-container-row > div {
  padding: 0px;
}
.cid-tqEQmyBykN .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqEQmyBykN .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqEQmyBykN .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqEQmyBykN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqEQmyBykN .social-list,
  .cid-tqEQmyBykN .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqEQmyBykN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqEQmyBykN .form-group {
    max-width: 180px;
  }
}
.cid-tqEQmyBykN .links span {
  color: #9e9e9e;
}
.cid-tqEQmyBykN .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqEQmyBykN .logo-title {
  text-align: center;
}
.cid-tqETP06i9F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqETP06i9F nav.navbar {
  position: fixed;
}
.cid-tqETP06i9F .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-tqETP06i9F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqETP06i9F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqETP06i9F .dropdown-item:hover,
.cid-tqETP06i9F .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqETP06i9F .dropdown-item:hover span {
  color: white;
}
.cid-tqETP06i9F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqETP06i9F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqETP06i9F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqETP06i9F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqETP06i9F .nav-link {
  position: relative;
}
.cid-tqETP06i9F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqETP06i9F .container {
    flex-wrap: nowrap;
  }
}
.cid-tqETP06i9F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqETP06i9F .dropdown-menu,
.cid-tqETP06i9F .navbar.opened {
  background: #ffffff !important;
}
.cid-tqETP06i9F .nav-item:focus,
.cid-tqETP06i9F .nav-link:focus {
  outline: none;
}
.cid-tqETP06i9F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqETP06i9F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqETP06i9F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqETP06i9F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqETP06i9F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqETP06i9F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqETP06i9F .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqETP06i9F .navbar.opened {
  transition: all 0.3s;
}
.cid-tqETP06i9F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqETP06i9F .navbar .navbar-logo img {
  width: auto;
}
.cid-tqETP06i9F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqETP06i9F .navbar.collapsed {
  justify-content: center;
}
.cid-tqETP06i9F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqETP06i9F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqETP06i9F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqETP06i9F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqETP06i9F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqETP06i9F .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-tqETP06i9F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqETP06i9F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqETP06i9F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqETP06i9F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqETP06i9F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqETP06i9F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqETP06i9F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqETP06i9F .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-tqETP06i9F .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqETP06i9F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqETP06i9F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqETP06i9F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqETP06i9F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqETP06i9F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqETP06i9F .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqETP06i9F .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqETP06i9F .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqETP06i9F .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqETP06i9F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqETP06i9F .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqETP06i9F .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqETP06i9F .dropdown-item.active,
.cid-tqETP06i9F .dropdown-item:active {
  background-color: transparent;
}
.cid-tqETP06i9F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqETP06i9F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqETP06i9F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqETP06i9F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqETP06i9F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqETP06i9F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqETP06i9F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqETP06i9F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqETP06i9F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqETP06i9F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqETP06i9F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqETP06i9F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqETP06i9F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqETP06i9F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqETP06i9F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqETP06i9F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqETP06i9F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqETP06i9F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqETP06i9F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqETP06i9F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqETP06i9F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqETP06i9F .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqETP06i9F .navbar {
    height: 80px;
  }
  .cid-tqETP06i9F .navbar.opened {
    height: auto;
  }
  .cid-tqETP06i9F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqETP06i9F .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqETP06i9F .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqETP06i9F .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqETP06i9F .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqETP06i9F .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqETP06i9F .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqETP06i9F .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqETP1lJpS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqETP1lJpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqETP1lJpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqETP1lJpS .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqETP221px {
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-tqETP221px .mbr-section-title {
  color: #ffffff;
}
.cid-tqETP221px .mbr-text,
.cid-tqETP221px .mbr-section-btn {
  color: #fafafa;
}
.cid-tqETP2K53N {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqETP2K53N .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqETP2K53N .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqETP2K53N h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqETP2K53N p {
  color: #464646;
}
.cid-tqETP2K53N h2 {
  color: #000000;
}
.cid-tqETP2K53N .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqETP2K53N .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqETP2K53N .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqETP2K53N .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqETP2K53N .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqETP2K53N .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqETP2K53N .mbr-text {
    text-align: center;
  }
}
.cid-tqETP2K53N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqETP2K53N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqETP2K53N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqETP2K53N P {
  color: #ffffff;
}
.cid-tqETP3g8pw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqETP3g8pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqETP3g8pw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqETP3g8pw .container {
    max-width: 1400px;
  }
}
.cid-tqETP3g8pw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqETP3g8pw .card-wrapper {
  margin-top: 3rem;
}
.cid-tqETP3g8pw .row {
  justify-content: center;
}
.cid-tqETP3g8pw .card-title,
.cid-tqETP3g8pw .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqETP3RaBo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqETP3RaBo img {
  width: 120px;
  margin: auto;
}
.cid-tqETP3RaBo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqETP3RaBo .card {
    max-width: 12.5%;
  }
}
.cid-tqETP3RaBo .mbr-section-title {
  color: #2a8013;
}
.cid-tqETP4q2Lx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqETP4q2Lx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqETP4q2Lx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqETP4q2Lx .container,
.cid-tqETP4q2Lx .container-fluid {
  position: relative;
}
.cid-tqETP4q2Lx .row {
  justify-content: left;
}
.cid-tqETP4q2Lx .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqETP4q2Lx .mbr-section-title {
  color: #ffffff;
}
.cid-tqETP4q2Lx .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqETP4q2Lx .mbr-text {
  color: #2B2B2B;
}
.cid-tqETP4q2Lx .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqETP4q2Lx .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqETP4q2Lx .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqETP4q2Lx .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqETP4q2Lx .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqETP4q2Lx .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqETP4q2Lx .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqETP4NiHA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqETP4NiHA .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqETP4NiHA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqETP4NiHA .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqETP4NiHA .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqETP4NiHA .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqETP4NiHA .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqETP4NiHA .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqETP4NiHA .input-group-btn {
  padding-left: 0;
}
.cid-tqETP4NiHA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqETP4NiHA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqETP4NiHA .mbr-text {
  color: #444;
}
.cid-tqETP4NiHA h5 {
  margin-bottom: 0;
}
.cid-tqETP4NiHA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqETP4NiHA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqETP4NiHA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqETP4NiHA .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqETP4NiHA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqETP4NiHA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqETP4NiHA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqETP4NiHA .social-list a:hover {
  opacity: 0.4;
}
.cid-tqETP4NiHA .media-container-row > div {
  padding: 0px;
}
.cid-tqETP4NiHA .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqETP4NiHA .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqETP4NiHA .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqETP4NiHA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqETP4NiHA .social-list,
  .cid-tqETP4NiHA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqETP4NiHA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqETP4NiHA .form-group {
    max-width: 180px;
  }
}
.cid-tqETP4NiHA .links span {
  color: #9e9e9e;
}
.cid-tqETP4NiHA .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqETP4NiHA .logo-title {
  text-align: center;
}
.cid-tqETRnWlf8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqETRnWlf8 nav.navbar {
  position: fixed;
}
.cid-tqETRnWlf8 .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-tqETRnWlf8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqETRnWlf8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqETRnWlf8 .dropdown-item:hover,
.cid-tqETRnWlf8 .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqETRnWlf8 .dropdown-item:hover span {
  color: white;
}
.cid-tqETRnWlf8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqETRnWlf8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqETRnWlf8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqETRnWlf8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqETRnWlf8 .nav-link {
  position: relative;
}
.cid-tqETRnWlf8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqETRnWlf8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tqETRnWlf8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqETRnWlf8 .dropdown-menu,
.cid-tqETRnWlf8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tqETRnWlf8 .nav-item:focus,
.cid-tqETRnWlf8 .nav-link:focus {
  outline: none;
}
.cid-tqETRnWlf8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqETRnWlf8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqETRnWlf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqETRnWlf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqETRnWlf8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqETRnWlf8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqETRnWlf8 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqETRnWlf8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tqETRnWlf8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqETRnWlf8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tqETRnWlf8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqETRnWlf8 .navbar.collapsed {
  justify-content: center;
}
.cid-tqETRnWlf8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqETRnWlf8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqETRnWlf8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqETRnWlf8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqETRnWlf8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqETRnWlf8 .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-tqETRnWlf8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqETRnWlf8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqETRnWlf8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqETRnWlf8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqETRnWlf8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqETRnWlf8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqETRnWlf8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqETRnWlf8 .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-tqETRnWlf8 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqETRnWlf8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqETRnWlf8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqETRnWlf8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqETRnWlf8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqETRnWlf8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqETRnWlf8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqETRnWlf8 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqETRnWlf8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqETRnWlf8 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqETRnWlf8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqETRnWlf8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqETRnWlf8 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqETRnWlf8 .dropdown-item.active,
.cid-tqETRnWlf8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqETRnWlf8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqETRnWlf8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqETRnWlf8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqETRnWlf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqETRnWlf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqETRnWlf8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqETRnWlf8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqETRnWlf8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqETRnWlf8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqETRnWlf8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqETRnWlf8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqETRnWlf8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqETRnWlf8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqETRnWlf8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqETRnWlf8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqETRnWlf8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqETRnWlf8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqETRnWlf8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqETRnWlf8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqETRnWlf8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqETRnWlf8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqETRnWlf8 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqETRnWlf8 .navbar {
    height: 80px;
  }
  .cid-tqETRnWlf8 .navbar.opened {
    height: auto;
  }
  .cid-tqETRnWlf8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqETRnWlf8 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqETRnWlf8 .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqETRnWlf8 .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqETRnWlf8 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqETRnWlf8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqETRnWlf8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqETRnWlf8 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqETRrsuoj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqETRrsuoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqETRrsuoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqETRrsuoj .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqETRtydn5 {
  background-image: url("../../../assets/images/young-asian-businesswoman-manager-wearing-face-mask-warehouse-using-digital-tablet-checking-inventory-2000x1125.jpg");
}
.cid-tqETRtydn5 .mbr-section-title {
  color: #ffffff;
}
.cid-tqETRtydn5 .mbr-text,
.cid-tqETRtydn5 .mbr-section-btn {
  color: #fafafa;
}
.cid-tqETRx1nWh {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqETRx1nWh .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqETRx1nWh .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqETRx1nWh h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqETRx1nWh p {
  color: #464646;
}
.cid-tqETRx1nWh h2 {
  color: #000000;
}
.cid-tqETRx1nWh .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqETRx1nWh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqETRx1nWh .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqETRx1nWh .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqETRx1nWh .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqETRx1nWh .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqETRx1nWh .mbr-text {
    text-align: center;
  }
}
.cid-tqETRx1nWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqETRx1nWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqETRx1nWh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqETRx1nWh P {
  color: #ffffff;
}
.cid-tqETRyXj1x {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqETRyXj1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqETRyXj1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqETRyXj1x .container {
    max-width: 1400px;
  }
}
.cid-tqETRyXj1x .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqETRyXj1x .card-wrapper {
  margin-top: 3rem;
}
.cid-tqETRyXj1x .row {
  justify-content: center;
}
.cid-tqETRyXj1x .card-title,
.cid-tqETRyXj1x .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqETRB1XYH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqETRB1XYH img {
  width: 120px;
  margin: auto;
}
.cid-tqETRB1XYH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqETRB1XYH .card {
    max-width: 12.5%;
  }
}
.cid-tqETRB1XYH .mbr-section-title {
  color: #2a8013;
}
.cid-tqETRCEFzb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqETRCEFzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqETRCEFzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqETRCEFzb .container,
.cid-tqETRCEFzb .container-fluid {
  position: relative;
}
.cid-tqETRCEFzb .row {
  justify-content: left;
}
.cid-tqETRCEFzb .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqETRCEFzb .mbr-section-title {
  color: #ffffff;
}
.cid-tqETRCEFzb .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqETRCEFzb .mbr-text {
  color: #2B2B2B;
}
.cid-tqETRCEFzb .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqETRCEFzb .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqETRCEFzb .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqETRCEFzb .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqETRCEFzb .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqETRCEFzb .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqETRCEFzb .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqETRDsAAQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqETRDsAAQ .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqETRDsAAQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqETRDsAAQ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqETRDsAAQ .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqETRDsAAQ .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqETRDsAAQ .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqETRDsAAQ .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqETRDsAAQ .input-group-btn {
  padding-left: 0;
}
.cid-tqETRDsAAQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqETRDsAAQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqETRDsAAQ .mbr-text {
  color: #444;
}
.cid-tqETRDsAAQ h5 {
  margin-bottom: 0;
}
.cid-tqETRDsAAQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqETRDsAAQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqETRDsAAQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqETRDsAAQ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqETRDsAAQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqETRDsAAQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqETRDsAAQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqETRDsAAQ .social-list a:hover {
  opacity: 0.4;
}
.cid-tqETRDsAAQ .media-container-row > div {
  padding: 0px;
}
.cid-tqETRDsAAQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqETRDsAAQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqETRDsAAQ .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqETRDsAAQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqETRDsAAQ .social-list,
  .cid-tqETRDsAAQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqETRDsAAQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqETRDsAAQ .form-group {
    max-width: 180px;
  }
}
.cid-tqETRDsAAQ .links span {
  color: #9e9e9e;
}
.cid-tqETRDsAAQ .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqETRDsAAQ .logo-title {
  text-align: center;
}
.cid-tqEU3Vox89 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqEU3Vox89 nav.navbar {
  position: fixed;
}
.cid-tqEU3Vox89 .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-tqEU3Vox89 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqEU3Vox89 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqEU3Vox89 .dropdown-item:hover,
.cid-tqEU3Vox89 .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqEU3Vox89 .dropdown-item:hover span {
  color: white;
}
.cid-tqEU3Vox89 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqEU3Vox89 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqEU3Vox89 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqEU3Vox89 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqEU3Vox89 .nav-link {
  position: relative;
}
.cid-tqEU3Vox89 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqEU3Vox89 .container {
    flex-wrap: nowrap;
  }
}
.cid-tqEU3Vox89 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqEU3Vox89 .dropdown-menu,
.cid-tqEU3Vox89 .navbar.opened {
  background: #ffffff !important;
}
.cid-tqEU3Vox89 .nav-item:focus,
.cid-tqEU3Vox89 .nav-link:focus {
  outline: none;
}
.cid-tqEU3Vox89 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqEU3Vox89 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEU3Vox89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqEU3Vox89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqEU3Vox89 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqEU3Vox89 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqEU3Vox89 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqEU3Vox89 .navbar.opened {
  transition: all 0.3s;
}
.cid-tqEU3Vox89 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqEU3Vox89 .navbar .navbar-logo img {
  width: auto;
}
.cid-tqEU3Vox89 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqEU3Vox89 .navbar.collapsed {
  justify-content: center;
}
.cid-tqEU3Vox89 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqEU3Vox89 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqEU3Vox89 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqEU3Vox89 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqEU3Vox89 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqEU3Vox89 .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-tqEU3Vox89 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqEU3Vox89 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqEU3Vox89 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqEU3Vox89 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEU3Vox89 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEU3Vox89 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEU3Vox89 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEU3Vox89 .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-tqEU3Vox89 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqEU3Vox89 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEU3Vox89 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEU3Vox89 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqEU3Vox89 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqEU3Vox89 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEU3Vox89 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqEU3Vox89 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqEU3Vox89 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqEU3Vox89 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEU3Vox89 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEU3Vox89 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEU3Vox89 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqEU3Vox89 .dropdown-item.active,
.cid-tqEU3Vox89 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEU3Vox89 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEU3Vox89 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEU3Vox89 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEU3Vox89 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqEU3Vox89 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEU3Vox89 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEU3Vox89 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqEU3Vox89 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqEU3Vox89 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqEU3Vox89 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqEU3Vox89 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEU3Vox89 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEU3Vox89 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEU3Vox89 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEU3Vox89 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEU3Vox89 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEU3Vox89 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEU3Vox89 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEU3Vox89 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqEU3Vox89 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqEU3Vox89 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqEU3Vox89 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEU3Vox89 .navbar {
    height: 80px;
  }
  .cid-tqEU3Vox89 .navbar.opened {
    height: auto;
  }
  .cid-tqEU3Vox89 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEU3Vox89 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqEU3Vox89 .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqEU3Vox89 .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqEU3Vox89 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqEU3Vox89 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqEU3Vox89 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqEU3Vox89 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqEU3W8isD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqEU3W8isD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEU3W8isD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEU3W8isD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqEU3YNGwD {
  background-image: url("../../../assets/images/img-228-2000x1500.jpg");
}
.cid-tqEU3YNGwD .mbr-section-title {
  color: #ffffff;
}
.cid-tqEU3YNGwD .mbr-text,
.cid-tqEU3YNGwD .mbr-section-btn {
  color: #fafafa;
}
.cid-tqEU3Zg2PY {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqEU3Zg2PY .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqEU3Zg2PY .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqEU3Zg2PY h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqEU3Zg2PY p {
  color: #464646;
}
.cid-tqEU3Zg2PY h2 {
  color: #000000;
}
.cid-tqEU3Zg2PY .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqEU3Zg2PY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqEU3Zg2PY .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqEU3Zg2PY .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqEU3Zg2PY .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEU3Zg2PY .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqEU3Zg2PY .mbr-text {
    text-align: center;
  }
}
.cid-tqEU3Zg2PY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEU3Zg2PY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEU3Zg2PY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqEU3Zg2PY P {
  color: #ffffff;
}
.cid-tqEU3ZDAYQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqEU3ZDAYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEU3ZDAYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqEU3ZDAYQ .container {
    max-width: 1400px;
  }
}
.cid-tqEU3ZDAYQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqEU3ZDAYQ .card-wrapper {
  margin-top: 3rem;
}
.cid-tqEU3ZDAYQ .row {
  justify-content: center;
}
.cid-tqEU3ZDAYQ .card-title,
.cid-tqEU3ZDAYQ .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqEU40rdri {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqEU40rdri img {
  width: 120px;
  margin: auto;
}
.cid-tqEU40rdri .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqEU40rdri .card {
    max-width: 12.5%;
  }
}
.cid-tqEU40rdri .mbr-section-title {
  color: #2a8013;
}
.cid-tqEU40TFFf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqEU40TFFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEU40TFFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEU40TFFf .container,
.cid-tqEU40TFFf .container-fluid {
  position: relative;
}
.cid-tqEU40TFFf .row {
  justify-content: left;
}
.cid-tqEU40TFFf .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqEU40TFFf .mbr-section-title {
  color: #ffffff;
}
.cid-tqEU40TFFf .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqEU40TFFf .mbr-text {
  color: #2B2B2B;
}
.cid-tqEU40TFFf .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqEU40TFFf .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqEU40TFFf .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqEU40TFFf .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqEU40TFFf .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqEU40TFFf .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqEU40TFFf .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqEU42uQxD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqEU42uQxD .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqEU42uQxD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqEU42uQxD .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqEU42uQxD .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqEU42uQxD .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqEU42uQxD .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqEU42uQxD .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqEU42uQxD .input-group-btn {
  padding-left: 0;
}
.cid-tqEU42uQxD .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqEU42uQxD .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqEU42uQxD .mbr-text {
  color: #444;
}
.cid-tqEU42uQxD h5 {
  margin-bottom: 0;
}
.cid-tqEU42uQxD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqEU42uQxD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEU42uQxD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqEU42uQxD .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqEU42uQxD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqEU42uQxD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqEU42uQxD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEU42uQxD .social-list a:hover {
  opacity: 0.4;
}
.cid-tqEU42uQxD .media-container-row > div {
  padding: 0px;
}
.cid-tqEU42uQxD .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqEU42uQxD .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqEU42uQxD .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqEU42uQxD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqEU42uQxD .social-list,
  .cid-tqEU42uQxD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqEU42uQxD h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqEU42uQxD .form-group {
    max-width: 180px;
  }
}
.cid-tqEU42uQxD .links span {
  color: #9e9e9e;
}
.cid-tqEU42uQxD .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqEU42uQxD .logo-title {
  text-align: center;
}
.cid-tqFcLO3d0Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFcLO3d0Q nav.navbar {
  position: fixed;
}
.cid-tqFcLO3d0Q .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-tqFcLO3d0Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFcLO3d0Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFcLO3d0Q .dropdown-item:hover,
.cid-tqFcLO3d0Q .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFcLO3d0Q .dropdown-item:hover span {
  color: white;
}
.cid-tqFcLO3d0Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFcLO3d0Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFcLO3d0Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFcLO3d0Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFcLO3d0Q .nav-link {
  position: relative;
}
.cid-tqFcLO3d0Q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFcLO3d0Q .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFcLO3d0Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFcLO3d0Q .dropdown-menu,
.cid-tqFcLO3d0Q .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFcLO3d0Q .nav-item:focus,
.cid-tqFcLO3d0Q .nav-link:focus {
  outline: none;
}
.cid-tqFcLO3d0Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFcLO3d0Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFcLO3d0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFcLO3d0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFcLO3d0Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFcLO3d0Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFcLO3d0Q .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFcLO3d0Q .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFcLO3d0Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFcLO3d0Q .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFcLO3d0Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFcLO3d0Q .navbar.collapsed {
  justify-content: center;
}
.cid-tqFcLO3d0Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFcLO3d0Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFcLO3d0Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFcLO3d0Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFcLO3d0Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFcLO3d0Q .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-tqFcLO3d0Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFcLO3d0Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFcLO3d0Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFcLO3d0Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFcLO3d0Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFcLO3d0Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFcLO3d0Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFcLO3d0Q .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-tqFcLO3d0Q .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFcLO3d0Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFcLO3d0Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFcLO3d0Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFcLO3d0Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFcLO3d0Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFcLO3d0Q .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFcLO3d0Q .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFcLO3d0Q .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFcLO3d0Q .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFcLO3d0Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFcLO3d0Q .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFcLO3d0Q .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFcLO3d0Q .dropdown-item.active,
.cid-tqFcLO3d0Q .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFcLO3d0Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFcLO3d0Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFcLO3d0Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFcLO3d0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFcLO3d0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFcLO3d0Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFcLO3d0Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFcLO3d0Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFcLO3d0Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFcLO3d0Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFcLO3d0Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFcLO3d0Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFcLO3d0Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFcLO3d0Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFcLO3d0Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFcLO3d0Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFcLO3d0Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFcLO3d0Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFcLO3d0Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFcLO3d0Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFcLO3d0Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFcLO3d0Q .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFcLO3d0Q .navbar {
    height: 80px;
  }
  .cid-tqFcLO3d0Q .navbar.opened {
    height: auto;
  }
  .cid-tqFcLO3d0Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFcLO3d0Q .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFcLO3d0Q .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFcLO3d0Q .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFcLO3d0Q .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFcLO3d0Q .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFcLO3d0Q .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFcLO3d0Q .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFcLPfUsn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFcLPfUsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFcLPfUsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFcLPfUsn .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFcLPXtm2 {
  background-image: url("../../../assets/images/warehouse-workers-using-bar-code-1-740x493.jpg");
}
.cid-tqFcLPXtm2 .mbr-section-title {
  color: #ffffff;
}
.cid-tqFcLPXtm2 .mbr-text,
.cid-tqFcLPXtm2 .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFcLQs3Cw {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFcLQs3Cw .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFcLQs3Cw .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFcLQs3Cw h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFcLQs3Cw p {
  color: #464646;
}
.cid-tqFcLQs3Cw h2 {
  color: #000000;
}
.cid-tqFcLQs3Cw .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFcLQs3Cw .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFcLQs3Cw .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFcLQs3Cw .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFcLQs3Cw .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFcLQs3Cw .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFcLQs3Cw .mbr-text {
    text-align: center;
  }
}
.cid-tqFcLQs3Cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFcLQs3Cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFcLQs3Cw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFcLQs3Cw P {
  color: #ffffff;
}
.cid-tqFcLQTtXM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFcLQTtXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFcLQTtXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFcLQTtXM .container {
    max-width: 1400px;
  }
}
.cid-tqFcLQTtXM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFcLQTtXM .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFcLQTtXM .row {
  justify-content: center;
}
.cid-tqFcLQTtXM .card-title,
.cid-tqFcLQTtXM .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFcLRzGQc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFcLRzGQc img {
  width: 120px;
  margin: auto;
}
.cid-tqFcLRzGQc .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFcLRzGQc .card {
    max-width: 12.5%;
  }
}
.cid-tqFcLRzGQc .mbr-section-title {
  color: #2a8013;
}
.cid-tqFcLS39Jv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFcLS39Jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFcLS39Jv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFcLS39Jv .container,
.cid-tqFcLS39Jv .container-fluid {
  position: relative;
}
.cid-tqFcLS39Jv .row {
  justify-content: left;
}
.cid-tqFcLS39Jv .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFcLS39Jv .mbr-section-title {
  color: #ffffff;
}
.cid-tqFcLS39Jv .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFcLS39Jv .mbr-text {
  color: #2B2B2B;
}
.cid-tqFcLS39Jv .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFcLS39Jv .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFcLS39Jv .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFcLS39Jv .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFcLS39Jv .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFcLS39Jv .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFcLS39Jv .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFcLSpksQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFcLSpksQ .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFcLSpksQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFcLSpksQ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFcLSpksQ .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFcLSpksQ .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFcLSpksQ .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFcLSpksQ .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFcLSpksQ .input-group-btn {
  padding-left: 0;
}
.cid-tqFcLSpksQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFcLSpksQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFcLSpksQ .mbr-text {
  color: #444;
}
.cid-tqFcLSpksQ h5 {
  margin-bottom: 0;
}
.cid-tqFcLSpksQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFcLSpksQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFcLSpksQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFcLSpksQ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFcLSpksQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFcLSpksQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFcLSpksQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFcLSpksQ .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFcLSpksQ .media-container-row > div {
  padding: 0px;
}
.cid-tqFcLSpksQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFcLSpksQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFcLSpksQ .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFcLSpksQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFcLSpksQ .social-list,
  .cid-tqFcLSpksQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFcLSpksQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFcLSpksQ .form-group {
    max-width: 180px;
  }
}
.cid-tqFcLSpksQ .links span {
  color: #9e9e9e;
}
.cid-tqFcLSpksQ .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFcLSpksQ .logo-title {
  text-align: center;
}
.cid-tqFcXqoh1v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFcXqoh1v nav.navbar {
  position: fixed;
}
.cid-tqFcXqoh1v .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-tqFcXqoh1v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFcXqoh1v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFcXqoh1v .dropdown-item:hover,
.cid-tqFcXqoh1v .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFcXqoh1v .dropdown-item:hover span {
  color: white;
}
.cid-tqFcXqoh1v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFcXqoh1v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFcXqoh1v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFcXqoh1v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFcXqoh1v .nav-link {
  position: relative;
}
.cid-tqFcXqoh1v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFcXqoh1v .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFcXqoh1v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFcXqoh1v .dropdown-menu,
.cid-tqFcXqoh1v .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFcXqoh1v .nav-item:focus,
.cid-tqFcXqoh1v .nav-link:focus {
  outline: none;
}
.cid-tqFcXqoh1v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFcXqoh1v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFcXqoh1v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFcXqoh1v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFcXqoh1v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFcXqoh1v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFcXqoh1v .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFcXqoh1v .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFcXqoh1v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFcXqoh1v .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFcXqoh1v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFcXqoh1v .navbar.collapsed {
  justify-content: center;
}
.cid-tqFcXqoh1v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFcXqoh1v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFcXqoh1v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFcXqoh1v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFcXqoh1v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFcXqoh1v .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-tqFcXqoh1v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFcXqoh1v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFcXqoh1v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFcXqoh1v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFcXqoh1v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFcXqoh1v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFcXqoh1v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFcXqoh1v .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-tqFcXqoh1v .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFcXqoh1v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFcXqoh1v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFcXqoh1v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFcXqoh1v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFcXqoh1v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFcXqoh1v .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFcXqoh1v .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFcXqoh1v .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFcXqoh1v .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFcXqoh1v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFcXqoh1v .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFcXqoh1v .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFcXqoh1v .dropdown-item.active,
.cid-tqFcXqoh1v .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFcXqoh1v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFcXqoh1v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFcXqoh1v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFcXqoh1v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFcXqoh1v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFcXqoh1v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFcXqoh1v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFcXqoh1v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFcXqoh1v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFcXqoh1v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFcXqoh1v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFcXqoh1v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFcXqoh1v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFcXqoh1v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFcXqoh1v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFcXqoh1v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFcXqoh1v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFcXqoh1v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFcXqoh1v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFcXqoh1v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFcXqoh1v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFcXqoh1v .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFcXqoh1v .navbar {
    height: 80px;
  }
  .cid-tqFcXqoh1v .navbar.opened {
    height: auto;
  }
  .cid-tqFcXqoh1v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFcXqoh1v .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFcXqoh1v .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFcXqoh1v .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFcXqoh1v .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFcXqoh1v .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFcXqoh1v .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFcXqoh1v .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFcXrTuJu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFcXrTuJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFcXrTuJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFcXrTuJu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFcXsTLSb {
  background-image: url("../../../assets/images/vila-porto-060-baixa-1200x800.jpg");
}
.cid-tqFcXsTLSb .mbr-section-title {
  color: #ffffff;
}
.cid-tqFcXsTLSb .mbr-text,
.cid-tqFcXsTLSb .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFcXtxNl1 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFcXtxNl1 .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFcXtxNl1 .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFcXtxNl1 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFcXtxNl1 p {
  color: #464646;
}
.cid-tqFcXtxNl1 h2 {
  color: #000000;
}
.cid-tqFcXtxNl1 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFcXtxNl1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFcXtxNl1 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFcXtxNl1 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFcXtxNl1 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFcXtxNl1 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFcXtxNl1 .mbr-text {
    text-align: center;
  }
}
.cid-tqFcXtxNl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFcXtxNl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFcXtxNl1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFcXtxNl1 P {
  color: #ffffff;
}
.cid-tqFcXu9ewP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFcXu9ewP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFcXu9ewP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFcXu9ewP .container {
    max-width: 1400px;
  }
}
.cid-tqFcXu9ewP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFcXu9ewP .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFcXu9ewP .row {
  justify-content: center;
}
.cid-tqFcXu9ewP .card-title,
.cid-tqFcXu9ewP .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFcXuKkhf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFcXuKkhf img {
  width: 120px;
  margin: auto;
}
.cid-tqFcXuKkhf .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFcXuKkhf .card {
    max-width: 12.5%;
  }
}
.cid-tqFcXuKkhf .mbr-section-title {
  color: #2a8013;
}
.cid-tqFcXveJWv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFcXveJWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFcXveJWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFcXveJWv .container,
.cid-tqFcXveJWv .container-fluid {
  position: relative;
}
.cid-tqFcXveJWv .row {
  justify-content: left;
}
.cid-tqFcXveJWv .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFcXveJWv .mbr-section-title {
  color: #ffffff;
}
.cid-tqFcXveJWv .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFcXveJWv .mbr-text {
  color: #2B2B2B;
}
.cid-tqFcXveJWv .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFcXveJWv .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFcXveJWv .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFcXveJWv .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFcXveJWv .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFcXveJWv .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFcXveJWv .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFcXvGU3G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFcXvGU3G .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFcXvGU3G .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFcXvGU3G .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFcXvGU3G .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFcXvGU3G .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFcXvGU3G .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFcXvGU3G .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFcXvGU3G .input-group-btn {
  padding-left: 0;
}
.cid-tqFcXvGU3G .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFcXvGU3G .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFcXvGU3G .mbr-text {
  color: #444;
}
.cid-tqFcXvGU3G h5 {
  margin-bottom: 0;
}
.cid-tqFcXvGU3G .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFcXvGU3G .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFcXvGU3G .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFcXvGU3G .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFcXvGU3G .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFcXvGU3G .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFcXvGU3G .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFcXvGU3G .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFcXvGU3G .media-container-row > div {
  padding: 0px;
}
.cid-tqFcXvGU3G .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFcXvGU3G .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFcXvGU3G .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFcXvGU3G .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFcXvGU3G .social-list,
  .cid-tqFcXvGU3G .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFcXvGU3G h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFcXvGU3G .form-group {
    max-width: 180px;
  }
}
.cid-tqFcXvGU3G .links span {
  color: #9e9e9e;
}
.cid-tqFcXvGU3G .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFcXvGU3G .logo-title {
  text-align: center;
}
.cid-tqFe8sE84r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFe8sE84r nav.navbar {
  position: fixed;
}
.cid-tqFe8sE84r .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-tqFe8sE84r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFe8sE84r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFe8sE84r .dropdown-item:hover,
.cid-tqFe8sE84r .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFe8sE84r .dropdown-item:hover span {
  color: white;
}
.cid-tqFe8sE84r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFe8sE84r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFe8sE84r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFe8sE84r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFe8sE84r .nav-link {
  position: relative;
}
.cid-tqFe8sE84r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFe8sE84r .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFe8sE84r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFe8sE84r .dropdown-menu,
.cid-tqFe8sE84r .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFe8sE84r .nav-item:focus,
.cid-tqFe8sE84r .nav-link:focus {
  outline: none;
}
.cid-tqFe8sE84r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFe8sE84r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFe8sE84r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFe8sE84r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFe8sE84r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFe8sE84r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFe8sE84r .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFe8sE84r .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFe8sE84r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFe8sE84r .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFe8sE84r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFe8sE84r .navbar.collapsed {
  justify-content: center;
}
.cid-tqFe8sE84r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFe8sE84r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFe8sE84r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFe8sE84r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFe8sE84r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFe8sE84r .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-tqFe8sE84r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFe8sE84r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFe8sE84r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFe8sE84r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFe8sE84r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFe8sE84r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFe8sE84r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFe8sE84r .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-tqFe8sE84r .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFe8sE84r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFe8sE84r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFe8sE84r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFe8sE84r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFe8sE84r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFe8sE84r .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFe8sE84r .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFe8sE84r .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFe8sE84r .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFe8sE84r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFe8sE84r .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFe8sE84r .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFe8sE84r .dropdown-item.active,
.cid-tqFe8sE84r .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFe8sE84r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFe8sE84r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFe8sE84r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFe8sE84r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFe8sE84r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFe8sE84r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFe8sE84r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFe8sE84r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFe8sE84r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFe8sE84r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFe8sE84r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFe8sE84r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFe8sE84r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFe8sE84r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFe8sE84r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFe8sE84r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFe8sE84r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFe8sE84r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFe8sE84r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFe8sE84r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFe8sE84r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFe8sE84r .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFe8sE84r .navbar {
    height: 80px;
  }
  .cid-tqFe8sE84r .navbar.opened {
    height: auto;
  }
  .cid-tqFe8sE84r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFe8sE84r .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFe8sE84r .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFe8sE84r .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFe8sE84r .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFe8sE84r .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFe8sE84r .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFe8sE84r .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFe8tBdXq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFe8tBdXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFe8tBdXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFe8tBdXq .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFe8urVxI {
  background-image: url("../../../assets/images/img-228-2000x1500.jpg");
}
.cid-tqFe8urVxI .mbr-section-title {
  color: #ffffff;
}
.cid-tqFe8urVxI .mbr-text,
.cid-tqFe8urVxI .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFe8uW5qR {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFe8uW5qR .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFe8uW5qR .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFe8uW5qR h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFe8uW5qR p {
  color: #464646;
}
.cid-tqFe8uW5qR h2 {
  color: #000000;
}
.cid-tqFe8uW5qR .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFe8uW5qR .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFe8uW5qR .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFe8uW5qR .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFe8uW5qR .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFe8uW5qR .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFe8uW5qR .mbr-text {
    text-align: center;
  }
}
.cid-tqFe8uW5qR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFe8uW5qR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFe8uW5qR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFe8uW5qR P {
  color: #ffffff;
}
.cid-tqFe8vtljT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFe8vtljT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFe8vtljT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFe8vtljT .container {
    max-width: 1400px;
  }
}
.cid-tqFe8vtljT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFe8vtljT .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFe8vtljT .row {
  justify-content: center;
}
.cid-tqFe8vtljT .card-title,
.cid-tqFe8vtljT .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFe8w6HAI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFe8w6HAI img {
  width: 120px;
  margin: auto;
}
.cid-tqFe8w6HAI .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFe8w6HAI .card {
    max-width: 12.5%;
  }
}
.cid-tqFe8w6HAI .mbr-section-title {
  color: #2a8013;
}
.cid-tqFe8wEs0f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFe8wEs0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFe8wEs0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFe8wEs0f .container,
.cid-tqFe8wEs0f .container-fluid {
  position: relative;
}
.cid-tqFe8wEs0f .row {
  justify-content: left;
}
.cid-tqFe8wEs0f .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFe8wEs0f .mbr-section-title {
  color: #ffffff;
}
.cid-tqFe8wEs0f .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFe8wEs0f .mbr-text {
  color: #2B2B2B;
}
.cid-tqFe8wEs0f .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFe8wEs0f .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFe8wEs0f .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFe8wEs0f .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFe8wEs0f .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFe8wEs0f .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFe8wEs0f .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFe8xa8G7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFe8xa8G7 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFe8xa8G7 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFe8xa8G7 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFe8xa8G7 .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFe8xa8G7 .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFe8xa8G7 .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFe8xa8G7 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFe8xa8G7 .input-group-btn {
  padding-left: 0;
}
.cid-tqFe8xa8G7 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFe8xa8G7 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFe8xa8G7 .mbr-text {
  color: #444;
}
.cid-tqFe8xa8G7 h5 {
  margin-bottom: 0;
}
.cid-tqFe8xa8G7 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFe8xa8G7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFe8xa8G7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFe8xa8G7 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFe8xa8G7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFe8xa8G7 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFe8xa8G7 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFe8xa8G7 .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFe8xa8G7 .media-container-row > div {
  padding: 0px;
}
.cid-tqFe8xa8G7 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFe8xa8G7 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFe8xa8G7 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFe8xa8G7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFe8xa8G7 .social-list,
  .cid-tqFe8xa8G7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFe8xa8G7 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFe8xa8G7 .form-group {
    max-width: 180px;
  }
}
.cid-tqFe8xa8G7 .links span {
  color: #9e9e9e;
}
.cid-tqFe8xa8G7 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFe8xa8G7 .logo-title {
  text-align: center;
}
.cid-tqFeIkHAS8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFeIkHAS8 nav.navbar {
  position: fixed;
}
.cid-tqFeIkHAS8 .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-tqFeIkHAS8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFeIkHAS8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFeIkHAS8 .dropdown-item:hover,
.cid-tqFeIkHAS8 .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFeIkHAS8 .dropdown-item:hover span {
  color: white;
}
.cid-tqFeIkHAS8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFeIkHAS8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFeIkHAS8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFeIkHAS8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFeIkHAS8 .nav-link {
  position: relative;
}
.cid-tqFeIkHAS8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFeIkHAS8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFeIkHAS8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFeIkHAS8 .dropdown-menu,
.cid-tqFeIkHAS8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFeIkHAS8 .nav-item:focus,
.cid-tqFeIkHAS8 .nav-link:focus {
  outline: none;
}
.cid-tqFeIkHAS8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFeIkHAS8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFeIkHAS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFeIkHAS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFeIkHAS8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFeIkHAS8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFeIkHAS8 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFeIkHAS8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFeIkHAS8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFeIkHAS8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFeIkHAS8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFeIkHAS8 .navbar.collapsed {
  justify-content: center;
}
.cid-tqFeIkHAS8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFeIkHAS8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFeIkHAS8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFeIkHAS8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFeIkHAS8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFeIkHAS8 .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-tqFeIkHAS8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFeIkHAS8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFeIkHAS8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFeIkHAS8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFeIkHAS8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFeIkHAS8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFeIkHAS8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFeIkHAS8 .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-tqFeIkHAS8 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFeIkHAS8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFeIkHAS8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFeIkHAS8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFeIkHAS8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFeIkHAS8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFeIkHAS8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFeIkHAS8 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFeIkHAS8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFeIkHAS8 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFeIkHAS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFeIkHAS8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFeIkHAS8 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFeIkHAS8 .dropdown-item.active,
.cid-tqFeIkHAS8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFeIkHAS8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFeIkHAS8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFeIkHAS8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFeIkHAS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFeIkHAS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFeIkHAS8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFeIkHAS8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFeIkHAS8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFeIkHAS8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFeIkHAS8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFeIkHAS8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFeIkHAS8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFeIkHAS8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFeIkHAS8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFeIkHAS8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFeIkHAS8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFeIkHAS8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFeIkHAS8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFeIkHAS8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFeIkHAS8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFeIkHAS8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFeIkHAS8 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFeIkHAS8 .navbar {
    height: 80px;
  }
  .cid-tqFeIkHAS8 .navbar.opened {
    height: auto;
  }
  .cid-tqFeIkHAS8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFeIkHAS8 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFeIkHAS8 .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFeIkHAS8 .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFeIkHAS8 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFeIkHAS8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFeIkHAS8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFeIkHAS8 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFeIlQuL1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFeIlQuL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFeIlQuL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFeIlQuL1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFeImvuTw {
  background-image: url("../../../assets/images/side-view-safety-man-monitorization-2000x1335.png");
}
.cid-tqFeImvuTw .mbr-section-title {
  color: #ffffff;
}
.cid-tqFeImvuTw .mbr-text,
.cid-tqFeImvuTw .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFeInecFz {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFeInecFz .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFeInecFz .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFeInecFz h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFeInecFz p {
  color: #464646;
}
.cid-tqFeInecFz h2 {
  color: #000000;
}
.cid-tqFeInecFz .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFeInecFz .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFeInecFz .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFeInecFz .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFeInecFz .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFeInecFz .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFeInecFz .mbr-text {
    text-align: center;
  }
}
.cid-tqFeInecFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFeInecFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFeInecFz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFeInecFz P {
  color: #ffffff;
}
.cid-tqFeInLYr5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFeInLYr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFeInLYr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFeInLYr5 .container {
    max-width: 1400px;
  }
}
.cid-tqFeInLYr5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFeInLYr5 .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFeInLYr5 .row {
  justify-content: center;
}
.cid-tqFeInLYr5 .card-title,
.cid-tqFeInLYr5 .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFeIokQ9X {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFeIokQ9X img {
  width: 120px;
  margin: auto;
}
.cid-tqFeIokQ9X .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFeIokQ9X .card {
    max-width: 12.5%;
  }
}
.cid-tqFeIokQ9X .mbr-section-title {
  color: #2a8013;
}
.cid-tqFeIoLxOJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFeIoLxOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFeIoLxOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFeIoLxOJ .container,
.cid-tqFeIoLxOJ .container-fluid {
  position: relative;
}
.cid-tqFeIoLxOJ .row {
  justify-content: left;
}
.cid-tqFeIoLxOJ .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFeIoLxOJ .mbr-section-title {
  color: #ffffff;
}
.cid-tqFeIoLxOJ .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFeIoLxOJ .mbr-text {
  color: #2B2B2B;
}
.cid-tqFeIoLxOJ .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFeIoLxOJ .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFeIoLxOJ .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFeIoLxOJ .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFeIoLxOJ .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFeIoLxOJ .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFeIoLxOJ .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFeIpa9eS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFeIpa9eS .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFeIpa9eS .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFeIpa9eS .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFeIpa9eS .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFeIpa9eS .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFeIpa9eS .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFeIpa9eS .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFeIpa9eS .input-group-btn {
  padding-left: 0;
}
.cid-tqFeIpa9eS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFeIpa9eS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFeIpa9eS .mbr-text {
  color: #444;
}
.cid-tqFeIpa9eS h5 {
  margin-bottom: 0;
}
.cid-tqFeIpa9eS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFeIpa9eS .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFeIpa9eS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFeIpa9eS .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFeIpa9eS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFeIpa9eS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFeIpa9eS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFeIpa9eS .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFeIpa9eS .media-container-row > div {
  padding: 0px;
}
.cid-tqFeIpa9eS .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFeIpa9eS .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFeIpa9eS .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFeIpa9eS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFeIpa9eS .social-list,
  .cid-tqFeIpa9eS .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFeIpa9eS h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFeIpa9eS .form-group {
    max-width: 180px;
  }
}
.cid-tqFeIpa9eS .links span {
  color: #9e9e9e;
}
.cid-tqFeIpa9eS .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFeIpa9eS .logo-title {
  text-align: center;
}
.cid-tqFeMCNJe7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFeMCNJe7 nav.navbar {
  position: fixed;
}
.cid-tqFeMCNJe7 .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-tqFeMCNJe7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFeMCNJe7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFeMCNJe7 .dropdown-item:hover,
.cid-tqFeMCNJe7 .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFeMCNJe7 .dropdown-item:hover span {
  color: white;
}
.cid-tqFeMCNJe7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFeMCNJe7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFeMCNJe7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFeMCNJe7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFeMCNJe7 .nav-link {
  position: relative;
}
.cid-tqFeMCNJe7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFeMCNJe7 .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFeMCNJe7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFeMCNJe7 .dropdown-menu,
.cid-tqFeMCNJe7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFeMCNJe7 .nav-item:focus,
.cid-tqFeMCNJe7 .nav-link:focus {
  outline: none;
}
.cid-tqFeMCNJe7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFeMCNJe7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFeMCNJe7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFeMCNJe7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFeMCNJe7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFeMCNJe7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFeMCNJe7 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFeMCNJe7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFeMCNJe7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFeMCNJe7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFeMCNJe7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFeMCNJe7 .navbar.collapsed {
  justify-content: center;
}
.cid-tqFeMCNJe7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFeMCNJe7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFeMCNJe7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFeMCNJe7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFeMCNJe7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFeMCNJe7 .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-tqFeMCNJe7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFeMCNJe7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFeMCNJe7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFeMCNJe7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFeMCNJe7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFeMCNJe7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFeMCNJe7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFeMCNJe7 .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-tqFeMCNJe7 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFeMCNJe7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFeMCNJe7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFeMCNJe7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFeMCNJe7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFeMCNJe7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFeMCNJe7 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFeMCNJe7 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFeMCNJe7 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFeMCNJe7 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFeMCNJe7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFeMCNJe7 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFeMCNJe7 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFeMCNJe7 .dropdown-item.active,
.cid-tqFeMCNJe7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFeMCNJe7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFeMCNJe7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFeMCNJe7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFeMCNJe7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFeMCNJe7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFeMCNJe7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFeMCNJe7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFeMCNJe7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFeMCNJe7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFeMCNJe7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFeMCNJe7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFeMCNJe7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFeMCNJe7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFeMCNJe7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFeMCNJe7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFeMCNJe7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFeMCNJe7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFeMCNJe7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFeMCNJe7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFeMCNJe7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFeMCNJe7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFeMCNJe7 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFeMCNJe7 .navbar {
    height: 80px;
  }
  .cid-tqFeMCNJe7 .navbar.opened {
    height: auto;
  }
  .cid-tqFeMCNJe7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFeMCNJe7 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFeMCNJe7 .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFeMCNJe7 .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFeMCNJe7 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFeMCNJe7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFeMCNJe7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFeMCNJe7 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFeMDyMot {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFeMDyMot .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFeMDyMot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFeMDyMot .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFeMEkd0K {
  background-image: url("../../../assets/images/low-angle-view-of-two-female-workers-reading-delivery-schedule-list-while-working-in-distribution-warehouse-2000x1333.jpg");
}
.cid-tqFeMEkd0K .mbr-section-title {
  color: #ffffff;
}
.cid-tqFeMEkd0K .mbr-text,
.cid-tqFeMEkd0K .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFeMEJ4jq {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFeMEJ4jq .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFeMEJ4jq .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFeMEJ4jq h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFeMEJ4jq p {
  color: #464646;
}
.cid-tqFeMEJ4jq h2 {
  color: #000000;
}
.cid-tqFeMEJ4jq .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFeMEJ4jq .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFeMEJ4jq .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFeMEJ4jq .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFeMEJ4jq .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFeMEJ4jq .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFeMEJ4jq .mbr-text {
    text-align: center;
  }
}
.cid-tqFeMEJ4jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFeMEJ4jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFeMEJ4jq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFeMEJ4jq P {
  color: #ffffff;
}
.cid-tqFeMFhQMm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFeMFhQMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFeMFhQMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFeMFhQMm .container {
    max-width: 1400px;
  }
}
.cid-tqFeMFhQMm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFeMFhQMm .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFeMFhQMm .row {
  justify-content: center;
}
.cid-tqFeMFhQMm .card-title,
.cid-tqFeMFhQMm .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFeMFPNmQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFeMFPNmQ img {
  width: 120px;
  margin: auto;
}
.cid-tqFeMFPNmQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFeMFPNmQ .card {
    max-width: 12.5%;
  }
}
.cid-tqFeMFPNmQ .mbr-section-title {
  color: #2a8013;
}
.cid-tqFeMGomDA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFeMGomDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFeMGomDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFeMGomDA .container,
.cid-tqFeMGomDA .container-fluid {
  position: relative;
}
.cid-tqFeMGomDA .row {
  justify-content: left;
}
.cid-tqFeMGomDA .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFeMGomDA .mbr-section-title {
  color: #ffffff;
}
.cid-tqFeMGomDA .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFeMGomDA .mbr-text {
  color: #2B2B2B;
}
.cid-tqFeMGomDA .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFeMGomDA .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFeMGomDA .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFeMGomDA .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFeMGomDA .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFeMGomDA .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFeMGomDA .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFeMGO4Oi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFeMGO4Oi .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFeMGO4Oi .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFeMGO4Oi .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFeMGO4Oi .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFeMGO4Oi .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFeMGO4Oi .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFeMGO4Oi .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFeMGO4Oi .input-group-btn {
  padding-left: 0;
}
.cid-tqFeMGO4Oi .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFeMGO4Oi .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFeMGO4Oi .mbr-text {
  color: #444;
}
.cid-tqFeMGO4Oi h5 {
  margin-bottom: 0;
}
.cid-tqFeMGO4Oi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFeMGO4Oi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFeMGO4Oi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFeMGO4Oi .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFeMGO4Oi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFeMGO4Oi .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFeMGO4Oi .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFeMGO4Oi .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFeMGO4Oi .media-container-row > div {
  padding: 0px;
}
.cid-tqFeMGO4Oi .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFeMGO4Oi .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFeMGO4Oi .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFeMGO4Oi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFeMGO4Oi .social-list,
  .cid-tqFeMGO4Oi .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFeMGO4Oi h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFeMGO4Oi .form-group {
    max-width: 180px;
  }
}
.cid-tqFeMGO4Oi .links span {
  color: #9e9e9e;
}
.cid-tqFeMGO4Oi .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFeMGO4Oi .logo-title {
  text-align: center;
}
.cid-tqFgiVegei {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFgiVegei nav.navbar {
  position: fixed;
}
.cid-tqFgiVegei .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-tqFgiVegei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFgiVegei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFgiVegei .dropdown-item:hover,
.cid-tqFgiVegei .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFgiVegei .dropdown-item:hover span {
  color: white;
}
.cid-tqFgiVegei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFgiVegei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFgiVegei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFgiVegei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFgiVegei .nav-link {
  position: relative;
}
.cid-tqFgiVegei .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFgiVegei .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFgiVegei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFgiVegei .dropdown-menu,
.cid-tqFgiVegei .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFgiVegei .nav-item:focus,
.cid-tqFgiVegei .nav-link:focus {
  outline: none;
}
.cid-tqFgiVegei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFgiVegei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFgiVegei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFgiVegei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFgiVegei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFgiVegei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFgiVegei .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFgiVegei .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFgiVegei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFgiVegei .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFgiVegei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFgiVegei .navbar.collapsed {
  justify-content: center;
}
.cid-tqFgiVegei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFgiVegei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFgiVegei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFgiVegei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFgiVegei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFgiVegei .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-tqFgiVegei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFgiVegei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFgiVegei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFgiVegei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFgiVegei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFgiVegei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFgiVegei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFgiVegei .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-tqFgiVegei .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFgiVegei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFgiVegei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFgiVegei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFgiVegei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFgiVegei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFgiVegei .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFgiVegei .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFgiVegei .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFgiVegei .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFgiVegei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFgiVegei .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFgiVegei .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFgiVegei .dropdown-item.active,
.cid-tqFgiVegei .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFgiVegei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFgiVegei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFgiVegei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFgiVegei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFgiVegei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFgiVegei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFgiVegei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFgiVegei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFgiVegei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFgiVegei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFgiVegei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFgiVegei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFgiVegei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFgiVegei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFgiVegei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFgiVegei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFgiVegei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFgiVegei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFgiVegei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFgiVegei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFgiVegei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFgiVegei .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFgiVegei .navbar {
    height: 80px;
  }
  .cid-tqFgiVegei .navbar.opened {
    height: auto;
  }
  .cid-tqFgiVegei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFgiVegei .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFgiVegei .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFgiVegei .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFgiVegei .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFgiVegei .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFgiVegei .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFgiVegei .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFgiWJwom {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFgiWJwom .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFgiWJwom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFgiWJwom .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFgiXFDFF {
  background-image: url("../../../assets/images/closeup-of-smartphone-with-gps-application-2000x1335.png");
}
.cid-tqFgiXFDFF .mbr-section-title {
  color: #ffffff;
}
.cid-tqFgiXFDFF .mbr-text,
.cid-tqFgiXFDFF .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFgiYphtp {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFgiYphtp .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFgiYphtp .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFgiYphtp h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFgiYphtp p {
  color: #464646;
}
.cid-tqFgiYphtp h2 {
  color: #000000;
}
.cid-tqFgiYphtp .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFgiYphtp .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFgiYphtp .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFgiYphtp .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFgiYphtp .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFgiYphtp .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFgiYphtp .mbr-text {
    text-align: center;
  }
}
.cid-tqFgiYphtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFgiYphtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFgiYphtp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFgiYphtp P {
  color: #ffffff;
}
.cid-tqFgiZ2rkg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFgiZ2rkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFgiZ2rkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFgiZ2rkg .container {
    max-width: 1400px;
  }
}
.cid-tqFgiZ2rkg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFgiZ2rkg .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFgiZ2rkg .row {
  justify-content: center;
}
.cid-tqFgiZ2rkg .card-title,
.cid-tqFgiZ2rkg .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFgiZJohX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFgiZJohX img {
  width: 120px;
  margin: auto;
}
.cid-tqFgiZJohX .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFgiZJohX .card {
    max-width: 12.5%;
  }
}
.cid-tqFgiZJohX .mbr-section-title {
  color: #2a8013;
}
.cid-tqFgj0pWxt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFgj0pWxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFgj0pWxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFgj0pWxt .container,
.cid-tqFgj0pWxt .container-fluid {
  position: relative;
}
.cid-tqFgj0pWxt .row {
  justify-content: left;
}
.cid-tqFgj0pWxt .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFgj0pWxt .mbr-section-title {
  color: #ffffff;
}
.cid-tqFgj0pWxt .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFgj0pWxt .mbr-text {
  color: #2B2B2B;
}
.cid-tqFgj0pWxt .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFgj0pWxt .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFgj0pWxt .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFgj0pWxt .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFgj0pWxt .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFgj0pWxt .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFgj0pWxt .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFgj0Vu60 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFgj0Vu60 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFgj0Vu60 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFgj0Vu60 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFgj0Vu60 .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFgj0Vu60 .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFgj0Vu60 .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFgj0Vu60 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFgj0Vu60 .input-group-btn {
  padding-left: 0;
}
.cid-tqFgj0Vu60 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFgj0Vu60 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFgj0Vu60 .mbr-text {
  color: #444;
}
.cid-tqFgj0Vu60 h5 {
  margin-bottom: 0;
}
.cid-tqFgj0Vu60 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFgj0Vu60 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFgj0Vu60 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFgj0Vu60 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFgj0Vu60 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFgj0Vu60 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFgj0Vu60 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFgj0Vu60 .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFgj0Vu60 .media-container-row > div {
  padding: 0px;
}
.cid-tqFgj0Vu60 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFgj0Vu60 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFgj0Vu60 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFgj0Vu60 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFgj0Vu60 .social-list,
  .cid-tqFgj0Vu60 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFgj0Vu60 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFgj0Vu60 .form-group {
    max-width: 180px;
  }
}
.cid-tqFgj0Vu60 .links span {
  color: #9e9e9e;
}
.cid-tqFgj0Vu60 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFgj0Vu60 .logo-title {
  text-align: center;
}
.cid-tqFB7PEF2i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFB7PEF2i nav.navbar {
  position: fixed;
}
.cid-tqFB7PEF2i .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-tqFB7PEF2i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFB7PEF2i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFB7PEF2i .dropdown-item:hover,
.cid-tqFB7PEF2i .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFB7PEF2i .dropdown-item:hover span {
  color: white;
}
.cid-tqFB7PEF2i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFB7PEF2i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFB7PEF2i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFB7PEF2i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFB7PEF2i .nav-link {
  position: relative;
}
.cid-tqFB7PEF2i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFB7PEF2i .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFB7PEF2i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFB7PEF2i .dropdown-menu,
.cid-tqFB7PEF2i .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFB7PEF2i .nav-item:focus,
.cid-tqFB7PEF2i .nav-link:focus {
  outline: none;
}
.cid-tqFB7PEF2i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFB7PEF2i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFB7PEF2i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFB7PEF2i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFB7PEF2i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFB7PEF2i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFB7PEF2i .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFB7PEF2i .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFB7PEF2i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFB7PEF2i .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFB7PEF2i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFB7PEF2i .navbar.collapsed {
  justify-content: center;
}
.cid-tqFB7PEF2i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFB7PEF2i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFB7PEF2i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFB7PEF2i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFB7PEF2i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFB7PEF2i .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-tqFB7PEF2i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFB7PEF2i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFB7PEF2i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFB7PEF2i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFB7PEF2i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFB7PEF2i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFB7PEF2i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFB7PEF2i .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-tqFB7PEF2i .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFB7PEF2i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFB7PEF2i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFB7PEF2i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFB7PEF2i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFB7PEF2i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFB7PEF2i .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFB7PEF2i .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFB7PEF2i .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFB7PEF2i .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFB7PEF2i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFB7PEF2i .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFB7PEF2i .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFB7PEF2i .dropdown-item.active,
.cid-tqFB7PEF2i .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFB7PEF2i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFB7PEF2i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFB7PEF2i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFB7PEF2i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFB7PEF2i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFB7PEF2i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFB7PEF2i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFB7PEF2i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFB7PEF2i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFB7PEF2i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFB7PEF2i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFB7PEF2i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFB7PEF2i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFB7PEF2i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFB7PEF2i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFB7PEF2i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFB7PEF2i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFB7PEF2i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFB7PEF2i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFB7PEF2i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFB7PEF2i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFB7PEF2i .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFB7PEF2i .navbar {
    height: 80px;
  }
  .cid-tqFB7PEF2i .navbar.opened {
    height: auto;
  }
  .cid-tqFB7PEF2i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFB7PEF2i .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFB7PEF2i .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFB7PEF2i .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFB7PEF2i .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFB7PEF2i .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFB7PEF2i .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFB7PEF2i .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFB7SE7BF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFB7SE7BF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFB7SE7BF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFB7SE7BF .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFB7TIByT {
  background-image: url("../../../assets/images/composite-image-businessman-work-1-740x493.jpg");
}
.cid-tqFB7TIByT .mbr-section-title {
  color: #ffffff;
}
.cid-tqFB7TIByT .mbr-text,
.cid-tqFB7TIByT .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFB7Un4l2 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFB7Un4l2 .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFB7Un4l2 .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFB7Un4l2 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFB7Un4l2 p {
  color: #464646;
}
.cid-tqFB7Un4l2 h2 {
  color: #000000;
}
.cid-tqFB7Un4l2 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFB7Un4l2 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFB7Un4l2 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFB7Un4l2 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFB7Un4l2 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFB7Un4l2 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFB7Un4l2 .mbr-text {
    text-align: center;
  }
}
.cid-tqFB7Un4l2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFB7Un4l2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFB7Un4l2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFB7Un4l2 P {
  color: #ffffff;
}
.cid-tqFB7V7Pta {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFB7V7Pta .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFB7V7Pta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFB7V7Pta .container {
    max-width: 1400px;
  }
}
.cid-tqFB7V7Pta .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFB7V7Pta .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFB7V7Pta .row {
  justify-content: center;
}
.cid-tqFB7V7Pta .card-title,
.cid-tqFB7V7Pta .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFB7VNs7w {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFB7VNs7w img {
  width: 120px;
  margin: auto;
}
.cid-tqFB7VNs7w .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFB7VNs7w .card {
    max-width: 12.5%;
  }
}
.cid-tqFB7VNs7w .mbr-section-title {
  color: #2a8013;
}
.cid-tqFB7Wfc82 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFB7Wfc82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFB7Wfc82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFB7Wfc82 .container,
.cid-tqFB7Wfc82 .container-fluid {
  position: relative;
}
.cid-tqFB7Wfc82 .row {
  justify-content: left;
}
.cid-tqFB7Wfc82 .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFB7Wfc82 .mbr-section-title {
  color: #ffffff;
}
.cid-tqFB7Wfc82 .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFB7Wfc82 .mbr-text {
  color: #2B2B2B;
}
.cid-tqFB7Wfc82 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFB7Wfc82 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFB7Wfc82 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFB7Wfc82 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFB7Wfc82 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFB7Wfc82 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFB7Wfc82 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFB7WIkjk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFB7WIkjk .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFB7WIkjk .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFB7WIkjk .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFB7WIkjk .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFB7WIkjk .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFB7WIkjk .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFB7WIkjk .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFB7WIkjk .input-group-btn {
  padding-left: 0;
}
.cid-tqFB7WIkjk .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFB7WIkjk .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFB7WIkjk .mbr-text {
  color: #444;
}
.cid-tqFB7WIkjk h5 {
  margin-bottom: 0;
}
.cid-tqFB7WIkjk .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFB7WIkjk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFB7WIkjk .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFB7WIkjk .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFB7WIkjk .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFB7WIkjk .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFB7WIkjk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFB7WIkjk .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFB7WIkjk .media-container-row > div {
  padding: 0px;
}
.cid-tqFB7WIkjk .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFB7WIkjk .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFB7WIkjk .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFB7WIkjk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFB7WIkjk .social-list,
  .cid-tqFB7WIkjk .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFB7WIkjk h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFB7WIkjk .form-group {
    max-width: 180px;
  }
}
.cid-tqFB7WIkjk .links span {
  color: #9e9e9e;
}
.cid-tqFB7WIkjk .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFB7WIkjk .logo-title {
  text-align: center;
}
.cid-tqFCTJHRCo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFCTJHRCo nav.navbar {
  position: fixed;
}
.cid-tqFCTJHRCo .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-tqFCTJHRCo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFCTJHRCo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFCTJHRCo .dropdown-item:hover,
.cid-tqFCTJHRCo .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFCTJHRCo .dropdown-item:hover span {
  color: white;
}
.cid-tqFCTJHRCo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFCTJHRCo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFCTJHRCo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFCTJHRCo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFCTJHRCo .nav-link {
  position: relative;
}
.cid-tqFCTJHRCo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFCTJHRCo .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFCTJHRCo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFCTJHRCo .dropdown-menu,
.cid-tqFCTJHRCo .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFCTJHRCo .nav-item:focus,
.cid-tqFCTJHRCo .nav-link:focus {
  outline: none;
}
.cid-tqFCTJHRCo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFCTJHRCo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFCTJHRCo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFCTJHRCo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFCTJHRCo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFCTJHRCo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFCTJHRCo .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFCTJHRCo .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFCTJHRCo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFCTJHRCo .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFCTJHRCo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFCTJHRCo .navbar.collapsed {
  justify-content: center;
}
.cid-tqFCTJHRCo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFCTJHRCo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFCTJHRCo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFCTJHRCo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFCTJHRCo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFCTJHRCo .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-tqFCTJHRCo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFCTJHRCo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFCTJHRCo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFCTJHRCo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFCTJHRCo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFCTJHRCo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFCTJHRCo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFCTJHRCo .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-tqFCTJHRCo .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFCTJHRCo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFCTJHRCo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFCTJHRCo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFCTJHRCo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFCTJHRCo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFCTJHRCo .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFCTJHRCo .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFCTJHRCo .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFCTJHRCo .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFCTJHRCo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFCTJHRCo .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFCTJHRCo .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFCTJHRCo .dropdown-item.active,
.cid-tqFCTJHRCo .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFCTJHRCo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFCTJHRCo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFCTJHRCo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFCTJHRCo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFCTJHRCo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFCTJHRCo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFCTJHRCo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFCTJHRCo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFCTJHRCo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFCTJHRCo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFCTJHRCo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFCTJHRCo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFCTJHRCo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFCTJHRCo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFCTJHRCo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFCTJHRCo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFCTJHRCo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFCTJHRCo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFCTJHRCo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFCTJHRCo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFCTJHRCo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFCTJHRCo .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFCTJHRCo .navbar {
    height: 80px;
  }
  .cid-tqFCTJHRCo .navbar.opened {
    height: auto;
  }
  .cid-tqFCTJHRCo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFCTJHRCo .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFCTJHRCo .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFCTJHRCo .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFCTJHRCo .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFCTJHRCo .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFCTJHRCo .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFCTJHRCo .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFCTKN4XD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFCTKN4XD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFCTKN4XD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFCTKN4XD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFCTLvC5i {
  background-image: url("../../../assets/images/handsome-young-man-working-with-1-740x494.jpg");
}
.cid-tqFCTLvC5i .mbr-section-title {
  color: #ffffff;
}
.cid-tqFCTLvC5i .mbr-text,
.cid-tqFCTLvC5i .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFCTLYVhf {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFCTLYVhf .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFCTLYVhf .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFCTLYVhf h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFCTLYVhf p {
  color: #464646;
}
.cid-tqFCTLYVhf h2 {
  color: #000000;
}
.cid-tqFCTLYVhf .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFCTLYVhf .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFCTLYVhf .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFCTLYVhf .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFCTLYVhf .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFCTLYVhf .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFCTLYVhf .mbr-text {
    text-align: center;
  }
}
.cid-tqFCTLYVhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFCTLYVhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFCTLYVhf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFCTLYVhf P {
  color: #ffffff;
}
.cid-tqFCTMtIzy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFCTMtIzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFCTMtIzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFCTMtIzy .container {
    max-width: 1400px;
  }
}
.cid-tqFCTMtIzy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFCTMtIzy .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFCTMtIzy .row {
  justify-content: center;
}
.cid-tqFCTMtIzy .card-title,
.cid-tqFCTMtIzy .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFCTN6FB6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFCTN6FB6 img {
  width: 120px;
  margin: auto;
}
.cid-tqFCTN6FB6 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFCTN6FB6 .card {
    max-width: 12.5%;
  }
}
.cid-tqFCTN6FB6 .mbr-section-title {
  color: #2a8013;
}
.cid-tqFCTNyTnL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFCTNyTnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFCTNyTnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFCTNyTnL .container,
.cid-tqFCTNyTnL .container-fluid {
  position: relative;
}
.cid-tqFCTNyTnL .row {
  justify-content: left;
}
.cid-tqFCTNyTnL .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFCTNyTnL .mbr-section-title {
  color: #ffffff;
}
.cid-tqFCTNyTnL .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFCTNyTnL .mbr-text {
  color: #2B2B2B;
}
.cid-tqFCTNyTnL .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFCTNyTnL .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFCTNyTnL .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFCTNyTnL .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFCTNyTnL .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFCTNyTnL .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFCTNyTnL .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFCTNWGY3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFCTNWGY3 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFCTNWGY3 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFCTNWGY3 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFCTNWGY3 .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFCTNWGY3 .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFCTNWGY3 .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFCTNWGY3 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFCTNWGY3 .input-group-btn {
  padding-left: 0;
}
.cid-tqFCTNWGY3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFCTNWGY3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFCTNWGY3 .mbr-text {
  color: #444;
}
.cid-tqFCTNWGY3 h5 {
  margin-bottom: 0;
}
.cid-tqFCTNWGY3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFCTNWGY3 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFCTNWGY3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFCTNWGY3 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFCTNWGY3 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFCTNWGY3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFCTNWGY3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFCTNWGY3 .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFCTNWGY3 .media-container-row > div {
  padding: 0px;
}
.cid-tqFCTNWGY3 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFCTNWGY3 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFCTNWGY3 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFCTNWGY3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFCTNWGY3 .social-list,
  .cid-tqFCTNWGY3 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFCTNWGY3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFCTNWGY3 .form-group {
    max-width: 180px;
  }
}
.cid-tqFCTNWGY3 .links span {
  color: #9e9e9e;
}
.cid-tqFCTNWGY3 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFCTNWGY3 .logo-title {
  text-align: center;
}
.cid-tqFDN0Mlpi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFDN0Mlpi nav.navbar {
  position: fixed;
}
.cid-tqFDN0Mlpi .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-tqFDN0Mlpi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFDN0Mlpi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFDN0Mlpi .dropdown-item:hover,
.cid-tqFDN0Mlpi .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFDN0Mlpi .dropdown-item:hover span {
  color: white;
}
.cid-tqFDN0Mlpi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFDN0Mlpi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFDN0Mlpi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFDN0Mlpi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFDN0Mlpi .nav-link {
  position: relative;
}
.cid-tqFDN0Mlpi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFDN0Mlpi .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFDN0Mlpi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFDN0Mlpi .dropdown-menu,
.cid-tqFDN0Mlpi .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFDN0Mlpi .nav-item:focus,
.cid-tqFDN0Mlpi .nav-link:focus {
  outline: none;
}
.cid-tqFDN0Mlpi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFDN0Mlpi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFDN0Mlpi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFDN0Mlpi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFDN0Mlpi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFDN0Mlpi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFDN0Mlpi .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFDN0Mlpi .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFDN0Mlpi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFDN0Mlpi .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFDN0Mlpi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFDN0Mlpi .navbar.collapsed {
  justify-content: center;
}
.cid-tqFDN0Mlpi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFDN0Mlpi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFDN0Mlpi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFDN0Mlpi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFDN0Mlpi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFDN0Mlpi .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-tqFDN0Mlpi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFDN0Mlpi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFDN0Mlpi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFDN0Mlpi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFDN0Mlpi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFDN0Mlpi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFDN0Mlpi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFDN0Mlpi .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-tqFDN0Mlpi .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFDN0Mlpi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFDN0Mlpi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFDN0Mlpi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFDN0Mlpi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFDN0Mlpi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFDN0Mlpi .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFDN0Mlpi .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFDN0Mlpi .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFDN0Mlpi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFDN0Mlpi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFDN0Mlpi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFDN0Mlpi .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFDN0Mlpi .dropdown-item.active,
.cid-tqFDN0Mlpi .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFDN0Mlpi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFDN0Mlpi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFDN0Mlpi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFDN0Mlpi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFDN0Mlpi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFDN0Mlpi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFDN0Mlpi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFDN0Mlpi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFDN0Mlpi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFDN0Mlpi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFDN0Mlpi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFDN0Mlpi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFDN0Mlpi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFDN0Mlpi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFDN0Mlpi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFDN0Mlpi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFDN0Mlpi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFDN0Mlpi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFDN0Mlpi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFDN0Mlpi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFDN0Mlpi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFDN0Mlpi .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFDN0Mlpi .navbar {
    height: 80px;
  }
  .cid-tqFDN0Mlpi .navbar.opened {
    height: auto;
  }
  .cid-tqFDN0Mlpi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFDN0Mlpi .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFDN0Mlpi .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFDN0Mlpi .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFDN0Mlpi .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFDN0Mlpi .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFDN0Mlpi .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFDN0Mlpi .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFDN1RRDK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFDN1RRDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFDN1RRDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFDN1RRDK .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFDN2vfpz {
  background-image: url("../../../assets/images/21-1-740x494.jpg");
}
.cid-tqFDN2vfpz .mbr-section-title {
  color: #ffffff;
}
.cid-tqFDN2vfpz .mbr-text,
.cid-tqFDN2vfpz .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFDN31PY0 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFDN31PY0 .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFDN31PY0 .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFDN31PY0 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFDN31PY0 p {
  color: #464646;
}
.cid-tqFDN31PY0 h2 {
  color: #000000;
}
.cid-tqFDN31PY0 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFDN31PY0 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFDN31PY0 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFDN31PY0 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFDN31PY0 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFDN31PY0 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFDN31PY0 .mbr-text {
    text-align: center;
  }
}
.cid-tqFDN31PY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFDN31PY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFDN31PY0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFDN31PY0 P {
  color: #ffffff;
}
.cid-tqFDN3x9pq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFDN3x9pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFDN3x9pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFDN3x9pq .container {
    max-width: 1400px;
  }
}
.cid-tqFDN3x9pq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFDN3x9pq .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFDN3x9pq .row {
  justify-content: center;
}
.cid-tqFDN3x9pq .card-title,
.cid-tqFDN3x9pq .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFDN4iDlw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFDN4iDlw img {
  width: 120px;
  margin: auto;
}
.cid-tqFDN4iDlw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFDN4iDlw .card {
    max-width: 12.5%;
  }
}
.cid-tqFDN4iDlw .mbr-section-title {
  color: #2a8013;
}
.cid-tqFDN4K7eh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFDN4K7eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFDN4K7eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFDN4K7eh .container,
.cid-tqFDN4K7eh .container-fluid {
  position: relative;
}
.cid-tqFDN4K7eh .row {
  justify-content: left;
}
.cid-tqFDN4K7eh .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFDN4K7eh .mbr-section-title {
  color: #ffffff;
}
.cid-tqFDN4K7eh .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFDN4K7eh .mbr-text {
  color: #2B2B2B;
}
.cid-tqFDN4K7eh .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFDN4K7eh .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFDN4K7eh .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFDN4K7eh .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFDN4K7eh .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFDN4K7eh .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFDN4K7eh .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFDN5a4BE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFDN5a4BE .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFDN5a4BE .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFDN5a4BE .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFDN5a4BE .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFDN5a4BE .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFDN5a4BE .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFDN5a4BE .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFDN5a4BE .input-group-btn {
  padding-left: 0;
}
.cid-tqFDN5a4BE .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFDN5a4BE .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFDN5a4BE .mbr-text {
  color: #444;
}
.cid-tqFDN5a4BE h5 {
  margin-bottom: 0;
}
.cid-tqFDN5a4BE .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFDN5a4BE .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFDN5a4BE .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFDN5a4BE .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFDN5a4BE .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFDN5a4BE .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFDN5a4BE .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFDN5a4BE .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFDN5a4BE .media-container-row > div {
  padding: 0px;
}
.cid-tqFDN5a4BE .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFDN5a4BE .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFDN5a4BE .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFDN5a4BE .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFDN5a4BE .social-list,
  .cid-tqFDN5a4BE .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFDN5a4BE h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFDN5a4BE .form-group {
    max-width: 180px;
  }
}
.cid-tqFDN5a4BE .links span {
  color: #9e9e9e;
}
.cid-tqFDN5a4BE .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFDN5a4BE .logo-title {
  text-align: center;
}
.cid-tqFFQwGZ82 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFFQwGZ82 nav.navbar {
  position: fixed;
}
.cid-tqFFQwGZ82 .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-tqFFQwGZ82 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFFQwGZ82 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFFQwGZ82 .dropdown-item:hover,
.cid-tqFFQwGZ82 .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFFQwGZ82 .dropdown-item:hover span {
  color: white;
}
.cid-tqFFQwGZ82 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFFQwGZ82 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFFQwGZ82 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFFQwGZ82 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFFQwGZ82 .nav-link {
  position: relative;
}
.cid-tqFFQwGZ82 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFFQwGZ82 .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFFQwGZ82 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFFQwGZ82 .dropdown-menu,
.cid-tqFFQwGZ82 .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFFQwGZ82 .nav-item:focus,
.cid-tqFFQwGZ82 .nav-link:focus {
  outline: none;
}
.cid-tqFFQwGZ82 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFFQwGZ82 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFFQwGZ82 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFFQwGZ82 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFFQwGZ82 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFFQwGZ82 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFFQwGZ82 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFFQwGZ82 .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFFQwGZ82 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFFQwGZ82 .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFFQwGZ82 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFFQwGZ82 .navbar.collapsed {
  justify-content: center;
}
.cid-tqFFQwGZ82 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFFQwGZ82 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFFQwGZ82 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFFQwGZ82 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFFQwGZ82 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFFQwGZ82 .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-tqFFQwGZ82 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFFQwGZ82 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFFQwGZ82 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFFQwGZ82 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFFQwGZ82 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFFQwGZ82 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFFQwGZ82 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFFQwGZ82 .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-tqFFQwGZ82 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFFQwGZ82 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFFQwGZ82 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFFQwGZ82 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFFQwGZ82 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFFQwGZ82 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFFQwGZ82 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFFQwGZ82 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFFQwGZ82 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFFQwGZ82 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFFQwGZ82 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFFQwGZ82 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFFQwGZ82 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFFQwGZ82 .dropdown-item.active,
.cid-tqFFQwGZ82 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFFQwGZ82 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFFQwGZ82 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFFQwGZ82 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFFQwGZ82 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFFQwGZ82 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFFQwGZ82 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFFQwGZ82 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFFQwGZ82 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFFQwGZ82 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFFQwGZ82 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFFQwGZ82 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFFQwGZ82 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFFQwGZ82 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFFQwGZ82 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFFQwGZ82 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFFQwGZ82 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFFQwGZ82 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFFQwGZ82 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFFQwGZ82 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFFQwGZ82 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFFQwGZ82 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFFQwGZ82 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFFQwGZ82 .navbar {
    height: 80px;
  }
  .cid-tqFFQwGZ82 .navbar.opened {
    height: auto;
  }
  .cid-tqFFQwGZ82 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFFQwGZ82 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFFQwGZ82 .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFFQwGZ82 .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFFQwGZ82 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFFQwGZ82 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFFQwGZ82 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFFQwGZ82 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFFQxMKLU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFFQxMKLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFFQxMKLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFFQxMKLU .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFFQyDQCk {
  background-image: url("../../../assets/images/close-up-young-man-taking-box-fr-1-740x493.jpg");
}
.cid-tqFFQyDQCk .mbr-section-title {
  color: #ffffff;
}
.cid-tqFFQyDQCk .mbr-text,
.cid-tqFFQyDQCk .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFFQz9T5Q {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFFQz9T5Q .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFFQz9T5Q .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFFQz9T5Q h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFFQz9T5Q p {
  color: #464646;
}
.cid-tqFFQz9T5Q h2 {
  color: #000000;
}
.cid-tqFFQz9T5Q .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFFQz9T5Q .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFFQz9T5Q .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFFQz9T5Q .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFFQz9T5Q .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFFQz9T5Q .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFFQz9T5Q .mbr-text {
    text-align: center;
  }
}
.cid-tqFFQz9T5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFFQz9T5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFFQz9T5Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFFQz9T5Q P {
  color: #ffffff;
}
.cid-tqFFQzEKVR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFFQzEKVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFFQzEKVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFFQzEKVR .container {
    max-width: 1400px;
  }
}
.cid-tqFFQzEKVR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFFQzEKVR .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFFQzEKVR .row {
  justify-content: center;
}
.cid-tqFFQzEKVR .card-title,
.cid-tqFFQzEKVR .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFFQAhtwf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFFQAhtwf img {
  width: 120px;
  margin: auto;
}
.cid-tqFFQAhtwf .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFFQAhtwf .card {
    max-width: 12.5%;
  }
}
.cid-tqFFQAhtwf .mbr-section-title {
  color: #2a8013;
}
.cid-tqFFQAMmQG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFFQAMmQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFFQAMmQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFFQAMmQG .container,
.cid-tqFFQAMmQG .container-fluid {
  position: relative;
}
.cid-tqFFQAMmQG .row {
  justify-content: left;
}
.cid-tqFFQAMmQG .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFFQAMmQG .mbr-section-title {
  color: #ffffff;
}
.cid-tqFFQAMmQG .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFFQAMmQG .mbr-text {
  color: #2B2B2B;
}
.cid-tqFFQAMmQG .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFFQAMmQG .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFFQAMmQG .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFFQAMmQG .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFFQAMmQG .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFFQAMmQG .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFFQAMmQG .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFFQB92Qt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFFQB92Qt .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFFQB92Qt .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFFQB92Qt .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFFQB92Qt .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFFQB92Qt .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFFQB92Qt .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFFQB92Qt .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFFQB92Qt .input-group-btn {
  padding-left: 0;
}
.cid-tqFFQB92Qt .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFFQB92Qt .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFFQB92Qt .mbr-text {
  color: #444;
}
.cid-tqFFQB92Qt h5 {
  margin-bottom: 0;
}
.cid-tqFFQB92Qt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFFQB92Qt .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFFQB92Qt .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFFQB92Qt .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFFQB92Qt .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFFQB92Qt .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFFQB92Qt .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFFQB92Qt .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFFQB92Qt .media-container-row > div {
  padding: 0px;
}
.cid-tqFFQB92Qt .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFFQB92Qt .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFFQB92Qt .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFFQB92Qt .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFFQB92Qt .social-list,
  .cid-tqFFQB92Qt .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFFQB92Qt h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFFQB92Qt .form-group {
    max-width: 180px;
  }
}
.cid-tqFFQB92Qt .links span {
  color: #9e9e9e;
}
.cid-tqFFQB92Qt .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFFQB92Qt .logo-title {
  text-align: center;
}
.cid-tqFGzLJNv7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFGzLJNv7 nav.navbar {
  position: fixed;
}
.cid-tqFGzLJNv7 .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-tqFGzLJNv7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFGzLJNv7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFGzLJNv7 .dropdown-item:hover,
.cid-tqFGzLJNv7 .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFGzLJNv7 .dropdown-item:hover span {
  color: white;
}
.cid-tqFGzLJNv7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFGzLJNv7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFGzLJNv7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFGzLJNv7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFGzLJNv7 .nav-link {
  position: relative;
}
.cid-tqFGzLJNv7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFGzLJNv7 .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFGzLJNv7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFGzLJNv7 .dropdown-menu,
.cid-tqFGzLJNv7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFGzLJNv7 .nav-item:focus,
.cid-tqFGzLJNv7 .nav-link:focus {
  outline: none;
}
.cid-tqFGzLJNv7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFGzLJNv7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFGzLJNv7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFGzLJNv7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFGzLJNv7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFGzLJNv7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFGzLJNv7 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFGzLJNv7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFGzLJNv7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFGzLJNv7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFGzLJNv7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFGzLJNv7 .navbar.collapsed {
  justify-content: center;
}
.cid-tqFGzLJNv7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFGzLJNv7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFGzLJNv7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFGzLJNv7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFGzLJNv7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFGzLJNv7 .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-tqFGzLJNv7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFGzLJNv7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFGzLJNv7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFGzLJNv7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFGzLJNv7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFGzLJNv7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFGzLJNv7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFGzLJNv7 .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-tqFGzLJNv7 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFGzLJNv7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFGzLJNv7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFGzLJNv7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFGzLJNv7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFGzLJNv7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFGzLJNv7 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFGzLJNv7 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFGzLJNv7 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFGzLJNv7 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFGzLJNv7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFGzLJNv7 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFGzLJNv7 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFGzLJNv7 .dropdown-item.active,
.cid-tqFGzLJNv7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFGzLJNv7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFGzLJNv7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFGzLJNv7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFGzLJNv7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFGzLJNv7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFGzLJNv7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFGzLJNv7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFGzLJNv7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFGzLJNv7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFGzLJNv7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFGzLJNv7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFGzLJNv7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFGzLJNv7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFGzLJNv7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFGzLJNv7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFGzLJNv7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFGzLJNv7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFGzLJNv7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFGzLJNv7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFGzLJNv7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFGzLJNv7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFGzLJNv7 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFGzLJNv7 .navbar {
    height: 80px;
  }
  .cid-tqFGzLJNv7 .navbar.opened {
    height: auto;
  }
  .cid-tqFGzLJNv7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFGzLJNv7 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFGzLJNv7 .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFGzLJNv7 .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFGzLJNv7 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFGzLJNv7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFGzLJNv7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFGzLJNv7 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFGzN8b6i {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFGzN8b6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFGzN8b6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFGzN8b6i .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFGzNPglh {
  background-image: url("../../../assets/images/mbr-1-1920x1282.jpg");
}
.cid-tqFGzNPglh .mbr-section-title {
  color: #ffffff;
}
.cid-tqFGzNPglh .mbr-text,
.cid-tqFGzNPglh .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFGzOjiYD {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFGzOjiYD .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFGzOjiYD .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFGzOjiYD h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFGzOjiYD p {
  color: #464646;
}
.cid-tqFGzOjiYD h2 {
  color: #000000;
}
.cid-tqFGzOjiYD .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFGzOjiYD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFGzOjiYD .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFGzOjiYD .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFGzOjiYD .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFGzOjiYD .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFGzOjiYD .mbr-text {
    text-align: center;
  }
}
.cid-tqFGzOjiYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFGzOjiYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFGzOjiYD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFGzOjiYD P {
  color: #ffffff;
}
.cid-tqFGzOT5CN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFGzOT5CN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFGzOT5CN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFGzOT5CN .container {
    max-width: 1400px;
  }
}
.cid-tqFGzOT5CN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFGzOT5CN .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFGzOT5CN .row {
  justify-content: center;
}
.cid-tqFGzOT5CN .card-title,
.cid-tqFGzOT5CN .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFGzPsR88 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFGzPsR88 img {
  width: 120px;
  margin: auto;
}
.cid-tqFGzPsR88 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFGzPsR88 .card {
    max-width: 12.5%;
  }
}
.cid-tqFGzPsR88 .mbr-section-title {
  color: #2a8013;
}
.cid-tqFGzPWtHz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFGzPWtHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFGzPWtHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFGzPWtHz .container,
.cid-tqFGzPWtHz .container-fluid {
  position: relative;
}
.cid-tqFGzPWtHz .row {
  justify-content: left;
}
.cid-tqFGzPWtHz .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFGzPWtHz .mbr-section-title {
  color: #ffffff;
}
.cid-tqFGzPWtHz .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFGzPWtHz .mbr-text {
  color: #2B2B2B;
}
.cid-tqFGzPWtHz .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFGzPWtHz .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFGzPWtHz .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFGzPWtHz .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFGzPWtHz .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFGzPWtHz .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFGzPWtHz .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFGzQoRaH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFGzQoRaH .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFGzQoRaH .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFGzQoRaH .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFGzQoRaH .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFGzQoRaH .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFGzQoRaH .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFGzQoRaH .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFGzQoRaH .input-group-btn {
  padding-left: 0;
}
.cid-tqFGzQoRaH .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFGzQoRaH .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFGzQoRaH .mbr-text {
  color: #444;
}
.cid-tqFGzQoRaH h5 {
  margin-bottom: 0;
}
.cid-tqFGzQoRaH .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFGzQoRaH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFGzQoRaH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFGzQoRaH .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFGzQoRaH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFGzQoRaH .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFGzQoRaH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFGzQoRaH .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFGzQoRaH .media-container-row > div {
  padding: 0px;
}
.cid-tqFGzQoRaH .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFGzQoRaH .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFGzQoRaH .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFGzQoRaH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFGzQoRaH .social-list,
  .cid-tqFGzQoRaH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFGzQoRaH h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFGzQoRaH .form-group {
    max-width: 180px;
  }
}
.cid-tqFGzQoRaH .links span {
  color: #9e9e9e;
}
.cid-tqFGzQoRaH .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFGzQoRaH .logo-title {
  text-align: center;
}
.cid-tqFH9U1d9E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFH9U1d9E nav.navbar {
  position: fixed;
}
.cid-tqFH9U1d9E .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-tqFH9U1d9E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFH9U1d9E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFH9U1d9E .dropdown-item:hover,
.cid-tqFH9U1d9E .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFH9U1d9E .dropdown-item:hover span {
  color: white;
}
.cid-tqFH9U1d9E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFH9U1d9E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFH9U1d9E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFH9U1d9E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFH9U1d9E .nav-link {
  position: relative;
}
.cid-tqFH9U1d9E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFH9U1d9E .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFH9U1d9E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFH9U1d9E .dropdown-menu,
.cid-tqFH9U1d9E .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFH9U1d9E .nav-item:focus,
.cid-tqFH9U1d9E .nav-link:focus {
  outline: none;
}
.cid-tqFH9U1d9E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFH9U1d9E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFH9U1d9E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFH9U1d9E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFH9U1d9E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFH9U1d9E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFH9U1d9E .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFH9U1d9E .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFH9U1d9E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFH9U1d9E .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFH9U1d9E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFH9U1d9E .navbar.collapsed {
  justify-content: center;
}
.cid-tqFH9U1d9E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFH9U1d9E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFH9U1d9E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFH9U1d9E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFH9U1d9E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFH9U1d9E .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-tqFH9U1d9E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFH9U1d9E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFH9U1d9E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFH9U1d9E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFH9U1d9E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFH9U1d9E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFH9U1d9E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFH9U1d9E .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-tqFH9U1d9E .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFH9U1d9E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFH9U1d9E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFH9U1d9E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFH9U1d9E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFH9U1d9E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFH9U1d9E .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFH9U1d9E .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFH9U1d9E .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFH9U1d9E .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFH9U1d9E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFH9U1d9E .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFH9U1d9E .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFH9U1d9E .dropdown-item.active,
.cid-tqFH9U1d9E .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFH9U1d9E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFH9U1d9E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFH9U1d9E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFH9U1d9E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFH9U1d9E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFH9U1d9E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFH9U1d9E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFH9U1d9E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFH9U1d9E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFH9U1d9E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFH9U1d9E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFH9U1d9E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFH9U1d9E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFH9U1d9E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFH9U1d9E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFH9U1d9E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFH9U1d9E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFH9U1d9E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFH9U1d9E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFH9U1d9E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFH9U1d9E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFH9U1d9E .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFH9U1d9E .navbar {
    height: 80px;
  }
  .cid-tqFH9U1d9E .navbar.opened {
    height: auto;
  }
  .cid-tqFH9U1d9E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFH9U1d9E .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFH9U1d9E .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFH9U1d9E .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFH9U1d9E .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFH9U1d9E .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFH9U1d9E .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFH9U1d9E .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFH9WBe4v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFH9WBe4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFH9WBe4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFH9WBe4v .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFH9XYdMt {
  background-image: url("../../../assets/images/close-up-hands-holding-box-2000x1331.jpg");
}
.cid-tqFH9XYdMt .mbr-section-title {
  color: #ffffff;
}
.cid-tqFH9XYdMt .mbr-text,
.cid-tqFH9XYdMt .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFH9YQegK {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFH9YQegK .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFH9YQegK .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFH9YQegK h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFH9YQegK p {
  color: #464646;
}
.cid-tqFH9YQegK h2 {
  color: #000000;
}
.cid-tqFH9YQegK .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFH9YQegK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFH9YQegK .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFH9YQegK .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFH9YQegK .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFH9YQegK .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFH9YQegK .mbr-text {
    text-align: center;
  }
}
.cid-tqFH9YQegK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFH9YQegK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFH9YQegK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFH9YQegK P {
  color: #ffffff;
}
.cid-tqFH9ZMPn9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFH9ZMPn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFH9ZMPn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFH9ZMPn9 .container {
    max-width: 1400px;
  }
}
.cid-tqFH9ZMPn9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFH9ZMPn9 .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFH9ZMPn9 .row {
  justify-content: center;
}
.cid-tqFH9ZMPn9 .card-title,
.cid-tqFH9ZMPn9 .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFHa12bhr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFHa12bhr img {
  width: 120px;
  margin: auto;
}
.cid-tqFHa12bhr .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFHa12bhr .card {
    max-width: 12.5%;
  }
}
.cid-tqFHa12bhr .mbr-section-title {
  color: #2a8013;
}
.cid-tqFHa1WevO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFHa1WevO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFHa1WevO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFHa1WevO .container,
.cid-tqFHa1WevO .container-fluid {
  position: relative;
}
.cid-tqFHa1WevO .row {
  justify-content: left;
}
.cid-tqFHa1WevO .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFHa1WevO .mbr-section-title {
  color: #ffffff;
}
.cid-tqFHa1WevO .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFHa1WevO .mbr-text {
  color: #2B2B2B;
}
.cid-tqFHa1WevO .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFHa1WevO .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFHa1WevO .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFHa1WevO .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFHa1WevO .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFHa1WevO .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFHa1WevO .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFHa2WAjj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFHa2WAjj .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFHa2WAjj .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFHa2WAjj .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFHa2WAjj .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFHa2WAjj .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFHa2WAjj .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFHa2WAjj .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFHa2WAjj .input-group-btn {
  padding-left: 0;
}
.cid-tqFHa2WAjj .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFHa2WAjj .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFHa2WAjj .mbr-text {
  color: #444;
}
.cid-tqFHa2WAjj h5 {
  margin-bottom: 0;
}
.cid-tqFHa2WAjj .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFHa2WAjj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFHa2WAjj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFHa2WAjj .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFHa2WAjj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFHa2WAjj .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFHa2WAjj .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFHa2WAjj .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFHa2WAjj .media-container-row > div {
  padding: 0px;
}
.cid-tqFHa2WAjj .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFHa2WAjj .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFHa2WAjj .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFHa2WAjj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFHa2WAjj .social-list,
  .cid-tqFHa2WAjj .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFHa2WAjj h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFHa2WAjj .form-group {
    max-width: 180px;
  }
}
.cid-tqFHa2WAjj .links span {
  color: #9e9e9e;
}
.cid-tqFHa2WAjj .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFHa2WAjj .logo-title {
  text-align: center;
}
.cid-tqFHqINUQu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFHqINUQu nav.navbar {
  position: fixed;
}
.cid-tqFHqINUQu .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-tqFHqINUQu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFHqINUQu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFHqINUQu .dropdown-item:hover,
.cid-tqFHqINUQu .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFHqINUQu .dropdown-item:hover span {
  color: white;
}
.cid-tqFHqINUQu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFHqINUQu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFHqINUQu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFHqINUQu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFHqINUQu .nav-link {
  position: relative;
}
.cid-tqFHqINUQu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFHqINUQu .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFHqINUQu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFHqINUQu .dropdown-menu,
.cid-tqFHqINUQu .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFHqINUQu .nav-item:focus,
.cid-tqFHqINUQu .nav-link:focus {
  outline: none;
}
.cid-tqFHqINUQu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFHqINUQu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFHqINUQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFHqINUQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFHqINUQu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFHqINUQu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFHqINUQu .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFHqINUQu .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFHqINUQu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFHqINUQu .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFHqINUQu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFHqINUQu .navbar.collapsed {
  justify-content: center;
}
.cid-tqFHqINUQu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFHqINUQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFHqINUQu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFHqINUQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFHqINUQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFHqINUQu .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-tqFHqINUQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFHqINUQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFHqINUQu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFHqINUQu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFHqINUQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFHqINUQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFHqINUQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFHqINUQu .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-tqFHqINUQu .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFHqINUQu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFHqINUQu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFHqINUQu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFHqINUQu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFHqINUQu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFHqINUQu .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFHqINUQu .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFHqINUQu .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFHqINUQu .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFHqINUQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFHqINUQu .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFHqINUQu .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFHqINUQu .dropdown-item.active,
.cid-tqFHqINUQu .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFHqINUQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFHqINUQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFHqINUQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFHqINUQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFHqINUQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFHqINUQu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFHqINUQu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFHqINUQu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFHqINUQu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFHqINUQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFHqINUQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFHqINUQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFHqINUQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFHqINUQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFHqINUQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFHqINUQu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFHqINUQu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFHqINUQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFHqINUQu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFHqINUQu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFHqINUQu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFHqINUQu .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFHqINUQu .navbar {
    height: 80px;
  }
  .cid-tqFHqINUQu .navbar.opened {
    height: auto;
  }
  .cid-tqFHqINUQu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFHqINUQu .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFHqINUQu .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFHqINUQu .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFHqINUQu .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFHqINUQu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFHqINUQu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFHqINUQu .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFHqJOYtU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFHqJOYtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFHqJOYtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFHqJOYtU .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFHqKBUtj {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-tqFHqKBUtj .mbr-section-title {
  color: #ffffff;
}
.cid-tqFHqKBUtj .mbr-text,
.cid-tqFHqKBUtj .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFHqLvi6D {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFHqLvi6D .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFHqLvi6D .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFHqLvi6D h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFHqLvi6D p {
  color: #464646;
}
.cid-tqFHqLvi6D h2 {
  color: #000000;
}
.cid-tqFHqLvi6D .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFHqLvi6D .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFHqLvi6D .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFHqLvi6D .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFHqLvi6D .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFHqLvi6D .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFHqLvi6D .mbr-text {
    text-align: center;
  }
}
.cid-tqFHqLvi6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFHqLvi6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFHqLvi6D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFHqLvi6D P {
  color: #ffffff;
}
.cid-tqFHqMmppp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFHqMmppp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFHqMmppp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFHqMmppp .container {
    max-width: 1400px;
  }
}
.cid-tqFHqMmppp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFHqMmppp .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFHqMmppp .row {
  justify-content: center;
}
.cid-tqFHqMmppp .card-title,
.cid-tqFHqMmppp .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFHqNDYT7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFHqNDYT7 img {
  width: 120px;
  margin: auto;
}
.cid-tqFHqNDYT7 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFHqNDYT7 .card {
    max-width: 12.5%;
  }
}
.cid-tqFHqNDYT7 .mbr-section-title {
  color: #2a8013;
}
.cid-tqFHqPsx9Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFHqPsx9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFHqPsx9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFHqPsx9Y .container,
.cid-tqFHqPsx9Y .container-fluid {
  position: relative;
}
.cid-tqFHqPsx9Y .row {
  justify-content: left;
}
.cid-tqFHqPsx9Y .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFHqPsx9Y .mbr-section-title {
  color: #ffffff;
}
.cid-tqFHqPsx9Y .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFHqPsx9Y .mbr-text {
  color: #2B2B2B;
}
.cid-tqFHqPsx9Y .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFHqPsx9Y .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFHqPsx9Y .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFHqPsx9Y .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFHqPsx9Y .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFHqPsx9Y .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFHqPsx9Y .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFHqQroJB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFHqQroJB .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFHqQroJB .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFHqQroJB .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFHqQroJB .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFHqQroJB .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFHqQroJB .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFHqQroJB .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFHqQroJB .input-group-btn {
  padding-left: 0;
}
.cid-tqFHqQroJB .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFHqQroJB .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFHqQroJB .mbr-text {
  color: #444;
}
.cid-tqFHqQroJB h5 {
  margin-bottom: 0;
}
.cid-tqFHqQroJB .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFHqQroJB .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFHqQroJB .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFHqQroJB .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFHqQroJB .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFHqQroJB .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFHqQroJB .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFHqQroJB .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFHqQroJB .media-container-row > div {
  padding: 0px;
}
.cid-tqFHqQroJB .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFHqQroJB .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFHqQroJB .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFHqQroJB .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFHqQroJB .social-list,
  .cid-tqFHqQroJB .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFHqQroJB h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFHqQroJB .form-group {
    max-width: 180px;
  }
}
.cid-tqFHqQroJB .links span {
  color: #9e9e9e;
}
.cid-tqFHqQroJB .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFHqQroJB .logo-title {
  text-align: center;
}
.cid-tqFIYZlMS5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFIYZlMS5 nav.navbar {
  position: fixed;
}
.cid-tqFIYZlMS5 .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-tqFIYZlMS5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFIYZlMS5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFIYZlMS5 .dropdown-item:hover,
.cid-tqFIYZlMS5 .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFIYZlMS5 .dropdown-item:hover span {
  color: white;
}
.cid-tqFIYZlMS5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFIYZlMS5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFIYZlMS5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFIYZlMS5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFIYZlMS5 .nav-link {
  position: relative;
}
.cid-tqFIYZlMS5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFIYZlMS5 .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFIYZlMS5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFIYZlMS5 .dropdown-menu,
.cid-tqFIYZlMS5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFIYZlMS5 .nav-item:focus,
.cid-tqFIYZlMS5 .nav-link:focus {
  outline: none;
}
.cid-tqFIYZlMS5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFIYZlMS5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFIYZlMS5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFIYZlMS5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFIYZlMS5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFIYZlMS5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFIYZlMS5 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFIYZlMS5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFIYZlMS5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFIYZlMS5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFIYZlMS5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFIYZlMS5 .navbar.collapsed {
  justify-content: center;
}
.cid-tqFIYZlMS5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFIYZlMS5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFIYZlMS5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFIYZlMS5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFIYZlMS5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFIYZlMS5 .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-tqFIYZlMS5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFIYZlMS5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFIYZlMS5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFIYZlMS5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFIYZlMS5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFIYZlMS5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFIYZlMS5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFIYZlMS5 .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-tqFIYZlMS5 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFIYZlMS5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFIYZlMS5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFIYZlMS5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFIYZlMS5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFIYZlMS5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFIYZlMS5 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFIYZlMS5 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFIYZlMS5 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFIYZlMS5 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFIYZlMS5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFIYZlMS5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFIYZlMS5 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFIYZlMS5 .dropdown-item.active,
.cid-tqFIYZlMS5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFIYZlMS5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFIYZlMS5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFIYZlMS5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFIYZlMS5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFIYZlMS5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFIYZlMS5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFIYZlMS5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFIYZlMS5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFIYZlMS5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFIYZlMS5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFIYZlMS5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFIYZlMS5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFIYZlMS5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFIYZlMS5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFIYZlMS5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFIYZlMS5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFIYZlMS5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFIYZlMS5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFIYZlMS5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFIYZlMS5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFIYZlMS5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFIYZlMS5 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFIYZlMS5 .navbar {
    height: 80px;
  }
  .cid-tqFIYZlMS5 .navbar.opened {
    height: auto;
  }
  .cid-tqFIYZlMS5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFIYZlMS5 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFIYZlMS5 .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFIYZlMS5 .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFIYZlMS5 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFIYZlMS5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFIYZlMS5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFIYZlMS5 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFIZ0BQYZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFIZ0BQYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFIZ0BQYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFIZ0BQYZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFIZ1gWgM {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tqFIZ1gWgM .mbr-section-title {
  color: #ffffff;
}
.cid-tqFIZ1gWgM .mbr-text,
.cid-tqFIZ1gWgM .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFIZ1R0fn {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFIZ1R0fn .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFIZ1R0fn .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFIZ1R0fn h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFIZ1R0fn p {
  color: #464646;
}
.cid-tqFIZ1R0fn h2 {
  color: #000000;
}
.cid-tqFIZ1R0fn .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFIZ1R0fn .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFIZ1R0fn .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFIZ1R0fn .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFIZ1R0fn .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFIZ1R0fn .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFIZ1R0fn .mbr-text {
    text-align: center;
  }
}
.cid-tqFIZ1R0fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFIZ1R0fn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFIZ1R0fn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFIZ1R0fn P {
  color: #ffffff;
}
.cid-tqFIZ2jEjI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFIZ2jEjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFIZ2jEjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFIZ2jEjI .container {
    max-width: 1400px;
  }
}
.cid-tqFIZ2jEjI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFIZ2jEjI .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFIZ2jEjI .row {
  justify-content: center;
}
.cid-tqFIZ2jEjI .card-title,
.cid-tqFIZ2jEjI .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFIZ2R3nF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFIZ2R3nF img {
  width: 120px;
  margin: auto;
}
.cid-tqFIZ2R3nF .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFIZ2R3nF .card {
    max-width: 12.5%;
  }
}
.cid-tqFIZ2R3nF .mbr-section-title {
  color: #2a8013;
}
.cid-tqFIZ3FNoX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFIZ3FNoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFIZ3FNoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFIZ3FNoX .container,
.cid-tqFIZ3FNoX .container-fluid {
  position: relative;
}
.cid-tqFIZ3FNoX .row {
  justify-content: left;
}
.cid-tqFIZ3FNoX .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFIZ3FNoX .mbr-section-title {
  color: #ffffff;
}
.cid-tqFIZ3FNoX .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFIZ3FNoX .mbr-text {
  color: #2B2B2B;
}
.cid-tqFIZ3FNoX .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFIZ3FNoX .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFIZ3FNoX .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFIZ3FNoX .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFIZ3FNoX .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFIZ3FNoX .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFIZ3FNoX .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFIZ4jHW1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFIZ4jHW1 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFIZ4jHW1 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFIZ4jHW1 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFIZ4jHW1 .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFIZ4jHW1 .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFIZ4jHW1 .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFIZ4jHW1 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFIZ4jHW1 .input-group-btn {
  padding-left: 0;
}
.cid-tqFIZ4jHW1 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFIZ4jHW1 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFIZ4jHW1 .mbr-text {
  color: #444;
}
.cid-tqFIZ4jHW1 h5 {
  margin-bottom: 0;
}
.cid-tqFIZ4jHW1 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFIZ4jHW1 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFIZ4jHW1 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFIZ4jHW1 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFIZ4jHW1 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFIZ4jHW1 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFIZ4jHW1 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFIZ4jHW1 .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFIZ4jHW1 .media-container-row > div {
  padding: 0px;
}
.cid-tqFIZ4jHW1 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFIZ4jHW1 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFIZ4jHW1 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFIZ4jHW1 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFIZ4jHW1 .social-list,
  .cid-tqFIZ4jHW1 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFIZ4jHW1 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFIZ4jHW1 .form-group {
    max-width: 180px;
  }
}
.cid-tqFIZ4jHW1 .links span {
  color: #9e9e9e;
}
.cid-tqFIZ4jHW1 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFIZ4jHW1 .logo-title {
  text-align: center;
}
.cid-tqFJfcDH17 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFJfcDH17 nav.navbar {
  position: fixed;
}
.cid-tqFJfcDH17 .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-tqFJfcDH17 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFJfcDH17 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFJfcDH17 .dropdown-item:hover,
.cid-tqFJfcDH17 .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFJfcDH17 .dropdown-item:hover span {
  color: white;
}
.cid-tqFJfcDH17 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFJfcDH17 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFJfcDH17 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFJfcDH17 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFJfcDH17 .nav-link {
  position: relative;
}
.cid-tqFJfcDH17 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFJfcDH17 .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFJfcDH17 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFJfcDH17 .dropdown-menu,
.cid-tqFJfcDH17 .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFJfcDH17 .nav-item:focus,
.cid-tqFJfcDH17 .nav-link:focus {
  outline: none;
}
.cid-tqFJfcDH17 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFJfcDH17 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFJfcDH17 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFJfcDH17 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFJfcDH17 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFJfcDH17 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFJfcDH17 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFJfcDH17 .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFJfcDH17 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFJfcDH17 .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFJfcDH17 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFJfcDH17 .navbar.collapsed {
  justify-content: center;
}
.cid-tqFJfcDH17 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFJfcDH17 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFJfcDH17 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFJfcDH17 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFJfcDH17 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFJfcDH17 .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-tqFJfcDH17 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFJfcDH17 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFJfcDH17 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFJfcDH17 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFJfcDH17 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFJfcDH17 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFJfcDH17 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFJfcDH17 .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-tqFJfcDH17 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFJfcDH17 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFJfcDH17 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFJfcDH17 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFJfcDH17 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFJfcDH17 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFJfcDH17 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFJfcDH17 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFJfcDH17 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFJfcDH17 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFJfcDH17 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFJfcDH17 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFJfcDH17 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFJfcDH17 .dropdown-item.active,
.cid-tqFJfcDH17 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFJfcDH17 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFJfcDH17 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFJfcDH17 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFJfcDH17 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFJfcDH17 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFJfcDH17 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFJfcDH17 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFJfcDH17 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFJfcDH17 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFJfcDH17 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFJfcDH17 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFJfcDH17 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFJfcDH17 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFJfcDH17 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFJfcDH17 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFJfcDH17 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFJfcDH17 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFJfcDH17 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFJfcDH17 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFJfcDH17 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFJfcDH17 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFJfcDH17 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFJfcDH17 .navbar {
    height: 80px;
  }
  .cid-tqFJfcDH17 .navbar.opened {
    height: auto;
  }
  .cid-tqFJfcDH17 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFJfcDH17 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFJfcDH17 .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFJfcDH17 .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFJfcDH17 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFJfcDH17 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFJfcDH17 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFJfcDH17 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFJfdtrdK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFJfdtrdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFJfdtrdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFJfdtrdK .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFJfee6LT {
  background-image: url("../../../assets/images/img-228-2000x1500.jpg");
}
.cid-tqFJfee6LT .mbr-section-title {
  color: #ffffff;
}
.cid-tqFJfee6LT .mbr-text,
.cid-tqFJfee6LT .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFJfeIqHN {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFJfeIqHN .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFJfeIqHN .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFJfeIqHN h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFJfeIqHN p {
  color: #464646;
}
.cid-tqFJfeIqHN h2 {
  color: #000000;
}
.cid-tqFJfeIqHN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFJfeIqHN .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFJfeIqHN .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFJfeIqHN .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFJfeIqHN .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFJfeIqHN .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFJfeIqHN .mbr-text {
    text-align: center;
  }
}
.cid-tqFJfeIqHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFJfeIqHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFJfeIqHN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFJfeIqHN P {
  color: #ffffff;
}
.cid-tqFJfffMo8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFJfffMo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFJfffMo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFJfffMo8 .container {
    max-width: 1400px;
  }
}
.cid-tqFJfffMo8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFJfffMo8 .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFJfffMo8 .row {
  justify-content: center;
}
.cid-tqFJfffMo8 .card-title,
.cid-tqFJfffMo8 .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFJfgySQh {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFJfgySQh img {
  width: 120px;
  margin: auto;
}
.cid-tqFJfgySQh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFJfgySQh .card {
    max-width: 12.5%;
  }
}
.cid-tqFJfgySQh .mbr-section-title {
  color: #2a8013;
}
.cid-tqFJfh1Rgj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFJfh1Rgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFJfh1Rgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFJfh1Rgj .container,
.cid-tqFJfh1Rgj .container-fluid {
  position: relative;
}
.cid-tqFJfh1Rgj .row {
  justify-content: left;
}
.cid-tqFJfh1Rgj .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFJfh1Rgj .mbr-section-title {
  color: #ffffff;
}
.cid-tqFJfh1Rgj .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFJfh1Rgj .mbr-text {
  color: #2B2B2B;
}
.cid-tqFJfh1Rgj .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFJfh1Rgj .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFJfh1Rgj .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFJfh1Rgj .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFJfh1Rgj .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFJfh1Rgj .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFJfh1Rgj .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFJfhrGLc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFJfhrGLc .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFJfhrGLc .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFJfhrGLc .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFJfhrGLc .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFJfhrGLc .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFJfhrGLc .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFJfhrGLc .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFJfhrGLc .input-group-btn {
  padding-left: 0;
}
.cid-tqFJfhrGLc .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFJfhrGLc .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFJfhrGLc .mbr-text {
  color: #444;
}
.cid-tqFJfhrGLc h5 {
  margin-bottom: 0;
}
.cid-tqFJfhrGLc .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFJfhrGLc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFJfhrGLc .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFJfhrGLc .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFJfhrGLc .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFJfhrGLc .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFJfhrGLc .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFJfhrGLc .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFJfhrGLc .media-container-row > div {
  padding: 0px;
}
.cid-tqFJfhrGLc .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFJfhrGLc .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFJfhrGLc .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFJfhrGLc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFJfhrGLc .social-list,
  .cid-tqFJfhrGLc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFJfhrGLc h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFJfhrGLc .form-group {
    max-width: 180px;
  }
}
.cid-tqFJfhrGLc .links span {
  color: #9e9e9e;
}
.cid-tqFJfhrGLc .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFJfhrGLc .logo-title {
  text-align: center;
}
.cid-tqFKcna7EL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFKcna7EL nav.navbar {
  position: fixed;
}
.cid-tqFKcna7EL .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-tqFKcna7EL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFKcna7EL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFKcna7EL .dropdown-item:hover,
.cid-tqFKcna7EL .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFKcna7EL .dropdown-item:hover span {
  color: white;
}
.cid-tqFKcna7EL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFKcna7EL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFKcna7EL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFKcna7EL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFKcna7EL .nav-link {
  position: relative;
}
.cid-tqFKcna7EL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFKcna7EL .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFKcna7EL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFKcna7EL .dropdown-menu,
.cid-tqFKcna7EL .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFKcna7EL .nav-item:focus,
.cid-tqFKcna7EL .nav-link:focus {
  outline: none;
}
.cid-tqFKcna7EL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFKcna7EL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFKcna7EL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFKcna7EL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFKcna7EL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFKcna7EL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFKcna7EL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFKcna7EL .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFKcna7EL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFKcna7EL .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFKcna7EL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFKcna7EL .navbar.collapsed {
  justify-content: center;
}
.cid-tqFKcna7EL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFKcna7EL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFKcna7EL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFKcna7EL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFKcna7EL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFKcna7EL .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-tqFKcna7EL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFKcna7EL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFKcna7EL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFKcna7EL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFKcna7EL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFKcna7EL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFKcna7EL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFKcna7EL .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-tqFKcna7EL .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFKcna7EL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFKcna7EL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFKcna7EL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFKcna7EL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFKcna7EL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFKcna7EL .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFKcna7EL .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFKcna7EL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFKcna7EL .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFKcna7EL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFKcna7EL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFKcna7EL .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFKcna7EL .dropdown-item.active,
.cid-tqFKcna7EL .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFKcna7EL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFKcna7EL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFKcna7EL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFKcna7EL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFKcna7EL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFKcna7EL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFKcna7EL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFKcna7EL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFKcna7EL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFKcna7EL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFKcna7EL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFKcna7EL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFKcna7EL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFKcna7EL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFKcna7EL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFKcna7EL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFKcna7EL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFKcna7EL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFKcna7EL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFKcna7EL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFKcna7EL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFKcna7EL .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFKcna7EL .navbar {
    height: 80px;
  }
  .cid-tqFKcna7EL .navbar.opened {
    height: auto;
  }
  .cid-tqFKcna7EL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFKcna7EL .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFKcna7EL .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFKcna7EL .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFKcna7EL .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFKcna7EL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFKcna7EL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFKcna7EL .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFKcojoGh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFKcojoGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFKcojoGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFKcojoGh .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFKcpEjAf {
  background-image: url("../../../assets/images/hhrvp-i4-2000x1125.jpg");
}
.cid-tqFKcpEjAf .mbr-section-title {
  color: #ffffff;
}
.cid-tqFKcpEjAf .mbr-text,
.cid-tqFKcpEjAf .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFKcq7742 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFKcq7742 .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFKcq7742 .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFKcq7742 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFKcq7742 p {
  color: #464646;
}
.cid-tqFKcq7742 h2 {
  color: #000000;
}
.cid-tqFKcq7742 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFKcq7742 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFKcq7742 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFKcq7742 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFKcq7742 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFKcq7742 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFKcq7742 .mbr-text {
    text-align: center;
  }
}
.cid-tqFKcq7742 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFKcq7742 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFKcq7742 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFKcq7742 P {
  color: #ffffff;
}
.cid-tqFKcqB0s6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFKcqB0s6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFKcqB0s6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFKcqB0s6 .container {
    max-width: 1400px;
  }
}
.cid-tqFKcqB0s6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFKcqB0s6 .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFKcqB0s6 .row {
  justify-content: center;
}
.cid-tqFKcqB0s6 .card-title,
.cid-tqFKcqB0s6 .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFKcrdeXZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFKcrdeXZ img {
  width: 120px;
  margin: auto;
}
.cid-tqFKcrdeXZ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFKcrdeXZ .card {
    max-width: 12.5%;
  }
}
.cid-tqFKcrdeXZ .mbr-section-title {
  color: #2a8013;
}
.cid-tqFKcrGc3r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFKcrGc3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFKcrGc3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFKcrGc3r .container,
.cid-tqFKcrGc3r .container-fluid {
  position: relative;
}
.cid-tqFKcrGc3r .row {
  justify-content: left;
}
.cid-tqFKcrGc3r .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFKcrGc3r .mbr-section-title {
  color: #ffffff;
}
.cid-tqFKcrGc3r .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFKcrGc3r .mbr-text {
  color: #2B2B2B;
}
.cid-tqFKcrGc3r .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFKcrGc3r .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFKcrGc3r .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFKcrGc3r .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFKcrGc3r .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFKcrGc3r .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFKcrGc3r .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFKcs5ciw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFKcs5ciw .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFKcs5ciw .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFKcs5ciw .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFKcs5ciw .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFKcs5ciw .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFKcs5ciw .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFKcs5ciw .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFKcs5ciw .input-group-btn {
  padding-left: 0;
}
.cid-tqFKcs5ciw .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFKcs5ciw .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFKcs5ciw .mbr-text {
  color: #444;
}
.cid-tqFKcs5ciw h5 {
  margin-bottom: 0;
}
.cid-tqFKcs5ciw .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFKcs5ciw .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFKcs5ciw .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFKcs5ciw .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFKcs5ciw .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFKcs5ciw .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFKcs5ciw .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFKcs5ciw .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFKcs5ciw .media-container-row > div {
  padding: 0px;
}
.cid-tqFKcs5ciw .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFKcs5ciw .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFKcs5ciw .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFKcs5ciw .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFKcs5ciw .social-list,
  .cid-tqFKcs5ciw .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFKcs5ciw h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFKcs5ciw .form-group {
    max-width: 180px;
  }
}
.cid-tqFKcs5ciw .links span {
  color: #9e9e9e;
}
.cid-tqFKcs5ciw .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFKcs5ciw .logo-title {
  text-align: center;
}
.cid-tqFL92nvsu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFL92nvsu nav.navbar {
  position: fixed;
}
.cid-tqFL92nvsu .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-tqFL92nvsu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFL92nvsu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFL92nvsu .dropdown-item:hover,
.cid-tqFL92nvsu .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFL92nvsu .dropdown-item:hover span {
  color: white;
}
.cid-tqFL92nvsu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFL92nvsu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFL92nvsu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFL92nvsu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFL92nvsu .nav-link {
  position: relative;
}
.cid-tqFL92nvsu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFL92nvsu .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFL92nvsu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFL92nvsu .dropdown-menu,
.cid-tqFL92nvsu .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFL92nvsu .nav-item:focus,
.cid-tqFL92nvsu .nav-link:focus {
  outline: none;
}
.cid-tqFL92nvsu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFL92nvsu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFL92nvsu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFL92nvsu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFL92nvsu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFL92nvsu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFL92nvsu .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFL92nvsu .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFL92nvsu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFL92nvsu .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFL92nvsu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFL92nvsu .navbar.collapsed {
  justify-content: center;
}
.cid-tqFL92nvsu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFL92nvsu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFL92nvsu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFL92nvsu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFL92nvsu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFL92nvsu .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-tqFL92nvsu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFL92nvsu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFL92nvsu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFL92nvsu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFL92nvsu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFL92nvsu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFL92nvsu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFL92nvsu .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-tqFL92nvsu .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFL92nvsu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFL92nvsu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFL92nvsu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFL92nvsu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFL92nvsu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFL92nvsu .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFL92nvsu .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFL92nvsu .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFL92nvsu .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFL92nvsu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFL92nvsu .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFL92nvsu .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFL92nvsu .dropdown-item.active,
.cid-tqFL92nvsu .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFL92nvsu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFL92nvsu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFL92nvsu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFL92nvsu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFL92nvsu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFL92nvsu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFL92nvsu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFL92nvsu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFL92nvsu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFL92nvsu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFL92nvsu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFL92nvsu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFL92nvsu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFL92nvsu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFL92nvsu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFL92nvsu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFL92nvsu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFL92nvsu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFL92nvsu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFL92nvsu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFL92nvsu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFL92nvsu .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFL92nvsu .navbar {
    height: 80px;
  }
  .cid-tqFL92nvsu .navbar.opened {
    height: auto;
  }
  .cid-tqFL92nvsu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFL92nvsu .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFL92nvsu .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFL92nvsu .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFL92nvsu .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFL92nvsu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFL92nvsu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFL92nvsu .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFL93zdQK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFL93zdQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFL93zdQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFL93zdQK .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFL94eaT9 {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tqFL94eaT9 .mbr-section-title {
  color: #ffffff;
}
.cid-tqFL94eaT9 .mbr-text,
.cid-tqFL94eaT9 .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFL94IGoN {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFL94IGoN .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFL94IGoN .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFL94IGoN h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFL94IGoN p {
  color: #464646;
}
.cid-tqFL94IGoN h2 {
  color: #000000;
}
.cid-tqFL94IGoN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFL94IGoN .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFL94IGoN .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFL94IGoN .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFL94IGoN .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFL94IGoN .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFL94IGoN .mbr-text {
    text-align: center;
  }
}
.cid-tqFL94IGoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFL94IGoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFL94IGoN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFL94IGoN P {
  color: #ffffff;
}
.cid-tqFL95dt2z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFL95dt2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFL95dt2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFL95dt2z .container {
    max-width: 1400px;
  }
}
.cid-tqFL95dt2z .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFL95dt2z .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFL95dt2z .row {
  justify-content: center;
}
.cid-tqFL95dt2z .card-title,
.cid-tqFL95dt2z .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFL95LoXE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFL95LoXE img {
  width: 120px;
  margin: auto;
}
.cid-tqFL95LoXE .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFL95LoXE .card {
    max-width: 12.5%;
  }
}
.cid-tqFL95LoXE .mbr-section-title {
  color: #2a8013;
}
.cid-tqFL96cxHg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFL96cxHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFL96cxHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFL96cxHg .container,
.cid-tqFL96cxHg .container-fluid {
  position: relative;
}
.cid-tqFL96cxHg .row {
  justify-content: left;
}
.cid-tqFL96cxHg .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFL96cxHg .mbr-section-title {
  color: #ffffff;
}
.cid-tqFL96cxHg .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFL96cxHg .mbr-text {
  color: #2B2B2B;
}
.cid-tqFL96cxHg .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFL96cxHg .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFL96cxHg .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFL96cxHg .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFL96cxHg .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFL96cxHg .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFL96cxHg .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFL96H7pq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFL96H7pq .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFL96H7pq .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFL96H7pq .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFL96H7pq .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFL96H7pq .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFL96H7pq .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFL96H7pq .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFL96H7pq .input-group-btn {
  padding-left: 0;
}
.cid-tqFL96H7pq .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFL96H7pq .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFL96H7pq .mbr-text {
  color: #444;
}
.cid-tqFL96H7pq h5 {
  margin-bottom: 0;
}
.cid-tqFL96H7pq .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFL96H7pq .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFL96H7pq .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFL96H7pq .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFL96H7pq .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFL96H7pq .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFL96H7pq .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFL96H7pq .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFL96H7pq .media-container-row > div {
  padding: 0px;
}
.cid-tqFL96H7pq .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFL96H7pq .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFL96H7pq .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFL96H7pq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFL96H7pq .social-list,
  .cid-tqFL96H7pq .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFL96H7pq h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFL96H7pq .form-group {
    max-width: 180px;
  }
}
.cid-tqFL96H7pq .links span {
  color: #9e9e9e;
}
.cid-tqFL96H7pq .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFL96H7pq .logo-title {
  text-align: center;
}
.cid-tpyotmcgZU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpyotmcgZU nav.navbar {
  position: fixed;
}
.cid-tpyotmcgZU .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-tpyotmcgZU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpyotmcgZU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpyotmcgZU .dropdown-item:hover,
.cid-tpyotmcgZU .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tpyotmcgZU .dropdown-item:hover span {
  color: white;
}
.cid-tpyotmcgZU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpyotmcgZU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpyotmcgZU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpyotmcgZU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpyotmcgZU .nav-link {
  position: relative;
}
.cid-tpyotmcgZU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpyotmcgZU .container {
    flex-wrap: nowrap;
  }
}
.cid-tpyotmcgZU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpyotmcgZU .dropdown-menu,
.cid-tpyotmcgZU .navbar.opened {
  background: #ffffff !important;
}
.cid-tpyotmcgZU .nav-item:focus,
.cid-tpyotmcgZU .nav-link:focus {
  outline: none;
}
.cid-tpyotmcgZU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpyotmcgZU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpyotmcgZU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpyotmcgZU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpyotmcgZU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpyotmcgZU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpyotmcgZU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpyotmcgZU .navbar.opened {
  transition: all 0.3s;
}
.cid-tpyotmcgZU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpyotmcgZU .navbar .navbar-logo img {
  width: auto;
}
.cid-tpyotmcgZU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpyotmcgZU .navbar.collapsed {
  justify-content: center;
}
.cid-tpyotmcgZU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpyotmcgZU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpyotmcgZU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tpyotmcgZU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpyotmcgZU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpyotmcgZU .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-tpyotmcgZU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpyotmcgZU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpyotmcgZU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpyotmcgZU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpyotmcgZU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpyotmcgZU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpyotmcgZU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpyotmcgZU .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-tpyotmcgZU .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tpyotmcgZU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpyotmcgZU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpyotmcgZU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpyotmcgZU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpyotmcgZU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpyotmcgZU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpyotmcgZU .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tpyotmcgZU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpyotmcgZU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpyotmcgZU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpyotmcgZU .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpyotmcgZU .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpyotmcgZU .dropdown-item.active,
.cid-tpyotmcgZU .dropdown-item:active {
  background-color: transparent;
}
.cid-tpyotmcgZU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 600;
}
.cid-tpyotmcgZU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpyotmcgZU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpyotmcgZU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpyotmcgZU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpyotmcgZU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpyotmcgZU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpyotmcgZU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpyotmcgZU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpyotmcgZU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpyotmcgZU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpyotmcgZU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpyotmcgZU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpyotmcgZU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpyotmcgZU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpyotmcgZU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpyotmcgZU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpyotmcgZU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpyotmcgZU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpyotmcgZU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpyotmcgZU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpyotmcgZU .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpyotmcgZU .navbar {
    height: 80px;
  }
  .cid-tpyotmcgZU .navbar.opened {
    height: auto;
  }
  .cid-tpyotmcgZU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpyotmcgZU .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpyotmcgZU .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpyotmcgZU .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpyotmcgZU .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpyotmcgZU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpyotmcgZU .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpyotmcgZU .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpVgxmt9n3 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-tpVgxmt9n3 .mbr-overlay {
  background-color: #000000;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
  opacity: 0.7;
}
.cid-tpVgxmt9n3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tpVgxmt9n3 {
    align-items: flex-end;
  }
  .cid-tpVgxmt9n3 .row {
    justify-content: flex-start;
  }
  .cid-tpVgxmt9n3 .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tpVgxmt9n3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tpVgxmt9n3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tpVgxmt9n3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tpVgxmt9n3 .content-wrap {
    width: 100%;
  }
}
.cid-tpVh1FFabh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tpVh1FFabh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVh1FFabh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tpVh1FFabh .container {
    max-width: 1400px;
  }
}
.cid-tpVh1FFabh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tpVh1FFabh .card-wrapper {
  margin-top: 3rem;
}
.cid-tpVh1FFabh .row {
  justify-content: center;
}
.cid-tpVh1FFabh .card-title,
.cid-tpVh1FFabh .iconfont-wrapper {
  color: #2a8013;
}
.cid-tpPBlVPOhS {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pattern.png");
}
.cid-tpPBlVPOhS .media-content .btn-bgr {
  z-index: 0;
}
.cid-tpPBlVPOhS .mbr-section-text {
  word-break: break-word;
}
.cid-tpPBlVPOhS .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
@media (min-width: 992px) {
  .cid-tpPBlVPOhS .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tpPBlVPOhS .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tpPBlVPOhS .mbr-text {
    text-align: center;
  }
}
.cid-tpPBlVPOhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpPBlVPOhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpPBlVPOhS H1 {
  color: #ffffff;
}
.cid-tpPBlVPOhS .mbr-text,
.cid-tpPBlVPOhS .mbr-section-btn {
  color: #ffffff;
}
.cid-tpPBS4kyWT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpPBS4kyWT .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tpPBS4kyWT .row {
    padding: 0 12px;
  }
}
.cid-tpPBS4kyWT .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tpPBS4kyWT .card {
    height: 280px;
  }
}
.cid-tpPBS4kyWT .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tpPBS4kyWT .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tpPBS4kyWT .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpPBS4kyWT .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-tpPBS4kyWT .card-wrapper {
  padding: 44px 34px;
}
.cid-tpPBS4kyWT .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tpPBS4kyWT .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-tpPBS4kyWT .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tpPBS4kyWT .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tr8nDzBpsZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #e6e6e6;
}
.cid-tr8nDzBpsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr8nDzBpsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr8nDzBpsZ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tr8nDzBpsZ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tr8nDzBpsZ .card-wrap {
  padding: 0 20%;
}
@media (max-width: 991px) {
  .cid-tr8nDzBpsZ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tr8nDzBpsZ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tr8nDzBpsZ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tr8nDzBpsZ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tr8nDzBpsZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tr8nDzBpsZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tr8nDzBpsZ .embla__button--next,
.cid-tr8nDzBpsZ .embla__button--prev {
  display: flex;
}
.cid-tr8nDzBpsZ .embla__button {
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  border: 1px solid #6cd251;
  color: #6cd251;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tr8nDzBpsZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tr8nDzBpsZ .embla__button:hover {
  background: transparent;
  color: #2a8013;
  border: 1px solid #2a8013;
}
.cid-tr8nDzBpsZ .embla__button.embla__button--prev {
  left: 10%;
}
.cid-tr8nDzBpsZ .embla__button.embla__button--next {
  right: 10%;
}
@media (max-width: 767px) {
  .cid-tr8nDzBpsZ .embla__button {
    top: auto;
  }
}
.cid-tr8nDzBpsZ .embla {
  position: relative;
  width: 100%;
}
.cid-tr8nDzBpsZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tr8nDzBpsZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tr8nDzBpsZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tr8nDzBpsZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tr8nDzBpsZ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tr8nDzBpsZ .item-wrapper {
    padding: 0;
  }
}
.cid-tr8nDzBpsZ .item-wrapper img {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  margin: 0 auto 38px;
  object-fit: cover;
}
.cid-tr8nDzBpsZ .carousel-caption {
  position: static;
  padding: 0;
}
.cid-tr8nDzBpsZ .carousel-caption .mbr-text {
  margin: 0;
}
.cid-tr8nDzBpsZ .carousel-caption .mbr-icon {
  margin-top: 32px;
}
.cid-tr8nDzBpsZ .carousel-caption .mbr-icon span {
  color: #2a8013;
  font-size: 31px;
}
.cid-tr8nDzBpsZ .carousel-caption .mbr-section-title {
  margin: 22px 0 0 0;
}
.cid-tr8nDzBpsZ .carousel-caption .mbr-desc {
  margin: 6px 0 0 0;
}
.cid-tr8nDzBpsZ .carousel-control:hover {
  background-color: transparent;
  color: #2a8013;
}
.cid-tr8nDzBpsZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tr8nDzBpsZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tr8nDzBpsZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tr8nDzBpsZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tr8nDzBpsZ .container .carousel-indicators {
  margin: 0 0 -4% 0;
}
.cid-tr8nDzBpsZ .item-menu-overlay {
  display: none !important;
  pointer-events: none;
}
.cid-tr8nDzBpsZ .mbr-text {
  color: #20232a;
}
.cid-tr8nDzBpsZ .mbr-section-title {
  color: #20232a;
}
.cid-tr8nDzBpsZ .mbr-desc {
  color: #84858a;
}
.cid-tr8nDzBpsZ .mbr-text,
.cid-tr8nDzBpsZ .mbr-icon {
  text-align: center;
}
.cid-tpPwQiPzDC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tpPwQiPzDC .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tpPwQiPzDC .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPwQiPzDC .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tpPwQiPzDC .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tpPwQiPzDC .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tpPwQiPzDC .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPwQiPzDC .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tpPwQiPzDC .input-group-btn {
  padding-left: 0;
}
.cid-tpPwQiPzDC .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tpPwQiPzDC .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPwQiPzDC .mbr-text {
  color: #444;
}
.cid-tpPwQiPzDC h5 {
  margin-bottom: 0;
}
.cid-tpPwQiPzDC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPwQiPzDC .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPwQiPzDC .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPwQiPzDC .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPwQiPzDC .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPwQiPzDC .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPwQiPzDC .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPwQiPzDC .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPwQiPzDC .media-container-row > div {
  padding: 0px;
}
.cid-tpPwQiPzDC .text2 {
  color: #000000;
  text-align: left;
}
.cid-tpPwQiPzDC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tpPwQiPzDC .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPwQiPzDC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPwQiPzDC .social-list,
  .cid-tpPwQiPzDC .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPwQiPzDC h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPwQiPzDC .form-group {
    max-width: 180px;
  }
}
.cid-tpPwQiPzDC .links span {
  color: #9e9e9e;
}
.cid-tpPwQiPzDC .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPwQiPzDC .logo-title {
  text-align: center;
}
.cid-tpyp1iHw3D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpyp1iHw3D nav.navbar {
  position: fixed;
}
.cid-tpyp1iHw3D .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-tpyp1iHw3D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpyp1iHw3D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpyp1iHw3D .dropdown-item:hover,
.cid-tpyp1iHw3D .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tpyp1iHw3D .dropdown-item:hover span {
  color: white;
}
.cid-tpyp1iHw3D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpyp1iHw3D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpyp1iHw3D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpyp1iHw3D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpyp1iHw3D .nav-link {
  position: relative;
}
.cid-tpyp1iHw3D .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpyp1iHw3D .container {
    flex-wrap: nowrap;
  }
}
.cid-tpyp1iHw3D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpyp1iHw3D .dropdown-menu,
.cid-tpyp1iHw3D .navbar.opened {
  background: #ffffff !important;
}
.cid-tpyp1iHw3D .nav-item:focus,
.cid-tpyp1iHw3D .nav-link:focus {
  outline: none;
}
.cid-tpyp1iHw3D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpyp1iHw3D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpyp1iHw3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpyp1iHw3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpyp1iHw3D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpyp1iHw3D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpyp1iHw3D .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpyp1iHw3D .navbar.opened {
  transition: all 0.3s;
}
.cid-tpyp1iHw3D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpyp1iHw3D .navbar .navbar-logo img {
  width: auto;
}
.cid-tpyp1iHw3D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpyp1iHw3D .navbar.collapsed {
  justify-content: center;
}
.cid-tpyp1iHw3D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpyp1iHw3D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpyp1iHw3D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tpyp1iHw3D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpyp1iHw3D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpyp1iHw3D .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-tpyp1iHw3D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpyp1iHw3D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpyp1iHw3D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpyp1iHw3D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpyp1iHw3D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpyp1iHw3D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpyp1iHw3D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpyp1iHw3D .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-tpyp1iHw3D .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tpyp1iHw3D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpyp1iHw3D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpyp1iHw3D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpyp1iHw3D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpyp1iHw3D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpyp1iHw3D .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpyp1iHw3D .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tpyp1iHw3D .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpyp1iHw3D .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpyp1iHw3D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpyp1iHw3D .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpyp1iHw3D .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpyp1iHw3D .dropdown-item.active,
.cid-tpyp1iHw3D .dropdown-item:active {
  background-color: transparent;
}
.cid-tpyp1iHw3D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 600;
}
.cid-tpyp1iHw3D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpyp1iHw3D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpyp1iHw3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpyp1iHw3D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpyp1iHw3D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpyp1iHw3D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpyp1iHw3D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpyp1iHw3D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpyp1iHw3D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpyp1iHw3D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpyp1iHw3D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpyp1iHw3D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpyp1iHw3D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpyp1iHw3D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpyp1iHw3D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpyp1iHw3D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpyp1iHw3D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpyp1iHw3D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpyp1iHw3D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpyp1iHw3D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpyp1iHw3D .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpyp1iHw3D .navbar {
    height: 80px;
  }
  .cid-tpyp1iHw3D .navbar.opened {
    height: auto;
  }
  .cid-tpyp1iHw3D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpyp1iHw3D .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpyp1iHw3D .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpyp1iHw3D .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpyp1iHw3D .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpyp1iHw3D .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpyp1iHw3D .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpyp1iHw3D .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpVhO2IUll {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-tpVhO2IUll .mbr-overlay {
  background-color: #000000;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
  opacity: 0.7;
}
.cid-tpVhO2IUll .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tpVhO2IUll {
    align-items: flex-end;
  }
  .cid-tpVhO2IUll .row {
    justify-content: flex-start;
  }
  .cid-tpVhO2IUll .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tpVhO2IUll .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tpVhO2IUll {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tpVhO2IUll .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tpVhO2IUll .content-wrap {
    width: 100%;
  }
}
.cid-tpPxodR0FF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tpPxodR0FF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tpPxodR0FF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tpPxodR0FF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tpPxodR0FF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpViE5DNiV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tpViE5DNiV .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tpViE5DNiV .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpViE5DNiV .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tpViE5DNiV .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tpViE5DNiV .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tpViE5DNiV .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpViE5DNiV .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tpViE5DNiV .input-group-btn {
  padding-left: 0;
}
.cid-tpViE5DNiV .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tpViE5DNiV .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpViE5DNiV .mbr-text {
  color: #444;
}
.cid-tpViE5DNiV h5 {
  margin-bottom: 0;
}
.cid-tpViE5DNiV .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpViE5DNiV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpViE5DNiV .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpViE5DNiV .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpViE5DNiV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpViE5DNiV .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpViE5DNiV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpViE5DNiV .social-list a:hover {
  opacity: 0.4;
}
.cid-tpViE5DNiV .media-container-row > div {
  padding: 0px;
}
.cid-tpViE5DNiV .text2 {
  color: #000000;
  text-align: left;
}
.cid-tpViE5DNiV .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tpViE5DNiV .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpViE5DNiV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpViE5DNiV .social-list,
  .cid-tpViE5DNiV .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpViE5DNiV h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpViE5DNiV .form-group {
    max-width: 180px;
  }
}
.cid-tpViE5DNiV .links span {
  color: #9e9e9e;
}
.cid-tpViE5DNiV .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpViE5DNiV .logo-title {
  text-align: center;
}
.cid-tqFf4TNQ4O {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqFf4TNQ4O nav.navbar {
  position: fixed;
}
.cid-tqFf4TNQ4O .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-tqFf4TNQ4O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFf4TNQ4O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqFf4TNQ4O .dropdown-item:hover,
.cid-tqFf4TNQ4O .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqFf4TNQ4O .dropdown-item:hover span {
  color: white;
}
.cid-tqFf4TNQ4O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqFf4TNQ4O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqFf4TNQ4O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqFf4TNQ4O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqFf4TNQ4O .nav-link {
  position: relative;
}
.cid-tqFf4TNQ4O .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqFf4TNQ4O .container {
    flex-wrap: nowrap;
  }
}
.cid-tqFf4TNQ4O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqFf4TNQ4O .dropdown-menu,
.cid-tqFf4TNQ4O .navbar.opened {
  background: #ffffff !important;
}
.cid-tqFf4TNQ4O .nav-item:focus,
.cid-tqFf4TNQ4O .nav-link:focus {
  outline: none;
}
.cid-tqFf4TNQ4O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqFf4TNQ4O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqFf4TNQ4O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqFf4TNQ4O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqFf4TNQ4O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqFf4TNQ4O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqFf4TNQ4O .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqFf4TNQ4O .navbar.opened {
  transition: all 0.3s;
}
.cid-tqFf4TNQ4O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqFf4TNQ4O .navbar .navbar-logo img {
  width: auto;
}
.cid-tqFf4TNQ4O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqFf4TNQ4O .navbar.collapsed {
  justify-content: center;
}
.cid-tqFf4TNQ4O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqFf4TNQ4O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqFf4TNQ4O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqFf4TNQ4O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqFf4TNQ4O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqFf4TNQ4O .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-tqFf4TNQ4O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqFf4TNQ4O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqFf4TNQ4O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqFf4TNQ4O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqFf4TNQ4O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqFf4TNQ4O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqFf4TNQ4O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqFf4TNQ4O .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-tqFf4TNQ4O .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqFf4TNQ4O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqFf4TNQ4O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqFf4TNQ4O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqFf4TNQ4O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqFf4TNQ4O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqFf4TNQ4O .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqFf4TNQ4O .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqFf4TNQ4O .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqFf4TNQ4O .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqFf4TNQ4O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqFf4TNQ4O .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqFf4TNQ4O .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqFf4TNQ4O .dropdown-item.active,
.cid-tqFf4TNQ4O .dropdown-item:active {
  background-color: transparent;
}
.cid-tqFf4TNQ4O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqFf4TNQ4O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqFf4TNQ4O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqFf4TNQ4O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqFf4TNQ4O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqFf4TNQ4O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqFf4TNQ4O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqFf4TNQ4O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqFf4TNQ4O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqFf4TNQ4O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqFf4TNQ4O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqFf4TNQ4O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFf4TNQ4O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqFf4TNQ4O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqFf4TNQ4O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFf4TNQ4O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqFf4TNQ4O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqFf4TNQ4O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqFf4TNQ4O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqFf4TNQ4O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqFf4TNQ4O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqFf4TNQ4O .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqFf4TNQ4O .navbar {
    height: 80px;
  }
  .cid-tqFf4TNQ4O .navbar.opened {
    height: auto;
  }
  .cid-tqFf4TNQ4O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqFf4TNQ4O .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqFf4TNQ4O .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqFf4TNQ4O .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqFf4TNQ4O .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqFf4TNQ4O .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqFf4TNQ4O .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqFf4TNQ4O .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqFf4UHfmu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqFf4UHfmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFf4UHfmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFf4UHfmu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqFf4VmiJI {
  background-image: url("../../../assets/images/young-man-engineer-working-factory-2000x1333.jpg");
}
.cid-tqFf4VmiJI .mbr-section-title {
  color: #ffffff;
}
.cid-tqFf4VmiJI .mbr-text,
.cid-tqFf4VmiJI .mbr-section-btn {
  color: #fafafa;
}
.cid-tqFf4VUGL6 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqFf4VUGL6 .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqFf4VUGL6 .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqFf4VUGL6 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqFf4VUGL6 p {
  color: #464646;
}
.cid-tqFf4VUGL6 h2 {
  color: #000000;
}
.cid-tqFf4VUGL6 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqFf4VUGL6 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqFf4VUGL6 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqFf4VUGL6 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqFf4VUGL6 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqFf4VUGL6 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqFf4VUGL6 .mbr-text {
    text-align: center;
  }
}
.cid-tqFf4VUGL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFf4VUGL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFf4VUGL6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqFf4VUGL6 P {
  color: #ffffff;
}
.cid-tqFf4WsevG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqFf4WsevG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFf4WsevG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqFf4WsevG .container {
    max-width: 1400px;
  }
}
.cid-tqFf4WsevG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqFf4WsevG .card-wrapper {
  margin-top: 3rem;
}
.cid-tqFf4WsevG .row {
  justify-content: center;
}
.cid-tqFf4WsevG .card-title,
.cid-tqFf4WsevG .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqFf4X207F {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqFf4X207F img {
  width: 120px;
  margin: auto;
}
.cid-tqFf4X207F .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqFf4X207F .card {
    max-width: 12.5%;
  }
}
.cid-tqFf4X207F .mbr-section-title {
  color: #2a8013;
}
.cid-tqFf4Xul7e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqFf4Xul7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqFf4Xul7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqFf4Xul7e .container,
.cid-tqFf4Xul7e .container-fluid {
  position: relative;
}
.cid-tqFf4Xul7e .row {
  justify-content: left;
}
.cid-tqFf4Xul7e .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqFf4Xul7e .mbr-section-title {
  color: #ffffff;
}
.cid-tqFf4Xul7e .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqFf4Xul7e .mbr-text {
  color: #2B2B2B;
}
.cid-tqFf4Xul7e .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqFf4Xul7e .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqFf4Xul7e .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqFf4Xul7e .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqFf4Xul7e .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqFf4Xul7e .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqFf4Xul7e .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqFf4XZk64 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqFf4XZk64 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqFf4XZk64 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqFf4XZk64 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqFf4XZk64 .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqFf4XZk64 .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqFf4XZk64 .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqFf4XZk64 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqFf4XZk64 .input-group-btn {
  padding-left: 0;
}
.cid-tqFf4XZk64 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqFf4XZk64 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqFf4XZk64 .mbr-text {
  color: #444;
}
.cid-tqFf4XZk64 h5 {
  margin-bottom: 0;
}
.cid-tqFf4XZk64 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqFf4XZk64 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqFf4XZk64 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqFf4XZk64 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqFf4XZk64 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqFf4XZk64 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqFf4XZk64 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqFf4XZk64 .social-list a:hover {
  opacity: 0.4;
}
.cid-tqFf4XZk64 .media-container-row > div {
  padding: 0px;
}
.cid-tqFf4XZk64 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqFf4XZk64 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqFf4XZk64 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqFf4XZk64 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqFf4XZk64 .social-list,
  .cid-tqFf4XZk64 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqFf4XZk64 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqFf4XZk64 .form-group {
    max-width: 180px;
  }
}
.cid-tqFf4XZk64 .links span {
  color: #9e9e9e;
}
.cid-tqFf4XZk64 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqFf4XZk64 .logo-title {
  text-align: center;
}
.cid-tqF7CSoPeV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqF7CSoPeV nav.navbar {
  position: fixed;
}
.cid-tqF7CSoPeV .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-tqF7CSoPeV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqF7CSoPeV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqF7CSoPeV .dropdown-item:hover,
.cid-tqF7CSoPeV .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tqF7CSoPeV .dropdown-item:hover span {
  color: white;
}
.cid-tqF7CSoPeV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqF7CSoPeV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqF7CSoPeV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqF7CSoPeV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqF7CSoPeV .nav-link {
  position: relative;
}
.cid-tqF7CSoPeV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqF7CSoPeV .container {
    flex-wrap: nowrap;
  }
}
.cid-tqF7CSoPeV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqF7CSoPeV .dropdown-menu,
.cid-tqF7CSoPeV .navbar.opened {
  background: #ffffff !important;
}
.cid-tqF7CSoPeV .nav-item:focus,
.cid-tqF7CSoPeV .nav-link:focus {
  outline: none;
}
.cid-tqF7CSoPeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqF7CSoPeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqF7CSoPeV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqF7CSoPeV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqF7CSoPeV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqF7CSoPeV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqF7CSoPeV .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqF7CSoPeV .navbar.opened {
  transition: all 0.3s;
}
.cid-tqF7CSoPeV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqF7CSoPeV .navbar .navbar-logo img {
  width: auto;
}
.cid-tqF7CSoPeV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqF7CSoPeV .navbar.collapsed {
  justify-content: center;
}
.cid-tqF7CSoPeV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqF7CSoPeV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqF7CSoPeV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tqF7CSoPeV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqF7CSoPeV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqF7CSoPeV .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-tqF7CSoPeV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqF7CSoPeV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqF7CSoPeV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqF7CSoPeV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqF7CSoPeV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqF7CSoPeV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqF7CSoPeV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqF7CSoPeV .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-tqF7CSoPeV .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tqF7CSoPeV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqF7CSoPeV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqF7CSoPeV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqF7CSoPeV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqF7CSoPeV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqF7CSoPeV .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqF7CSoPeV .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tqF7CSoPeV .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqF7CSoPeV .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqF7CSoPeV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqF7CSoPeV .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqF7CSoPeV .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqF7CSoPeV .dropdown-item.active,
.cid-tqF7CSoPeV .dropdown-item:active {
  background-color: transparent;
}
.cid-tqF7CSoPeV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqF7CSoPeV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqF7CSoPeV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqF7CSoPeV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqF7CSoPeV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqF7CSoPeV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqF7CSoPeV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqF7CSoPeV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqF7CSoPeV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqF7CSoPeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqF7CSoPeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqF7CSoPeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqF7CSoPeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqF7CSoPeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqF7CSoPeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqF7CSoPeV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqF7CSoPeV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqF7CSoPeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqF7CSoPeV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqF7CSoPeV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqF7CSoPeV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqF7CSoPeV .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqF7CSoPeV .navbar {
    height: 80px;
  }
  .cid-tqF7CSoPeV .navbar.opened {
    height: auto;
  }
  .cid-tqF7CSoPeV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqF7CSoPeV .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqF7CSoPeV .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqF7CSoPeV .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqF7CSoPeV .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqF7CSoPeV .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqF7CSoPeV .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqF7CSoPeV .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqF7CTiqSL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6cd251;
}
.cid-tqF7CTiqSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqF7CTiqSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqF7CTiqSL .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tqF7CU4FM5 {
  background-image: url("../../../assets/images/full-shot-man-carrying-box-23-22-740x556.jpg");
}
.cid-tqF7CU4FM5 .mbr-section-title {
  color: #ffffff;
}
.cid-tqF7CU4FM5 .mbr-text,
.cid-tqF7CU4FM5 .mbr-section-btn {
  color: #fafafa;
}
.cid-tqF7CUEkvg {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tqF7CUEkvg .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqF7CUEkvg .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
.cid-tqF7CUEkvg h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqF7CUEkvg p {
  color: #464646;
}
.cid-tqF7CUEkvg h2 {
  color: #000000;
}
.cid-tqF7CUEkvg .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqF7CUEkvg .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqF7CUEkvg .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqF7CUEkvg .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqF7CUEkvg .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqF7CUEkvg .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqF7CUEkvg .mbr-text {
    text-align: center;
  }
}
.cid-tqF7CUEkvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqF7CUEkvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqF7CUEkvg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqF7CUEkvg P {
  color: #ffffff;
}
.cid-tqF7CVawhz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqF7CVawhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqF7CVawhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqF7CVawhz .container {
    max-width: 1400px;
  }
}
.cid-tqF7CVawhz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2a8013;
  margin-bottom: 2rem;
}
.cid-tqF7CVawhz .card-wrapper {
  margin-top: 3rem;
}
.cid-tqF7CVawhz .row {
  justify-content: center;
}
.cid-tqF7CVawhz .card-title,
.cid-tqF7CVawhz .iconfont-wrapper {
  color: #2a8013;
}
.cid-tqF7CVMAd6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqF7CVMAd6 img {
  width: 120px;
  margin: auto;
}
.cid-tqF7CVMAd6 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqF7CVMAd6 .card {
    max-width: 12.5%;
  }
}
.cid-tqF7CVMAd6 .mbr-section-title {
  color: #2a8013;
}
.cid-tqF7CWenmE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
  overflow: hidden;
}
.cid-tqF7CWenmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqF7CWenmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqF7CWenmE .container,
.cid-tqF7CWenmE .container-fluid {
  position: relative;
}
.cid-tqF7CWenmE .row {
  justify-content: left;
}
.cid-tqF7CWenmE .col-content {
  position: relative;
  z-index: 10;
}
.cid-tqF7CWenmE .mbr-section-title {
  color: #ffffff;
}
.cid-tqF7CWenmE .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tqF7CWenmE .mbr-text {
  color: #2B2B2B;
}
.cid-tqF7CWenmE .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tqF7CWenmE .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tqF7CWenmE .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tqF7CWenmE .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tqF7CWenmE .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tqF7CWenmE .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tqF7CWenmE .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tqF7CWARGz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tqF7CWARGz .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tqF7CWARGz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqF7CWARGz .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tqF7CWARGz .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tqF7CWARGz .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tqF7CWARGz .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqF7CWARGz .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tqF7CWARGz .input-group-btn {
  padding-left: 0;
}
.cid-tqF7CWARGz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tqF7CWARGz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqF7CWARGz .mbr-text {
  color: #444;
}
.cid-tqF7CWARGz h5 {
  margin-bottom: 0;
}
.cid-tqF7CWARGz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqF7CWARGz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqF7CWARGz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqF7CWARGz .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqF7CWARGz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqF7CWARGz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqF7CWARGz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqF7CWARGz .social-list a:hover {
  opacity: 0.4;
}
.cid-tqF7CWARGz .media-container-row > div {
  padding: 0px;
}
.cid-tqF7CWARGz .text2 {
  color: #000000;
  text-align: left;
}
.cid-tqF7CWARGz .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tqF7CWARGz .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqF7CWARGz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqF7CWARGz .social-list,
  .cid-tqF7CWARGz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqF7CWARGz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqF7CWARGz .form-group {
    max-width: 180px;
  }
}
.cid-tqF7CWARGz .links span {
  color: #9e9e9e;
}
.cid-tqF7CWARGz .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqF7CWARGz .logo-title {
  text-align: center;
}
.cid-tpqU2M02zY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpqU2M02zY nav.navbar {
  position: fixed;
}
.cid-tpqU2M02zY .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-tpqU2M02zY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpqU2M02zY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpqU2M02zY .dropdown-item:hover,
.cid-tpqU2M02zY .dropdown-item:focus {
  background: #2a8013 !important;
  color: white !important;
}
.cid-tpqU2M02zY .dropdown-item:hover span {
  color: white;
}
.cid-tpqU2M02zY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpqU2M02zY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpqU2M02zY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpqU2M02zY .nav-link {
  position: relative;
}
.cid-tpqU2M02zY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .container {
    flex-wrap: nowrap;
  }
}
.cid-tpqU2M02zY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown-menu,
.cid-tpqU2M02zY .navbar.opened {
  background: #ffffff !important;
}
.cid-tpqU2M02zY .nav-item:focus,
.cid-tpqU2M02zY .nav-link:focus {
  outline: none;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpqU2M02zY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpqU2M02zY .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.opened {
  transition: all 0.3s;
}
.cid-tpqU2M02zY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpqU2M02zY .navbar .navbar-logo img {
  width: auto;
}
.cid-tpqU2M02zY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar.collapsed {
  justify-content: center;
}
.cid-tpqU2M02zY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpqU2M02zY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpqU2M02zY .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-tpqU2M02zY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpqU2M02zY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpqU2M02zY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpqU2M02zY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpqU2M02zY .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-tpqU2M02zY .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tpqU2M02zY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpqU2M02zY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpqU2M02zY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpqU2M02zY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpqU2M02zY .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-logo img {
  height: 2.4rem !important;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpqU2M02zY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpqU2M02zY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpqU2M02zY .dropdown-item.active,
.cid-tpqU2M02zY .dropdown-item:active {
  background-color: transparent;
}
.cid-tpqU2M02zY .navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 600;
  padding: 0;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpqU2M02zY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpqU2M02zY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpqU2M02zY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpqU2M02zY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpqU2M02zY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpqU2M02zY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpqU2M02zY .navbar {
    height: 80px;
  }
  .cid-tpqU2M02zY .navbar.opened {
    height: auto;
  }
  .cid-tpqU2M02zY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpqU2M02zY .nav-item {
  opacity: 1;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpqU2M02zY .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpqU2M02zY .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpqU2M02zY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpqU2M02zY .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpqXxY42sf {
  padding-top: 120px;
  padding-bottom: 90px;
}
.cid-tpqXxY42sf .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tpqXxY42sf .mbr-overlay {
  background: linear-gradient(#000000 -10%, #000000 75%);
}
.cid-tpqXxY42sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpqXxY42sf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tprGA8SMH1 {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pattern.png");
}
.cid-tprGA8SMH1 .media-content .btn-bgr {
  z-index: 0;
}
.cid-tprGA8SMH1 .mbr-section-text {
  word-break: break-word;
}
.cid-tprGA8SMH1 .mbr-overlay {
  background: linear-gradient(90deg, #2a8013, #2a8013);
}
@media (min-width: 992px) {
  .cid-tprGA8SMH1 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tprGA8SMH1 .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tprGA8SMH1 .mbr-text {
    text-align: center;
  }
}
.cid-tprGA8SMH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tprGA8SMH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tprKZYC1Jc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-tprKZYC1Jc img,
.cid-tprKZYC1Jc .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tprKZYC1Jc .item:focus,
.cid-tprKZYC1Jc span:focus {
  outline: none;
}
.cid-tprKZYC1Jc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tprKZYC1Jc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fffefe;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tprKZYC1Jc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tprKZYC1Jc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tprKZYC1Jc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tprKZYC1Jc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tprKZYC1Jc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tprKZYC1Jc .mbr-section-title {
  color: #232323;
}
.cid-tprKZYC1Jc .mbr-text,
.cid-tprKZYC1Jc .mbr-section-btn {
  text-align: left;
  color: #a6a4a4;
}
.cid-tprKZYC1Jc .item-title {
  text-align: left;
  color: #2a8013;
}
.cid-tprKZYC1Jc .item-subtitle {
  text-align: left;
}
.cid-tprKZYC1Jc .mbr-section-subtitle {
  color: #2a8013;
}
.cid-tpPQDaxPem {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-tprXpf83lM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tprXpf83lM img {
  width: 120px;
  margin: auto;
}
.cid-tprXpf83lM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tprXpf83lM .card {
    max-width: 12.5%;
  }
}
.cid-tprXpf83lM .mbr-section-title {
  color: #2a8013;
}
.cid-tpPx1s1jYt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pattern-1920x843.png");
}
.cid-tpPx1s1jYt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tpPx1s1jYt form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tpPx1s1jYt form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tpPx1s1jYt form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpPDtzBWlM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tpPDtzBWlM img {
  width: 120px;
  margin: auto;
}
.cid-tpPDtzBWlM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tpPDtzBWlM .card {
    max-width: 12.5%;
  }
}
.cid-tpPDtzBWlM .mbr-section-title {
  color: #2a8013;
}
.cid-tpVdUE9FrK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-tpVdUE9FrK .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tpVdUE9FrK .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpVdUE9FrK .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tpVdUE9FrK .btn-primary {
  border: 1px solid #2a8013 !important;
}
.cid-tpVdUE9FrK .btn-primary:hover {
  border: 1px solid #2a8013 !important;
}
.cid-tpVdUE9FrK .stripe {
  border-bottom: 1px solid #2a8013;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpVdUE9FrK .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tpVdUE9FrK .input-group-btn {
  padding-left: 0;
}
.cid-tpVdUE9FrK .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tpVdUE9FrK .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpVdUE9FrK .mbr-text {
  color: #444;
}
.cid-tpVdUE9FrK h5 {
  margin-bottom: 0;
}
.cid-tpVdUE9FrK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpVdUE9FrK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpVdUE9FrK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpVdUE9FrK .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpVdUE9FrK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpVdUE9FrK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpVdUE9FrK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpVdUE9FrK .social-list a:hover {
  opacity: 0.4;
}
.cid-tpVdUE9FrK .media-container-row > div {
  padding: 0px;
}
.cid-tpVdUE9FrK .text2 {
  color: #000000;
  text-align: left;
}
.cid-tpVdUE9FrK .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tpVdUE9FrK .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpVdUE9FrK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpVdUE9FrK .social-list,
  .cid-tpVdUE9FrK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpVdUE9FrK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpVdUE9FrK .form-group {
    max-width: 180px;
  }
}
.cid-tpVdUE9FrK .links span {
  color: #9e9e9e;
}
.cid-tpVdUE9FrK .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpVdUE9FrK .logo-title {
  text-align: center;
}
