@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #19a648 !important;
}
.bg-info {
  background-color: #00ff55 !important;
}
.bg-warning {
  background-color: #007828 !important;
}
.bg-danger {
  background-color: #fac51c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00ff55 !important;
  border-color: #00ff55 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000000 !important;
  background-color: #00b33c !important;
  border-color: #00b33c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #00b33c !important;
  border-color: #00b33c !important;
}
.btn-success,
.btn-success:active {
  background-color: #19a648 !important;
  border-color: #19a648 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0f642b !important;
  border-color: #0f642b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f642b !important;
  border-color: #0f642b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #007828 !important;
  border-color: #007828 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #002c0f !important;
  border-color: #002c0f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #002c0f !important;
  border-color: #002c0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fac51c !important;
  border-color: #fac51c !important;
  color: #171100 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #171100 !important;
  background-color: #c59704 !important;
  border-color: #c59704 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #171100 !important;
  background-color: #c59704 !important;
  border-color: #c59704 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #009933;
  color: #009933;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000;
  background-color: #00ff55;
  border-color: #00ff55;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #00ff55 !important;
  border-color: #00ff55 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0c4d22;
  color: #0c4d22;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #19a648;
  border-color: #19a648;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #19a648 !important;
  border-color: #19a648 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #001206;
  color: #001206;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #007828;
  border-color: #007828;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #007828 !important;
  border-color: #007828 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ac8404;
  color: #ac8404;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #171100;
  background-color: #fac51c;
  border-color: #fac51c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #171100 !important;
  background-color: #fac51c !important;
  border-color: #fac51c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #19a648 !important;
}
.text-info {
  color: #00ff55 !important;
}
.text-warning {
  color: #007828 !important;
}
.text-danger {
  color: #fac51c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c4d22 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #009933 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #001206 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ac8404 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00ff55;
}
.alert-warning {
  background-color: #007828;
}
.alert-danger {
  background-color: #fac51c;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #59e688;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccffdd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #00f853;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef8e4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #000000 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ffffff' %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.3;
}
.cid-symzkZMfrO {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-symzkZMfrO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-symzkZMfrO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-symzkZMfrO a {
  font-style: normal;
}
.cid-symzkZMfrO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-symzkZMfrO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-symzkZMfrO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-symzkZMfrO .content-text {
  margin-bottom: 0;
}
.cid-symzkZMfrO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-symzkZMfrO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-symzkZMfrO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-symzkZMfrO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-symzkZMfrO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-symzkZMfrO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-symzkZMfrO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-symzkZMfrO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-symzkZMfrO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-symzkZMfrO .nav-dropdown .link {
  font-weight: 400;
}
.cid-symzkZMfrO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-symzkZMfrO .content-right-side {
  text-align: center;
}
.cid-symzkZMfrO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-symzkZMfrO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-symzkZMfrO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-symzkZMfrO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-symzkZMfrO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-symzkZMfrO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-symzkZMfrO img {
    height: 3.8rem !important;
  }
  .cid-symzkZMfrO .btn {
    display: -webkit-flex;
  }
  .cid-symzkZMfrO button.navbar-toggler {
    display: block;
  }
  .cid-symzkZMfrO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-symzkZMfrO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-symzkZMfrO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-symzkZMfrO .navbar-collapse.collapsing,
  .cid-symzkZMfrO .navbar-collapse.show {
    display: block !important;
  }
  .cid-symzkZMfrO .navbar-collapse.collapsing .navbar-nav,
  .cid-symzkZMfrO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-symzkZMfrO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-symzkZMfrO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-symzkZMfrO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-symzkZMfrO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-symzkZMfrO .navbar-collapse.collapsing .navbar-buttons,
  .cid-symzkZMfrO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-symzkZMfrO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-symzkZMfrO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-symzkZMfrO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-symzkZMfrO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-symzkZMfrO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-symzkZMfrO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-symzkZMfrO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-symzkZMfrO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-symzkZMfrO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-symzkZMfrO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-symzkZMfrO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-symzkZMfrO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-symzkZMfrO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-symzkZMfrO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-symzkZMfrO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-symzkZMfrO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-symzkZMfrO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-symzkZMfrO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-symzkZMfrO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-symzkZMfrO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-symzkZMfrO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-symzkZMfrO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-symzkZMfrO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-symzkZMfrO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-symzkZMfrO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-symzkZMfrO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-symzkZMfrO .navbar {
    display: block;
    padding: 0;
  }
  .cid-symzkZMfrO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-symzkZMfrO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-symzkZMfrO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-symzkZMfrO .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-symzkZMfrO .navbar-toggler {
    display: none;
  }
  .cid-symzkZMfrO .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-symzkZMfrO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-symzkZMfrO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-symzkZMfrO .menu-logo {
  margin-right: auto;
}
.cid-symzkZMfrO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-symzkZMfrO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-symzkZMfrO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-symzkZMfrO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-symzkZMfrO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-symzkZMfrO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-symzkZMfrO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-symzkZMfrO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-symzkZMfrO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-symzkZMfrO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-symzkZMfrO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-symzkZMfrO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-symzkZMfrO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-symzkZMfrO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-symzkZMfrO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-symzkZMfrO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-symzkZMfrO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-symzkZMfrO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-symzkZMfrO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-symzkZMfrO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-symzkZMfrO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-symzkZMfrO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-symzkZMfrO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-symzkZMfrO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-symzkZMfrO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-symzkZMfrO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-symzkZMfrO button.navbar-toggler:focus {
  outline: none;
}
.cid-symzkZMfrO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-symzkZMfrO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-symzkZMfrO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-symzkZMfrO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-symzkZMfrO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-symzkZMfrO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-symzkZMfrO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-symzkZMfrO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-symzkZMfrO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-symzkZMfrO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-symzkZMfrO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-symzkZMfrO .collapsed .btn {
  display: -webkit-flex;
}
.cid-symzkZMfrO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-symzkZMfrO .collapsed .navbar-collapse.collapsing,
.cid-symzkZMfrO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-symzkZMfrO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-symzkZMfrO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-symzkZMfrO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-symzkZMfrO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-symzkZMfrO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-symzkZMfrO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-symzkZMfrO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-symzkZMfrO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-symzkZMfrO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-symzkZMfrO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-symzkZMfrO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-symzkZMfrO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-symzkZMfrO .collapsed button.navbar-toggler {
  display: block;
}
.cid-symzkZMfrO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-symzkZMfrO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-symzkZMfrO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-symzkZMfrO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-symzkZMfrO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-symzkZMfrO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-symzkZMfrO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-symzkZMfrO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-symzkZMfrO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-symzkZMfrO .nav-link:focus {
  outline: none;
}
.cid-symzkZMfrO .navbar-toggler {
  position: relative;
}
.cid-symzkZMfrO .dropdown-item.active,
.cid-symzkZMfrO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-symzkZMfrO .nav-link:hover,
.cid-symzkZMfrO .dropdown-item:hover {
  color: #0e4d20;
}
.cid-symzkZMfrO .widget-title,
.cid-symzkZMfrO .widget-icon {
  color: #007828;
}
.cid-symzkZMfrO .widget-text {
  color: #007828;
}
.cid-syx3QBhp0I {
  border-bottom: solid 2px #00ff55;
}
.cid-syx3QBhp0I .modal-body .close {
  background: #1b1b1b;
}
.cid-syx3QBhp0I .modal-body .close span {
  font-style: normal;
}
.cid-syx3QBhp0I .carousel-inner > .active,
.cid-syx3QBhp0I .carousel-inner > .next,
.cid-syx3QBhp0I .carousel-inner > .prev {
  display: table;
}
.cid-syx3QBhp0I .carousel-control .icon-next,
.cid-syx3QBhp0I .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-syx3QBhp0I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-syx3QBhp0I .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-syx3QBhp0I .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-syx3QBhp0I .boxed-slider > div {
  position: relative;
}
.cid-syx3QBhp0I .container img {
  width: 100%;
}
.cid-syx3QBhp0I .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-syx3QBhp0I .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-syx3QBhp0I .mbr-table-cell {
  padding: 0;
}
.cid-syx3QBhp0I .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-syx3QBhp0I .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-syx3QBhp0I .mbr-overlay {
  z-index: 1;
}
.cid-syx3QBhp0I .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-syx3QBhp0I .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-syx3QBhp0I .carousel-item .container {
    width: 100%;
  }
}
.cid-syx3QBhp0I .carousel-item-next.carousel-item-left,
.cid-syx3QBhp0I .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-syx3QBhp0I .active.carousel-item-right,
.cid-syx3QBhp0I .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-syx3QBhp0I .active.carousel-item-left,
.cid-syx3QBhp0I .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-syx3QBhp0I .mbr-slider .carousel-control {
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-syx3QBhp0I .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syx3QBhp0I .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syx3QBhp0I .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-syx3QBhp0I .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-syx3QBhp0I .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-syx3QBhp0I .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-syx3QBhp0I .mbr-slider .carousel-indicators li.active,
.cid-syx3QBhp0I .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-syx3QBhp0I .mbr-slider .carousel-indicators li::after,
.cid-syx3QBhp0I .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-syx3QBhp0I .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-syx3QBhp0I .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-syx3QBhp0I .mbr-slider > .container img {
  width: 100%;
}
.cid-syx3QBhp0I .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-syx3QBhp0I .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-syx3QBhp0I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-syx3QBhp0I .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-syx3QBhp0I .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-syx3QBhp0I .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-syx3QBhp0I .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-syx3QBhp0I .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-syx3QBhp0I .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-syx3QBhp0I .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-syx3QBhp0I .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-syx3QBhp0I .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-syx3QBhp0I .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-syx3QBhp0I H2 {
  color: #00ff55;
  text-shadow: black 0.08em 0.08em 0.08em;
  text-align: center;
}
.cid-syx3QBhp0I .display-2 {
  color: #fff;
  text-shadow: black 0.1em 0.1em 0.1em;
}
.cid-syx3QBhp0I btn {
  text-shadow: black 0.1em 0.1em 0.1em;
}
.cid-syx3QBhp0I P {
  text-align: center;
  color: #ffffff;
}
#custom-html-fj {
  /* Type valid CSS here */
  background-color: #dafdd8;
}
#custom-html-fj div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-fj p {
  font-size: 60px;
  color: #777;
}
#custom-html-fj .mbr-section-subtitle {
  color: #dafdd8;
}
#custom-html-ew {
  background-color: #dafdd8;
}
#custom-html-ew div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-ew p {
  font-size: 60px;
  color: #777;
}
#custom-html-ew .mbr-section-subtitle {
  color: #dafdd8;
}
.cid-sy52QbQCJG {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #dafdd8;
  text-shadow: black 0.1em 0em 0em;
  border-bottom: solid 2px #00ff55;
}
.cid-sy52QbQCJG .mbr-text,
.cid-sy52QbQCJG .typed-text,
.cid-sy52QbQCJG .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sy52QbQCJG .btn {
  margin-left: 4px !important;
}
.cid-sy52QbQCJG .animated-element {
  color: #00ff55;
}
.cid-sy52QbQCJG .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #00ff55;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sy52QbQCJG .mbr-section-text,
.cid-sy52QbQCJG .mbr-section-btn {
  text-align: left;
  color: #19a648;
}
.cid-sy52QbQCJG .mbr-section-subtitle {
  text-align: left;
  color: #19a648;
}
.cid-sx2lyEFGio {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #007828;
  text-shadow: black 0.1em 0em 0.0em;
  border-bottom: solid 2px #00ff55;
}
.cid-sx2lyEFGio .main,
.cid-sx2lyEFGio .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #dafdd8;
}
.cid-sx2lyEFGio .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sx2lyEFGio .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sx2lyEFGio .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sx2lyEFGio .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sx2lyEFGio .text-element {
  padding: 3rem 2rem;
}
.cid-sx2lyEFGio .mbr-iconfont {
  font-size: 3rem;
  color: #00ff55;
}
.cid-sx2lyEFGio .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sx2lyEFGio .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sx2lyEFGio .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sx2lyEFGio .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sx2lyEFGio .image-element,
  .cid-sx2lyEFGio .text-element {
    margin-bottom: 0;
  }
  .cid-sx2lyEFGio .main:first-child {
    padding-top: 0;
  }
}
.cid-sx2lyEFGio .mbr-section-subtitle,
.cid-sx2lyEFGio .card-text,
.cid-sx2lyEFGio .mbr-section-btn {
  color: #8d97ad;
}
.cid-sx2lyEFGio .card-text,
.cid-sx2lyEFGio .mbr-section-btn {
  color: #767676;
}
.cid-sx2lyEFGio .mbr-section-subtitle {
  color: #767676;
}
.cid-sx2lyEFGio .mbr-title,
.cid-sx2lyEFGio .card-img {
  color: #0e4d20;
}
.cid-sx2xfq42I2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 2px #00ff55;
}
.cid-sx2xfq42I2 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sx2xfq42I2 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sx2xfq42I2 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sx2xfq42I2 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sx2xfq42I2 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sx2xfq42I2 H1 {
  color: #00ff55;
  text-align: center;
}
.cid-sNOpcqq4Zy {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #dafdd8;
  border-bottom: solid 1px #00ff55;
}
.cid-sNOpcqq4Zy .fb-page,
.cid-sNOpcqq4Zy span,
.cid-sNOpcqq4Zy iframe {
  width: 500px;
  height: 620px;
}
.cid-sNOpcqq4Zy blockquote {
  display: none;
}
.cid-sNOpcqq4Zy .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-sNOpcqq4Zy .mbr-section-subtitle {
  color: #009933;
}
.cid-sx2k9TSVXU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/imagem-44-2000x1033.jpg");
  background-position: right;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 1px #00ff55;
}
.cid-sx2k9TSVXU .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sx2k9TSVXU .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sx2k9TSVXU .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sx2k9TSVXU img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sx2k9TSVXU .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sx2k9TSVXU H1 {
  color: #00ff55;
  text-align: center;
}
.cid-sNOpG5JKuO {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.0em 0.1em;
}
.cid-sNOpG5JKuO .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNOpG5JKuO .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sNOpG5JKuO .btn {
  margin-bottom: 2rem;
}
.cid-sNOpG5JKuO .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sNOpG5JKuO .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNOpG5JKuO .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sNOpG5JKuO .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sNOpG5JKuO .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sNOpG5JKuO .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sNOpG5JKuO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-sNOpG5JKuO .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-sNOpG5JKuO .links {
  color: #ffffff;
  text-align: center;
}
.cid-uWdNcZGtwg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 2px #00ff55;
}
.cid-uWdNcZGtwg li {
  list-style: none;
}
.cid-uWdNcZGtwg .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uWdNcZGtwg .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uWdNcZGtwg h4 {
  margin: 0;
}
.cid-uWdNcZGtwg .item {
  color: #57468b;
}
.cid-uWdNcZGtwg ul {
  padding: 0;
  margin: 0;
}
.cid-uWdNcZGtwg .col-title {
  color: #57468b;
}
.cid-uWdNcZGtwg .col-title1 {
  color: #bfceff;
}
.cid-uWdNcZGtwg .col-title2 {
  color: #5580ff;
}
.cid-uWdNcZGtwg .col-title3 {
  color: #ff8a73;
}
.cid-uWdNcZGtwg .col-title4 {
  color: #57468b;
}
.cid-uWdNcZGtwg .item1 {
  color: #ffffff;
}
.cid-uWdNcZGtwg .item2 {
  color: #ffffff;
}
.cid-uWdNcZGtwg .item3 {
  color: #ffffff;
}
.cid-uWdNcZGtwg .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uWdNcZGtwg .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sxpRvWLUqy {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-37-2000x1324.jpg");
  border-bottom: solid 2px #00ff55;
}
.cid-sxpRvWLUqy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sxpRvWLUqy ul li {
  padding: 1rem 0;
}
.cid-sxpRvWLUqy ul li:hover {
  color: #ffffff;
}
.cid-sxpRvWLUqy .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sxpRvWLUqy .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-sxpRvWLUqy .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-sxpRvWLUqy .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-sxpRvWLUqy .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sxpRvWLUqy .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sxpRvWLUqy .map {
    height: auto;
  }
}
.cid-sxpRvWLUqy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sxpRvWLUqy .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-sxpRvWLUqy .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxpRvWLUqy .social-list a:hover {
  opacity: 1;
}
.cid-sxpRvWLUqy .row-element,
.cid-sxpRvWLUqy .image-element {
  padding: 0;
}
.cid-sxpRvWLUqy .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sxpRvWLUqy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sxpRvWLUqy .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sxpRvWLUqy .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sxpRvWLUqy .text-content {
    padding: 2rem 1rem;
  }
  .cid-sxpRvWLUqy .underline .line {
    height: 2px;
  }
  .cid-sxpRvWLUqy .mbr-title,
  .cid-sxpRvWLUqy .underline,
  .cid-sxpRvWLUqy .mbr-text,
  .cid-sxpRvWLUqy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sxpRvWLUqy .mbr-title,
.cid-sxpRvWLUqy .underline {
  color: #ffffff;
}
.cid-sxpRvWLUqy .mbr-text,
.cid-sxpRvWLUqy .mbr-section-btn {
  color: #ffffff;
}
.cid-sxpRvWLUqy mbr-list LI {
  color: #ffffff;
}
.cid-sxpRvWLUqy mbr-list {
  text-align: center;
}
.cid-sxpRvWLUqy .mbr-list,
.cid-sxpRvWLUqy .social-list mbr-list {
  color: #ffffff;
}
.cid-sxpRvWLUqy .social-list,
.cid-sxpRvWLUqy .mbr-list {
  color: #ffffff;
}
.cid-sxpRvWLUqy .mbr-text {
  color: #ffffff;
}
.cid-sx2sIIZohw {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sx2sIIZohw .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sx2sIIZohw .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sx2sIIZohw .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sx2sIIZohw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sx2sIIZohw .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sx2sIIZohw .text2 {
  color: #000000;
  text-align: left;
}
.cid-sx2sIIZohw .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sx2sIIZohw .logo-title {
  text-align: center;
}
.cid-sx2sIIZohw .logo-sub-title {
  text-align: center;
}
.cid-sx2sIIZohw .links {
  text-align: center;
  color: #656565;
}
.cid-sx2sIIZohw .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sx2sIIZohw .links,
.cid-sx2sIIZohw .social-list {
  color: #000000;
}
.cid-sx2sIIZohw .logo-title,
.cid-sx2sIIZohw .logo {
  color: #009331;
}
.cid-sys4rlT0h2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sys4rlT0h2 a:link {
  text-decoration: none;
}
.cid-sys4rlT0h2 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sys4rlT0h2 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sys4rlT0h2 .inner-text {
  line-height: 3em;
}
.cid-sys4rlT0h2 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sys4rlT0h2 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sys4rlT0h2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sys4rlT0h2 .content-text,
.cid-sys4rlT0h2 .inner-text {
  color: #ffffff;
}
.cid-sBL1MAiKuz {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-sBL1MAiKuz .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBL1MAiKuz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBL1MAiKuz a {
  font-style: normal;
}
.cid-sBL1MAiKuz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBL1MAiKuz .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sBL1MAiKuz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBL1MAiKuz .content-text {
  margin-bottom: 0;
}
.cid-sBL1MAiKuz .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBL1MAiKuz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBL1MAiKuz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBL1MAiKuz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBL1MAiKuz .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sBL1MAiKuz .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBL1MAiKuz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBL1MAiKuz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sBL1MAiKuz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBL1MAiKuz .nav-dropdown .link {
  font-weight: 400;
}
.cid-sBL1MAiKuz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBL1MAiKuz .content-right-side {
  text-align: center;
}
.cid-sBL1MAiKuz .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sBL1MAiKuz .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sBL1MAiKuz .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sBL1MAiKuz .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sBL1MAiKuz .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sBL1MAiKuz .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sBL1MAiKuz img {
    height: 3.8rem !important;
  }
  .cid-sBL1MAiKuz .btn {
    display: -webkit-flex;
  }
  .cid-sBL1MAiKuz button.navbar-toggler {
    display: block;
  }
  .cid-sBL1MAiKuz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sBL1MAiKuz .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBL1MAiKuz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sBL1MAiKuz .navbar-collapse.collapsing,
  .cid-sBL1MAiKuz .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBL1MAiKuz .navbar-collapse.collapsing .navbar-nav,
  .cid-sBL1MAiKuz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBL1MAiKuz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBL1MAiKuz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBL1MAiKuz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sBL1MAiKuz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBL1MAiKuz .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBL1MAiKuz .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sBL1MAiKuz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBL1MAiKuz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBL1MAiKuz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sBL1MAiKuz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBL1MAiKuz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBL1MAiKuz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sBL1MAiKuz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBL1MAiKuz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sBL1MAiKuz .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sBL1MAiKuz .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sBL1MAiKuz .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sBL1MAiKuz .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sBL1MAiKuz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBL1MAiKuz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBL1MAiKuz .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sBL1MAiKuz .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sBL1MAiKuz .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBL1MAiKuz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sBL1MAiKuz .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBL1MAiKuz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBL1MAiKuz .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sBL1MAiKuz .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBL1MAiKuz .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sBL1MAiKuz .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sBL1MAiKuz .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBL1MAiKuz .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sBL1MAiKuz .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBL1MAiKuz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBL1MAiKuz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBL1MAiKuz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBL1MAiKuz .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sBL1MAiKuz .navbar-toggler {
    display: none;
  }
  .cid-sBL1MAiKuz .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBL1MAiKuz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBL1MAiKuz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBL1MAiKuz .menu-logo {
  margin-right: auto;
}
.cid-sBL1MAiKuz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBL1MAiKuz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sBL1MAiKuz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sBL1MAiKuz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBL1MAiKuz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBL1MAiKuz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBL1MAiKuz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBL1MAiKuz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBL1MAiKuz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBL1MAiKuz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBL1MAiKuz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBL1MAiKuz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBL1MAiKuz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBL1MAiKuz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL1MAiKuz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBL1MAiKuz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBL1MAiKuz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBL1MAiKuz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBL1MAiKuz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBL1MAiKuz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sBL1MAiKuz .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sBL1MAiKuz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sBL1MAiKuz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBL1MAiKuz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBL1MAiKuz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBL1MAiKuz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBL1MAiKuz button.navbar-toggler:focus {
  outline: none;
}
.cid-sBL1MAiKuz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBL1MAiKuz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBL1MAiKuz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBL1MAiKuz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBL1MAiKuz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBL1MAiKuz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBL1MAiKuz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBL1MAiKuz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBL1MAiKuz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBL1MAiKuz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL1MAiKuz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBL1MAiKuz .collapsed .btn {
  display: -webkit-flex;
}
.cid-sBL1MAiKuz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBL1MAiKuz .collapsed .navbar-collapse.collapsing,
.cid-sBL1MAiKuz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBL1MAiKuz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBL1MAiKuz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBL1MAiKuz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBL1MAiKuz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBL1MAiKuz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sBL1MAiKuz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sBL1MAiKuz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBL1MAiKuz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sBL1MAiKuz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBL1MAiKuz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBL1MAiKuz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-sBL1MAiKuz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBL1MAiKuz .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBL1MAiKuz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sBL1MAiKuz .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBL1MAiKuz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sBL1MAiKuz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBL1MAiKuz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBL1MAiKuz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sBL1MAiKuz .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBL1MAiKuz .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-sBL1MAiKuz .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sBL1MAiKuz .nav-link:focus {
  outline: none;
}
.cid-sBL1MAiKuz .navbar-toggler {
  position: relative;
}
.cid-sBL1MAiKuz .dropdown-item.active,
.cid-sBL1MAiKuz .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sBL1MAiKuz .nav-link:hover,
.cid-sBL1MAiKuz .dropdown-item:hover {
  color: #0e4d20;
}
.cid-sBL1MAiKuz .widget-title,
.cid-sBL1MAiKuz .widget-icon {
  color: #007828;
}
.cid-sBL1MAiKuz .widget-text {
  color: #007828;
}
.cid-sBL1MBApp9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  border-bottom: solid 3px #00ff55;
}
.cid-sBL1MBApp9 .mbr-text,
.cid-sBL1MBApp9 .ornament {
  color: #ffffff;
}
.cid-sBL1MBZvMW {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 2px #00ff55;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-sBL1MBZvMW .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sBL1MBZvMW .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sBL1MBZvMW .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sBL1MBZvMW img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sBL1MBZvMW .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sBL1MBZvMW H1 {
  color: #00ff55;
  text-align: center;
}
.cid-sBL1MBZvMW DIV {
  text-align: center;
}
.cid-sBL1VpoMNx {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #dafdd8;
  border-bottom: solid 2px #00ff55;
}
.cid-sBL1VpoMNx .nav-tabs .nav-item.open .nav-link:focus,
.cid-sBL1VpoMNx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sBL1VpoMNx .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-sBL1VpoMNx .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-sBL1VpoMNx .nav-link {
  padding: .4rem 0.8rem;
}
.cid-sBL1VpoMNx .nav-tabs .nav-link {
  color: #0e4d20;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #f5efe0;
}
.cid-sBL1VpoMNx .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #0e4d20;
  border-bottom: 2px solid #0e4d20;
}
.cid-sBL1VpoMNx .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #0e4d20;
  font-style: normal;
  border-bottom: 2px solid #0e4d20;
}
.cid-sBL1VpoMNx P {
  color: #0e4d20;
}
@media (max-width: 576px) {
  .cid-sBL1VpoMNx .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sBL1VpoMNx .mbr-text,
  .cid-sBL1VpoMNx .nav-link {
    text-align: center;
  }
}
.cid-vewkCLNybd {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.0em 0.1em;
}
.cid-vewkCLNybd .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewkCLNybd .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vewkCLNybd .btn {
  margin-bottom: 2rem;
}
.cid-vewkCLNybd .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vewkCLNybd .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vewkCLNybd .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vewkCLNybd .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vewkCLNybd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vewkCLNybd .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vewkCLNybd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vewkCLNybd .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vewkCLNybd .links {
  color: #ffffff;
  text-align: center;
}
.cid-vewkCwulZL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 1px #00ff55;
}
.cid-vewkCwulZL li {
  list-style: none;
}
.cid-vewkCwulZL .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vewkCwulZL .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vewkCwulZL h4 {
  margin: 0;
}
.cid-vewkCwulZL .item {
  color: #57468b;
}
.cid-vewkCwulZL ul {
  padding: 0;
  margin: 0;
}
.cid-vewkCwulZL .col-title {
  color: #57468b;
}
.cid-vewkCwulZL .col-title1 {
  color: #bfceff;
}
.cid-vewkCwulZL .col-title2 {
  color: #5580ff;
}
.cid-vewkCwulZL .col-title3 {
  color: #ff8a73;
}
.cid-vewkCwulZL .col-title4 {
  color: #57468b;
}
.cid-vewkCwulZL .item1 {
  color: #ffffff;
}
.cid-vewkCwulZL .item2 {
  color: #ffffff;
}
.cid-vewkCwulZL .item3 {
  color: #ffffff;
}
.cid-vewkCwulZL .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vewkCwulZL .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uWd9dZrfld {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #00ff55;
}
.cid-uWd9dZrfld ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uWd9dZrfld ul li {
  padding: 1rem 0;
}
.cid-uWd9dZrfld ul li:hover {
  color: #ffffff;
}
.cid-uWd9dZrfld .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uWd9dZrfld .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uWd9dZrfld .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uWd9dZrfld .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uWd9dZrfld .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWd9dZrfld .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uWd9dZrfld .map {
    height: auto;
  }
}
.cid-uWd9dZrfld .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uWd9dZrfld .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uWd9dZrfld .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uWd9dZrfld .social-list a:hover {
  opacity: 1;
}
.cid-uWd9dZrfld .row-element,
.cid-uWd9dZrfld .image-element {
  padding: 0;
}
.cid-uWd9dZrfld .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uWd9dZrfld .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWd9dZrfld .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uWd9dZrfld .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWd9dZrfld .text-content {
    padding: 2rem 1rem;
  }
  .cid-uWd9dZrfld .underline .line {
    height: 2px;
  }
  .cid-uWd9dZrfld .mbr-title,
  .cid-uWd9dZrfld .underline,
  .cid-uWd9dZrfld .mbr-text,
  .cid-uWd9dZrfld .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWd9dZrfld .mbr-title,
