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





body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.1rem;
}
/* ---- 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #314720 !important;
}
.bg-success {
  background-color: #3ba900 !important;
}
.bg-info {
  background-color: #00beff !important;
}
.bg-warning {
  background-color: #f2e621 !important;
}
.bg-danger {
  background-color: #f9003e !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #314720 !important;
  border-color: #314720 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0d1208 !important;
  border-color: #0d1208 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d1208 !important;
  border-color: #0d1208 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #6e944f !important;
  border-color: #6e944f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #496234 !important;
  border-color: #496234 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #496234 !important;
  border-color: #496234 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #00beff !important;
  border-color: #00beff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0085b3 !important;
  border-color: #0085b3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0085b3 !important;
  border-color: #0085b3 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #3ba900 !important;
  border-color: #3ba900 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #205d00 !important;
  border-color: #205d00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #205d00 !important;
  border-color: #205d00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f2e621 !important;
  border-color: #f2e621 !important;
  color: #131201 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #131201 !important;
  background-color: #bcb10b !important;
  border-color: #bcb10b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #131201 !important;
  background-color: #bcb10b !important;
  border-color: #bcb10b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f9003e !important;
  border-color: #f9003e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #ad002b !important;
  border-color: #ad002b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad002b !important;
  border-color: #ad002b !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #000100;
  color: #000100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #314720;
  border-color: #314720;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #314720 !important;
  border-color: #314720 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #3d512c;
  color: #3d512c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #6e944f;
  border-color: #6e944f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e944f !important;
  border-color: #6e944f !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #007299;
  color: #007299;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #00beff;
  border-color: #00beff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00beff !important;
  border-color: #00beff !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #174300;
  color: #174300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #3ba900;
  border-color: #3ba900;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3ba900 !important;
  border-color: #3ba900 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a39b0a;
  color: #a39b0a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #131201;
  background-color: #f2e621;
  border-color: #f2e621;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #131201 !important;
  background-color: #f2e621 !important;
  border-color: #f2e621 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #930025;
  color: #930025;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #f9003e;
  border-color: #f9003e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f9003e !important;
  border-color: #f9003e !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #314720 !important;
}
.text-secondary {
  color: #6e944f !important;
}
.text-success {
  color: #3ba900 !important;
}
.text-info {
  color: #00beff !important;
}
.text-warning {
  color: #f2e621 !important;
}
.text-danger {
  color: #f9003e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3d512c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #174300 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #007299 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a39b0a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #930025 !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: #00beff;
}
.alert-warning {
  background-color: #f2e621;
}
.alert-danger {
  background-color: #f9003e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.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 a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #314720;
  border-color: #314720;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a2c885;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #74ff29;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccf2ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfce2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffc6d4;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.1rem;
}
blockquote {
  border-color: #314720;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type='submit'] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #6e944f !important;
  border-color: #6e944f !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #314720;
  color: #ffffff;
}
.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: #314720;
  border-bottom-color: #314720;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #314720 !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: #6e944f !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23314720' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sfi1cT2Cb9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../jpg/banner-principal-integra-saude-e-seguranca-1-1920x1080.jpg");
}
.cid-sfi1cT2Cb9 .mbr-section-title {
  color: #243416;
  text-align: center;
}
.cid-sfi1cT2Cb9 .mbr-text,
.cid-sfi1cT2Cb9 .mbr-section-btn {
  color: #314720;
  text-align: center;
}
.cid-sfi1cT2Cb9 .mbr-section-title DIV {
  text-align: center;
}
.cid-sdH16V9dKT {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdH16V9dKT .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  width: 100%;
}
.cid-sdH16V9dKT .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-sdH16V9dKT .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -0.5px;
}
.cid-sdH16V9dKT .mbr-text {
  color: #3ba900;
  font-weight: 400;
  width: 100;
}
.cid-sdH16V9dKT .mbr-text.display-7 {
  font-size: 20px;
  line-height: 30px;
}
.cid-sdH16V9dKT .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #6e944f;
  margin-left: 0.6rem;
}
.cid-sdH16V9dKT .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sdH16V9dKT .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-sdH16V9dKT .mbr-section-btn.display-4,
.cid-sdH16V9dKT .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-sdH16V9dKT .separator,
  .cid-sdH16V9dKT .sep-holder,
  .cid-sdH16V9dKT .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sdH16V9dKT .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-sdH16V9dKT .mbr-section-title,
.cid-sdH16V9dKT .mbr-section-btn {
  color: #314720;
}
.cid-sdH16V9dKT .mbr-text,
.cid-sdH16V9dKT .mbr-section-btn {
  color: #6e944f;
}
.cid-sdGZqztJOs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdGZqztJOs h4 {
  margin-bottom: 0;
}
.cid-sdGZqztJOs .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(135, 174, 104, 0.35);
}
.cid-sdGZqztJOs .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sdGZqztJOs .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sdGZqztJOs .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sdGZqztJOs .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #314720 !important;
  box-shadow: none!important;
}
.cid-sdGZqztJOs .btn[class*="-outline"]:active,
.cid-sdGZqztJOs .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sdGZqztJOs .card-box {
  padding-top: 2rem;
}
.cid-sdGZqztJOs .card-wrapper {
  height: 100%;
}
.cid-sdGZqztJOs .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdGZqztJOs img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sdGZqztJOs .card-title {
  color: #314720;
  text-align: left;
}
.cid-sdGZqztJOs .main-title {
  color: #232323;
}
.cid-sdGZqztJOs .mbr-text,
.cid-sdGZqztJOs .mbr-link-btn {
  color: #000000;
}
.cid-sdGZqztJOs .btn-md {
  border-radius: 30px;
}
.cid-sdH0Iu65BV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdH0Iu65BV h4 {
  margin-bottom: 0;
}
.cid-sdH0Iu65BV .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(135, 174, 104, 0.35);
}
.cid-sdH0Iu65BV .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sdH0Iu65BV .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sdH0Iu65BV .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sdH0Iu65BV .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #314720 !important;
  box-shadow: none!important;
}
.cid-sdH0Iu65BV .btn[class*="-outline"]:active,
.cid-sdH0Iu65BV .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sdH0Iu65BV .card-box {
  padding-top: 2rem;
}
.cid-sdH0Iu65BV .card-wrapper {
  height: 100%;
}
.cid-sdH0Iu65BV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdH0Iu65BV img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sdH0Iu65BV .card-title {
  color: #314720;
}
.cid-sdH0Iu65BV .main-title {
  color: #232323;
}
.cid-sdH0Iu65BV .mbr-text,
.cid-sdH0Iu65BV .mbr-link-btn {
  color: #000000;
}
.cid-sdH0Iu65BV .btn-md {
  border-radius: 30px;
}
.cid-sdH0JxP2gz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdH0JxP2gz h4 {
  margin-bottom: 0;
}
.cid-sdH0JxP2gz .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(135, 174, 104, 0.35);
}
.cid-sdH0JxP2gz .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sdH0JxP2gz .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sdH0JxP2gz .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sdH0JxP2gz .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #314720 !important;
  box-shadow: none!important;
}
.cid-sdH0JxP2gz .btn[class*="-outline"]:active,
.cid-sdH0JxP2gz .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sdH0JxP2gz .card-box {
  padding-top: 2rem;
}
.cid-sdH0JxP2gz .card-wrapper {
  height: 100%;
}
.cid-sdH0JxP2gz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdH0JxP2gz img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sdH0JxP2gz .card-title {
  color: #314720;
}
.cid-sdH0JxP2gz .main-title {
  color: #232323;
}
.cid-sdH0JxP2gz .mbr-text,
.cid-sdH0JxP2gz .mbr-link-btn {
  color: #000000;
}
.cid-sdH0JxP2gz .btn-md {
  border-radius: 30px;
}
.cid-sdH0LDYT9u {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdH0LDYT9u h4 {
  margin-bottom: 0;
}
.cid-sdH0LDYT9u .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(135, 174, 104, 0.35);
}
.cid-sdH0LDYT9u .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sdH0LDYT9u .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sdH0LDYT9u .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sdH0LDYT9u .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #314720 !important;
  box-shadow: none!important;
}
.cid-sdH0LDYT9u .btn[class*="-outline"]:active,
.cid-sdH0LDYT9u .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sdH0LDYT9u .card-box {
  padding-top: 2rem;
}
.cid-sdH0LDYT9u .card-wrapper {
  height: 100%;
}
.cid-sdH0LDYT9u .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdH0LDYT9u img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sdH0LDYT9u .card-title {
  color: #314720;
}
.cid-sdH0LDYT9u .main-title {
  color: #232323;
}
.cid-sdH0LDYT9u .mbr-text,
.cid-sdH0LDYT9u .mbr-link-btn {
  color: #000000;
}
.cid-sdH0LDYT9u .btn-md {
  border-radius: 30px;
}
.cid-sdH0MkGxuY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdH0MkGxuY h4 {
  margin-bottom: 0;
}
.cid-sdH0MkGxuY .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(135, 174, 104, 0.35);
}
.cid-sdH0MkGxuY .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sdH0MkGxuY .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sdH0MkGxuY .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sdH0MkGxuY .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #314720 !important;
  box-shadow: none!important;
}
.cid-sdH0MkGxuY .btn[class*="-outline"]:active,
.cid-sdH0MkGxuY .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sdH0MkGxuY .card-box {
  padding-top: 2rem;
}
.cid-sdH0MkGxuY .card-wrapper {
  height: 100%;
}
.cid-sdH0MkGxuY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdH0MkGxuY img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sdH0MkGxuY .card-title {
  color: #314720;
}
.cid-sdH0MkGxuY .main-title {
  color: #232323;
}
.cid-sdH0MkGxuY .mbr-text,
.cid-sdH0MkGxuY .mbr-link-btn {
  color: #000000;
}
.cid-sdH0MkGxuY .btn-md {
  border-radius: 30px;
}
.cid-sdH0Nfyq6u {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdH0Nfyq6u h4 {
  margin-bottom: 0;
}
.cid-sdH0Nfyq6u .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(135, 174, 104, 0.35);
}
.cid-sdH0Nfyq6u .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sdH0Nfyq6u .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sdH0Nfyq6u .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sdH0Nfyq6u .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #314720 !important;
  box-shadow: none!important;
}
.cid-sdH0Nfyq6u .btn[class*="-outline"]:active,
.cid-sdH0Nfyq6u .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sdH0Nfyq6u .card-box {
  padding-top: 2rem;
}
.cid-sdH0Nfyq6u .card-wrapper {
  height: 100%;
}
.cid-sdH0Nfyq6u .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdH0Nfyq6u img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sdH0Nfyq6u .card-title {
  color: #314720;
}
.cid-sdH0Nfyq6u .main-title {
  color: #232323;
}
.cid-sdH0Nfyq6u .mbr-text,
.cid-sdH0Nfyq6u .mbr-link-btn {
  color: #000000;
}
.cid-sdH0Nfyq6u .btn-md {
  border-radius: 30px;
}
.cid-sgDafj7fOi {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgDafj7fOi h4 {
  margin-bottom: 0;
}
.cid-sgDafj7fOi .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(135, 174, 104, 0.35);
}
.cid-sgDafj7fOi .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sgDafj7fOi .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sgDafj7fOi .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sgDafj7fOi .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #314720 !important;
  box-shadow: none!important;
}
.cid-sgDafj7fOi .btn[class*="-outline"]:active,
.cid-sgDafj7fOi .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sgDafj7fOi .card-box {
  padding-top: 2rem;
}
.cid-sgDafj7fOi .card-wrapper {
  height: 100%;
}
.cid-sgDafj7fOi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sgDafj7fOi img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sgDafj7fOi .card-title {
  color: #314720;
}
.cid-sgDafj7fOi .main-title {
  color: #232323;
}
.cid-sgDafj7fOi .mbr-text,
.cid-sgDafj7fOi .mbr-link-btn {
  color: #000000;
}
.cid-sgDafj7fOi .btn-md {
  border-radius: 30px;
}
.cid-sdH6pa9zoE {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #314720;
}
.cid-sdH6pa9zoE .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  width: 100%;
}
.cid-sdH6pa9zoE .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-sdH6pa9zoE .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -0.5px;
}
.cid-sdH6pa9zoE .mbr-text {
  color: #3ba900;
  font-weight: 400;
  width: 100;
}
.cid-sdH6pa9zoE .mbr-text.display-7 {
  font-size: 20px;
  line-height: 30px;
}
.cid-sdH6pa9zoE .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #6e944f;
  margin-left: 0.6rem;
}
.cid-sdH6pa9zoE .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sdH6pa9zoE .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-sdH6pa9zoE .mbr-section-btn.display-4,
.cid-sdH6pa9zoE .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-sdH6pa9zoE .separator,
  .cid-sdH6pa9zoE .sep-holder,
  .cid-sdH6pa9zoE .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sdH6pa9zoE .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-sdH6pa9zoE .mbr-section-title,
.cid-sdH6pa9zoE .mbr-section-btn {
  color: #31471f;
}
.cid-sdH6pa9zoE .mbr-text,
.cid-sdH6pa9zoE .mbr-section-btn {
  color: #31471f;
}
.cid-sfhFgbwG37 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f8f8f3;
}
.cid-sfhFgbwG37 .mbr-section-title {
  color: #31471f;
}
.cid-sfhFgbwG37 .mbr-section-subtitle {
  color: #6e944f;
}
.cid-seQd0HGFFA {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f8f8f3;
}
.cid-seQd0HGFFA .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-seQd0HGFFA .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #6e944f;
}
.cid-seQd0HGFFA .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-seQd0HGFFA .row:last-child {
  margin-bottom: 0;
}
.cid-seQd0HGFFA .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-seQd0HGFFA .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-seQd0HGFFA img {
  width: 100%;
  border-radius: 50%;
}
.cid-seQd0HGFFA .mbr-section-title {
  color: #45b3df;
}
.cid-seQd0HGFFA .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-seQd0HGFFA .imageContainer {
  display: flex;
  align-items: center;
}
.cid-seQd0HGFFA .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-seQd0HGFFA .img-wrapper,
.cid-seQd0HGFFA .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #6e944f;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-seQd0HGFFA .content-row:hover .img-wrapper,
.cid-seQd0HGFFA .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-seQd0HGFFA .tlv__pointer,
.cid-seQd0HGFFA .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #6e944f;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-seQd0HGFFA .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-seQd0HGFFA .tlv__pointer::before,
.cid-seQd0HGFFA .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #6e944f;
}
.cid-seQd0HGFFA .tlv__pointer-2::before {
  left: -50px;
}
.cid-seQd0HGFFA .tlv__pointer::after,
.cid-seQd0HGFFA .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #6e944f;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-seQd0HGFFA .tlv__item-first,
.cid-seQd0HGFFA .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #6e944f;
  transform: rotate(45deg);
}
.cid-seQd0HGFFA .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-seQd0HGFFA {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .cid-seQd0HGFFA .img-wrapper,
  .cid-seQd0HGFFA .img-wrapper-2 {
    display: none;
  }
  .cid-seQd0HGFFA .container-fluid {
    padding: 0 1rem;
  }
  .cid-seQd0HGFFA .row {
    margin-bottom: 2rem;
  }
  .cid-seQd0HGFFA .row:last-child {
    margin-bottom: 0;
  }
  .cid-seQd0HGFFA .imageContainer,
  .cid-seQd0HGFFA .imageContainer-2 {
    justify-content: center;
  }
  .cid-seQd0HGFFA .right-wrapper,
  .cid-seQd0HGFFA .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-seQd0HGFFA .tlv__pointer::before,
  .cid-seQd0HGFFA .tlv__pointer-2::before {
    content: none;
  }
  .cid-seQd0HGFFA .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-seQd0HGFFA .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-seQd0HGFFA .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-seQd0HGFFA .tlv__item-first,
  .cid-seQd0HGFFA .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-seQd0HGFFA .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-seQd0HGFFA .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-seQd0HGFFA .img-wrapper {
    margin-left: 43px;
  }
  .cid-seQd0HGFFA .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-seQd0HGFFA .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-seQd0HGFFA .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-seQd0HGFFA .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-seQd0HGFFA .content-row .mbr-section-subtitle {
  color: #31471f;
}
.cid-seQd0HGFFA .content-row-2 .mbr-section-subtitle {
  color: #31471f;
}
.cid-sfjPojngiM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfjPojngiM img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfjPojngiM img:hover {
  transform: scale(1.1);
}
.cid-sfjPojngiM .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfjPojngiM h2 {
  padding: 0;
  margin: 0;
}
.cid-sfjPojngiM .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfjPojngiM .text-col {
  max-width: 650px;
  margin: auto;
  padding: 2rem 2rem;
}
.cid-sfjPojngiM .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sfjPojngiM .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-sfjPojngiM .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sfjPojngiM .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-sfjPojngiM .mbr-iconfont {
  margin: 0 !important;
}
.cid-sfjPojngiM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfjPojngiM .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfjPojngiM .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sfjPojngiM .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-sfjPojngiM .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfjPojngiM H2 {
  color: #333333;
}
.cid-sfjPojngiM .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sfjPojngiM H3 {
  text-align: center;
  color: #314720;
}
.cid-sfjPojngiM H1 {
  text-align: center;
  color: #6e944f;
}
.cid-sdMaegjS2X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../jpg/banner-principal-integra-saude-e-seguranca-1-1920x1080.jpg");
}
.cid-sdMaegjS2X .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdMaegjS2X .card-img span {
  font-size: 100px;
}
.cid-sdMaegjS2X .mbr-text,
.cid-sdMaegjS2X .mbr-section-btn {
  color: #ffffff;
}
.cid-sdMaegjS2X .mbr-section-title,
.cid-sdMaegjS2X .card-img {
  color: #f5f7fa;
}
.cid-rSbcpvqg12 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSbcpvqg12 .mbr-text,
.cid-rSbcpvqg12 .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-rSbcpvqg12 .img span {
  font-size: 80px;
  color: #3ba900;
}
.cid-rSbcpvqg12 .mbr-text,
.cid-rSbcpvqg12 .mbr-section-btn,
.cid-rSbcpvqg12 .mbr-section-title {
  color: #3ba900;
}
.cid-rSbcpvqg12 .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rSbcpvqg12 .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-rSbcpvqg12 .mbr-section-title {
  font-weight: 700;
}
.cid-rSbcpvqg12 .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-rSbcpvqg12 .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-rSbcpvqg12 .mbr-section-title,
  .cid-rSbcpvqg12 .mbr-text {
    text-align: left;
  }
  .cid-rSbcpvqg12 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSbcpvqg12 .mbr-section-title,
.cid-rSbcpvqg12 .card-img {
  color: #314720;
}
.cid-rSbcpvqg12 .mbr-text,
.cid-rSbcpvqg12 .mbr-section-btn {
  color: #314720;
  text-align: left;
}
.cid-sdTucHI7rL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #243416;
}
@media (max-width: 767px) {
  .cid-sdTucHI7rL .content {
    text-align: center;
  }
  .cid-sdTucHI7rL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdTucHI7rL .img-logo img {
  height: 6rem;
}
.cid-sdTucHI7rL .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-sdTucHI7rL textarea.form-control {
  resize: none;
}
.cid-sdTucHI7rL .input-group-btn {
  display: inline-block;
}
.cid-sdTucHI7rL .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sdTucHI7rL .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdTucHI7rL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdTucHI7rL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sdTucHI7rL .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sdTucHI7rL .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdTucHI7rL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdTucHI7rL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sdTucHI7rL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sdTucHI7rL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sdTucHI7rL .form-control,
.cid-sdTucHI7rL .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sdTucHI7rL .foot-title,
.cid-sdTucHI7rL .img-logo {
  color: #ffffff;
}
.cid-sdTucHI7rL .copyright > p {
  text-align: center;
}
.cid-sdM7n6Bjkd {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #243416;
}
.cid-sfhSjZHwv8 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sfhSjZHwv8 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sfhSjZHwv8 .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sfhSjZHwv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfhSjZHwv8 .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-sfhSjZHwv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfhSjZHwv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfhSjZHwv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfhSjZHwv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfhSjZHwv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfhSjZHwv8 a {
  font-style: normal;
}
.cid-sfhSjZHwv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sfhSjZHwv8 .dropdown-item:after {
  display: none;
}
.cid-sfhSjZHwv8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-sfhSjZHwv8 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-sfhSjZHwv8 .content-text {
  margin-bottom: 0;
}
.cid-sfhSjZHwv8 .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sfhSjZHwv8 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #314720;
    -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-sfhSjZHwv8 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sfhSjZHwv8 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sfhSjZHwv8 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sfhSjZHwv8 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sfhSjZHwv8 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sfhSjZHwv8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sfhSjZHwv8 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfhSjZHwv8 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sfhSjZHwv8 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sfhSjZHwv8 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sfhSjZHwv8 .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sfhSjZHwv8 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sfhSjZHwv8 .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sfhSjZHwv8 .menu-content-top.show {
  display: block;
}
.cid-sfhSjZHwv8 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sfhSjZHwv8 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sfhSjZHwv8 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sfhSjZHwv8 .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-sfhSjZHwv8 .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sfhSjZHwv8 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sfhSjZHwv8 img {
    height: 3.8rem !important;
  }
  .cid-sfhSjZHwv8 .btn {
    display: flex;
  }
  .cid-sfhSjZHwv8 button.navbar-toggler {
    display: block;
  }
  .cid-sfhSjZHwv8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sfhSjZHwv8 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfhSjZHwv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfhSjZHwv8 .navbar-collapse.collapsing,
  .cid-sfhSjZHwv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfhSjZHwv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sfhSjZHwv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfhSjZHwv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfhSjZHwv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sfhSjZHwv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfhSjZHwv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfhSjZHwv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfhSjZHwv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfhSjZHwv8 .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-sfhSjZHwv8 .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sfhSjZHwv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfhSjZHwv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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;
  }
}
@media (min-width: 992px) {
  .cid-sfhSjZHwv8 .navbar .menu-content-top {
    display: block;
  }
  .cid-sfhSjZHwv8 .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sfhSjZHwv8 .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sfhSjZHwv8 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sfhSjZHwv8 .menu-bottom {
    display: flex;
  }
  .cid-sfhSjZHwv8 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sfhSjZHwv8 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sfhSjZHwv8 .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: 76px;
  }
  .cid-sfhSjZHwv8 .navbar-toggler {
    display: none;
  }
}
.cid-sfhSjZHwv8 .navbar-short .menu-content-top {
  border: none;
}
.cid-sfhSjZHwv8 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfhSjZHwv8 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sfhSjZHwv8 .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sfhSjZHwv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfhSjZHwv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfhSjZHwv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfhSjZHwv8 .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-sfhSjZHwv8 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfhSjZHwv8 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sfhSjZHwv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sfhSjZHwv8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sfhSjZHwv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfhSjZHwv8 .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-sfhSjZHwv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfhSjZHwv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfhSjZHwv8 .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-sfhSjZHwv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfhSjZHwv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfhSjZHwv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfhSjZHwv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfhSjZHwv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfhSjZHwv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  align-self: center;
}
.cid-sfhSjZHwv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sfhSjZHwv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #314720;
}
.cid-sfhSjZHwv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfhSjZHwv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfhSjZHwv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfhSjZHwv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfhSjZHwv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfhSjZHwv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfhSjZHwv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfhSjZHwv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfhSjZHwv8 .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sfhSjZHwv8 .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfhSjZHwv8 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sfhSjZHwv8 .collapsed .btn {
  display: flex;
}
.cid-sfhSjZHwv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfhSjZHwv8 .collapsed .navbar-collapse.collapsing,
.cid-sfhSjZHwv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfhSjZHwv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfhSjZHwv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfhSjZHwv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfhSjZHwv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfhSjZHwv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfhSjZHwv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfhSjZHwv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfhSjZHwv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfhSjZHwv8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem  - 1rem);
  }
  .cid-sfhSjZHwv8 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sfhSjZHwv8 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfhSjZHwv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sfhSjZHwv8 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sfhSjZHwv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sfhSjZHwv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfhSjZHwv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfhSjZHwv8 .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-sfhSjZHwv8 .collapsed .dropdown-item:before {
  display: none;
}
.cid-sfhSjZHwv8 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sfhSjZHwv8 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sfhSjZHwv8 .nav-link:focus {
  outline: none;
}
.cid-sfhSjZHwv8 .navbar-toggler {
  position: relative;
}
.cid-sfhSjZHwv8 .dropdown-item.active,
.cid-sfhSjZHwv8 .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-sfhSjZHwv8 .nav-link:hover,
.cid-sfhSjZHwv8 .dropdown-item:hover {
  color: #6e944f;
}