.cid-uWd9dZrfld .underline {
  color: #ffffff;
}
.cid-uWd9dZrfld .mbr-text,
.cid-uWd9dZrfld .mbr-section-btn {
  color: #ffffff;
}
.cid-uWd9dZrfld mbr-list LI {
  color: #ffffff;
}
.cid-uWd9dZrfld mbr-list {
  text-align: center;
}
.cid-uWd9dZrfld .mbr-list,
.cid-uWd9dZrfld .social-list mbr-list {
  color: #ffffff;
}
.cid-uWd9dZrfld .social-list,
.cid-uWd9dZrfld .mbr-list {
  color: #ffffff;
}
.cid-uWd9dZrfld .mbr-text {
  color: #ffffff;
}
.cid-vewjNPUzvd {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vewjNPUzvd .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vewjNPUzvd .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vewjNPUzvd .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewjNPUzvd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vewjNPUzvd .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vewjNPUzvd .text2 {
  color: #000000;
  text-align: left;
}
.cid-vewjNPUzvd .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vewjNPUzvd .logo-title {
  text-align: center;
}
.cid-vewjNPUzvd .logo-sub-title {
  text-align: center;
}
.cid-vewjNPUzvd .links {
  text-align: center;
  color: #656565;
}
.cid-vewjNPUzvd .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vewjNPUzvd .links,
.cid-vewjNPUzvd .social-list {
  color: #000000;
}
.cid-vewjNPUzvd .logo-title,
.cid-vewjNPUzvd .logo {
  color: #009331;
}
.cid-vewjNfXEnq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vewjNfXEnq a:link {
  text-decoration: none;
}
.cid-vewjNfXEnq .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vewjNfXEnq .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vewjNfXEnq .inner-text {
  line-height: 3em;
}
.cid-vewjNfXEnq .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vewjNfXEnq .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vewjNfXEnq .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vewjNfXEnq .content-text,
.cid-vewjNfXEnq .inner-text {
  color: #ffffff;
}
.cid-sBJL6zzl5d {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-sBJL6zzl5d .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBJL6zzl5d .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBJL6zzl5d a {
  font-style: normal;
}
.cid-sBJL6zzl5d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBJL6zzl5d .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sBJL6zzl5d .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBJL6zzl5d .content-text {
  margin-bottom: 0;
}
.cid-sBJL6zzl5d .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBJL6zzl5d .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBJL6zzl5d .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBJL6zzl5d .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBJL6zzl5d .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sBJL6zzl5d .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBJL6zzl5d .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBJL6zzl5d .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sBJL6zzl5d .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBJL6zzl5d .nav-dropdown .link {
  font-weight: 400;
}
.cid-sBJL6zzl5d .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBJL6zzl5d .content-right-side {
  text-align: center;
}
.cid-sBJL6zzl5d .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sBJL6zzl5d .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sBJL6zzl5d .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sBJL6zzl5d .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sBJL6zzl5d .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sBJL6zzl5d .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sBJL6zzl5d img {
    height: 3.8rem !important;
  }
  .cid-sBJL6zzl5d .btn {
    display: -webkit-flex;
  }
  .cid-sBJL6zzl5d button.navbar-toggler {
    display: block;
  }
  .cid-sBJL6zzl5d .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sBJL6zzl5d .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBJL6zzl5d .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sBJL6zzl5d .navbar-collapse.collapsing,
  .cid-sBJL6zzl5d .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBJL6zzl5d .navbar-collapse.collapsing .navbar-nav,
  .cid-sBJL6zzl5d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBJL6zzl5d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBJL6zzl5d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBJL6zzl5d .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sBJL6zzl5d .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBJL6zzl5d .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBJL6zzl5d .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sBJL6zzl5d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBJL6zzl5d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBJL6zzl5d .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sBJL6zzl5d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBJL6zzl5d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBJL6zzl5d .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sBJL6zzl5d .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBJL6zzl5d .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sBJL6zzl5d .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sBJL6zzl5d .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sBJL6zzl5d .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sBJL6zzl5d .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sBJL6zzl5d .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBJL6zzl5d .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBJL6zzl5d .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sBJL6zzl5d .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sBJL6zzl5d .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBJL6zzl5d .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sBJL6zzl5d .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBJL6zzl5d .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBJL6zzl5d .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sBJL6zzl5d .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBJL6zzl5d .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sBJL6zzl5d .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sBJL6zzl5d .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBJL6zzl5d .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sBJL6zzl5d .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBJL6zzl5d .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBJL6zzl5d .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBJL6zzl5d .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBJL6zzl5d .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sBJL6zzl5d .navbar-toggler {
    display: none;
  }
  .cid-sBJL6zzl5d .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBJL6zzl5d .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBJL6zzl5d .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBJL6zzl5d .menu-logo {
  margin-right: auto;
}
.cid-sBJL6zzl5d .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBJL6zzl5d .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sBJL6zzl5d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sBJL6zzl5d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBJL6zzl5d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBJL6zzl5d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBJL6zzl5d .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBJL6zzl5d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBJL6zzl5d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBJL6zzl5d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBJL6zzl5d .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBJL6zzl5d .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBJL6zzl5d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBJL6zzl5d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBJL6zzl5d .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBJL6zzl5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBJL6zzl5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBJL6zzl5d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBJL6zzl5d .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBJL6zzl5d .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sBJL6zzl5d .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sBJL6zzl5d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sBJL6zzl5d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBJL6zzl5d .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBJL6zzl5d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBJL6zzl5d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBJL6zzl5d button.navbar-toggler:focus {
  outline: none;
}
.cid-sBJL6zzl5d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBJL6zzl5d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBJL6zzl5d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJL6zzl5d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBJL6zzl5d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBJL6zzl5d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJL6zzl5d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBJL6zzl5d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBJL6zzl5d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBJL6zzl5d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBJL6zzl5d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBJL6zzl5d .collapsed .btn {
  display: -webkit-flex;
}
.cid-sBJL6zzl5d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBJL6zzl5d .collapsed .navbar-collapse.collapsing,
.cid-sBJL6zzl5d .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBJL6zzl5d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBJL6zzl5d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBJL6zzl5d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBJL6zzl5d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBJL6zzl5d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sBJL6zzl5d .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sBJL6zzl5d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBJL6zzl5d .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sBJL6zzl5d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBJL6zzl5d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBJL6zzl5d .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-sBJL6zzl5d .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBJL6zzl5d .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBJL6zzl5d .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sBJL6zzl5d .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBJL6zzl5d .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sBJL6zzl5d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBJL6zzl5d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBJL6zzl5d .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sBJL6zzl5d .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBJL6zzl5d .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-sBJL6zzl5d .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sBJL6zzl5d .nav-link:focus {
  outline: none;
}
.cid-sBJL6zzl5d .navbar-toggler {
  position: relative;
}
.cid-sBJL6zzl5d .dropdown-item.active,
.cid-sBJL6zzl5d .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sBJL6zzl5d .nav-link:hover,
.cid-sBJL6zzl5d .dropdown-item:hover {
  color: #0e4d20;
}
.cid-sBJL6zzl5d .widget-title,
.cid-sBJL6zzl5d .widget-icon {
  color: #007828;
}
.cid-sBJL6zzl5d .widget-text {
  color: #007828;
}
.cid-sBJQB4DOfU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBJQB4DOfU .mbr-text,
.cid-sBJQB4DOfU .ornament {
  color: #ffffff;
}
.cid-sBJL6ERujd {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 3px #00ff55;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-sBJL6ERujd .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sBJL6ERujd .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sBJL6ERujd .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sBJL6ERujd img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sBJL6ERujd .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sBJL6ERujd H1 {
  color: #00ff55;
  text-align: center;
}
.cid-sBJL6ERujd DIV {
  text-align: center;
}
.cid-sBKRm6REKU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #dafdd8;
  border-bottom: solid 2px #00ff55;
}
.cid-sBKRm6REKU .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBKRm6REKU .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBKRm6REKU .card-img span {
  font-size: 100px;
}
.cid-sBKRm6REKU .mbr-text,
.cid-sBKRm6REKU .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-sBKRm6REKU .mbr-section-title,
.cid-sBKRm6REKU .card-img {
  color: #b4924b;
}
.cid-vewkbmYR9Q {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.0em 0.1em;
}
.cid-vewkbmYR9Q .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewkbmYR9Q .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vewkbmYR9Q .btn {
  margin-bottom: 2rem;
}
.cid-vewkbmYR9Q .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vewkbmYR9Q .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vewkbmYR9Q .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vewkbmYR9Q .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vewkbmYR9Q .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vewkbmYR9Q .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vewkbmYR9Q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vewkbmYR9Q .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vewkbmYR9Q .links {
  color: #ffffff;
  text-align: center;
}
.cid-vewkaX5HiB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 1px #00ff55;
}
.cid-vewkaX5HiB li {
  list-style: none;
}
.cid-vewkaX5HiB .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vewkaX5HiB .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vewkaX5HiB h4 {
  margin: 0;
}
.cid-vewkaX5HiB .item {
  color: #57468b;
}
.cid-vewkaX5HiB ul {
  padding: 0;
  margin: 0;
}
.cid-vewkaX5HiB .col-title {
  color: #57468b;
}
.cid-vewkaX5HiB .col-title1 {
  color: #bfceff;
}
.cid-vewkaX5HiB .col-title2 {
  color: #5580ff;
}
.cid-vewkaX5HiB .col-title3 {
  color: #ff8a73;
}
.cid-vewkaX5HiB .col-title4 {
  color: #57468b;
}
.cid-vewkaX5HiB .item1 {
  color: #ffffff;
}
.cid-vewkaX5HiB .item2 {
  color: #ffffff;
}
.cid-vewkaX5HiB .item3 {
  color: #ffffff;
}
.cid-vewkaX5HiB .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vewkaX5HiB .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uWd8fyTT1N {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #00ff55;
}
.cid-uWd8fyTT1N ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uWd8fyTT1N ul li {
  padding: 1rem 0;
}
.cid-uWd8fyTT1N ul li:hover {
  color: #ffffff;
}
.cid-uWd8fyTT1N .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uWd8fyTT1N .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uWd8fyTT1N .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uWd8fyTT1N .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uWd8fyTT1N .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWd8fyTT1N .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uWd8fyTT1N .map {
    height: auto;
  }
}
.cid-uWd8fyTT1N .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uWd8fyTT1N .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uWd8fyTT1N .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uWd8fyTT1N .social-list a:hover {
  opacity: 1;
}
.cid-uWd8fyTT1N .row-element,
.cid-uWd8fyTT1N .image-element {
  padding: 0;
}
.cid-uWd8fyTT1N .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uWd8fyTT1N .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWd8fyTT1N .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uWd8fyTT1N .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWd8fyTT1N .text-content {
    padding: 2rem 1rem;
  }
  .cid-uWd8fyTT1N .underline .line {
    height: 2px;
  }
  .cid-uWd8fyTT1N .mbr-title,
  .cid-uWd8fyTT1N .underline,
  .cid-uWd8fyTT1N .mbr-text,
  .cid-uWd8fyTT1N .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWd8fyTT1N .mbr-title,
.cid-uWd8fyTT1N .underline {
  color: #ffffff;
}
.cid-uWd8fyTT1N .mbr-text,
.cid-uWd8fyTT1N .mbr-section-btn {
  color: #ffffff;
}
.cid-uWd8fyTT1N mbr-list LI {
  color: #ffffff;
}
.cid-uWd8fyTT1N mbr-list {
  text-align: center;
}
.cid-uWd8fyTT1N .mbr-list,
.cid-uWd8fyTT1N .social-list mbr-list {
  color: #ffffff;
}
.cid-uWd8fyTT1N .social-list,
.cid-uWd8fyTT1N .mbr-list {
  color: #ffffff;
}
.cid-uWd8fyTT1N .mbr-text {
  color: #ffffff;
}
.cid-vewjeH8acC {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vewjeH8acC .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vewjeH8acC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vewjeH8acC .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewjeH8acC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vewjeH8acC .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vewjeH8acC .text2 {
  color: #000000;
  text-align: left;
}
.cid-vewjeH8acC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vewjeH8acC .logo-title {
  text-align: center;
}
.cid-vewjeH8acC .logo-sub-title {
  text-align: center;
}
.cid-vewjeH8acC .links {
  text-align: center;
  color: #656565;
}
.cid-vewjeH8acC .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vewjeH8acC .links,
.cid-vewjeH8acC .social-list {
  color: #000000;
}
.cid-vewjeH8acC .logo-title,
.cid-vewjeH8acC .logo {
  color: #009331;
}
.cid-vewje2cTY4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vewje2cTY4 a:link {
  text-decoration: none;
}
.cid-vewje2cTY4 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vewje2cTY4 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vewje2cTY4 .inner-text {
  line-height: 3em;
}
.cid-vewje2cTY4 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vewje2cTY4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vewje2cTY4 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vewje2cTY4 .content-text,
.cid-vewje2cTY4 .inner-text {
  color: #ffffff;
}
.cid-sBKuGQisEZ {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-sBKuGQisEZ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBKuGQisEZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBKuGQisEZ a {
  font-style: normal;
}
.cid-sBKuGQisEZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBKuGQisEZ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sBKuGQisEZ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBKuGQisEZ .content-text {
  margin-bottom: 0;
}
.cid-sBKuGQisEZ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBKuGQisEZ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBKuGQisEZ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBKuGQisEZ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBKuGQisEZ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sBKuGQisEZ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBKuGQisEZ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBKuGQisEZ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sBKuGQisEZ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBKuGQisEZ .nav-dropdown .link {
  font-weight: 400;
}
.cid-sBKuGQisEZ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBKuGQisEZ .content-right-side {
  text-align: center;
}
.cid-sBKuGQisEZ .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sBKuGQisEZ .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sBKuGQisEZ .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sBKuGQisEZ .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sBKuGQisEZ .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sBKuGQisEZ .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sBKuGQisEZ img {
    height: 3.8rem !important;
  }
  .cid-sBKuGQisEZ .btn {
    display: -webkit-flex;
  }
  .cid-sBKuGQisEZ button.navbar-toggler {
    display: block;
  }
  .cid-sBKuGQisEZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sBKuGQisEZ .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBKuGQisEZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sBKuGQisEZ .navbar-collapse.collapsing,
  .cid-sBKuGQisEZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBKuGQisEZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sBKuGQisEZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBKuGQisEZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBKuGQisEZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBKuGQisEZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sBKuGQisEZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBKuGQisEZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBKuGQisEZ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sBKuGQisEZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBKuGQisEZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBKuGQisEZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sBKuGQisEZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBKuGQisEZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBKuGQisEZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sBKuGQisEZ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBKuGQisEZ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sBKuGQisEZ .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sBKuGQisEZ .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sBKuGQisEZ .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sBKuGQisEZ .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sBKuGQisEZ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBKuGQisEZ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBKuGQisEZ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sBKuGQisEZ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sBKuGQisEZ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBKuGQisEZ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sBKuGQisEZ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBKuGQisEZ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBKuGQisEZ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sBKuGQisEZ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBKuGQisEZ .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sBKuGQisEZ .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sBKuGQisEZ .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBKuGQisEZ .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sBKuGQisEZ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBKuGQisEZ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBKuGQisEZ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBKuGQisEZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBKuGQisEZ .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sBKuGQisEZ .navbar-toggler {
    display: none;
  }
  .cid-sBKuGQisEZ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBKuGQisEZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBKuGQisEZ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBKuGQisEZ .menu-logo {
  margin-right: auto;
}
.cid-sBKuGQisEZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBKuGQisEZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sBKuGQisEZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sBKuGQisEZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBKuGQisEZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBKuGQisEZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBKuGQisEZ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBKuGQisEZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBKuGQisEZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBKuGQisEZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBKuGQisEZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBKuGQisEZ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBKuGQisEZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBKuGQisEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBKuGQisEZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBKuGQisEZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBKuGQisEZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBKuGQisEZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBKuGQisEZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBKuGQisEZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sBKuGQisEZ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sBKuGQisEZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sBKuGQisEZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBKuGQisEZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBKuGQisEZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBKuGQisEZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBKuGQisEZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sBKuGQisEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBKuGQisEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBKuGQisEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBKuGQisEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBKuGQisEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBKuGQisEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBKuGQisEZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBKuGQisEZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBKuGQisEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBKuGQisEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBKuGQisEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBKuGQisEZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sBKuGQisEZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBKuGQisEZ .collapsed .navbar-collapse.collapsing,
.cid-sBKuGQisEZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBKuGQisEZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBKuGQisEZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBKuGQisEZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBKuGQisEZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBKuGQisEZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sBKuGQisEZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sBKuGQisEZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBKuGQisEZ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sBKuGQisEZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBKuGQisEZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBKuGQisEZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-sBKuGQisEZ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBKuGQisEZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBKuGQisEZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sBKuGQisEZ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBKuGQisEZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sBKuGQisEZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBKuGQisEZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBKuGQisEZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sBKuGQisEZ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBKuGQisEZ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-sBKuGQisEZ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sBKuGQisEZ .nav-link:focus {
  outline: none;
}
.cid-sBKuGQisEZ .navbar-toggler {
  position: relative;
}
.cid-sBKuGQisEZ .dropdown-item.active,
.cid-sBKuGQisEZ .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sBKuGQisEZ .nav-link:hover,
.cid-sBKuGQisEZ .dropdown-item:hover {
  color: #0e4d20;
}
.cid-sBKuGQisEZ .widget-title,
.cid-sBKuGQisEZ .widget-icon {
  color: #007828;
}
.cid-sBKuGQisEZ .widget-text {
  color: #007828;
}
.cid-sBKuGRqppV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  border-bottom: solid 2px #fac51c;
}
.cid-sBKuGRqppV .mbr-text,
.cid-sBKuGRqppV .ornament {
  color: #ffffff;
}
.cid-sBKuGRGjxH {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 3px #00ff55;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-sBKuGRGjxH .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sBKuGRGjxH .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sBKuGRGjxH .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sBKuGRGjxH img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sBKuGRGjxH .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sBKuGRGjxH H1 {
  color: #00ff55;
  text-align: center;
}
.cid-sBKuGRGjxH DIV {
  text-align: center;
}
.cid-sBKRhDkwYR {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #dafdd8;
}
.cid-sBKRhDkwYR .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBKRhDkwYR .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBKRhDkwYR .card-img span {
  font-size: 100px;
}
.cid-sBKRhDkwYR .mbr-text,
.cid-sBKRhDkwYR .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-sBKRhDkwYR .mbr-section-title,
.cid-sBKRhDkwYR .card-img {
  color: #b4924b;
}
#custom-html-i3 {
  /* Adiciona espaço acima e abaixo do bloco inteiro grok */
  /* Alertas */
  border-bottom: solid 2px #00ff55;
}
#custom-html-i3 section {
  background-color: #dafdd8 !important;
}
#custom-html-i3 .mbr-form.form-with-styler {
  background-color: #ffffff !important;
  padding: 40px 30px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
#custom-html-i3 .mbr-form .form-control-label {
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  font-size: 1.05rem !important;
}
#custom-html-i3 .mbr-form .form-control,
#custom-html-i3 .mbr-form textarea.form-control,
#custom-html-i3 .mbr-form select.form-control {
  border: 1px solid #ced4da !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 1rem !important;
  transition: all 0.25s ease !important;
}
#custom-html-i3 .mbr-form .form-control:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.15) !important;
}
#custom-html-i3 .mbr-form textarea.form-control {
  min-height: 140px !important;
  resize: vertical !important;
}
#custom-html-i3 .mbr-form .btn-success-outline {
  border: 2px solid #28a745 !important;
  color: #28a745 !important;
  background: transparent !important;
  font-weight: 600 !important;
  padding: 12px 40px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
}
#custom-html-i3 .mbr-form .btn-success-outline:hover {
  background-color: #28a745 !important;
  color: white !important;
  transform: translateY(-2px) !important;
}
#custom-html-i3 .mbr-form [data-form-alert].alert-success,
#custom-html-i3 .mbr-form [data-form-alert-danger].alert-danger {
  border-radius: 8px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
}
#custom-html-i3 .mbr-form.form-with-styler {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#custom-html-i3 .mbr-section,
#custom-html-i3 section[id*="form"],
#custom-html-i3 .mbr-form.form-with-styler {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.cid-vewkjzXtaZ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.0em 0.1em;
}
.cid-vewkjzXtaZ .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewkjzXtaZ .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vewkjzXtaZ .btn {
  margin-bottom: 2rem;
}
.cid-vewkjzXtaZ .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vewkjzXtaZ .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vewkjzXtaZ .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vewkjzXtaZ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vewkjzXtaZ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vewkjzXtaZ .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vewkjzXtaZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vewkjzXtaZ .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vewkjzXtaZ .links {
  color: #ffffff;
  text-align: center;
}
.cid-vewkjiimNy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 1px #00ff55;
}
.cid-vewkjiimNy li {
  list-style: none;
}
.cid-vewkjiimNy .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vewkjiimNy .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vewkjiimNy h4 {
  margin: 0;
}
.cid-vewkjiimNy .item {
  color: #57468b;
}
.cid-vewkjiimNy ul {
  padding: 0;
  margin: 0;
}
.cid-vewkjiimNy .col-title {
  color: #57468b;
}
.cid-vewkjiimNy .col-title1 {
  color: #bfceff;
}
.cid-vewkjiimNy .col-title2 {
  color: #5580ff;
}
.cid-vewkjiimNy .col-title3 {
  color: #ff8a73;
}
.cid-vewkjiimNy .col-title4 {
  color: #57468b;
}
.cid-vewkjiimNy .item1 {
  color: #ffffff;
}
.cid-vewkjiimNy .item2 {
  color: #ffffff;
}
.cid-vewkjiimNy .item3 {
  color: #ffffff;
}
.cid-vewkjiimNy .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vewkjiimNy .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uWd8xq4Dw2 {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #00ff55;
}
.cid-uWd8xq4Dw2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uWd8xq4Dw2 ul li {
  padding: 1rem 0;
}
.cid-uWd8xq4Dw2 ul li:hover {
  color: #ffffff;
}
.cid-uWd8xq4Dw2 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uWd8xq4Dw2 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uWd8xq4Dw2 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uWd8xq4Dw2 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uWd8xq4Dw2 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWd8xq4Dw2 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uWd8xq4Dw2 .map {
    height: auto;
  }
}
.cid-uWd8xq4Dw2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uWd8xq4Dw2 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uWd8xq4Dw2 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uWd8xq4Dw2 .social-list a:hover {
  opacity: 1;
}
.cid-uWd8xq4Dw2 .row-element,
.cid-uWd8xq4Dw2 .image-element {
  padding: 0;
}
.cid-uWd8xq4Dw2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uWd8xq4Dw2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWd8xq4Dw2 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uWd8xq4Dw2 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWd8xq4Dw2 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uWd8xq4Dw2 .underline .line {
    height: 2px;
  }
  .cid-uWd8xq4Dw2 .mbr-title,
  .cid-uWd8xq4Dw2 .underline,
  .cid-uWd8xq4Dw2 .mbr-text,
  .cid-uWd8xq4Dw2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWd8xq4Dw2 .mbr-title,
.cid-uWd8xq4Dw2 .underline {
  color: #ffffff;
}
.cid-uWd8xq4Dw2 .mbr-text,
.cid-uWd8xq4Dw2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWd8xq4Dw2 mbr-list LI {
  color: #ffffff;
}
.cid-uWd8xq4Dw2 mbr-list {
  text-align: center;
}
.cid-uWd8xq4Dw2 .mbr-list,
.cid-uWd8xq4Dw2 .social-list mbr-list {
  color: #ffffff;
}
.cid-uWd8xq4Dw2 .social-list,
.cid-uWd8xq4Dw2 .mbr-list {
  color: #ffffff;
}
.cid-uWd8xq4Dw2 .mbr-text {
  color: #ffffff;
}
.cid-vewjprDzQQ {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vewjprDzQQ .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vewjprDzQQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vewjprDzQQ .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewjprDzQQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vewjprDzQQ .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vewjprDzQQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-vewjprDzQQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vewjprDzQQ .logo-title {
  text-align: center;
}
.cid-vewjprDzQQ .logo-sub-title {
  text-align: center;
}
.cid-vewjprDzQQ .links {
  text-align: center;
  color: #656565;
}
.cid-vewjprDzQQ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vewjprDzQQ .links,
.cid-vewjprDzQQ .social-list {
  color: #000000;
}
.cid-vewjprDzQQ .logo-title,
.cid-vewjprDzQQ .logo {
  color: #009331;
}
.cid-vewjouKmAN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vewjouKmAN a:link {
  text-decoration: none;
}
.cid-vewjouKmAN .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vewjouKmAN .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vewjouKmAN .inner-text {
  line-height: 3em;
}
.cid-vewjouKmAN .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vewjouKmAN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vewjouKmAN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vewjouKmAN .content-text,
.cid-vewjouKmAN .inner-text {
  color: #ffffff;
}
.cid-sBKvHPHqwA {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-sBKvHPHqwA .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBKvHPHqwA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBKvHPHqwA a {
  font-style: normal;
}
.cid-sBKvHPHqwA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBKvHPHqwA .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sBKvHPHqwA .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBKvHPHqwA .content-text {
  margin-bottom: 0;
}
.cid-sBKvHPHqwA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBKvHPHqwA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBKvHPHqwA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBKvHPHqwA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBKvHPHqwA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sBKvHPHqwA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBKvHPHqwA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBKvHPHqwA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sBKvHPHqwA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBKvHPHqwA .nav-dropdown .link {
  font-weight: 400;
}
.cid-sBKvHPHqwA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBKvHPHqwA .content-right-side {
  text-align: center;
}
.cid-sBKvHPHqwA .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sBKvHPHqwA .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sBKvHPHqwA .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sBKvHPHqwA .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sBKvHPHqwA .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sBKvHPHqwA .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sBKvHPHqwA img {
    height: 3.8rem !important;
  }
  .cid-sBKvHPHqwA .btn {
    display: -webkit-flex;
  }
  .cid-sBKvHPHqwA button.navbar-toggler {
    display: block;
  }
  .cid-sBKvHPHqwA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sBKvHPHqwA .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBKvHPHqwA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sBKvHPHqwA .navbar-collapse.collapsing,
  .cid-sBKvHPHqwA .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBKvHPHqwA .navbar-collapse.collapsing .navbar-nav,
  .cid-sBKvHPHqwA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBKvHPHqwA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBKvHPHqwA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBKvHPHqwA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sBKvHPHqwA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBKvHPHqwA .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBKvHPHqwA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sBKvHPHqwA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBKvHPHqwA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBKvHPHqwA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sBKvHPHqwA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBKvHPHqwA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBKvHPHqwA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sBKvHPHqwA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBKvHPHqwA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sBKvHPHqwA .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sBKvHPHqwA .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sBKvHPHqwA .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sBKvHPHqwA .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sBKvHPHqwA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBKvHPHqwA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBKvHPHqwA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sBKvHPHqwA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sBKvHPHqwA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBKvHPHqwA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sBKvHPHqwA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBKvHPHqwA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBKvHPHqwA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sBKvHPHqwA .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBKvHPHqwA .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sBKvHPHqwA .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sBKvHPHqwA .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBKvHPHqwA .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sBKvHPHqwA .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBKvHPHqwA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBKvHPHqwA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBKvHPHqwA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBKvHPHqwA .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sBKvHPHqwA .navbar-toggler {
    display: none;
  }
  .cid-sBKvHPHqwA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBKvHPHqwA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBKvHPHqwA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBKvHPHqwA .menu-logo {
  margin-right: auto;
}
.cid-sBKvHPHqwA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBKvHPHqwA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sBKvHPHqwA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sBKvHPHqwA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBKvHPHqwA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBKvHPHqwA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBKvHPHqwA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBKvHPHqwA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBKvHPHqwA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBKvHPHqwA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBKvHPHqwA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBKvHPHqwA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBKvHPHqwA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBKvHPHqwA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBKvHPHqwA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBKvHPHqwA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBKvHPHqwA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBKvHPHqwA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBKvHPHqwA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBKvHPHqwA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sBKvHPHqwA .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sBKvHPHqwA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sBKvHPHqwA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBKvHPHqwA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBKvHPHqwA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBKvHPHqwA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBKvHPHqwA button.navbar-toggler:focus {
  outline: none;
}
.cid-sBKvHPHqwA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBKvHPHqwA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBKvHPHqwA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBKvHPHqwA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBKvHPHqwA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBKvHPHqwA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBKvHPHqwA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBKvHPHqwA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBKvHPHqwA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBKvHPHqwA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBKvHPHqwA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBKvHPHqwA .collapsed .btn {
  display: -webkit-flex;
}
.cid-sBKvHPHqwA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBKvHPHqwA .collapsed .navbar-collapse.collapsing,
.cid-sBKvHPHqwA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBKvHPHqwA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBKvHPHqwA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBKvHPHqwA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBKvHPHqwA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBKvHPHqwA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sBKvHPHqwA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sBKvHPHqwA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBKvHPHqwA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sBKvHPHqwA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBKvHPHqwA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBKvHPHqwA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-sBKvHPHqwA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBKvHPHqwA .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBKvHPHqwA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sBKvHPHqwA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBKvHPHqwA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sBKvHPHqwA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBKvHPHqwA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBKvHPHqwA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sBKvHPHqwA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBKvHPHqwA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-sBKvHPHqwA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sBKvHPHqwA .nav-link:focus {
  outline: none;
}
.cid-sBKvHPHqwA .navbar-toggler {
  position: relative;
}
.cid-sBKvHPHqwA .dropdown-item.active,
.cid-sBKvHPHqwA .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sBKvHPHqwA .nav-link:hover,
.cid-sBKvHPHqwA .dropdown-item:hover {
  color: #0e4d20;
}
.cid-sBKvHPHqwA .widget-title,
.cid-sBKvHPHqwA .widget-icon {
  color: #007828;
}
.cid-sBKvHPHqwA .widget-text {
  color: #007828;
}
.cid-sBKvHQZzzK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBKvHQZzzK .mbr-text,
.cid-sBKvHQZzzK .ornament {
  color: #ffffff;
}
.cid-sBKvHRoxy8 {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 3px #00ff55;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-sBKvHRoxy8 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sBKvHRoxy8 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sBKvHRoxy8 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sBKvHRoxy8 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sBKvHRoxy8 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sBKvHRoxy8 H1 {
  color: #00ff55;
  text-align: center;
}
.cid-sBKvHRoxy8 DIV {
  text-align: center;
}
.cid-sBKRfkYs81 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #dafdd8;
}
.cid-sBKRfkYs81 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBKRfkYs81 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBKRfkYs81 .card-img span {
  font-size: 100px;
}
.cid-sBKRfkYs81 .mbr-text,
.cid-sBKRfkYs81 .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-sBKRfkYs81 .mbr-section-title,
.cid-sBKRfkYs81 .card-img {
  color: #b4924b;
}
#custom-html-if {
  /* Adiciona espaço acima e abaixo do bloco inteiro grok */
  /* Alertas */
  border-bottom: solid 2px #00ff55;
}
#custom-html-if section {
  background-color: #dafdd8 !important;
}
#custom-html-if .mbr-form.form-with-styler {
  background-color: #ffffff !important;
  padding: 40px 30px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
#custom-html-if .mbr-form .form-control-label {
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  font-size: 1.05rem !important;
}
#custom-html-if .mbr-form .form-control,
#custom-html-if .mbr-form textarea.form-control,
#custom-html-if .mbr-form select.form-control {
  border: 1px solid #ced4da !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 1rem !important;
  transition: all 0.25s ease !important;
}
#custom-html-if .mbr-form .form-control:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.15) !important;
}
#custom-html-if .mbr-form textarea.form-control {
  min-height: 140px !important;
  resize: vertical !important;
}
#custom-html-if .mbr-form .btn-success-outline {
  border: 2px solid #28a745 !important;
  color: #28a745 !important;
  background: transparent !important;
  font-weight: 600 !important;
  padding: 12px 40px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
}
#custom-html-if .mbr-form .btn-success-outline:hover {
  background-color: #28a745 !important;
  color: white !important;
  transform: translateY(-2px) !important;
}
#custom-html-if .mbr-form [data-form-alert].alert-success,
#custom-html-if .mbr-form [data-form-alert-danger].alert-danger {
  border-radius: 8px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
}
#custom-html-if .mbr-form.form-with-styler {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#custom-html-if .mbr-section,
#custom-html-if section[id*="form"],
#custom-html-if .mbr-form.form-with-styler {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.cid-vewkokJJBT {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.0em 0.1em;
}
.cid-vewkokJJBT .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewkokJJBT .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vewkokJJBT .btn {
  margin-bottom: 2rem;
}
.cid-vewkokJJBT .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vewkokJJBT .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vewkokJJBT .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vewkokJJBT .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vewkokJJBT .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vewkokJJBT .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vewkokJJBT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vewkokJJBT .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vewkokJJBT .links {
  color: #ffffff;
  text-align: center;
}
.cid-vewko55b8S {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 1px #00ff55;
}
.cid-vewko55b8S li {
  list-style: none;
}
.cid-vewko55b8S .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vewko55b8S .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vewko55b8S h4 {
  margin: 0;
}
.cid-vewko55b8S .item {
  color: #57468b;
}
.cid-vewko55b8S ul {
  padding: 0;
  margin: 0;
}
.cid-vewko55b8S .col-title {
  color: #57468b;
}
.cid-vewko55b8S .col-title1 {
  color: #bfceff;
}
.cid-vewko55b8S .col-title2 {
  color: #5580ff;
}
.cid-vewko55b8S .col-title3 {
  color: #ff8a73;
}
.cid-vewko55b8S .col-title4 {
  color: #57468b;
}
.cid-vewko55b8S .item1 {
  color: #ffffff;
}
.cid-vewko55b8S .item2 {
  color: #ffffff;
}
.cid-vewko55b8S .item3 {
  color: #ffffff;
}
.cid-vewko55b8S .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vewko55b8S .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uWd8Fa7bX2 {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #00ff55;
}
.cid-uWd8Fa7bX2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uWd8Fa7bX2 ul li {
  padding: 1rem 0;
}
.cid-uWd8Fa7bX2 ul li:hover {
  color: #ffffff;
}
.cid-uWd8Fa7bX2 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uWd8Fa7bX2 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uWd8Fa7bX2 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uWd8Fa7bX2 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uWd8Fa7bX2 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWd8Fa7bX2 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uWd8Fa7bX2 .map {
    height: auto;
  }
}
.cid-uWd8Fa7bX2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uWd8Fa7bX2 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uWd8Fa7bX2 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uWd8Fa7bX2 .social-list a:hover {
  opacity: 1;
}
.cid-uWd8Fa7bX2 .row-element,
.cid-uWd8Fa7bX2 .image-element {
  padding: 0;
}
.cid-uWd8Fa7bX2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uWd8Fa7bX2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWd8Fa7bX2 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uWd8Fa7bX2 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWd8Fa7bX2 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uWd8Fa7bX2 .underline .line {
    height: 2px;
  }
  .cid-uWd8Fa7bX2 .mbr-title,
  .cid-uWd8Fa7bX2 .underline,
  .cid-uWd8Fa7bX2 .mbr-text,
  .cid-uWd8Fa7bX2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWd8Fa7bX2 .mbr-title,
.cid-uWd8Fa7bX2 .underline {
  color: #ffffff;
}
.cid-uWd8Fa7bX2 .mbr-text,
.cid-uWd8Fa7bX2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWd8Fa7bX2 mbr-list LI {
  color: #ffffff;
}
.cid-uWd8Fa7bX2 mbr-list {
  text-align: center;
}
.cid-uWd8Fa7bX2 .mbr-list,
.cid-uWd8Fa7bX2 .social-list mbr-list {
  color: #ffffff;
}
.cid-uWd8Fa7bX2 .social-list,
.cid-uWd8Fa7bX2 .mbr-list {
  color: #ffffff;
}
.cid-uWd8Fa7bX2 .mbr-text {
  color: #ffffff;
}
.cid-vewjtGojlw {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vewjtGojlw .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vewjtGojlw .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vewjtGojlw .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewjtGojlw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vewjtGojlw .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vewjtGojlw .text2 {
  color: #000000;
  text-align: left;
}
.cid-vewjtGojlw .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vewjtGojlw .logo-title {
  text-align: center;
}
.cid-vewjtGojlw .logo-sub-title {
  text-align: center;
}
.cid-vewjtGojlw .links {
  text-align: center;
  color: #656565;
}
.cid-vewjtGojlw .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vewjtGojlw .links,
.cid-vewjtGojlw .social-list {
  color: #000000;
}
.cid-vewjtGojlw .logo-title,
.cid-vewjtGojlw .logo {
  color: #009331;
}
.cid-vewjuCQwLb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vewjuCQwLb a:link {
  text-decoration: none;
}
.cid-vewjuCQwLb .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vewjuCQwLb .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vewjuCQwLb .inner-text {
  line-height: 3em;
}
.cid-vewjuCQwLb .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vewjuCQwLb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vewjuCQwLb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vewjuCQwLb .content-text,
.cid-vewjuCQwLb .inner-text {
  color: #ffffff;
}
.cid-sBKntQEIMc {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-sBKntQEIMc .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBKntQEIMc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBKntQEIMc a {
  font-style: normal;
}
.cid-sBKntQEIMc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBKntQEIMc .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sBKntQEIMc .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBKntQEIMc .content-text {
  margin-bottom: 0;
}
.cid-sBKntQEIMc .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBKntQEIMc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBKntQEIMc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBKntQEIMc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBKntQEIMc .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sBKntQEIMc .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBKntQEIMc .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBKntQEIMc .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sBKntQEIMc .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBKntQEIMc .nav-dropdown .link {
  font-weight: 400;
}
.cid-sBKntQEIMc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBKntQEIMc .content-right-side {
  text-align: center;
}
.cid-sBKntQEIMc .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sBKntQEIMc .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sBKntQEIMc .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sBKntQEIMc .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sBKntQEIMc .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sBKntQEIMc .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sBKntQEIMc img {
    height: 3.8rem !important;
  }
  .cid-sBKntQEIMc .btn {
    display: -webkit-flex;
  }
  .cid-sBKntQEIMc button.navbar-toggler {
    display: block;
  }
  .cid-sBKntQEIMc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sBKntQEIMc .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBKntQEIMc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sBKntQEIMc .navbar-collapse.collapsing,
  .cid-sBKntQEIMc .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBKntQEIMc .navbar-collapse.collapsing .navbar-nav,
  .cid-sBKntQEIMc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBKntQEIMc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBKntQEIMc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBKntQEIMc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sBKntQEIMc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBKntQEIMc .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBKntQEIMc .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sBKntQEIMc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBKntQEIMc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBKntQEIMc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sBKntQEIMc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBKntQEIMc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBKntQEIMc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sBKntQEIMc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBKntQEIMc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sBKntQEIMc .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sBKntQEIMc .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sBKntQEIMc .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sBKntQEIMc .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sBKntQEIMc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBKntQEIMc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBKntQEIMc .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sBKntQEIMc .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sBKntQEIMc .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBKntQEIMc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sBKntQEIMc .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBKntQEIMc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBKntQEIMc .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sBKntQEIMc .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBKntQEIMc .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sBKntQEIMc .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sBKntQEIMc .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBKntQEIMc .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sBKntQEIMc .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBKntQEIMc .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBKntQEIMc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBKntQEIMc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBKntQEIMc .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sBKntQEIMc .navbar-toggler {
    display: none;
  }
  .cid-sBKntQEIMc .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBKntQEIMc .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBKntQEIMc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBKntQEIMc .menu-logo {
  margin-right: auto;
}
.cid-sBKntQEIMc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBKntQEIMc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sBKntQEIMc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sBKntQEIMc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBKntQEIMc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBKntQEIMc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBKntQEIMc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBKntQEIMc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBKntQEIMc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBKntQEIMc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBKntQEIMc .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBKntQEIMc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBKntQEIMc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBKntQEIMc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBKntQEIMc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBKntQEIMc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBKntQEIMc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBKntQEIMc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBKntQEIMc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBKntQEIMc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sBKntQEIMc .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sBKntQEIMc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sBKntQEIMc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBKntQEIMc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBKntQEIMc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBKntQEIMc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBKntQEIMc button.navbar-toggler:focus {
  outline: none;
}
.cid-sBKntQEIMc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBKntQEIMc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBKntQEIMc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBKntQEIMc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBKntQEIMc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBKntQEIMc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBKntQEIMc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBKntQEIMc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBKntQEIMc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBKntQEIMc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBKntQEIMc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBKntQEIMc .collapsed .btn {
  display: -webkit-flex;
}
.cid-sBKntQEIMc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBKntQEIMc .collapsed .navbar-collapse.collapsing,
.cid-sBKntQEIMc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBKntQEIMc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBKntQEIMc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBKntQEIMc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBKntQEIMc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBKntQEIMc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sBKntQEIMc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sBKntQEIMc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBKntQEIMc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sBKntQEIMc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBKntQEIMc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBKntQEIMc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-sBKntQEIMc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBKntQEIMc .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBKntQEIMc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sBKntQEIMc .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBKntQEIMc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sBKntQEIMc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBKntQEIMc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBKntQEIMc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sBKntQEIMc .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBKntQEIMc .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-sBKntQEIMc .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sBKntQEIMc .nav-link:focus {
  outline: none;
}
.cid-sBKntQEIMc .navbar-toggler {
  position: relative;
}
.cid-sBKntQEIMc .dropdown-item.active,
.cid-sBKntQEIMc .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sBKntQEIMc .nav-link:hover,
.cid-sBKntQEIMc .dropdown-item:hover {
  color: #0e4d20;
}
.cid-sBKntQEIMc .widget-title,
.cid-sBKntQEIMc .widget-icon {
  color: #007828;
}
.cid-sBKntQEIMc .widget-text {
  color: #007828;
}
.cid-sBKntS7nGl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBKntS7nGl .mbr-text,
.cid-sBKntS7nGl .ornament {
  color: #ffffff;
}
.cid-sBKntSvDQh {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 3px #00ff55;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-sBKntSvDQh .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sBKntSvDQh .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sBKntSvDQh .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sBKntSvDQh img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sBKntSvDQh .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sBKntSvDQh H1 {
  color: #00ff55;
  text-align: center;
}
.cid-sBKntSvDQh DIV {
  text-align: center;
}
.cid-taVsNAr1cR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dafdd8;
}
.cid-taVsNAr1cR .mbr-section-subtitle {
  color: #767676;
}
.cid-sBKntU28PR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #dafdd8;
  border-bottom: solid 2px #00ff55;
}
.cid-sBKntU28PR .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sBKntU28PR .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #007828;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-sBKntU28PR .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sBKntU28PR .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-sBKntU28PR .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sBKntU28PR .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sBKntU28PR .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-sBKntU28PR .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #007828;
  top: 20px;
  margin-left: -30px;
}
.cid-sBKntU28PR .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-sBKntU28PR .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #007828;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-sBKntU28PR .iconsBackground {
    left: 1.5rem;
  }
  .cid-sBKntU28PR .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-sBKntU28PR .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-sBKntU28PR .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sBKntU28PR .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sBKntU28PR .mbr-timeline-title {
  color: #00ff55;
}
.cid-sBKntU28PR .mbr-timeline-text {
  color: #ffffff;
}
.cid-vewkgfS3FD {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.0em 0.1em;
}
.cid-vewkgfS3FD .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewkgfS3FD .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vewkgfS3FD .btn {
  margin-bottom: 2rem;
}
.cid-vewkgfS3FD .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vewkgfS3FD .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vewkgfS3FD .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vewkgfS3FD .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vewkgfS3FD .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vewkgfS3FD .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vewkgfS3FD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vewkgfS3FD .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vewkgfS3FD .links {
  color: #ffffff;
  text-align: center;
}
.cid-vewkfY88Gl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 1px #00ff55;
}
.cid-vewkfY88Gl li {
  list-style: none;
}
.cid-vewkfY88Gl .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vewkfY88Gl .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vewkfY88Gl h4 {
  margin: 0;
}
.cid-vewkfY88Gl .item {
  color: #57468b;
}
.cid-vewkfY88Gl ul {
  padding: 0;
  margin: 0;
}
.cid-vewkfY88Gl .col-title {
  color: #57468b;
}
.cid-vewkfY88Gl .col-title1 {
  color: #bfceff;
}
.cid-vewkfY88Gl .col-title2 {
  color: #5580ff;
}
.cid-vewkfY88Gl .col-title3 {
  color: #ff8a73;
}
.cid-vewkfY88Gl .col-title4 {
  color: #57468b;
}
.cid-vewkfY88Gl .item1 {
  color: #ffffff;
}
.cid-vewkfY88Gl .item2 {
  color: #ffffff;
}
.cid-vewkfY88Gl .item3 {
  color: #ffffff;
}
.cid-vewkfY88Gl .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vewkfY88Gl .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uWd8qe0YSE {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #00ff55;
}
.cid-uWd8qe0YSE ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uWd8qe0YSE ul li {
  padding: 1rem 0;
}
.cid-uWd8qe0YSE ul li:hover {
  color: #ffffff;
}
.cid-uWd8qe0YSE .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uWd8qe0YSE .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uWd8qe0YSE .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uWd8qe0YSE .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uWd8qe0YSE .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWd8qe0YSE .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uWd8qe0YSE .map {
    height: auto;
  }
}
.cid-uWd8qe0YSE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uWd8qe0YSE .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uWd8qe0YSE .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uWd8qe0YSE .social-list a:hover {
  opacity: 1;
}
.cid-uWd8qe0YSE .row-element,
.cid-uWd8qe0YSE .image-element {
  padding: 0;
}
.cid-uWd8qe0YSE .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uWd8qe0YSE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWd8qe0YSE .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uWd8qe0YSE .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWd8qe0YSE .text-content {
    padding: 2rem 1rem;
  }
  .cid-uWd8qe0YSE .underline .line {
    height: 2px;
  }
  .cid-uWd8qe0YSE .mbr-title,
  .cid-uWd8qe0YSE .underline,
  .cid-uWd8qe0YSE .mbr-text,
  .cid-uWd8qe0YSE .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWd8qe0YSE .mbr-title,
.cid-uWd8qe0YSE .underline {
  color: #ffffff;
}
.cid-uWd8qe0YSE .mbr-text,
.cid-uWd8qe0YSE .mbr-section-btn {
  color: #ffffff;
}
.cid-uWd8qe0YSE mbr-list LI {
  color: #ffffff;
}
.cid-uWd8qe0YSE mbr-list {
  text-align: center;
}
.cid-uWd8qe0YSE .mbr-list,
.cid-uWd8qe0YSE .social-list mbr-list {
  color: #ffffff;
}
.cid-uWd8qe0YSE .social-list,
.cid-uWd8qe0YSE .mbr-list {
  color: #ffffff;
}
.cid-uWd8qe0YSE .mbr-text {
  color: #ffffff;
}
.cid-vewjjWBQIN {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vewjjWBQIN .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vewjjWBQIN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vewjjWBQIN .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewjjWBQIN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vewjjWBQIN .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vewjjWBQIN .text2 {
  color: #000000;
  text-align: left;
}
.cid-vewjjWBQIN .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vewjjWBQIN .logo-title {
  text-align: center;
}
.cid-vewjjWBQIN .logo-sub-title {
  text-align: center;
}
.cid-vewjjWBQIN .links {
  text-align: center;
  color: #656565;
}
.cid-vewjjWBQIN .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vewjjWBQIN .links,
.cid-vewjjWBQIN .social-list {
  color: #000000;
}
.cid-vewjjWBQIN .logo-title,
.cid-vewjjWBQIN .logo {
  color: #009331;
}
.cid-vewjjheo2F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vewjjheo2F a:link {
  text-decoration: none;
}
.cid-vewjjheo2F .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vewjjheo2F .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vewjjheo2F .inner-text {
  line-height: 3em;
}
.cid-vewjjheo2F .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vewjjheo2F .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vewjjheo2F .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vewjjheo2F .content-text,
.cid-vewjjheo2F .inner-text {
  color: #ffffff;
}
.cid-sBVFtR2orf {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-sBVFtR2orf .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBVFtR2orf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBVFtR2orf a {
  font-style: normal;
}
.cid-sBVFtR2orf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBVFtR2orf .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sBVFtR2orf .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBVFtR2orf .content-text {
  margin-bottom: 0;
}
.cid-sBVFtR2orf .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBVFtR2orf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBVFtR2orf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBVFtR2orf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBVFtR2orf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sBVFtR2orf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBVFtR2orf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBVFtR2orf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sBVFtR2orf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBVFtR2orf .nav-dropdown .link {
  font-weight: 400;
}
.cid-sBVFtR2orf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBVFtR2orf .content-right-side {
  text-align: center;
}
.cid-sBVFtR2orf .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sBVFtR2orf .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sBVFtR2orf .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sBVFtR2orf .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sBVFtR2orf .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sBVFtR2orf .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sBVFtR2orf img {
    height: 3.8rem !important;
  }
  .cid-sBVFtR2orf .btn {
    display: -webkit-flex;
  }
  .cid-sBVFtR2orf button.navbar-toggler {
    display: block;
  }
  .cid-sBVFtR2orf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sBVFtR2orf .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBVFtR2orf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sBVFtR2orf .navbar-collapse.collapsing,
  .cid-sBVFtR2orf .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBVFtR2orf .navbar-collapse.collapsing .navbar-nav,
  .cid-sBVFtR2orf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBVFtR2orf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBVFtR2orf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBVFtR2orf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sBVFtR2orf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBVFtR2orf .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBVFtR2orf .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sBVFtR2orf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBVFtR2orf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBVFtR2orf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sBVFtR2orf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBVFtR2orf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBVFtR2orf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sBVFtR2orf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBVFtR2orf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sBVFtR2orf .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sBVFtR2orf .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sBVFtR2orf .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sBVFtR2orf .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sBVFtR2orf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBVFtR2orf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBVFtR2orf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sBVFtR2orf .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sBVFtR2orf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBVFtR2orf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sBVFtR2orf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBVFtR2orf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBVFtR2orf .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sBVFtR2orf .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBVFtR2orf .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sBVFtR2orf .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sBVFtR2orf .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBVFtR2orf .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sBVFtR2orf .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBVFtR2orf .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBVFtR2orf .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBVFtR2orf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBVFtR2orf .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sBVFtR2orf .navbar-toggler {
    display: none;
  }
  .cid-sBVFtR2orf .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBVFtR2orf .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBVFtR2orf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBVFtR2orf .menu-logo {
  margin-right: auto;
}
.cid-sBVFtR2orf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBVFtR2orf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sBVFtR2orf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sBVFtR2orf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBVFtR2orf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBVFtR2orf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBVFtR2orf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBVFtR2orf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBVFtR2orf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBVFtR2orf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBVFtR2orf .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBVFtR2orf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBVFtR2orf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBVFtR2orf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBVFtR2orf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBVFtR2orf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBVFtR2orf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBVFtR2orf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBVFtR2orf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBVFtR2orf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sBVFtR2orf .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sBVFtR2orf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sBVFtR2orf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBVFtR2orf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBVFtR2orf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBVFtR2orf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBVFtR2orf button.navbar-toggler:focus {
  outline: none;
}
.cid-sBVFtR2orf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBVFtR2orf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBVFtR2orf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVFtR2orf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVFtR2orf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBVFtR2orf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVFtR2orf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBVFtR2orf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBVFtR2orf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVFtR2orf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVFtR2orf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBVFtR2orf .collapsed .btn {
  display: -webkit-flex;
}
.cid-sBVFtR2orf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBVFtR2orf .collapsed .navbar-collapse.collapsing,
.cid-sBVFtR2orf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBVFtR2orf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBVFtR2orf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBVFtR2orf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBVFtR2orf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBVFtR2orf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sBVFtR2orf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sBVFtR2orf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBVFtR2orf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sBVFtR2orf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBVFtR2orf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBVFtR2orf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-sBVFtR2orf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBVFtR2orf .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBVFtR2orf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sBVFtR2orf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBVFtR2orf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sBVFtR2orf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBVFtR2orf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBVFtR2orf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sBVFtR2orf .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBVFtR2orf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-sBVFtR2orf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sBVFtR2orf .nav-link:focus {
  outline: none;
}
.cid-sBVFtR2orf .navbar-toggler {
  position: relative;
}
.cid-sBVFtR2orf .dropdown-item.active,
.cid-sBVFtR2orf .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sBVFtR2orf .nav-link:hover,
.cid-sBVFtR2orf .dropdown-item:hover {
  color: #0e4d20;
}
.cid-sBVFtR2orf .widget-title,
.cid-sBVFtR2orf .widget-icon {
  color: #007828;
}
.cid-sBVFtR2orf .widget-text {
  color: #007828;
}
.cid-sBVFtSCeOr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBVFtSCeOr .mbr-text,
.cid-sBVFtSCeOr .ornament {
  color: #ffffff;
}
.cid-sBVFtSTB9l {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 3px #00ff55;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-sBVFtSTB9l .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sBVFtSTB9l .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sBVFtSTB9l .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sBVFtSTB9l img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sBVFtSTB9l .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sBVFtSTB9l H1 {
  color: #00ff55;
  text-align: center;
}
.cid-sBVFtSTB9l DIV {
  text-align: center;
}
.cid-sBVFtTEApJ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #dafdd8;
}
.cid-sBVFtTEApJ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBVFtTEApJ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBVFtTEApJ .card-img span {
  font-size: 100px;
}
.cid-sBVFtTEApJ .mbr-text,
.cid-sBVFtTEApJ .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-sBVFtTEApJ .mbr-section-title,
.cid-sBVFtTEApJ .card-img {
  color: #b4924b;
}
#custom-html-je {
  /* Adiciona espaço acima e abaixo do bloco inteiro grok */
  /* Alertas */
  border-bottom: solid 2px #00ff55;
}
#custom-html-je section {
  background-color: #dafdd8 !important;
}
#custom-html-je .mbr-form.form-with-styler {
  background-color: #ffffff !important;
  padding: 40px 30px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
#custom-html-je .mbr-form .form-control-label {
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  font-size: 1.05rem !important;
}
#custom-html-je .mbr-form .form-control,
#custom-html-je .mbr-form textarea.form-control,
#custom-html-je .mbr-form select.form-control {
  border: 1px solid #ced4da !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 1rem !important;
  transition: all 0.25s ease !important;
}
#custom-html-je .mbr-form .form-control:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.15) !important;
}
#custom-html-je .mbr-form textarea.form-control {
  min-height: 140px !important;
  resize: vertical !important;
}
#custom-html-je .mbr-form .btn-success-outline {
  border: 2px solid #28a745 !important;
  color: #28a745 !important;
  background: transparent !important;
  font-weight: 600 !important;
  padding: 12px 40px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
}
#custom-html-je .mbr-form .btn-success-outline:hover {
  background-color: #28a745 !important;
  color: white !important;
  transform: translateY(-2px) !important;
}
#custom-html-je .mbr-form [data-form-alert].alert-success,
#custom-html-je .mbr-form [data-form-alert-danger].alert-danger {
  border-radius: 8px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
}
#custom-html-je .mbr-form.form-with-styler {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#custom-html-je .mbr-section,
#custom-html-je section[id*="form"],
#custom-html-je .mbr-form.form-with-styler {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.cid-vewks3vYb3 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.0em 0.1em;
}
.cid-vewks3vYb3 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewks3vYb3 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vewks3vYb3 .btn {
  margin-bottom: 2rem;
}
.cid-vewks3vYb3 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vewks3vYb3 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vewks3vYb3 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vewks3vYb3 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vewks3vYb3 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vewks3vYb3 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vewks3vYb3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vewks3vYb3 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vewks3vYb3 .links {
  color: #ffffff;
  text-align: center;
}
.cid-vewkrL1tCp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 1px #00ff55;
}
.cid-vewkrL1tCp li {
  list-style: none;
}
.cid-vewkrL1tCp .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vewkrL1tCp .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vewkrL1tCp h4 {
  margin: 0;
}
.cid-vewkrL1tCp .item {
  color: #57468b;
}
.cid-vewkrL1tCp ul {
  padding: 0;
  margin: 0;
}
.cid-vewkrL1tCp .col-title {
  color: #57468b;
}
.cid-vewkrL1tCp .col-title1 {
  color: #bfceff;
}
.cid-vewkrL1tCp .col-title2 {
  color: #5580ff;
}
.cid-vewkrL1tCp .col-title3 {
  color: #ff8a73;
}
.cid-vewkrL1tCp .col-title4 {
  color: #57468b;
}
.cid-vewkrL1tCp .item1 {
  color: #ffffff;
}
.cid-vewkrL1tCp .item2 {
  color: #ffffff;
}
.cid-vewkrL1tCp .item3 {
  color: #ffffff;
}
.cid-vewkrL1tCp .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vewkrL1tCp .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uWd8MKJOoV {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #00ff55;
}
.cid-uWd8MKJOoV ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uWd8MKJOoV ul li {
  padding: 1rem 0;
}
.cid-uWd8MKJOoV ul li:hover {
  color: #ffffff;
}
.cid-uWd8MKJOoV .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uWd8MKJOoV .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uWd8MKJOoV .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uWd8MKJOoV .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uWd8MKJOoV .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWd8MKJOoV .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uWd8MKJOoV .map {
    height: auto;
  }
}
.cid-uWd8MKJOoV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uWd8MKJOoV .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uWd8MKJOoV .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uWd8MKJOoV .social-list a:hover {
  opacity: 1;
}
.cid-uWd8MKJOoV .row-element,
.cid-uWd8MKJOoV .image-element {
  padding: 0;
}
.cid-uWd8MKJOoV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uWd8MKJOoV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWd8MKJOoV .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uWd8MKJOoV .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWd8MKJOoV .text-content {
    padding: 2rem 1rem;
  }
  .cid-uWd8MKJOoV .underline .line {
    height: 2px;
  }
  .cid-uWd8MKJOoV .mbr-title,
  .cid-uWd8MKJOoV .underline,
  .cid-uWd8MKJOoV .mbr-text,
  .cid-uWd8MKJOoV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWd8MKJOoV .mbr-title,
.cid-uWd8MKJOoV .underline {
  color: #ffffff;
}
.cid-uWd8MKJOoV .mbr-text,
.cid-uWd8MKJOoV .mbr-section-btn {
  color: #ffffff;
}
.cid-uWd8MKJOoV mbr-list LI {
  color: #ffffff;
}
.cid-uWd8MKJOoV mbr-list {
  text-align: center;
}
.cid-uWd8MKJOoV .mbr-list,
.cid-uWd8MKJOoV .social-list mbr-list {
  color: #ffffff;
}
.cid-uWd8MKJOoV .social-list,
.cid-uWd8MKJOoV .mbr-list {
  color: #ffffff;
}
.cid-uWd8MKJOoV .mbr-text {
  color: #ffffff;
}
.cid-vewjyHusym {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vewjyHusym .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vewjyHusym .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vewjyHusym .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewjyHusym .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vewjyHusym .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vewjyHusym .text2 {
  color: #000000;
  text-align: left;
}
.cid-vewjyHusym .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vewjyHusym .logo-title {
  text-align: center;
}
.cid-vewjyHusym .logo-sub-title {
  text-align: center;
}
.cid-vewjyHusym .links {
  text-align: center;
  color: #656565;
}
.cid-vewjyHusym .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vewjyHusym .links,
.cid-vewjyHusym .social-list {
  color: #000000;
}
.cid-vewjyHusym .logo-title,
.cid-vewjyHusym .logo {
  color: #009331;
}
.cid-vewjzptl95 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vewjzptl95 a:link {
  text-decoration: none;
}
.cid-vewjzptl95 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vewjzptl95 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vewjzptl95 .inner-text {
  line-height: 3em;
}
.cid-vewjzptl95 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vewjzptl95 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vewjzptl95 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vewjzptl95 .content-text,
.cid-vewjzptl95 .inner-text {
  color: #ffffff;
}
.cid-sBVFxvPohc {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-sBVFxvPohc .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBVFxvPohc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBVFxvPohc a {
  font-style: normal;
}
.cid-sBVFxvPohc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBVFxvPohc .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sBVFxvPohc .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBVFxvPohc .content-text {
  margin-bottom: 0;
}
.cid-sBVFxvPohc .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBVFxvPohc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBVFxvPohc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBVFxvPohc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBVFxvPohc .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sBVFxvPohc .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBVFxvPohc .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBVFxvPohc .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sBVFxvPohc .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBVFxvPohc .nav-dropdown .link {
  font-weight: 400;
}
.cid-sBVFxvPohc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBVFxvPohc .content-right-side {
  text-align: center;
}
.cid-sBVFxvPohc .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sBVFxvPohc .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sBVFxvPohc .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sBVFxvPohc .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sBVFxvPohc .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sBVFxvPohc .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sBVFxvPohc img {
    height: 3.8rem !important;
  }
  .cid-sBVFxvPohc .btn {
    display: -webkit-flex;
  }
  .cid-sBVFxvPohc button.navbar-toggler {
    display: block;
  }
  .cid-sBVFxvPohc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sBVFxvPohc .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBVFxvPohc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sBVFxvPohc .navbar-collapse.collapsing,
  .cid-sBVFxvPohc .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBVFxvPohc .navbar-collapse.collapsing .navbar-nav,
  .cid-sBVFxvPohc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBVFxvPohc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBVFxvPohc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBVFxvPohc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sBVFxvPohc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBVFxvPohc .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBVFxvPohc .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sBVFxvPohc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBVFxvPohc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBVFxvPohc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sBVFxvPohc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBVFxvPohc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBVFxvPohc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sBVFxvPohc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBVFxvPohc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sBVFxvPohc .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sBVFxvPohc .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sBVFxvPohc .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sBVFxvPohc .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sBVFxvPohc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBVFxvPohc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBVFxvPohc .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sBVFxvPohc .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sBVFxvPohc .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBVFxvPohc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sBVFxvPohc .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBVFxvPohc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBVFxvPohc .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sBVFxvPohc .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBVFxvPohc .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sBVFxvPohc .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sBVFxvPohc .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBVFxvPohc .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sBVFxvPohc .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBVFxvPohc .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBVFxvPohc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBVFxvPohc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBVFxvPohc .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sBVFxvPohc .navbar-toggler {
    display: none;
  }
  .cid-sBVFxvPohc .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBVFxvPohc .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBVFxvPohc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBVFxvPohc .menu-logo {
  margin-right: auto;
}
.cid-sBVFxvPohc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBVFxvPohc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sBVFxvPohc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sBVFxvPohc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBVFxvPohc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBVFxvPohc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBVFxvPohc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBVFxvPohc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBVFxvPohc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBVFxvPohc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBVFxvPohc .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBVFxvPohc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBVFxvPohc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBVFxvPohc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBVFxvPohc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBVFxvPohc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBVFxvPohc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBVFxvPohc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBVFxvPohc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBVFxvPohc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sBVFxvPohc .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sBVFxvPohc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sBVFxvPohc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBVFxvPohc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBVFxvPohc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBVFxvPohc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBVFxvPohc button.navbar-toggler:focus {
  outline: none;
}
.cid-sBVFxvPohc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBVFxvPohc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBVFxvPohc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVFxvPohc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVFxvPohc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBVFxvPohc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVFxvPohc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBVFxvPohc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBVFxvPohc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVFxvPohc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVFxvPohc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBVFxvPohc .collapsed .btn {
  display: -webkit-flex;
}
.cid-sBVFxvPohc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBVFxvPohc .collapsed .navbar-collapse.collapsing,
.cid-sBVFxvPohc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBVFxvPohc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBVFxvPohc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBVFxvPohc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBVFxvPohc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBVFxvPohc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sBVFxvPohc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sBVFxvPohc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBVFxvPohc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sBVFxvPohc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBVFxvPohc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBVFxvPohc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-sBVFxvPohc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBVFxvPohc .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBVFxvPohc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sBVFxvPohc .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBVFxvPohc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sBVFxvPohc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBVFxvPohc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBVFxvPohc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sBVFxvPohc .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBVFxvPohc .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-sBVFxvPohc .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sBVFxvPohc .nav-link:focus {
  outline: none;
}
.cid-sBVFxvPohc .navbar-toggler {
  position: relative;
}
.cid-sBVFxvPohc .dropdown-item.active,
.cid-sBVFxvPohc .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sBVFxvPohc .nav-link:hover,
.cid-sBVFxvPohc .dropdown-item:hover {
  color: #0e4d20;
}
.cid-sBVFxvPohc .widget-title,
.cid-sBVFxvPohc .widget-icon {
  color: #007828;
}
.cid-sBVFxvPohc .widget-text {
  color: #007828;
}
.cid-sBVFxwXeo0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBVFxwXeo0 .mbr-text,
.cid-sBVFxwXeo0 .ornament {
  color: #ffffff;
}
.cid-sBVFxxmYtd {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 3px #00ff55;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-sBVFxxmYtd .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sBVFxxmYtd .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sBVFxxmYtd .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sBVFxxmYtd img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sBVFxxmYtd .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sBVFxxmYtd H1 {
  color: #00ff55;
  text-align: center;
}
.cid-sBVFxxmYtd DIV {
  text-align: center;
}
.cid-sBVFxy85x1 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #dafdd8;
}
.cid-sBVFxy85x1 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBVFxy85x1 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBVFxy85x1 .card-img span {
  font-size: 100px;
}
.cid-sBVFxy85x1 .mbr-text,
.cid-sBVFxy85x1 .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-sBVFxy85x1 .mbr-section-title,
.cid-sBVFxy85x1 .card-img {
  color: #b4924b;
}
#custom-html-is {
  /* Adiciona espaço acima e abaixo do bloco inteiro grok */
  /* Alertas */
  border-bottom: solid 2px #00ff55;
}
#custom-html-is section {
  background-color: #dafdd8 !important;
}
#custom-html-is .mbr-form.form-with-styler {
  background-color: #ffffff !important;
  padding: 40px 30px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
#custom-html-is .mbr-form .form-control-label {
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  font-size: 1.05rem !important;
}
#custom-html-is .mbr-form .form-control,
#custom-html-is .mbr-form textarea.form-control,
#custom-html-is .mbr-form select.form-control {
  border: 1px solid #ced4da !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 1rem !important;
  transition: all 0.25s ease !important;
}
#custom-html-is .mbr-form .form-control:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.15) !important;
}
#custom-html-is .mbr-form textarea.form-control {
  min-height: 140px !important;
  resize: vertical !important;
}
#custom-html-is .mbr-form .btn-success-outline {
  border: 2px solid #28a745 !important;
  color: #28a745 !important;
  background: transparent !important;
  font-weight: 600 !important;
  padding: 12px 40px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
}
#custom-html-is .mbr-form .btn-success-outline:hover {
  background-color: #28a745 !important;
  color: white !important;
  transform: translateY(-2px) !important;
}
#custom-html-is .mbr-form [data-form-alert].alert-success,
#custom-html-is .mbr-form [data-form-alert-danger].alert-danger {
  border-radius: 8px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
}
#custom-html-is .mbr-form.form-with-styler {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#custom-html-is .mbr-section,
#custom-html-is section[id*="form"],
#custom-html-is .mbr-form.form-with-styler {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.cid-vewkvPKNxe {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.0em 0.1em;
}
.cid-vewkvPKNxe .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewkvPKNxe .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vewkvPKNxe .btn {
  margin-bottom: 2rem;
}
.cid-vewkvPKNxe .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vewkvPKNxe .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vewkvPKNxe .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vewkvPKNxe .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vewkvPKNxe .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vewkvPKNxe .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vewkvPKNxe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vewkvPKNxe .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vewkvPKNxe .links {
  color: #ffffff;
  text-align: center;
}
.cid-vewkvtXHn7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 1px #00ff55;
}
.cid-vewkvtXHn7 li {
  list-style: none;
}
.cid-vewkvtXHn7 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vewkvtXHn7 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vewkvtXHn7 h4 {
  margin: 0;
}
.cid-vewkvtXHn7 .item {
  color: #57468b;
}
.cid-vewkvtXHn7 ul {
  padding: 0;
  margin: 0;
}
.cid-vewkvtXHn7 .col-title {
  color: #57468b;
}
.cid-vewkvtXHn7 .col-title1 {
  color: #bfceff;
}
.cid-vewkvtXHn7 .col-title2 {
  color: #5580ff;
}
.cid-vewkvtXHn7 .col-title3 {
  color: #ff8a73;
}
.cid-vewkvtXHn7 .col-title4 {
  color: #57468b;
}
.cid-vewkvtXHn7 .item1 {
  color: #ffffff;
}
.cid-vewkvtXHn7 .item2 {
  color: #ffffff;
}
.cid-vewkvtXHn7 .item3 {
  color: #ffffff;
}
.cid-vewkvtXHn7 .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vewkvtXHn7 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uWd8U4RcJo {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #00ff55;
}
.cid-uWd8U4RcJo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uWd8U4RcJo ul li {
  padding: 1rem 0;
}
.cid-uWd8U4RcJo ul li:hover {
  color: #ffffff;
}
.cid-uWd8U4RcJo .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uWd8U4RcJo .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uWd8U4RcJo .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uWd8U4RcJo .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uWd8U4RcJo .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWd8U4RcJo .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uWd8U4RcJo .map {
    height: auto;
  }
}
.cid-uWd8U4RcJo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uWd8U4RcJo .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uWd8U4RcJo .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uWd8U4RcJo .social-list a:hover {
  opacity: 1;
}
.cid-uWd8U4RcJo .row-element,
.cid-uWd8U4RcJo .image-element {
  padding: 0;
}
.cid-uWd8U4RcJo .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uWd8U4RcJo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWd8U4RcJo .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uWd8U4RcJo .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWd8U4RcJo .text-content {
    padding: 2rem 1rem;
  }
  .cid-uWd8U4RcJo .underline .line {
    height: 2px;
  }
  .cid-uWd8U4RcJo .mbr-title,
  .cid-uWd8U4RcJo .underline,
  .cid-uWd8U4RcJo .mbr-text,
  .cid-uWd8U4RcJo .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWd8U4RcJo .mbr-title,
.cid-uWd8U4RcJo .underline {
  color: #ffffff;
}
.cid-uWd8U4RcJo .mbr-text,
.cid-uWd8U4RcJo .mbr-section-btn {
  color: #ffffff;
}
.cid-uWd8U4RcJo mbr-list LI {
  color: #ffffff;
}
.cid-uWd8U4RcJo mbr-list {
  text-align: center;
}
.cid-uWd8U4RcJo .mbr-list,
.cid-uWd8U4RcJo .social-list mbr-list {
  color: #ffffff;
}
.cid-uWd8U4RcJo .social-list,
.cid-uWd8U4RcJo .mbr-list {
  color: #ffffff;
}
.cid-uWd8U4RcJo .mbr-text {
  color: #ffffff;
}
.cid-vewjETPWVq {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vewjETPWVq .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vewjETPWVq .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vewjETPWVq .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewjETPWVq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vewjETPWVq .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vewjETPWVq .text2 {
  color: #000000;
  text-align: left;
}
.cid-vewjETPWVq .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vewjETPWVq .logo-title {
  text-align: center;
}
.cid-vewjETPWVq .logo-sub-title {
  text-align: center;
}
.cid-vewjETPWVq .links {
  text-align: center;
  color: #656565;
}
.cid-vewjETPWVq .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vewjETPWVq .links,
.cid-vewjETPWVq .social-list {
  color: #000000;
}
.cid-vewjETPWVq .logo-title,
.cid-vewjETPWVq .logo {
  color: #009331;
}
.cid-vewjEdhQOw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vewjEdhQOw a:link {
  text-decoration: none;
}
.cid-vewjEdhQOw .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vewjEdhQOw .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vewjEdhQOw .inner-text {
  line-height: 3em;
}
.cid-vewjEdhQOw .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vewjEdhQOw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vewjEdhQOw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vewjEdhQOw .content-text,
.cid-vewjEdhQOw .inner-text {
  color: #ffffff;
}
.cid-sBWpj1WDba {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-sBWpj1WDba .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sBWpj1WDba .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sBWpj1WDba a {
  font-style: normal;
}
.cid-sBWpj1WDba .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sBWpj1WDba .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sBWpj1WDba .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBWpj1WDba .content-text {
  margin-bottom: 0;
}
.cid-sBWpj1WDba .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sBWpj1WDba .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sBWpj1WDba .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sBWpj1WDba .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sBWpj1WDba .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sBWpj1WDba .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBWpj1WDba .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sBWpj1WDba .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sBWpj1WDba .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBWpj1WDba .nav-dropdown .link {
  font-weight: 400;
}
.cid-sBWpj1WDba .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sBWpj1WDba .content-right-side {
  text-align: center;
}
.cid-sBWpj1WDba .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sBWpj1WDba .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sBWpj1WDba .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sBWpj1WDba .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sBWpj1WDba .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sBWpj1WDba .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sBWpj1WDba img {
    height: 3.8rem !important;
  }
  .cid-sBWpj1WDba .btn {
    display: -webkit-flex;
  }
  .cid-sBWpj1WDba button.navbar-toggler {
    display: block;
  }
  .cid-sBWpj1WDba .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sBWpj1WDba .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sBWpj1WDba .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sBWpj1WDba .navbar-collapse.collapsing,
  .cid-sBWpj1WDba .navbar-collapse.show {
    display: block !important;
  }
  .cid-sBWpj1WDba .navbar-collapse.collapsing .navbar-nav,
  .cid-sBWpj1WDba .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sBWpj1WDba .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sBWpj1WDba .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sBWpj1WDba .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sBWpj1WDba .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBWpj1WDba .navbar-collapse.collapsing .navbar-buttons,
  .cid-sBWpj1WDba .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sBWpj1WDba .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sBWpj1WDba .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sBWpj1WDba .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sBWpj1WDba .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sBWpj1WDba .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sBWpj1WDba .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sBWpj1WDba .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sBWpj1WDba .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sBWpj1WDba .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sBWpj1WDba .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sBWpj1WDba .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sBWpj1WDba .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sBWpj1WDba .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sBWpj1WDba .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sBWpj1WDba .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sBWpj1WDba .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sBWpj1WDba .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBWpj1WDba .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sBWpj1WDba .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sBWpj1WDba .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sBWpj1WDba .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sBWpj1WDba .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sBWpj1WDba .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sBWpj1WDba .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sBWpj1WDba .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBWpj1WDba .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sBWpj1WDba .navbar {
    display: block;
    padding: 0;
  }
  .cid-sBWpj1WDba .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBWpj1WDba .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sBWpj1WDba .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sBWpj1WDba .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sBWpj1WDba .navbar-toggler {
    display: none;
  }
  .cid-sBWpj1WDba .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBWpj1WDba .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBWpj1WDba .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sBWpj1WDba .menu-logo {
  margin-right: auto;
}
.cid-sBWpj1WDba .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBWpj1WDba .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sBWpj1WDba .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sBWpj1WDba .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sBWpj1WDba .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sBWpj1WDba .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sBWpj1WDba .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sBWpj1WDba .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sBWpj1WDba .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBWpj1WDba .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sBWpj1WDba .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sBWpj1WDba .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBWpj1WDba .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBWpj1WDba .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBWpj1WDba .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBWpj1WDba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBWpj1WDba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sBWpj1WDba .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sBWpj1WDba .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBWpj1WDba .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sBWpj1WDba .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sBWpj1WDba .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sBWpj1WDba .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sBWpj1WDba .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sBWpj1WDba .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sBWpj1WDba button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBWpj1WDba button.navbar-toggler:focus {
  outline: none;
}
.cid-sBWpj1WDba button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sBWpj1WDba button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBWpj1WDba button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBWpj1WDba button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBWpj1WDba button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBWpj1WDba nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBWpj1WDba nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBWpj1WDba nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBWpj1WDba nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBWpj1WDba .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBWpj1WDba .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBWpj1WDba .collapsed .btn {
  display: -webkit-flex;
}
.cid-sBWpj1WDba .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sBWpj1WDba .collapsed .navbar-collapse.collapsing,
.cid-sBWpj1WDba .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sBWpj1WDba .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sBWpj1WDba .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sBWpj1WDba .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sBWpj1WDba .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sBWpj1WDba .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sBWpj1WDba .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sBWpj1WDba .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sBWpj1WDba .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sBWpj1WDba .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sBWpj1WDba .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBWpj1WDba .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-sBWpj1WDba .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sBWpj1WDba .collapsed button.navbar-toggler {
  display: block;
}
.cid-sBWpj1WDba .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sBWpj1WDba .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBWpj1WDba .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sBWpj1WDba .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sBWpj1WDba .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sBWpj1WDba .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sBWpj1WDba .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBWpj1WDba .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-sBWpj1WDba .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sBWpj1WDba .nav-link:focus {
  outline: none;
}
.cid-sBWpj1WDba .navbar-toggler {
  position: relative;
}
.cid-sBWpj1WDba .dropdown-item.active,
.cid-sBWpj1WDba .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sBWpj1WDba .nav-link:hover,
.cid-sBWpj1WDba .dropdown-item:hover {
  color: #0e4d20;
}
.cid-sBWpj1WDba .widget-title,
.cid-sBWpj1WDba .widget-icon {
  color: #007828;
}
.cid-sBWpj1WDba .widget-text {
  color: #007828;
}
.cid-sBWpj3f4lw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBWpj3f4lw .mbr-text,
.cid-sBWpj3f4lw .ornament {
  color: #ffffff;
}
.cid-sBWpj3EUxI {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 3px #00ff55;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-sBWpj3EUxI .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sBWpj3EUxI .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sBWpj3EUxI .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sBWpj3EUxI img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sBWpj3EUxI .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sBWpj3EUxI H1 {
  color: #00ff55;
  text-align: center;
}
.cid-sBWpj3EUxI DIV {
  text-align: center;
}
.cid-sBWpj4sKuk {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #dafdd8;
}
.cid-sBWpj4sKuk .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBWpj4sKuk .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBWpj4sKuk .card-img span {
  font-size: 100px;
}
.cid-sBWpj4sKuk .mbr-text,
.cid-sBWpj4sKuk .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-sBWpj4sKuk .mbr-section-title,
.cid-sBWpj4sKuk .card-img {
  color: #b4924b;
}
#custom-html-j3 {
  /* Adiciona espaço acima e abaixo do bloco inteiro grok */
  /* Alertas */
  border-bottom: solid 2px #00ff55;
}
#custom-html-j3 section {
  background-color: #dafdd8 !important;
}
#custom-html-j3 .mbr-form.form-with-styler {
  background-color: #ffffff !important;
  padding: 40px 30px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
#custom-html-j3 .mbr-form .form-control-label {
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  font-size: 1.05rem !important;
}
#custom-html-j3 .mbr-form .form-control,
#custom-html-j3 .mbr-form textarea.form-control,
#custom-html-j3 .mbr-form select.form-control {
  border: 1px solid #ced4da !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 1rem !important;
  transition: all 0.25s ease !important;
}
#custom-html-j3 .mbr-form .form-control:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.15) !important;
}
#custom-html-j3 .mbr-form textarea.form-control {
  min-height: 140px !important;
  resize: vertical !important;
}
#custom-html-j3 .mbr-form .btn-success-outline {
  border: 2px solid #28a745 !important;
  color: #28a745 !important;
  background: transparent !important;
  font-weight: 600 !important;
  padding: 12px 40px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
}
#custom-html-j3 .mbr-form .btn-success-outline:hover {
  background-color: #28a745 !important;
  color: white !important;
  transform: translateY(-2px) !important;
}
#custom-html-j3 .mbr-form [data-form-alert].alert-success,
#custom-html-j3 .mbr-form [data-form-alert-danger].alert-danger {
  border-radius: 8px !important;
  padding: 20px !important;
  margin-bottom: 25px !important;
}
#custom-html-j3 .mbr-form.form-with-styler {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#custom-html-j3 .mbr-section,
#custom-html-j3 section[id*="form"],
#custom-html-j3 .mbr-form.form-with-styler {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.cid-vewkzh84mR {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.0em 0.1em;
}
.cid-vewkzh84mR .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewkzh84mR .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vewkzh84mR .btn {
  margin-bottom: 2rem;
}
.cid-vewkzh84mR .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vewkzh84mR .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vewkzh84mR .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vewkzh84mR .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vewkzh84mR .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vewkzh84mR .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vewkzh84mR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vewkzh84mR .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vewkzh84mR .links {
  color: #ffffff;
  text-align: center;
}
.cid-vewkyYrQw1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 1px #00ff55;
}
.cid-vewkyYrQw1 li {
  list-style: none;
}
.cid-vewkyYrQw1 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vewkyYrQw1 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vewkyYrQw1 h4 {
  margin: 0;
}
.cid-vewkyYrQw1 .item {
  color: #57468b;
}
.cid-vewkyYrQw1 ul {
  padding: 0;
  margin: 0;
}
.cid-vewkyYrQw1 .col-title {
  color: #57468b;
}
.cid-vewkyYrQw1 .col-title1 {
  color: #bfceff;
}
.cid-vewkyYrQw1 .col-title2 {
  color: #5580ff;
}
.cid-vewkyYrQw1 .col-title3 {
  color: #ff8a73;
}
.cid-vewkyYrQw1 .col-title4 {
  color: #57468b;
}
.cid-vewkyYrQw1 .item1 {
  color: #ffffff;
}
.cid-vewkyYrQw1 .item2 {
  color: #ffffff;
}
.cid-vewkyYrQw1 .item3 {
  color: #ffffff;
}
.cid-vewkyYrQw1 .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vewkyYrQw1 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uWd95S35PI {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #00ff55;
}
.cid-uWd95S35PI ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uWd95S35PI ul li {
  padding: 1rem 0;
}
.cid-uWd95S35PI ul li:hover {
  color: #ffffff;
}
.cid-uWd95S35PI .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uWd95S35PI .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uWd95S35PI .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uWd95S35PI .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uWd95S35PI .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWd95S35PI .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uWd95S35PI .map {
    height: auto;
  }
}
.cid-uWd95S35PI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uWd95S35PI .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uWd95S35PI .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uWd95S35PI .social-list a:hover {
  opacity: 1;
}
.cid-uWd95S35PI .row-element,
.cid-uWd95S35PI .image-element {
  padding: 0;
}
.cid-uWd95S35PI .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uWd95S35PI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWd95S35PI .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uWd95S35PI .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWd95S35PI .text-content {
    padding: 2rem 1rem;
  }
  .cid-uWd95S35PI .underline .line {
    height: 2px;
  }
  .cid-uWd95S35PI .mbr-title,
  .cid-uWd95S35PI .underline,
  .cid-uWd95S35PI .mbr-text,
  .cid-uWd95S35PI .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWd95S35PI .mbr-title,
.cid-uWd95S35PI .underline {
  color: #ffffff;
}
.cid-uWd95S35PI .mbr-text,
.cid-uWd95S35PI .mbr-section-btn {
  color: #ffffff;
}
.cid-uWd95S35PI mbr-list LI {
  color: #ffffff;
}
.cid-uWd95S35PI mbr-list {
  text-align: center;
}
.cid-uWd95S35PI .mbr-list,
.cid-uWd95S35PI .social-list mbr-list {
  color: #ffffff;
}
.cid-uWd95S35PI .social-list,
.cid-uWd95S35PI .mbr-list {
  color: #ffffff;
}
.cid-uWd95S35PI .mbr-text {
  color: #ffffff;
}
.cid-vewjJo1NLS {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vewjJo1NLS .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vewjJo1NLS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vewjJo1NLS .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vewjJo1NLS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vewjJo1NLS .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vewjJo1NLS .text2 {
  color: #000000;
  text-align: left;
}
.cid-vewjJo1NLS .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vewjJo1NLS .logo-title {
  text-align: center;
}
.cid-vewjJo1NLS .logo-sub-title {
  text-align: center;
}
.cid-vewjJo1NLS .links {
  text-align: center;
  color: #656565;
}
.cid-vewjJo1NLS .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vewjJo1NLS .links,
.cid-vewjJo1NLS .social-list {
  color: #000000;
}
.cid-vewjJo1NLS .logo-title,
.cid-vewjJo1NLS .logo {
  color: #009331;
}
.cid-vewjIQL4tz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vewjIQL4tz a:link {
  text-decoration: none;
}
.cid-vewjIQL4tz .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vewjIQL4tz .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vewjIQL4tz .inner-text {
  line-height: 3em;
}
.cid-vewjIQL4tz .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vewjIQL4tz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vewjIQL4tz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vewjIQL4tz .content-text,
.cid-vewjIQL4tz .inner-text {
  color: #ffffff;
}
.cid-vevphBLtDI {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-vevphBLtDI .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vevphBLtDI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vevphBLtDI a {
  font-style: normal;
}
.cid-vevphBLtDI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vevphBLtDI .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vevphBLtDI .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevphBLtDI .content-text {
  margin-bottom: 0;
}
.cid-vevphBLtDI .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vevphBLtDI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vevphBLtDI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vevphBLtDI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vevphBLtDI .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vevphBLtDI .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vevphBLtDI .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vevphBLtDI .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vevphBLtDI .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevphBLtDI .nav-dropdown .link {
  font-weight: 400;
}
.cid-vevphBLtDI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vevphBLtDI .content-right-side {
  text-align: center;
}
.cid-vevphBLtDI .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vevphBLtDI .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vevphBLtDI .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vevphBLtDI .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vevphBLtDI .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vevphBLtDI .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vevphBLtDI img {
    height: 3.8rem !important;
  }
  .cid-vevphBLtDI .btn {
    display: -webkit-flex;
  }
  .cid-vevphBLtDI button.navbar-toggler {
    display: block;
  }
  .cid-vevphBLtDI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vevphBLtDI .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vevphBLtDI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vevphBLtDI .navbar-collapse.collapsing,
  .cid-vevphBLtDI .navbar-collapse.show {
    display: block !important;
  }
  .cid-vevphBLtDI .navbar-collapse.collapsing .navbar-nav,
  .cid-vevphBLtDI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vevphBLtDI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vevphBLtDI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vevphBLtDI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vevphBLtDI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevphBLtDI .navbar-collapse.collapsing .navbar-buttons,
  .cid-vevphBLtDI .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vevphBLtDI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vevphBLtDI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevphBLtDI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vevphBLtDI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vevphBLtDI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vevphBLtDI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vevphBLtDI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vevphBLtDI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vevphBLtDI .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vevphBLtDI .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vevphBLtDI .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vevphBLtDI .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vevphBLtDI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vevphBLtDI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vevphBLtDI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vevphBLtDI .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-vevphBLtDI .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevphBLtDI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vevphBLtDI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vevphBLtDI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vevphBLtDI .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vevphBLtDI .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vevphBLtDI .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vevphBLtDI .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vevphBLtDI .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vevphBLtDI .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vevphBLtDI .navbar {
    display: block;
    padding: 0;
  }
  .cid-vevphBLtDI .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vevphBLtDI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vevphBLtDI .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vevphBLtDI .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vevphBLtDI .navbar-toggler {
    display: none;
  }
  .cid-vevphBLtDI .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vevphBLtDI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevphBLtDI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vevphBLtDI .menu-logo {
  margin-right: auto;
}
.cid-vevphBLtDI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevphBLtDI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vevphBLtDI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vevphBLtDI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vevphBLtDI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vevphBLtDI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vevphBLtDI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vevphBLtDI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vevphBLtDI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevphBLtDI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vevphBLtDI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vevphBLtDI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vevphBLtDI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevphBLtDI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vevphBLtDI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vevphBLtDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vevphBLtDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevphBLtDI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vevphBLtDI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vevphBLtDI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vevphBLtDI .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vevphBLtDI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vevphBLtDI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vevphBLtDI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vevphBLtDI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vevphBLtDI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevphBLtDI button.navbar-toggler:focus {
  outline: none;
}
.cid-vevphBLtDI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vevphBLtDI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vevphBLtDI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vevphBLtDI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vevphBLtDI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vevphBLtDI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevphBLtDI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vevphBLtDI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vevphBLtDI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevphBLtDI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vevphBLtDI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vevphBLtDI .collapsed .btn {
  display: -webkit-flex;
}
.cid-vevphBLtDI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vevphBLtDI .collapsed .navbar-collapse.collapsing,
.cid-vevphBLtDI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vevphBLtDI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vevphBLtDI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vevphBLtDI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vevphBLtDI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vevphBLtDI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vevphBLtDI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vevphBLtDI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vevphBLtDI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vevphBLtDI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vevphBLtDI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vevphBLtDI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-vevphBLtDI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vevphBLtDI .collapsed button.navbar-toggler {
  display: block;
}
.cid-vevphBLtDI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vevphBLtDI .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vevphBLtDI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vevphBLtDI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vevphBLtDI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vevphBLtDI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vevphBLtDI .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevphBLtDI .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-vevphBLtDI .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vevphBLtDI .nav-link:focus {
  outline: none;
}
.cid-vevphBLtDI .navbar-toggler {
  position: relative;
}
.cid-vevphBLtDI .dropdown-item.active,
.cid-vevphBLtDI .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vevphBLtDI .nav-link:hover,
.cid-vevphBLtDI .dropdown-item:hover {
  color: #0e4d20;
}
.cid-vevphBLtDI .widget-title,
.cid-vevphBLtDI .widget-icon {
  color: #007828;
}
.cid-vevphBLtDI .widget-text {
  color: #007828;
}
.cid-vevphCetXh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevphCetXh .mbr-text,
.cid-vevphCetXh .ornament {
  color: #ffffff;
}
.cid-vevphCm2sH {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 2px #fac51c;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-vevphCm2sH .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-vevphCm2sH .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-vevphCm2sH .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-vevphCm2sH img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-vevphCm2sH .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-vevphCm2sH H1 {
  color: #fac51c;
  text-align: center;
}
.cid-vevphCm2sH DIV {
  text-align: center;
}
.cid-vevphCDBRT {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #dafdd8;
}
.cid-vevphCDBRT .mbr-section-title {
  letter-spacing: .1em;
}
.cid-vevphCDBRT .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-vevphCDBRT .card-img span {
  font-size: 100px;
}
.cid-vevphCDBRT .mbr-text,
.cid-vevphCDBRT .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-vevphCDBRT .mbr-section-title,
.cid-vevphCDBRT .card-img {
  color: #b4924b;
}
.cid-vevphCP8lF {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #dafdd8;
  border-bottom: solid 2px #fac51c;
}
.cid-vevphCP8lF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vevphCP8lF textarea {
  min-height: 150px;
}
.cid-vevphCP8lF .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-vevphCP8lF .form-control,
.cid-vevphCP8lF .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-vevphCP8lF .form-control input::-webkit-input-placeholder,
.cid-vevphCP8lF .field-input input::-webkit-input-placeholder,
.cid-vevphCP8lF .form-control textarea::-webkit-input-placeholder,
.cid-vevphCP8lF .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vevphCP8lF .form-control input:-moz-placeholder,
.cid-vevphCP8lF .field-input input:-moz-placeholder,
.cid-vevphCP8lF .form-control textarea:-moz-placeholder,
.cid-vevphCP8lF .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vevphCP8lF .form-control:hover,
.cid-vevphCP8lF .field-input:hover,
.cid-vevphCP8lF .form-control:focus,
.cid-vevphCP8lF .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vevphCP8lF .form-control:hover input::-webkit-input-placeholder,
.cid-vevphCP8lF .field-input:hover input::-webkit-input-placeholder,
.cid-vevphCP8lF .form-control:focus input::-webkit-input-placeholder,
.cid-vevphCP8lF .field-input:focus input::-webkit-input-placeholder,
.cid-vevphCP8lF .form-control:hover textarea::-webkit-input-placeholder,
.cid-vevphCP8lF .field-input:hover textarea::-webkit-input-placeholder,
.cid-vevphCP8lF .form-control:focus textarea::-webkit-input-placeholder,
.cid-vevphCP8lF .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vevphCP8lF .form-control:hover input:-moz-placeholder,
.cid-vevphCP8lF .field-input:hover input:-moz-placeholder,
.cid-vevphCP8lF .form-control:focus input:-moz-placeholder,
.cid-vevphCP8lF .field-input:focus input:-moz-placeholder,
.cid-vevphCP8lF .form-control:hover textarea:-moz-placeholder,
.cid-vevphCP8lF .field-input:hover textarea:-moz-placeholder,
.cid-vevphCP8lF .form-control:focus textarea:-moz-placeholder,
.cid-vevphCP8lF .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vevphCP8lF .jq-number__spin:hover,
.cid-vevphCP8lF .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vevphCP8lF .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vevphCP8lF .jq-selectbox li,
.cid-vevphCP8lF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vevphCP8lF .jq-selectbox li:hover,
.cid-vevphCP8lF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vevphCP8lF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vevphCP8lF .jq-number__spin.minus:hover:after,
.cid-vevphCP8lF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vevphCP8lF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vevphCP8lF .jq-number__spin.minus:after,
.cid-vevphCP8lF .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vevphCP8lF input::-webkit-clear-button {
  display: none;
}
.cid-vevphCP8lF input::-webkit-inner-spin-button {
  display: none;
}
.cid-vevphCP8lF input::-webkit-outer-spin-button {
  display: none;
}
.cid-vevphCP8lF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vevphD5ekR {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.1em 0.1em;
}
.cid-vevphD5ekR .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevphD5ekR .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vevphD5ekR .btn {
  margin-bottom: 2rem;
}
.cid-vevphD5ekR .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vevphD5ekR .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vevphD5ekR .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vevphD5ekR .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vevphD5ekR .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevphD5ekR .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vevphD5ekR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vevphD5ekR .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vevphD5ekR .links {
  color: #ffffff;
  text-align: center;
}
.cid-vevphDl8qO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 2px #fac51c;
}
.cid-vevphDl8qO li {
  list-style: none;
}
.cid-vevphDl8qO .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vevphDl8qO .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vevphDl8qO h4 {
  margin: 0;
}
.cid-vevphDl8qO .item {
  color: #57468b;
}
.cid-vevphDl8qO ul {
  padding: 0;
  margin: 0;
}
.cid-vevphDl8qO .col-title {
  color: #57468b;
}
.cid-vevphDl8qO .col-title1 {
  color: #bfceff;
}
.cid-vevphDl8qO .col-title2 {
  color: #5580ff;
}
.cid-vevphDl8qO .col-title3 {
  color: #ff8a73;
}
.cid-vevphDl8qO .col-title4 {
  color: #57468b;
}
.cid-vevphDl8qO .item1 {
  color: #ffffff;
}
.cid-vevphDl8qO .item2 {
  color: #ffffff;
}
.cid-vevphDl8qO .item3 {
  color: #ffffff;
}
.cid-vevphDl8qO .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vevphDl8qO .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-vevphDSr6Y {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #fac51c;
}
.cid-vevphDSr6Y ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vevphDSr6Y ul li {
  padding: 1rem 0;
}
.cid-vevphDSr6Y ul li:hover {
  color: #ffffff;
}
.cid-vevphDSr6Y .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vevphDSr6Y .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-vevphDSr6Y .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-vevphDSr6Y .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-vevphDSr6Y .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vevphDSr6Y .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-vevphDSr6Y .map {
    height: auto;
  }
}
.cid-vevphDSr6Y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vevphDSr6Y .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-vevphDSr6Y .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevphDSr6Y .social-list a:hover {
  opacity: 1;
}
.cid-vevphDSr6Y .row-element,
.cid-vevphDSr6Y .image-element {
  padding: 0;
}
.cid-vevphDSr6Y .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vevphDSr6Y .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vevphDSr6Y .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vevphDSr6Y .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vevphDSr6Y .text-content {
    padding: 2rem 1rem;
  }
  .cid-vevphDSr6Y .underline .line {
    height: 2px;
  }
  .cid-vevphDSr6Y .mbr-title,
  .cid-vevphDSr6Y .underline,
  .cid-vevphDSr6Y .mbr-text,
  .cid-vevphDSr6Y .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vevphDSr6Y .mbr-title,
.cid-vevphDSr6Y .underline {
  color: #ffffff;
}
.cid-vevphDSr6Y .mbr-text,
.cid-vevphDSr6Y .mbr-section-btn {
  color: #ffffff;
}
.cid-vevphDSr6Y mbr-list LI {
  color: #ffffff;
}
.cid-vevphDSr6Y mbr-list {
  text-align: center;
}
.cid-vevphDSr6Y .mbr-list,
.cid-vevphDSr6Y .social-list mbr-list {
  color: #ffffff;
}
.cid-vevphDSr6Y .social-list,
.cid-vevphDSr6Y .mbr-list {
  color: #ffffff;
}
.cid-vevphDSr6Y .mbr-text {
  color: #ffffff;
}
.cid-vevphEhQNO {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vevphEhQNO .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vevphEhQNO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vevphEhQNO .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevphEhQNO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vevphEhQNO .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vevphEhQNO .text2 {
  color: #000000;
  text-align: left;
}
.cid-vevphEhQNO .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vevphEhQNO .logo-title {
  text-align: center;
}
.cid-vevphEhQNO .logo-sub-title {
  text-align: center;
}
.cid-vevphEhQNO .links {
  text-align: center;
  color: #656565;
}
.cid-vevphEhQNO .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vevphEhQNO .links,
.cid-vevphEhQNO .social-list {
  color: #000000;
}
.cid-vevphEhQNO .logo-title,
.cid-vevphEhQNO .logo {
  color: #009331;
}
.cid-vevphECs0d {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-vevphECs0d a:link {
  text-decoration: none;
}
.cid-vevphECs0d .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vevphECs0d .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vevphECs0d .inner-text {
  line-height: 3em;
}
.cid-vevphECs0d .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevphECs0d .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vevphECs0d .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vevphECs0d .content-text,
.cid-vevphECs0d .inner-text {
  color: #ffffff;
}
.cid-vevpmn59zq {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-vevpmn59zq .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vevpmn59zq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vevpmn59zq a {
  font-style: normal;
}
.cid-vevpmn59zq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vevpmn59zq .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vevpmn59zq .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevpmn59zq .content-text {
  margin-bottom: 0;
}
.cid-vevpmn59zq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vevpmn59zq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vevpmn59zq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vevpmn59zq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vevpmn59zq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vevpmn59zq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vevpmn59zq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vevpmn59zq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vevpmn59zq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpmn59zq .nav-dropdown .link {
  font-weight: 400;
}
.cid-vevpmn59zq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vevpmn59zq .content-right-side {
  text-align: center;
}
.cid-vevpmn59zq .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vevpmn59zq .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vevpmn59zq .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vevpmn59zq .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vevpmn59zq .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vevpmn59zq .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vevpmn59zq img {
    height: 3.8rem !important;
  }
  .cid-vevpmn59zq .btn {
    display: -webkit-flex;
  }
  .cid-vevpmn59zq button.navbar-toggler {
    display: block;
  }
  .cid-vevpmn59zq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vevpmn59zq .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vevpmn59zq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vevpmn59zq .navbar-collapse.collapsing,
  .cid-vevpmn59zq .navbar-collapse.show {
    display: block !important;
  }
  .cid-vevpmn59zq .navbar-collapse.collapsing .navbar-nav,
  .cid-vevpmn59zq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vevpmn59zq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vevpmn59zq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vevpmn59zq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vevpmn59zq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevpmn59zq .navbar-collapse.collapsing .navbar-buttons,
  .cid-vevpmn59zq .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vevpmn59zq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vevpmn59zq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevpmn59zq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vevpmn59zq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vevpmn59zq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vevpmn59zq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vevpmn59zq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vevpmn59zq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vevpmn59zq .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vevpmn59zq .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vevpmn59zq .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vevpmn59zq .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vevpmn59zq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vevpmn59zq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vevpmn59zq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vevpmn59zq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-vevpmn59zq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpmn59zq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vevpmn59zq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vevpmn59zq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vevpmn59zq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vevpmn59zq .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vevpmn59zq .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vevpmn59zq .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vevpmn59zq .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vevpmn59zq .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vevpmn59zq .navbar {
    display: block;
    padding: 0;
  }
  .cid-vevpmn59zq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vevpmn59zq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vevpmn59zq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vevpmn59zq .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vevpmn59zq .navbar-toggler {
    display: none;
  }
  .cid-vevpmn59zq .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vevpmn59zq .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpmn59zq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vevpmn59zq .menu-logo {
  margin-right: auto;
}
.cid-vevpmn59zq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpmn59zq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vevpmn59zq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vevpmn59zq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vevpmn59zq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vevpmn59zq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vevpmn59zq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vevpmn59zq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vevpmn59zq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevpmn59zq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vevpmn59zq .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vevpmn59zq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vevpmn59zq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevpmn59zq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vevpmn59zq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vevpmn59zq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vevpmn59zq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevpmn59zq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vevpmn59zq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vevpmn59zq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vevpmn59zq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vevpmn59zq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vevpmn59zq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vevpmn59zq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vevpmn59zq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vevpmn59zq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevpmn59zq button.navbar-toggler:focus {
  outline: none;
}
.cid-vevpmn59zq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vevpmn59zq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vevpmn59zq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vevpmn59zq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vevpmn59zq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vevpmn59zq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevpmn59zq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vevpmn59zq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vevpmn59zq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevpmn59zq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vevpmn59zq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vevpmn59zq .collapsed .btn {
  display: -webkit-flex;
}
.cid-vevpmn59zq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vevpmn59zq .collapsed .navbar-collapse.collapsing,
.cid-vevpmn59zq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vevpmn59zq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vevpmn59zq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vevpmn59zq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vevpmn59zq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vevpmn59zq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vevpmn59zq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vevpmn59zq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vevpmn59zq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vevpmn59zq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vevpmn59zq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vevpmn59zq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-vevpmn59zq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vevpmn59zq .collapsed button.navbar-toggler {
  display: block;
}
.cid-vevpmn59zq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vevpmn59zq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vevpmn59zq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vevpmn59zq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vevpmn59zq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vevpmn59zq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vevpmn59zq .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpmn59zq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-vevpmn59zq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vevpmn59zq .nav-link:focus {
  outline: none;
}
.cid-vevpmn59zq .navbar-toggler {
  position: relative;
}
.cid-vevpmn59zq .dropdown-item.active,
.cid-vevpmn59zq .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vevpmn59zq .nav-link:hover,
.cid-vevpmn59zq .dropdown-item:hover {
  color: #0e4d20;
}
.cid-vevpmn59zq .widget-title,
.cid-vevpmn59zq .widget-icon {
  color: #007828;
}
.cid-vevpmn59zq .widget-text {
  color: #007828;
}
.cid-vevpmnzKp8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevpmnzKp8 .mbr-text,
.cid-vevpmnzKp8 .ornament {
  color: #ffffff;
}
.cid-vevpmnJGlJ {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 2px #fac51c;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-vevpmnJGlJ .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-vevpmnJGlJ .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-vevpmnJGlJ .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-vevpmnJGlJ img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-vevpmnJGlJ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-vevpmnJGlJ H1 {
  color: #fac51c;
  text-align: center;
}
.cid-vevpmnJGlJ DIV {
  text-align: center;
}
.cid-vevpmo2vef {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #dafdd8;
}
.cid-vevpmo2vef .mbr-section-title {
  letter-spacing: .1em;
}
.cid-vevpmo2vef .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-vevpmo2vef .card-img span {
  font-size: 100px;
}
.cid-vevpmo2vef .mbr-text,
.cid-vevpmo2vef .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-vevpmo2vef .mbr-section-title,
.cid-vevpmo2vef .card-img {
  color: #b4924b;
}
.cid-vevpmojztQ {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #dafdd8;
  border-bottom: solid 2px #fac51c;
}
.cid-vevpmojztQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vevpmojztQ textarea {
  min-height: 150px;
}
.cid-vevpmojztQ .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-vevpmojztQ .form-control,
.cid-vevpmojztQ .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-vevpmojztQ .form-control input::-webkit-input-placeholder,
.cid-vevpmojztQ .field-input input::-webkit-input-placeholder,
.cid-vevpmojztQ .form-control textarea::-webkit-input-placeholder,
.cid-vevpmojztQ .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vevpmojztQ .form-control input:-moz-placeholder,
.cid-vevpmojztQ .field-input input:-moz-placeholder,
.cid-vevpmojztQ .form-control textarea:-moz-placeholder,
.cid-vevpmojztQ .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vevpmojztQ .form-control:hover,
.cid-vevpmojztQ .field-input:hover,
.cid-vevpmojztQ .form-control:focus,
.cid-vevpmojztQ .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vevpmojztQ .form-control:hover input::-webkit-input-placeholder,
.cid-vevpmojztQ .field-input:hover input::-webkit-input-placeholder,
.cid-vevpmojztQ .form-control:focus input::-webkit-input-placeholder,
.cid-vevpmojztQ .field-input:focus input::-webkit-input-placeholder,
.cid-vevpmojztQ .form-control:hover textarea::-webkit-input-placeholder,
.cid-vevpmojztQ .field-input:hover textarea::-webkit-input-placeholder,
.cid-vevpmojztQ .form-control:focus textarea::-webkit-input-placeholder,
.cid-vevpmojztQ .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vevpmojztQ .form-control:hover input:-moz-placeholder,
.cid-vevpmojztQ .field-input:hover input:-moz-placeholder,
.cid-vevpmojztQ .form-control:focus input:-moz-placeholder,
.cid-vevpmojztQ .field-input:focus input:-moz-placeholder,
.cid-vevpmojztQ .form-control:hover textarea:-moz-placeholder,
.cid-vevpmojztQ .field-input:hover textarea:-moz-placeholder,
.cid-vevpmojztQ .form-control:focus textarea:-moz-placeholder,
.cid-vevpmojztQ .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vevpmojztQ .jq-number__spin:hover,
.cid-vevpmojztQ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vevpmojztQ .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vevpmojztQ .jq-selectbox li,
.cid-vevpmojztQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vevpmojztQ .jq-selectbox li:hover,
.cid-vevpmojztQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vevpmojztQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vevpmojztQ .jq-number__spin.minus:hover:after,
.cid-vevpmojztQ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vevpmojztQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vevpmojztQ .jq-number__spin.minus:after,
.cid-vevpmojztQ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vevpmojztQ input::-webkit-clear-button {
  display: none;
}
.cid-vevpmojztQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-vevpmojztQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-vevpmojztQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vevpmoYthG {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.1em 0.1em;
}
.cid-vevpmoYthG .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpmoYthG .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vevpmoYthG .btn {
  margin-bottom: 2rem;
}
.cid-vevpmoYthG .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vevpmoYthG .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vevpmoYthG .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vevpmoYthG .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vevpmoYthG .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevpmoYthG .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vevpmoYthG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vevpmoYthG .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vevpmoYthG .links {
  color: #ffffff;
  text-align: center;
}
.cid-vevpmpi7Ha {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 2px #fac51c;
}
.cid-vevpmpi7Ha li {
  list-style: none;
}
.cid-vevpmpi7Ha .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vevpmpi7Ha .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vevpmpi7Ha h4 {
  margin: 0;
}
.cid-vevpmpi7Ha .item {
  color: #57468b;
}
.cid-vevpmpi7Ha ul {
  padding: 0;
  margin: 0;
}
.cid-vevpmpi7Ha .col-title {
  color: #57468b;
}
.cid-vevpmpi7Ha .col-title1 {
  color: #bfceff;
}
.cid-vevpmpi7Ha .col-title2 {
  color: #5580ff;
}
.cid-vevpmpi7Ha .col-title3 {
  color: #ff8a73;
}
.cid-vevpmpi7Ha .col-title4 {
  color: #57468b;
}
.cid-vevpmpi7Ha .item1 {
  color: #ffffff;
}
.cid-vevpmpi7Ha .item2 {
  color: #ffffff;
}
.cid-vevpmpi7Ha .item3 {
  color: #ffffff;
}
.cid-vevpmpi7Ha .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vevpmpi7Ha .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-vevpmq3VH0 {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #fac51c;
}
.cid-vevpmq3VH0 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vevpmq3VH0 ul li {
  padding: 1rem 0;
}
.cid-vevpmq3VH0 ul li:hover {
  color: #ffffff;
}
.cid-vevpmq3VH0 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vevpmq3VH0 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-vevpmq3VH0 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-vevpmq3VH0 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-vevpmq3VH0 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vevpmq3VH0 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-vevpmq3VH0 .map {
    height: auto;
  }
}
.cid-vevpmq3VH0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vevpmq3VH0 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-vevpmq3VH0 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevpmq3VH0 .social-list a:hover {
  opacity: 1;
}
.cid-vevpmq3VH0 .row-element,
.cid-vevpmq3VH0 .image-element {
  padding: 0;
}
.cid-vevpmq3VH0 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vevpmq3VH0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vevpmq3VH0 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vevpmq3VH0 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vevpmq3VH0 .text-content {
    padding: 2rem 1rem;
  }
  .cid-vevpmq3VH0 .underline .line {
    height: 2px;
  }
  .cid-vevpmq3VH0 .mbr-title,
  .cid-vevpmq3VH0 .underline,
  .cid-vevpmq3VH0 .mbr-text,
  .cid-vevpmq3VH0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vevpmq3VH0 .mbr-title,
.cid-vevpmq3VH0 .underline {
  color: #ffffff;
}
.cid-vevpmq3VH0 .mbr-text,
.cid-vevpmq3VH0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vevpmq3VH0 mbr-list LI {
  color: #ffffff;
}
.cid-vevpmq3VH0 mbr-list {
  text-align: center;
}
.cid-vevpmq3VH0 .mbr-list,
.cid-vevpmq3VH0 .social-list mbr-list {
  color: #ffffff;
}
.cid-vevpmq3VH0 .social-list,
.cid-vevpmq3VH0 .mbr-list {
  color: #ffffff;
}
.cid-vevpmq3VH0 .mbr-text {
  color: #ffffff;
}
.cid-vevpmqxTh9 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vevpmqxTh9 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vevpmqxTh9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vevpmqxTh9 .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpmqxTh9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vevpmqxTh9 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vevpmqxTh9 .text2 {
  color: #000000;
  text-align: left;
}
.cid-vevpmqxTh9 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vevpmqxTh9 .logo-title {
  text-align: center;
}
.cid-vevpmqxTh9 .logo-sub-title {
  text-align: center;
}
.cid-vevpmqxTh9 .links {
  text-align: center;
  color: #656565;
}
.cid-vevpmqxTh9 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vevpmqxTh9 .links,
.cid-vevpmqxTh9 .social-list {
  color: #000000;
}
.cid-vevpmqxTh9 .logo-title,
.cid-vevpmqxTh9 .logo {
  color: #009331;
}
.cid-vevpmqYkr8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-vevpmqYkr8 a:link {
  text-decoration: none;
}
.cid-vevpmqYkr8 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vevpmqYkr8 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vevpmqYkr8 .inner-text {
  line-height: 3em;
}
.cid-vevpmqYkr8 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpmqYkr8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vevpmqYkr8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vevpmqYkr8 .content-text,
.cid-vevpmqYkr8 .inner-text {
  color: #ffffff;
}
.cid-vevpP4R3GM {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-vevpP4R3GM .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vevpP4R3GM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vevpP4R3GM a {
  font-style: normal;
}
.cid-vevpP4R3GM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vevpP4R3GM .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vevpP4R3GM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevpP4R3GM .content-text {
  margin-bottom: 0;
}
.cid-vevpP4R3GM .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vevpP4R3GM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vevpP4R3GM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vevpP4R3GM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vevpP4R3GM .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vevpP4R3GM .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vevpP4R3GM .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vevpP4R3GM .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vevpP4R3GM .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpP4R3GM .nav-dropdown .link {
  font-weight: 400;
}
.cid-vevpP4R3GM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vevpP4R3GM .content-right-side {
  text-align: center;
}
.cid-vevpP4R3GM .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vevpP4R3GM .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vevpP4R3GM .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vevpP4R3GM .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vevpP4R3GM .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vevpP4R3GM .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vevpP4R3GM img {
    height: 3.8rem !important;
  }
  .cid-vevpP4R3GM .btn {
    display: -webkit-flex;
  }
  .cid-vevpP4R3GM button.navbar-toggler {
    display: block;
  }
  .cid-vevpP4R3GM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vevpP4R3GM .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vevpP4R3GM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vevpP4R3GM .navbar-collapse.collapsing,
  .cid-vevpP4R3GM .navbar-collapse.show {
    display: block !important;
  }
  .cid-vevpP4R3GM .navbar-collapse.collapsing .navbar-nav,
  .cid-vevpP4R3GM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vevpP4R3GM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vevpP4R3GM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vevpP4R3GM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vevpP4R3GM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevpP4R3GM .navbar-collapse.collapsing .navbar-buttons,
  .cid-vevpP4R3GM .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vevpP4R3GM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vevpP4R3GM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevpP4R3GM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vevpP4R3GM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vevpP4R3GM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vevpP4R3GM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vevpP4R3GM .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vevpP4R3GM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vevpP4R3GM .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vevpP4R3GM .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vevpP4R3GM .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vevpP4R3GM .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vevpP4R3GM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vevpP4R3GM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vevpP4R3GM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vevpP4R3GM .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-vevpP4R3GM .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpP4R3GM .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vevpP4R3GM .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vevpP4R3GM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vevpP4R3GM .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vevpP4R3GM .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vevpP4R3GM .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vevpP4R3GM .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vevpP4R3GM .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vevpP4R3GM .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vevpP4R3GM .navbar {
    display: block;
    padding: 0;
  }
  .cid-vevpP4R3GM .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vevpP4R3GM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vevpP4R3GM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vevpP4R3GM .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vevpP4R3GM .navbar-toggler {
    display: none;
  }
  .cid-vevpP4R3GM .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vevpP4R3GM .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpP4R3GM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vevpP4R3GM .menu-logo {
  margin-right: auto;
}
.cid-vevpP4R3GM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpP4R3GM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vevpP4R3GM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vevpP4R3GM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vevpP4R3GM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vevpP4R3GM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vevpP4R3GM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vevpP4R3GM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vevpP4R3GM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevpP4R3GM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vevpP4R3GM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vevpP4R3GM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vevpP4R3GM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevpP4R3GM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vevpP4R3GM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vevpP4R3GM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vevpP4R3GM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevpP4R3GM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vevpP4R3GM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vevpP4R3GM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vevpP4R3GM .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vevpP4R3GM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vevpP4R3GM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vevpP4R3GM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vevpP4R3GM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vevpP4R3GM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevpP4R3GM button.navbar-toggler:focus {
  outline: none;
}
.cid-vevpP4R3GM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vevpP4R3GM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vevpP4R3GM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vevpP4R3GM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vevpP4R3GM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vevpP4R3GM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevpP4R3GM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vevpP4R3GM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vevpP4R3GM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevpP4R3GM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vevpP4R3GM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vevpP4R3GM .collapsed .btn {
  display: -webkit-flex;
}
.cid-vevpP4R3GM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vevpP4R3GM .collapsed .navbar-collapse.collapsing,
.cid-vevpP4R3GM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vevpP4R3GM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vevpP4R3GM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vevpP4R3GM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vevpP4R3GM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vevpP4R3GM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vevpP4R3GM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vevpP4R3GM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vevpP4R3GM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vevpP4R3GM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vevpP4R3GM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vevpP4R3GM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-vevpP4R3GM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vevpP4R3GM .collapsed button.navbar-toggler {
  display: block;
}
.cid-vevpP4R3GM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vevpP4R3GM .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vevpP4R3GM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vevpP4R3GM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vevpP4R3GM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vevpP4R3GM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vevpP4R3GM .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpP4R3GM .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-vevpP4R3GM .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vevpP4R3GM .nav-link:focus {
  outline: none;
}
.cid-vevpP4R3GM .navbar-toggler {
  position: relative;
}
.cid-vevpP4R3GM .dropdown-item.active,
.cid-vevpP4R3GM .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vevpP4R3GM .nav-link:hover,
.cid-vevpP4R3GM .dropdown-item:hover {
  color: #0e4d20;
}
.cid-vevpP4R3GM .widget-title,
.cid-vevpP4R3GM .widget-icon {
  color: #007828;
}
.cid-vevpP4R3GM .widget-text {
  color: #007828;
}
.cid-vevpP5kyg0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevpP5kyg0 .mbr-text,
.cid-vevpP5kyg0 .ornament {
  color: #ffffff;
}
.cid-vevpP5s4pv {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 2px #fac51c;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-vevpP5s4pv .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-vevpP5s4pv .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-vevpP5s4pv .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-vevpP5s4pv img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-vevpP5s4pv .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-vevpP5s4pv H1 {
  color: #fac51c;
  text-align: center;
}
.cid-vevpP5s4pv DIV {
  text-align: center;
}
.cid-vevpP5LGTI {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #dafdd8;
}
.cid-vevpP5LGTI .mbr-section-title {
  letter-spacing: .1em;
}
.cid-vevpP5LGTI .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-vevpP5LGTI .card-img span {
  font-size: 100px;
}
.cid-vevpP5LGTI .mbr-text,
.cid-vevpP5LGTI .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-vevpP5LGTI .mbr-section-title,
.cid-vevpP5LGTI .card-img {
  color: #b4924b;
}
.cid-vevpP66VtV {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #dafdd8;
  border-bottom: solid 2px #fac51c;
}
.cid-vevpP66VtV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vevpP66VtV textarea {
  min-height: 150px;
}
.cid-vevpP66VtV .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-vevpP66VtV .form-control,
.cid-vevpP66VtV .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-vevpP66VtV .form-control input::-webkit-input-placeholder,
.cid-vevpP66VtV .field-input input::-webkit-input-placeholder,
.cid-vevpP66VtV .form-control textarea::-webkit-input-placeholder,
.cid-vevpP66VtV .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vevpP66VtV .form-control input:-moz-placeholder,
.cid-vevpP66VtV .field-input input:-moz-placeholder,
.cid-vevpP66VtV .form-control textarea:-moz-placeholder,
.cid-vevpP66VtV .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vevpP66VtV .form-control:hover,
.cid-vevpP66VtV .field-input:hover,
.cid-vevpP66VtV .form-control:focus,
.cid-vevpP66VtV .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vevpP66VtV .form-control:hover input::-webkit-input-placeholder,
.cid-vevpP66VtV .field-input:hover input::-webkit-input-placeholder,
.cid-vevpP66VtV .form-control:focus input::-webkit-input-placeholder,
.cid-vevpP66VtV .field-input:focus input::-webkit-input-placeholder,
.cid-vevpP66VtV .form-control:hover textarea::-webkit-input-placeholder,
.cid-vevpP66VtV .field-input:hover textarea::-webkit-input-placeholder,
.cid-vevpP66VtV .form-control:focus textarea::-webkit-input-placeholder,
.cid-vevpP66VtV .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vevpP66VtV .form-control:hover input:-moz-placeholder,
.cid-vevpP66VtV .field-input:hover input:-moz-placeholder,
.cid-vevpP66VtV .form-control:focus input:-moz-placeholder,
.cid-vevpP66VtV .field-input:focus input:-moz-placeholder,
.cid-vevpP66VtV .form-control:hover textarea:-moz-placeholder,
.cid-vevpP66VtV .field-input:hover textarea:-moz-placeholder,
.cid-vevpP66VtV .form-control:focus textarea:-moz-placeholder,
.cid-vevpP66VtV .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vevpP66VtV .jq-number__spin:hover,
.cid-vevpP66VtV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vevpP66VtV .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vevpP66VtV .jq-selectbox li,
.cid-vevpP66VtV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vevpP66VtV .jq-selectbox li:hover,
.cid-vevpP66VtV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vevpP66VtV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vevpP66VtV .jq-number__spin.minus:hover:after,
.cid-vevpP66VtV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vevpP66VtV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vevpP66VtV .jq-number__spin.minus:after,
.cid-vevpP66VtV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vevpP66VtV input::-webkit-clear-button {
  display: none;
}
.cid-vevpP66VtV input::-webkit-inner-spin-button {
  display: none;
}
.cid-vevpP66VtV input::-webkit-outer-spin-button {
  display: none;
}
.cid-vevpP66VtV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vevpP8mhsh {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.1em 0.1em;
}
.cid-vevpP8mhsh .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpP8mhsh .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vevpP8mhsh .btn {
  margin-bottom: 2rem;
}
.cid-vevpP8mhsh .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vevpP8mhsh .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vevpP8mhsh .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vevpP8mhsh .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vevpP8mhsh .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevpP8mhsh .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vevpP8mhsh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vevpP8mhsh .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vevpP8mhsh .links {
  color: #ffffff;
  text-align: center;
}
.cid-vevpP8NvaP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 2px #fac51c;
}
.cid-vevpP8NvaP li {
  list-style: none;
}
.cid-vevpP8NvaP .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vevpP8NvaP .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vevpP8NvaP h4 {
  margin: 0;
}
.cid-vevpP8NvaP .item {
  color: #57468b;
}
.cid-vevpP8NvaP ul {
  padding: 0;
  margin: 0;
}
.cid-vevpP8NvaP .col-title {
  color: #57468b;
}
.cid-vevpP8NvaP .col-title1 {
  color: #bfceff;
}
.cid-vevpP8NvaP .col-title2 {
  color: #5580ff;
}
.cid-vevpP8NvaP .col-title3 {
  color: #ff8a73;
}
.cid-vevpP8NvaP .col-title4 {
  color: #57468b;
}
.cid-vevpP8NvaP .item1 {
  color: #ffffff;
}
.cid-vevpP8NvaP .item2 {
  color: #ffffff;
}
.cid-vevpP8NvaP .item3 {
  color: #ffffff;
}
.cid-vevpP8NvaP .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vevpP8NvaP .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-vevpP9wraZ {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #fac51c;
}
.cid-vevpP9wraZ ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vevpP9wraZ ul li {
  padding: 1rem 0;
}
.cid-vevpP9wraZ ul li:hover {
  color: #ffffff;
}
.cid-vevpP9wraZ .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vevpP9wraZ .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-vevpP9wraZ .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-vevpP9wraZ .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-vevpP9wraZ .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vevpP9wraZ .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-vevpP9wraZ .map {
    height: auto;
  }
}
.cid-vevpP9wraZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vevpP9wraZ .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-vevpP9wraZ .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevpP9wraZ .social-list a:hover {
  opacity: 1;
}
.cid-vevpP9wraZ .row-element,
.cid-vevpP9wraZ .image-element {
  padding: 0;
}
.cid-vevpP9wraZ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vevpP9wraZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vevpP9wraZ .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vevpP9wraZ .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vevpP9wraZ .text-content {
    padding: 2rem 1rem;
  }
  .cid-vevpP9wraZ .underline .line {
    height: 2px;
  }
  .cid-vevpP9wraZ .mbr-title,
  .cid-vevpP9wraZ .underline,
  .cid-vevpP9wraZ .mbr-text,
  .cid-vevpP9wraZ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vevpP9wraZ .mbr-title,
.cid-vevpP9wraZ .underline {
  color: #ffffff;
}
.cid-vevpP9wraZ .mbr-text,
.cid-vevpP9wraZ .mbr-section-btn {
  color: #ffffff;
}
.cid-vevpP9wraZ mbr-list LI {
  color: #ffffff;
}
.cid-vevpP9wraZ mbr-list {
  text-align: center;
}
.cid-vevpP9wraZ .mbr-list,
.cid-vevpP9wraZ .social-list mbr-list {
  color: #ffffff;
}
.cid-vevpP9wraZ .social-list,
.cid-vevpP9wraZ .mbr-list {
  color: #ffffff;
}
.cid-vevpP9wraZ .mbr-text {
  color: #ffffff;
}
.cid-vevpPa8WBa {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vevpPa8WBa .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vevpPa8WBa .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vevpPa8WBa .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpPa8WBa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vevpPa8WBa .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vevpPa8WBa .text2 {
  color: #000000;
  text-align: left;
}
.cid-vevpPa8WBa .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vevpPa8WBa .logo-title {
  text-align: center;
}
.cid-vevpPa8WBa .logo-sub-title {
  text-align: center;
}
.cid-vevpPa8WBa .links {
  text-align: center;
  color: #656565;
}
.cid-vevpPa8WBa .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vevpPa8WBa .links,
.cid-vevpPa8WBa .social-list {
  color: #000000;
}
.cid-vevpPa8WBa .logo-title,
.cid-vevpPa8WBa .logo {
  color: #009331;
}
.cid-vevpPay19c {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-vevpPay19c a:link {
  text-decoration: none;
}
.cid-vevpPay19c .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vevpPay19c .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vevpPay19c .inner-text {
  line-height: 3em;
}
.cid-vevpPay19c .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpPay19c .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vevpPay19c .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vevpPay19c .content-text,
.cid-vevpPay19c .inner-text {
  color: #ffffff;
}
.cid-vevpVmdGMj {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-vevpVmdGMj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vevpVmdGMj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vevpVmdGMj a {
  font-style: normal;
}
.cid-vevpVmdGMj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vevpVmdGMj .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vevpVmdGMj .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevpVmdGMj .content-text {
  margin-bottom: 0;
}
.cid-vevpVmdGMj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vevpVmdGMj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vevpVmdGMj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vevpVmdGMj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vevpVmdGMj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vevpVmdGMj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vevpVmdGMj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vevpVmdGMj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vevpVmdGMj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpVmdGMj .nav-dropdown .link {
  font-weight: 400;
}
.cid-vevpVmdGMj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vevpVmdGMj .content-right-side {
  text-align: center;
}
.cid-vevpVmdGMj .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vevpVmdGMj .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vevpVmdGMj .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vevpVmdGMj .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vevpVmdGMj .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vevpVmdGMj .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vevpVmdGMj img {
    height: 3.8rem !important;
  }
  .cid-vevpVmdGMj .btn {
    display: -webkit-flex;
  }
  .cid-vevpVmdGMj button.navbar-toggler {
    display: block;
  }
  .cid-vevpVmdGMj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vevpVmdGMj .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vevpVmdGMj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vevpVmdGMj .navbar-collapse.collapsing,
  .cid-vevpVmdGMj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vevpVmdGMj .navbar-collapse.collapsing .navbar-nav,
  .cid-vevpVmdGMj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vevpVmdGMj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vevpVmdGMj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vevpVmdGMj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vevpVmdGMj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevpVmdGMj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vevpVmdGMj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vevpVmdGMj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vevpVmdGMj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevpVmdGMj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vevpVmdGMj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vevpVmdGMj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vevpVmdGMj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vevpVmdGMj .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vevpVmdGMj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vevpVmdGMj .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vevpVmdGMj .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vevpVmdGMj .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vevpVmdGMj .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vevpVmdGMj .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vevpVmdGMj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vevpVmdGMj .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vevpVmdGMj .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-vevpVmdGMj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpVmdGMj .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vevpVmdGMj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vevpVmdGMj .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vevpVmdGMj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vevpVmdGMj .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vevpVmdGMj .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vevpVmdGMj .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vevpVmdGMj .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vevpVmdGMj .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vevpVmdGMj .navbar {
    display: block;
    padding: 0;
  }
  .cid-vevpVmdGMj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vevpVmdGMj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vevpVmdGMj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vevpVmdGMj .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vevpVmdGMj .navbar-toggler {
    display: none;
  }
  .cid-vevpVmdGMj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vevpVmdGMj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpVmdGMj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vevpVmdGMj .menu-logo {
  margin-right: auto;
}
.cid-vevpVmdGMj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpVmdGMj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vevpVmdGMj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vevpVmdGMj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vevpVmdGMj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vevpVmdGMj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vevpVmdGMj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vevpVmdGMj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vevpVmdGMj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevpVmdGMj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vevpVmdGMj .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vevpVmdGMj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vevpVmdGMj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevpVmdGMj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vevpVmdGMj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vevpVmdGMj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vevpVmdGMj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevpVmdGMj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vevpVmdGMj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vevpVmdGMj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vevpVmdGMj .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vevpVmdGMj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vevpVmdGMj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vevpVmdGMj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vevpVmdGMj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vevpVmdGMj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevpVmdGMj button.navbar-toggler:focus {
  outline: none;
}
.cid-vevpVmdGMj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vevpVmdGMj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vevpVmdGMj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vevpVmdGMj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vevpVmdGMj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vevpVmdGMj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevpVmdGMj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vevpVmdGMj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vevpVmdGMj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevpVmdGMj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vevpVmdGMj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vevpVmdGMj .collapsed .btn {
  display: -webkit-flex;
}
.cid-vevpVmdGMj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vevpVmdGMj .collapsed .navbar-collapse.collapsing,
.cid-vevpVmdGMj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vevpVmdGMj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vevpVmdGMj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vevpVmdGMj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vevpVmdGMj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vevpVmdGMj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vevpVmdGMj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vevpVmdGMj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vevpVmdGMj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vevpVmdGMj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vevpVmdGMj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vevpVmdGMj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-vevpVmdGMj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vevpVmdGMj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vevpVmdGMj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vevpVmdGMj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vevpVmdGMj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vevpVmdGMj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vevpVmdGMj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vevpVmdGMj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vevpVmdGMj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpVmdGMj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-vevpVmdGMj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vevpVmdGMj .nav-link:focus {
  outline: none;
}
.cid-vevpVmdGMj .navbar-toggler {
  position: relative;
}
.cid-vevpVmdGMj .dropdown-item.active,
.cid-vevpVmdGMj .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vevpVmdGMj .nav-link:hover,
.cid-vevpVmdGMj .dropdown-item:hover {
  color: #0e4d20;
}
.cid-vevpVmdGMj .widget-title,
.cid-vevpVmdGMj .widget-icon {
  color: #007828;
}
.cid-vevpVmdGMj .widget-text {
  color: #007828;
}
.cid-vevpVmHOu9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevpVmHOu9 .mbr-text,
.cid-vevpVmHOu9 .ornament {
  color: #ffffff;
}
.cid-vevpVmPzbD {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 2px #fac51c;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-vevpVmPzbD .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-vevpVmPzbD .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-vevpVmPzbD .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-vevpVmPzbD img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-vevpVmPzbD .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-vevpVmPzbD H1 {
  color: #fac51c;
  text-align: center;
}
.cid-vevpVmPzbD DIV {
  text-align: center;
}
.cid-vevpVn9jc7 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #dafdd8;
}
.cid-vevpVn9jc7 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-vevpVn9jc7 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-vevpVn9jc7 .card-img span {
  font-size: 100px;
}
.cid-vevpVn9jc7 .mbr-text,
.cid-vevpVn9jc7 .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-vevpVn9jc7 .mbr-section-title,
.cid-vevpVn9jc7 .card-img {
  color: #b4924b;
}
.cid-vevpVnlZ5J {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #dafdd8;
  border-bottom: solid 2px #fac51c;
}
.cid-vevpVnlZ5J .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vevpVnlZ5J textarea {
  min-height: 150px;
}
.cid-vevpVnlZ5J .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-vevpVnlZ5J .form-control,
.cid-vevpVnlZ5J .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-vevpVnlZ5J .form-control input::-webkit-input-placeholder,
.cid-vevpVnlZ5J .field-input input::-webkit-input-placeholder,
.cid-vevpVnlZ5J .form-control textarea::-webkit-input-placeholder,
.cid-vevpVnlZ5J .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vevpVnlZ5J .form-control input:-moz-placeholder,
.cid-vevpVnlZ5J .field-input input:-moz-placeholder,
.cid-vevpVnlZ5J .form-control textarea:-moz-placeholder,
.cid-vevpVnlZ5J .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vevpVnlZ5J .form-control:hover,
.cid-vevpVnlZ5J .field-input:hover,
.cid-vevpVnlZ5J .form-control:focus,
.cid-vevpVnlZ5J .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vevpVnlZ5J .form-control:hover input::-webkit-input-placeholder,
.cid-vevpVnlZ5J .field-input:hover input::-webkit-input-placeholder,
.cid-vevpVnlZ5J .form-control:focus input::-webkit-input-placeholder,
.cid-vevpVnlZ5J .field-input:focus input::-webkit-input-placeholder,
.cid-vevpVnlZ5J .form-control:hover textarea::-webkit-input-placeholder,
.cid-vevpVnlZ5J .field-input:hover textarea::-webkit-input-placeholder,
.cid-vevpVnlZ5J .form-control:focus textarea::-webkit-input-placeholder,
.cid-vevpVnlZ5J .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vevpVnlZ5J .form-control:hover input:-moz-placeholder,
.cid-vevpVnlZ5J .field-input:hover input:-moz-placeholder,
.cid-vevpVnlZ5J .form-control:focus input:-moz-placeholder,
.cid-vevpVnlZ5J .field-input:focus input:-moz-placeholder,
.cid-vevpVnlZ5J .form-control:hover textarea:-moz-placeholder,
.cid-vevpVnlZ5J .field-input:hover textarea:-moz-placeholder,
.cid-vevpVnlZ5J .form-control:focus textarea:-moz-placeholder,
.cid-vevpVnlZ5J .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vevpVnlZ5J .jq-number__spin:hover,
.cid-vevpVnlZ5J .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vevpVnlZ5J .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vevpVnlZ5J .jq-selectbox li,
.cid-vevpVnlZ5J .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vevpVnlZ5J .jq-selectbox li:hover,
.cid-vevpVnlZ5J .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vevpVnlZ5J .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vevpVnlZ5J .jq-number__spin.minus:hover:after,
.cid-vevpVnlZ5J .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vevpVnlZ5J .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vevpVnlZ5J .jq-number__spin.minus:after,
.cid-vevpVnlZ5J .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vevpVnlZ5J input::-webkit-clear-button {
  display: none;
}
.cid-vevpVnlZ5J input::-webkit-inner-spin-button {
  display: none;
}
.cid-vevpVnlZ5J input::-webkit-outer-spin-button {
  display: none;
}
.cid-vevpVnlZ5J input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vevpVpBcJz {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.1em 0.1em;
}
.cid-vevpVpBcJz .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpVpBcJz .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vevpVpBcJz .btn {
  margin-bottom: 2rem;
}
.cid-vevpVpBcJz .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vevpVpBcJz .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vevpVpBcJz .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vevpVpBcJz .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vevpVpBcJz .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevpVpBcJz .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vevpVpBcJz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vevpVpBcJz .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vevpVpBcJz .links {
  color: #ffffff;
  text-align: center;
}
.cid-vevpVpZPkU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 2px #fac51c;
}
.cid-vevpVpZPkU li {
  list-style: none;
}
.cid-vevpVpZPkU .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vevpVpZPkU .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vevpVpZPkU h4 {
  margin: 0;
}
.cid-vevpVpZPkU .item {
  color: #57468b;
}
.cid-vevpVpZPkU ul {
  padding: 0;
  margin: 0;
}
.cid-vevpVpZPkU .col-title {
  color: #57468b;
}
.cid-vevpVpZPkU .col-title1 {
  color: #bfceff;
}
.cid-vevpVpZPkU .col-title2 {
  color: #5580ff;
}
.cid-vevpVpZPkU .col-title3 {
  color: #ff8a73;
}
.cid-vevpVpZPkU .col-title4 {
  color: #57468b;
}
.cid-vevpVpZPkU .item1 {
  color: #ffffff;
}
.cid-vevpVpZPkU .item2 {
  color: #ffffff;
}
.cid-vevpVpZPkU .item3 {
  color: #ffffff;
}
.cid-vevpVpZPkU .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vevpVpZPkU .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-vevpVqRYHA {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #fac51c;
}
.cid-vevpVqRYHA ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vevpVqRYHA ul li {
  padding: 1rem 0;
}
.cid-vevpVqRYHA ul li:hover {
  color: #ffffff;
}
.cid-vevpVqRYHA .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vevpVqRYHA .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-vevpVqRYHA .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-vevpVqRYHA .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-vevpVqRYHA .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vevpVqRYHA .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-vevpVqRYHA .map {
    height: auto;
  }
}
.cid-vevpVqRYHA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vevpVqRYHA .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-vevpVqRYHA .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevpVqRYHA .social-list a:hover {
  opacity: 1;
}
.cid-vevpVqRYHA .row-element,
.cid-vevpVqRYHA .image-element {
  padding: 0;
}
.cid-vevpVqRYHA .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vevpVqRYHA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vevpVqRYHA .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vevpVqRYHA .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vevpVqRYHA .text-content {
    padding: 2rem 1rem;
  }
  .cid-vevpVqRYHA .underline .line {
    height: 2px;
  }
  .cid-vevpVqRYHA .mbr-title,
  .cid-vevpVqRYHA .underline,
  .cid-vevpVqRYHA .mbr-text,
  .cid-vevpVqRYHA .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vevpVqRYHA .mbr-title,
.cid-vevpVqRYHA .underline {
  color: #ffffff;
}
.cid-vevpVqRYHA .mbr-text,
.cid-vevpVqRYHA .mbr-section-btn {
  color: #ffffff;
}
.cid-vevpVqRYHA mbr-list LI {
  color: #ffffff;
}
.cid-vevpVqRYHA mbr-list {
  text-align: center;
}
.cid-vevpVqRYHA .mbr-list,
.cid-vevpVqRYHA .social-list mbr-list {
  color: #ffffff;
}
.cid-vevpVqRYHA .social-list,
.cid-vevpVqRYHA .mbr-list {
  color: #ffffff;
}
.cid-vevpVqRYHA .mbr-text {
  color: #ffffff;
}
.cid-vevpVrhQ6B {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vevpVrhQ6B .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vevpVrhQ6B .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vevpVrhQ6B .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevpVrhQ6B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vevpVrhQ6B .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vevpVrhQ6B .text2 {
  color: #000000;
  text-align: left;
}
.cid-vevpVrhQ6B .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vevpVrhQ6B .logo-title {
  text-align: center;
}
.cid-vevpVrhQ6B .logo-sub-title {
  text-align: center;
}
.cid-vevpVrhQ6B .links {
  text-align: center;
  color: #656565;
}
.cid-vevpVrhQ6B .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vevpVrhQ6B .links,
.cid-vevpVrhQ6B .social-list {
  color: #000000;
}
.cid-vevpVrhQ6B .logo-title,
.cid-vevpVrhQ6B .logo {
  color: #009331;
}
.cid-vevpVrG1pb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-vevpVrG1pb a:link {
  text-decoration: none;
}
.cid-vevpVrG1pb .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vevpVrG1pb .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vevpVrG1pb .inner-text {
  line-height: 3em;
}
.cid-vevpVrG1pb .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevpVrG1pb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vevpVrG1pb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vevpVrG1pb .content-text,
.cid-vevpVrG1pb .inner-text {
  color: #ffffff;
}
.cid-vevq5vyKIh {
  text-shadow: black 0.1em 0.em 0.1em;
  border-bottom: solid 2px #00ff55;
}
.cid-vevq5vyKIh .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vevq5vyKIh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vevq5vyKIh a {
  font-style: normal;
}
.cid-vevq5vyKIh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vevq5vyKIh .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-vevq5vyKIh .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevq5vyKIh .content-text {
  margin-bottom: 0;
}
.cid-vevq5vyKIh .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vevq5vyKIh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vevq5vyKIh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vevq5vyKIh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vevq5vyKIh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vevq5vyKIh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vevq5vyKIh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vevq5vyKIh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vevq5vyKIh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevq5vyKIh .nav-dropdown .link {
  font-weight: 400;
}
.cid-vevq5vyKIh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vevq5vyKIh .content-right-side {
  text-align: center;
}
.cid-vevq5vyKIh .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-vevq5vyKIh .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-vevq5vyKIh .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-vevq5vyKIh .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-vevq5vyKIh .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-vevq5vyKIh .menu-bottom {
    justify-content: flex-end;
  }
  .cid-vevq5vyKIh img {
    height: 3.8rem !important;
  }
  .cid-vevq5vyKIh .btn {
    display: -webkit-flex;
  }
  .cid-vevq5vyKIh button.navbar-toggler {
    display: block;
  }
  .cid-vevq5vyKIh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vevq5vyKIh .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vevq5vyKIh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vevq5vyKIh .navbar-collapse.collapsing,
  .cid-vevq5vyKIh .navbar-collapse.show {
    display: block !important;
  }
  .cid-vevq5vyKIh .navbar-collapse.collapsing .navbar-nav,
  .cid-vevq5vyKIh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vevq5vyKIh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vevq5vyKIh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vevq5vyKIh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vevq5vyKIh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevq5vyKIh .navbar-collapse.collapsing .navbar-buttons,
  .cid-vevq5vyKIh .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vevq5vyKIh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vevq5vyKIh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevq5vyKIh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vevq5vyKIh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vevq5vyKIh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vevq5vyKIh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vevq5vyKIh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vevq5vyKIh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vevq5vyKIh .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-vevq5vyKIh .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-vevq5vyKIh .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-vevq5vyKIh .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-vevq5vyKIh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vevq5vyKIh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vevq5vyKIh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vevq5vyKIh .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-vevq5vyKIh .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevq5vyKIh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vevq5vyKIh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vevq5vyKIh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vevq5vyKIh .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-vevq5vyKIh .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vevq5vyKIh .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vevq5vyKIh .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vevq5vyKIh .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vevq5vyKIh .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vevq5vyKIh .navbar {
    display: block;
    padding: 0;
  }
  .cid-vevq5vyKIh .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vevq5vyKIh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vevq5vyKIh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vevq5vyKIh .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-vevq5vyKIh .navbar-toggler {
    display: none;
  }
  .cid-vevq5vyKIh .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vevq5vyKIh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevq5vyKIh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vevq5vyKIh .menu-logo {
  margin-right: auto;
}
.cid-vevq5vyKIh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevq5vyKIh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vevq5vyKIh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vevq5vyKIh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vevq5vyKIh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vevq5vyKIh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vevq5vyKIh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vevq5vyKIh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vevq5vyKIh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevq5vyKIh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vevq5vyKIh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vevq5vyKIh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vevq5vyKIh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevq5vyKIh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vevq5vyKIh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vevq5vyKIh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vevq5vyKIh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vevq5vyKIh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vevq5vyKIh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vevq5vyKIh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vevq5vyKIh .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-vevq5vyKIh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vevq5vyKIh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vevq5vyKIh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vevq5vyKIh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vevq5vyKIh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevq5vyKIh button.navbar-toggler:focus {
  outline: none;
}
.cid-vevq5vyKIh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vevq5vyKIh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vevq5vyKIh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vevq5vyKIh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vevq5vyKIh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vevq5vyKIh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevq5vyKIh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vevq5vyKIh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vevq5vyKIh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevq5vyKIh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vevq5vyKIh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vevq5vyKIh .collapsed .btn {
  display: -webkit-flex;
}
.cid-vevq5vyKIh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vevq5vyKIh .collapsed .navbar-collapse.collapsing,
.cid-vevq5vyKIh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vevq5vyKIh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vevq5vyKIh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vevq5vyKIh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vevq5vyKIh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vevq5vyKIh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vevq5vyKIh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vevq5vyKIh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vevq5vyKIh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vevq5vyKIh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vevq5vyKIh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vevq5vyKIh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.6rem - 1.5rem);
  }
  .cid-vevq5vyKIh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vevq5vyKIh .collapsed button.navbar-toggler {
  display: block;
}
.cid-vevq5vyKIh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vevq5vyKIh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vevq5vyKIh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vevq5vyKIh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vevq5vyKIh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vevq5vyKIh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-vevq5vyKIh .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevq5vyKIh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 2px #00ff55;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.cid-vevq5vyKIh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vevq5vyKIh .nav-link:focus {
  outline: none;
}
.cid-vevq5vyKIh .navbar-toggler {
  position: relative;
}
.cid-vevq5vyKIh .dropdown-item.active,
.cid-vevq5vyKIh .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-vevq5vyKIh .nav-link:hover,
.cid-vevq5vyKIh .dropdown-item:hover {
  color: #0e4d20;
}
.cid-vevq5vyKIh .widget-title,
.cid-vevq5vyKIh .widget-icon {
  color: #007828;
}
.cid-vevq5vyKIh .widget-text {
  color: #007828;
}
.cid-vevq5w53hE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevq5w53hE .mbr-text,
.cid-vevq5w53hE .ornament {
  color: #ffffff;
}
.cid-vevq5wd7nl {
  background-image: url("../../../assets/images/imagem-38-2000x1033.jpg");
  background-position: right;
  border-bottom: solid 2px #fac51c;
  text-shadow: black 0.2em 0.2em 0.2em;
}
.cid-vevq5wd7nl .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-vevq5wd7nl .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-vevq5wd7nl .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-vevq5wd7nl img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-vevq5wd7nl .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-vevq5wd7nl H1 {
  color: #fac51c;
  text-align: center;
}
.cid-vevq5wd7nl DIV {
  text-align: center;
}
.cid-vevq5wukWO {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #dafdd8;
}
.cid-vevq5wukWO .mbr-section-title {
  letter-spacing: .1em;
}
.cid-vevq5wukWO .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-vevq5wukWO .card-img span {
  font-size: 100px;
}
.cid-vevq5wukWO .mbr-text,
.cid-vevq5wukWO .mbr-section-btn {
  color: #0e4d20;
  text-align: left;
}
.cid-vevq5wukWO .mbr-section-title,
.cid-vevq5wukWO .card-img {
  color: #b4924b;
}
.cid-vevq5wP4FJ {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #dafdd8;
  border-bottom: solid 2px #fac51c;
}
.cid-vevq5wP4FJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vevq5wP4FJ textarea {
  min-height: 150px;
}
.cid-vevq5wP4FJ .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-vevq5wP4FJ .form-control,
.cid-vevq5wP4FJ .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-vevq5wP4FJ .form-control input::-webkit-input-placeholder,
.cid-vevq5wP4FJ .field-input input::-webkit-input-placeholder,
.cid-vevq5wP4FJ .form-control textarea::-webkit-input-placeholder,
.cid-vevq5wP4FJ .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vevq5wP4FJ .form-control input:-moz-placeholder,
.cid-vevq5wP4FJ .field-input input:-moz-placeholder,
.cid-vevq5wP4FJ .form-control textarea:-moz-placeholder,
.cid-vevq5wP4FJ .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vevq5wP4FJ .form-control:hover,
.cid-vevq5wP4FJ .field-input:hover,
.cid-vevq5wP4FJ .form-control:focus,
.cid-vevq5wP4FJ .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vevq5wP4FJ .form-control:hover input::-webkit-input-placeholder,
.cid-vevq5wP4FJ .field-input:hover input::-webkit-input-placeholder,
.cid-vevq5wP4FJ .form-control:focus input::-webkit-input-placeholder,
.cid-vevq5wP4FJ .field-input:focus input::-webkit-input-placeholder,
.cid-vevq5wP4FJ .form-control:hover textarea::-webkit-input-placeholder,
.cid-vevq5wP4FJ .field-input:hover textarea::-webkit-input-placeholder,
.cid-vevq5wP4FJ .form-control:focus textarea::-webkit-input-placeholder,
.cid-vevq5wP4FJ .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vevq5wP4FJ .form-control:hover input:-moz-placeholder,
.cid-vevq5wP4FJ .field-input:hover input:-moz-placeholder,
.cid-vevq5wP4FJ .form-control:focus input:-moz-placeholder,
.cid-vevq5wP4FJ .field-input:focus input:-moz-placeholder,
.cid-vevq5wP4FJ .form-control:hover textarea:-moz-placeholder,
.cid-vevq5wP4FJ .field-input:hover textarea:-moz-placeholder,
.cid-vevq5wP4FJ .form-control:focus textarea:-moz-placeholder,
.cid-vevq5wP4FJ .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vevq5wP4FJ .jq-number__spin:hover,
.cid-vevq5wP4FJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vevq5wP4FJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vevq5wP4FJ .jq-selectbox li,
.cid-vevq5wP4FJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vevq5wP4FJ .jq-selectbox li:hover,
.cid-vevq5wP4FJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vevq5wP4FJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vevq5wP4FJ .jq-number__spin.minus:hover:after,
.cid-vevq5wP4FJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vevq5wP4FJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vevq5wP4FJ .jq-number__spin.minus:after,
.cid-vevq5wP4FJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vevq5wP4FJ input::-webkit-clear-button {
  display: none;
}
.cid-vevq5wP4FJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-vevq5wP4FJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-vevq5wP4FJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vevq5xdsLb {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #007828;
  text-shadow: black 0.1em 0.1em 0.1em;
}
.cid-vevq5xdsLb .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevq5xdsLb .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-vevq5xdsLb .btn {
  margin-bottom: 2rem;
}
.cid-vevq5xdsLb .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-vevq5xdsLb .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vevq5xdsLb .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-vevq5xdsLb .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vevq5xdsLb .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevq5xdsLb .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-vevq5xdsLb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-vevq5xdsLb .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-vevq5xdsLb .links {
  color: #ffffff;
  text-align: center;
}
.cid-vevq5xzc97 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007828;
  text-shadow: black 0.2em 0.2em 0.2em;
  border-bottom: solid 2px #fac51c;
}
.cid-vevq5xzc97 li {
  list-style: none;
}
.cid-vevq5xzc97 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-vevq5xzc97 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-vevq5xzc97 h4 {
  margin: 0;
}
.cid-vevq5xzc97 .item {
  color: #57468b;
}
.cid-vevq5xzc97 ul {
  padding: 0;
  margin: 0;
}
.cid-vevq5xzc97 .col-title {
  color: #57468b;
}
.cid-vevq5xzc97 .col-title1 {
  color: #bfceff;
}
.cid-vevq5xzc97 .col-title2 {
  color: #5580ff;
}
.cid-vevq5xzc97 .col-title3 {
  color: #ff8a73;
}
.cid-vevq5xzc97 .col-title4 {
  color: #57468b;
}
.cid-vevq5xzc97 .item1 {
  color: #ffffff;
}
.cid-vevq5xzc97 .item2 {
  color: #ffffff;
}
.cid-vevq5xzc97 .item3 {
  color: #ffffff;
}
.cid-vevq5xzc97 .item4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vevq5xzc97 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-vevq5ycWiX {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/imagem-40-2000x1324.jpg");
  border-bottom: solid 2px #fac51c;
}
.cid-vevq5ycWiX ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vevq5ycWiX ul li {
  padding: 1rem 0;
}
.cid-vevq5ycWiX ul li:hover {
  color: #ffffff;
}
.cid-vevq5ycWiX .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vevq5ycWiX .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-vevq5ycWiX .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-vevq5ycWiX .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-vevq5ycWiX .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vevq5ycWiX .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-vevq5ycWiX .map {
    height: auto;
  }
}
.cid-vevq5ycWiX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vevq5ycWiX .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-vevq5ycWiX .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevq5ycWiX .social-list a:hover {
  opacity: 1;
}
.cid-vevq5ycWiX .row-element,
.cid-vevq5ycWiX .image-element {
  padding: 0;
}
.cid-vevq5ycWiX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vevq5ycWiX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vevq5ycWiX .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vevq5ycWiX .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vevq5ycWiX .text-content {
    padding: 2rem 1rem;
  }
  .cid-vevq5ycWiX .underline .line {
    height: 2px;
  }
  .cid-vevq5ycWiX .mbr-title,
  .cid-vevq5ycWiX .underline,
  .cid-vevq5ycWiX .mbr-text,
  .cid-vevq5ycWiX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vevq5ycWiX .mbr-title,
.cid-vevq5ycWiX .underline {
  color: #ffffff;
}
.cid-vevq5ycWiX .mbr-text,
.cid-vevq5ycWiX .mbr-section-btn {
  color: #ffffff;
}
.cid-vevq5ycWiX mbr-list LI {
  color: #ffffff;
}
.cid-vevq5ycWiX mbr-list {
  text-align: center;
}
.cid-vevq5ycWiX .mbr-list,
.cid-vevq5ycWiX .social-list mbr-list {
  color: #ffffff;
}
.cid-vevq5ycWiX .social-list,
.cid-vevq5ycWiX .mbr-list {
  color: #ffffff;
}
.cid-vevq5ycWiX .mbr-text {
  color: #ffffff;
}
.cid-vevq5yBdIe {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vevq5yBdIe .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vevq5yBdIe .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vevq5yBdIe .socicon {
  font-size: 1.3rem;
  background: #009331;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vevq5yBdIe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vevq5yBdIe .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vevq5yBdIe .text2 {
  color: #000000;
  text-align: left;
}
.cid-vevq5yBdIe .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vevq5yBdIe .logo-title {
  text-align: center;
}
.cid-vevq5yBdIe .logo-sub-title {
  text-align: center;
}
.cid-vevq5yBdIe .links {
  text-align: center;
  color: #656565;
}
.cid-vevq5yBdIe .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vevq5yBdIe .links,
.cid-vevq5yBdIe .social-list {
  color: #000000;
}
.cid-vevq5yBdIe .logo-title,
.cid-vevq5yBdIe .logo {
  color: #009331;
}
.cid-vevq5z4BvY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-vevq5z4BvY a:link {
  text-decoration: none;
}
.cid-vevq5z4BvY .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vevq5z4BvY .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vevq5z4BvY .inner-text {
  line-height: 3em;
}
.cid-vevq5z4BvY .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vevq5z4BvY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vevq5z4BvY .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vevq5z4BvY .content-text,
.cid-vevq5z4BvY .inner-text {
  color: #ffffff;
}
