.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2b7a69 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #2e481a !important;
}
.bg-warning {
  background-color: #bcef9b !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-info,
.btn-info:active {
  background-color: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
  color: #3b7813 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3b7813 !important;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2b7a69;
  color: #2b7a69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #143a32 !important;
  background-color: transparent !important;
  border-color: #143a32 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2e481a;
  color: #2e481a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bcef9b;
  color: #bcef9b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8ae350 !important;
  background-color: transparent !important;
  border-color: #8ae350 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3b7813 !important;
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2b7a69 !important;
}
.text-secondary {
  color: #9fe870 !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #2e481a !important;
}
.text-warning {
  color: #bcef9b !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #102f28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #66d022 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #81e143 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2b7a69;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2e481a;
}
.alert-warning {
  background-color: #bcef9b;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b7a69;
  border-color: #2b7a69;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b7a69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5ec6b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9ecf79;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2b7a69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2b7a69;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b7a69;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2b7a69;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2b7a69;
  border-bottom-color: #2b7a69;
}
.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: #2b7a69 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #9fe870 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232b7a69' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uvtfjwLkPh .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvtfjwLkPh .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvtfjwLkPh .nav-item:focus,
.cid-uvtfjwLkPh .nav-link:focus {
  outline: none;
}
.cid-uvtfjwLkPh .text-white:hover,
.cid-uvtfjwLkPh .text-white:active,
.cid-uvtfjwLkPh .text-white:focus {
  color: white!important;
}
.cid-uvtfjwLkPh .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uvtfjwLkPh .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uvtfjwLkPh .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uvtfjwLkPh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvtfjwLkPh .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uvtfjwLkPh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvtfjwLkPh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvtfjwLkPh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvtfjwLkPh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvtfjwLkPh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvtfjwLkPh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvtfjwLkPh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvtfjwLkPh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvtfjwLkPh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvtfjwLkPh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvtfjwLkPh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvtfjwLkPh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvtfjwLkPh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvtfjwLkPh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvtfjwLkPh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvtfjwLkPh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvtfjwLkPh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvtfjwLkPh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvtfjwLkPh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvtfjwLkPh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvtfjwLkPh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvtfjwLkPh .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uvtfjwLkPh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvtfjwLkPh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvtfjwLkPh .section {
  position: relative;
  overflow: visible!important;
}
.cid-uvtfjwLkPh .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvtfjwLkPh .dropdown-item:hover {
  color: black!important;
}
.cid-uvtfjwLkPh .dropdown-menu {
  background-color: white!important;
}
.cid-uvtfjwLkPh .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvtfjwLkPh .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvtfjwLkPh .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uvtfjwLkPh .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvtfjwLkPh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvtfjwLkPh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvtfjwLkPh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uvtfjwLkPh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvtfjwLkPh .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-uvtfjwLkPh .collapsed {
  flex-direction: row!important;
}
.cid-uvtfjwLkPh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvtfjwLkPh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvtfjwLkPh .navbar-caption {
  font-weight: 600!important;
}
.cid-uvtfjwLkPh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvtfjwLkPh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvtfjwLkPh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvtfjwLkPh .dropdown-item.active,
.cid-uvtfjwLkPh .dropdown-item:active {
  background-color: transparent;
}
.cid-uvtfjwLkPh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvtfjwLkPh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvtfjwLkPh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvtfjwLkPh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvtfjwLkPh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvtfjwLkPh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvtfjwLkPh .navbar-buttons {
  text-align: center;
}
.cid-uvtfjwLkPh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvtfjwLkPh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uvtfjwLkPh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvtfjwLkPh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvtfjwLkPh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvtfjwLkPh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvtfjwLkPh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvtfjwLkPh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvtfjwLkPh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvtfjwLkPh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvtfjwLkPh .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uvtfjwLkPh .nav-link {
  font-weight: 600!important;
}
.cid-uvtfjwLkPh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvtfjwLkPh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvtfjwLkPh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvtfjwLkPh .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvtfjwLkPh .navbar {
    height: 77px;
  }
  .cid-uvtfjwLkPh .navbar.opened {
    height: auto;
  }
  .cid-uvtfjwLkPh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvtfxugYjo .modal-body .close {
  background: #1b1b1b;
}
.cid-uvtfxugYjo .modal-body .close span {
  font-style: normal;
}
.cid-uvtfxugYjo .carousel-inner > .active,
.cid-uvtfxugYjo .carousel-inner > .next,
.cid-uvtfxugYjo .carousel-inner > .prev {
  display: table;
}
.cid-uvtfxugYjo .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-uvtfxugYjo .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-uvtfxugYjo .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-uvtfxugYjo .carousel-control,
.cid-uvtfxugYjo .carousel-indicators li {
  background-color: #2b7a69 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-uvtfxugYjo .carousel-control:hover,
.cid-uvtfxugYjo .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uvtfxugYjo .carousel-control .active,
.cid-uvtfxugYjo .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uvtfxugYjo .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uvtfxugYjo .carousel-control .icon-next,
.cid-uvtfxugYjo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uvtfxugYjo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvtfxugYjo .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uvtfxugYjo .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-uvtfxugYjo .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-uvtfxugYjo .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-uvtfxugYjo .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvtfxugYjo .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uvtfxugYjo .boxed-slider > div {
  position: relative;
}
.cid-uvtfxugYjo .container img {
  width: 100%;
}
.cid-uvtfxugYjo .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-uvtfxugYjo .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uvtfxugYjo .mbr-table-cell {
  padding: 0;
}
.cid-uvtfxugYjo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvtfxugYjo .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-uvtfxugYjo .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uvtfxugYjo .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-uvtfxugYjo .carousel-item .container {
    width: 100%;
  }
}
.cid-uvtfxugYjo .carousel-item-next.carousel-item-left,
.cid-uvtfxugYjo .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uvtfxugYjo .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-uvtfxugYjo .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvtfxugYjo .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvtfxugYjo .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uvtfxugYjo .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvtfxugYjo .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvtfxugYjo .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: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uvtfxugYjo .mbr-slider .carousel-indicators li.active,
.cid-uvtfxugYjo .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uvtfxugYjo .mbr-slider .carousel-indicators li::after,
.cid-uvtfxugYjo .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uvtfxugYjo .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uvtfxugYjo .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uvtfxugYjo .mbr-slider > .container img {
  width: 100%;
}
.cid-uvtfxugYjo .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-uvtfxugYjo .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uvtfxugYjo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvtfxugYjo .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uvtfxugYjo .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uvtfxugYjo .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uvtfxugYjo .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uvtfxugYjo .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uvtfxugYjo .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uvtfxugYjo .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uvtfxugYjo .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uvtfxugYjo .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uvtfxugYjo .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uvtfxugYjo H2 {
  text-align: center;
  color: #edefeb;
}
.cid-uvti2mvO3G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvti2mvO3G .mbr-text {
  color: #716c80;
}
.cid-uvti2mvO3G .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uvti2mvO3G .card-img .img1 {
  background-color: #bfceff;
}
.cid-uvti2mvO3G .card-img .img2 {
  background-color: #5580ff;
}
.cid-uvti2mvO3G .card-img .img3 {
  background-color: #ff8a73;
}
.cid-uvti2mvO3G .card-img .img4 {
  background-color: #ff8a73;
}
.cid-uvti2mvO3G .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-uvti2mvO3G .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-uvti2mvO3G .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uvti2mvO3G .card-title,
.cid-uvti2mvO3G .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uvti2mvO3G .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uvti2mvO3G .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-uvti2mvO3G .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uvti2mvO3G .card-img span {
    margin-right: 0rem;
  }
}
.cid-uvti2mvO3G .card-img {
  width: auto;
}
.cid-uvti0pysPl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/jardinagem-1920x1280.png");
  background-size: cover;
}
.cid-uvti0pysPl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uvti0pysPl h4 {
  text-align: center;
}
.cid-uvti0pysPl p {
  text-align: center;
}
.cid-uvti0pysPl .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uvti0pysPl .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 5rem !important;
}
.cid-uvti0pysPl .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uvti0pysPl .card:hover .card-title {
  color: #ffeb69 !important;
  cursor: pointer;
}
.cid-uvti0pysPl .card-title {
  transition: color 0.3s;
}
.cid-uvti0pysPl .card-title,
.cid-uvti0pysPl .card-img {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uvti0pysPl .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
}
.cid-uvti0pysPl .card-img {
  width: auto;
}
.cid-uvtkGE06wt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uvtkGE06wt h4 {
  margin-bottom: 0;
}
.cid-uvtkGE06wt p {
  color: #767676;
}
.cid-uvtkGE06wt .btn-info-outline {
  border: none;
  color: #2e481a !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uvtkGE06wt .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uvtkGE06wt .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uvtkGE06wt .btn-info-outline:hover {
  background-color: transparent!important;
  color: #2b7a69 !important;
  box-shadow: none!important;
}
.cid-uvtkGE06wt .btn-info-outline:active,
.cid-uvtkGE06wt .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uvtkGE06wt .card-box {
  padding-top: 2rem;
}
.cid-uvtkGE06wt .card-wrapper {
  height: 100%;
}
.cid-uvtkGE06wt .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uvtkGE06wt img {
  border-radius: 8px;
}
.cid-uvtkGE06wt .card-title {
  color: #232323;
  text-align: center;
}
.cid-uvtkGE06wt .main-title {
  color: #232323;
  text-align: center;
}
.cid-uvtkGE06wt DIV {
  color: #57468b;
}
.cid-uvtkGE06wt .card-img {
  width: auto;
}
.cid-uvtlfsBcsk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-uvtlfsBcsk h4 {
  margin-bottom: 0;
}
.cid-uvtlfsBcsk p {
  color: #767676;
}
.cid-uvtlfsBcsk .btn-info-outline {
  border: none;
  color: #2e481a !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uvtlfsBcsk .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uvtlfsBcsk .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uvtlfsBcsk .btn-info-outline:hover {
  background-color: transparent!important;
  color: #2b7a69 !important;
  box-shadow: none!important;
}
.cid-uvtlfsBcsk .btn-info-outline:active,
.cid-uvtlfsBcsk .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uvtlfsBcsk .card-box {
  padding-top: 2rem;
}
.cid-uvtlfsBcsk .card-wrapper {
  height: 100%;
}
.cid-uvtlfsBcsk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uvtlfsBcsk img {
  border-radius: 8px;
}
.cid-uvtlfsBcsk .card-title {
  color: #232323;
  text-align: center;
}
.cid-uvtlfsBcsk .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uvtlfsBcsk DIV {
  color: #57468b;
}
.cid-uvtlfsBcsk .card-img {
  width: auto;
}
.cid-uycPMEpn3m {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-uycPMEpn3m H1 {
  color: #232323;
  text-align: center;
}
.cid-uycPMEpn3m .mbr-text,
.cid-uycPMEpn3m .mbr-section-btn {
  color: #716c80;
}
.cid-uycPMEpn3m H3 {
  color: #716c80;
}
.cid-uycRd1dGsS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.cid-uycRd1dGsS .container {
  max-width: 1400px;
}
.cid-uycRd1dGsS svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-uycRd1dGsS #e1_ellipse {
  fill: #f7f7f7 !important;
}
.cid-uycRd1dGsS .mbr-text {
  color: #232323;
}
.cid-uycRd1dGsS .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uycRd1dGsS .card-img .img1 {
  background-color: #9fe870;
}
.cid-uycRd1dGsS .card-img .img2 {
  background-color: #163300;
}
.cid-uycRd1dGsS .card-img .img3 {
  background-color: #bcef9b;
}
.cid-uycRd1dGsS .card-img .img4 {
  background-color: #70e894;
}
.cid-uycRd1dGsS .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uycRd1dGsS .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-uycRd1dGsS .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #f7f7f7;
}
.cid-uycRd1dGsS .card-title,
.cid-uycRd1dGsS .card-img {
  color: #57468b;
}
.cid-uycRd1dGsS img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uycRd1dGsS img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uycRd1dGsS .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-uycRd1dGsS .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-uycRd1dGsS .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uycRd1dGsS .card-img span {
    margin-right: 0rem;
  }
  .cid-uycRd1dGsS svg {
    top: -9rem;
  }
}
.cid-uycRd1dGsS .card-img {
  width: auto;
}
.cid-uycRd1dGsS .card-title {
  color: #232323;
}
.cid-uvtmRIPujX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uvtmRIPujX .mbr-text,
.cid-uvtmRIPujX .mbr-section-btn {
  text-align: center;
}
.cid-uvtmRIPujX H1 {
  text-align: center;
}
.cid-uycUuKUdQC {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uycUuKUdQC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uycUuKUdQC input,
.cid-uycUuKUdQC textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uycUuKUdQC img {
  width: 90%;
  border-radius: 8px;
}
.cid-uycUuKUdQC .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uycUuKUdQC textarea {
  min-height: 160px;
}
.cid-uycUuKUdQC .form-control,
.cid-uycUuKUdQC .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uycUuKUdQC .form-control:hover,
.cid-uycUuKUdQC .field-input:hover,
.cid-uycUuKUdQC .form-control:focus,
.cid-uycUuKUdQC .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uycUuKUdQC input::-webkit-input-placeholder,
.cid-uycUuKUdQC textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uycUuKUdQC input:-moz-placeholder,
.cid-uycUuKUdQC textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uycUuKUdQC .jq-selectbox li,
.cid-uycUuKUdQC .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uycUuKUdQC .jq-selectbox li:hover,
.cid-uycUuKUdQC .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uycUuKUdQC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uycUuKUdQC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uycUuKUdQC H5 {
  color: #232323;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uycUuKUdQC img {
    width: 100%;
  }
  .cid-uycUuKUdQC .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uycUuKUdQC .google-map {
  height: 27rem;
  position: relative;
}
.cid-uycUuKUdQC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uycUuKUdQC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uycUuKUdQC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uycUuKUdQC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uycUuKUdQC .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uAmYRGe9x5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e481a;
}
.cid-uAmYRGe9x5 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmYRGe9x5 .social-row .soc-item {
  margin: 8px;
}
.cid-uAmYRGe9x5 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uAmYRGe9x5 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #9fe870;
}
.cid-uAmYRGe9x5 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uAmYRGe9x5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAmYRGe9x5 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAmYRGe9x5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAmYRGe9x5 .header-menu li p {
  margin: 0;
}
.cid-uAmYRGe9x5 .copyright {
  margin-bottom: 0;
  color: #f7f7f7;
  text-align: center;
}
.cid-uAmYRGe9x5 .mbr-section-title {
  color: #ffffff;
}
.cid-uvtfjwLkPh .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvtfjwLkPh .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uvtfjwLkPh .nav-item:focus,
.cid-uvtfjwLkPh .nav-link:focus {
  outline: none;
}
.cid-uvtfjwLkPh .text-white:hover,
.cid-uvtfjwLkPh .text-white:active,
.cid-uvtfjwLkPh .text-white:focus {
  color: white!important;
}
.cid-uvtfjwLkPh .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uvtfjwLkPh .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uvtfjwLkPh .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uvtfjwLkPh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvtfjwLkPh .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uvtfjwLkPh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvtfjwLkPh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvtfjwLkPh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvtfjwLkPh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvtfjwLkPh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvtfjwLkPh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvtfjwLkPh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvtfjwLkPh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvtfjwLkPh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvtfjwLkPh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvtfjwLkPh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvtfjwLkPh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvtfjwLkPh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvtfjwLkPh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvtfjwLkPh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvtfjwLkPh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvtfjwLkPh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvtfjwLkPh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvtfjwLkPh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvtfjwLkPh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvtfjwLkPh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvtfjwLkPh .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uvtfjwLkPh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvtfjwLkPh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvtfjwLkPh .section {
  position: relative;
  overflow: visible!important;
}
.cid-uvtfjwLkPh .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uvtfjwLkPh .dropdown-item:hover {
  color: black!important;
}
.cid-uvtfjwLkPh .dropdown-menu {
  background-color: white!important;
}
.cid-uvtfjwLkPh .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uvtfjwLkPh .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uvtfjwLkPh .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uvtfjwLkPh .nav-item .nav-link {
    position: relative;
  }
}
.cid-uvtfjwLkPh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvtfjwLkPh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvtfjwLkPh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uvtfjwLkPh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvtfjwLkPh .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-uvtfjwLkPh .collapsed {
  flex-direction: row!important;
}
.cid-uvtfjwLkPh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvtfjwLkPh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvtfjwLkPh .navbar-caption {
  font-weight: 600!important;
}
.cid-uvtfjwLkPh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvtfjwLkPh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvtfjwLkPh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvtfjwLkPh .dropdown-item.active,
.cid-uvtfjwLkPh .dropdown-item:active {
  background-color: transparent;
}
.cid-uvtfjwLkPh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvtfjwLkPh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvtfjwLkPh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvtfjwLkPh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvtfjwLkPh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvtfjwLkPh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvtfjwLkPh .navbar-buttons {
  text-align: center;
}
.cid-uvtfjwLkPh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvtfjwLkPh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uvtfjwLkPh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvtfjwLkPh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvtfjwLkPh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvtfjwLkPh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvtfjwLkPh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvtfjwLkPh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvtfjwLkPh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvtfjwLkPh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvtfjwLkPh .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uvtfjwLkPh .nav-link {
  font-weight: 600!important;
}
.cid-uvtfjwLkPh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvtfjwLkPh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvtfjwLkPh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uvtfjwLkPh .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvtfjwLkPh .navbar {
    height: 77px;
  }
  .cid-uvtfjwLkPh .navbar.opened {
    height: auto;
  }
  .cid-uvtfjwLkPh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uycWrRoGNa {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/recepcao-1-1920x1280.png");
}
.cid-uycWrRoGNa H1 {
  text-align: center;
}
.cid-uycWrRoGNa .mbr-text,
.cid-uycWrRoGNa .mbr-section-btn {
  text-align: center;
}
.cid-uycXovcR2T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uycXovcR2T H1 {
  color: #2e481a;
  text-align: center;
}
.cid-uycXovcR2T .mbr-text,
.cid-uycXovcR2T .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-uycXovcR2T img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uycXovcR2T .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uycXovcR2T img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uycXP4RvdT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uycXP4RvdT H1 {
  color: #2e481a;
  text-align: center;
}
.cid-uycXP4RvdT .mbr-text,
.cid-uycXP4RvdT .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-uycXP4RvdT img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uycXP4RvdT .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uycXP4RvdT img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uAmYRGe9x5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e481a;
}
.cid-uAmYRGe9x5 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmYRGe9x5 .social-row .soc-item {
  margin: 8px;
}
.cid-uAmYRGe9x5 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uAmYRGe9x5 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #9fe870;
}
.cid-uAmYRGe9x5 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uAmYRGe9x5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAmYRGe9x5 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAmYRGe9x5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAmYRGe9x5 .header-menu li p {
  margin: 0;
}
.cid-uAmYRGe9x5 .copyright {
  margin-bottom: 0;
  color: #f7f7f7;
  text-align: center;
}
.cid-uAmYRGe9x5 .mbr-section-title {
  color: #ffffff;
}
.cid-uzLHkLHw12 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uzLHkLHw12 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uzLHkLHw12 .nav-item:focus,
.cid-uzLHkLHw12 .nav-link:focus {
  outline: none;
}
.cid-uzLHkLHw12 .text-white:hover,
.cid-uzLHkLHw12 .text-white:active,
.cid-uzLHkLHw12 .text-white:focus {
  color: white!important;
}
.cid-uzLHkLHw12 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uzLHkLHw12 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uzLHkLHw12 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uzLHkLHw12 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uzLHkLHw12 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uzLHkLHw12 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzLHkLHw12 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzLHkLHw12 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uzLHkLHw12 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzLHkLHw12 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzLHkLHw12 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uzLHkLHw12 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzLHkLHw12 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uzLHkLHw12 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uzLHkLHw12 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzLHkLHw12 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzLHkLHw12 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uzLHkLHw12 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzLHkLHw12 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzLHkLHw12 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uzLHkLHw12 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uzLHkLHw12 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzLHkLHw12 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzLHkLHw12 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzLHkLHw12 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzLHkLHw12 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uzLHkLHw12 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uzLHkLHw12 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uzLHkLHw12 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzLHkLHw12 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uzLHkLHw12 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uzLHkLHw12 .dropdown-item:hover {
  color: black!important;
}
.cid-uzLHkLHw12 .dropdown-menu {
  background-color: white!important;
}
.cid-uzLHkLHw12 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uzLHkLHw12 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uzLHkLHw12 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uzLHkLHw12 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uzLHkLHw12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzLHkLHw12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzLHkLHw12 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uzLHkLHw12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzLHkLHw12 .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-uzLHkLHw12 .collapsed {
  flex-direction: row!important;
}
.cid-uzLHkLHw12 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzLHkLHw12 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzLHkLHw12 .navbar-caption {
  font-weight: 600!important;
}
.cid-uzLHkLHw12 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzLHkLHw12 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzLHkLHw12 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzLHkLHw12 .dropdown-item.active,
.cid-uzLHkLHw12 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzLHkLHw12 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzLHkLHw12 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzLHkLHw12 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzLHkLHw12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uzLHkLHw12 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzLHkLHw12 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzLHkLHw12 .navbar-buttons {
  text-align: center;
}
.cid-uzLHkLHw12 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzLHkLHw12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uzLHkLHw12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uzLHkLHw12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uzLHkLHw12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uzLHkLHw12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uzLHkLHw12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzLHkLHw12 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uzLHkLHw12 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uzLHkLHw12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzLHkLHw12 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uzLHkLHw12 .nav-link {
  font-weight: 600!important;
}
.cid-uzLHkLHw12 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzLHkLHw12 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uzLHkLHw12 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uzLHkLHw12 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzLHkLHw12 .navbar {
    height: 77px;
  }
  .cid-uzLHkLHw12 .navbar.opened {
    height: auto;
  }
  .cid-uzLHkLHw12 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzLHkMn1GK {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/segurana-1-1920x1280.png");
}
.cid-uzLHkMn1GK H1 {
  text-align: center;
}
.cid-uzLHkMn1GK .mbr-text,
.cid-uzLHkMn1GK .mbr-section-btn {
  text-align: center;
}
.cid-uzLL5KNv9t {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uzLL5KNv9t H1 {
  color: #2e481a;
  text-align: right;
}
.cid-uzLL5KNv9t .mbr-text,
.cid-uzLL5KNv9t .mbr-section-btn {
  color: #716c80;
  text-align: right;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uzLL5KNv9t img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uzLL5KNv9t img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uzLL5KNv9t H3 {
  color: #716c80;
}
.cid-uAmHwnEdtn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uAmHwnEdtn H1 {
  color: #2e481a;
  text-align: right;
}
.cid-uAmHwnEdtn .mbr-text,
.cid-uAmHwnEdtn .mbr-section-btn {
  color: #716c80;
  text-align: right;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uAmHwnEdtn img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uAmHwnEdtn img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uAmHwnEdtn H3 {
  color: #716c80;
}
.cid-uAmHDv06CN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uAmHDv06CN H1 {
  color: #2e481a;
  text-align: right;
}
.cid-uAmHDv06CN .mbr-text,
.cid-uAmHDv06CN .mbr-section-btn {
  color: #716c80;
  text-align: right;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uAmHDv06CN img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uAmHDv06CN img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uAmHDv06CN H3 {
  color: #716c80;
}
.cid-uAmHEcw0im {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uAmHEcw0im H1 {
  color: #2e481a;
  text-align: right;
}
.cid-uAmHEcw0im .mbr-text,
.cid-uAmHEcw0im .mbr-section-btn {
  color: #716c80;
  text-align: right;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uAmHEcw0im img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uAmHEcw0im img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uAmHEcw0im H3 {
  color: #716c80;
}
.cid-uAmHMCMVtS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uAmHMCMVtS H1 {
  color: #2e481a;
  text-align: right;
}
.cid-uAmHMCMVtS .mbr-text,
.cid-uAmHMCMVtS .mbr-section-btn {
  color: #716c80;
  text-align: right;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uAmHMCMVtS img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uAmHMCMVtS img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uAmHMCMVtS H3 {
  color: #716c80;
}
.cid-uAmHFZOkyp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uAmHFZOkyp H1 {
  color: #2e481a;
  text-align: right;
}
.cid-uAmHFZOkyp .mbr-text,
.cid-uAmHFZOkyp .mbr-section-btn {
  color: #716c80;
  text-align: right;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uAmHFZOkyp img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uAmHFZOkyp img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uAmHFZOkyp H3 {
  color: #716c80;
}
.cid-uAmHLYv2X4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uAmHLYv2X4 H1 {
  color: #2e481a;
  text-align: right;
}
.cid-uAmHLYv2X4 .mbr-text,
.cid-uAmHLYv2X4 .mbr-section-btn {
  color: #716c80;
  text-align: right;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uAmHLYv2X4 img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uAmHLYv2X4 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uAmHLYv2X4 H3 {
  color: #716c80;
}
.cid-uAmHKX5VPH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uAmHKX5VPH H1 {
  color: #2e481a;
  text-align: right;
}
.cid-uAmHKX5VPH .mbr-text,
.cid-uAmHKX5VPH .mbr-section-btn {
  color: #716c80;
  text-align: right;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uAmHKX5VPH img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uAmHKX5VPH img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uAmHKX5VPH H3 {
  color: #716c80;
}
.cid-uAmYRGe9x5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e481a;
}
.cid-uAmYRGe9x5 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmYRGe9x5 .social-row .soc-item {
  margin: 8px;
}
.cid-uAmYRGe9x5 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uAmYRGe9x5 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #9fe870;
}
.cid-uAmYRGe9x5 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uAmYRGe9x5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAmYRGe9x5 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAmYRGe9x5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAmYRGe9x5 .header-menu li p {
  margin: 0;
}
.cid-uAmYRGe9x5 .copyright {
  margin-bottom: 0;
  color: #f7f7f7;
  text-align: center;
}
.cid-uAmYRGe9x5 .mbr-section-title {
  color: #ffffff;
}
.cid-uAmKU9kIpM .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uAmKU9kIpM .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uAmKU9kIpM .nav-item:focus,
.cid-uAmKU9kIpM .nav-link:focus {
  outline: none;
}
.cid-uAmKU9kIpM .text-white:hover,
.cid-uAmKU9kIpM .text-white:active,
.cid-uAmKU9kIpM .text-white:focus {
  color: white!important;
}
.cid-uAmKU9kIpM .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uAmKU9kIpM .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uAmKU9kIpM .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uAmKU9kIpM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uAmKU9kIpM .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uAmKU9kIpM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAmKU9kIpM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAmKU9kIpM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uAmKU9kIpM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAmKU9kIpM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAmKU9kIpM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAmKU9kIpM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAmKU9kIpM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAmKU9kIpM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAmKU9kIpM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAmKU9kIpM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAmKU9kIpM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uAmKU9kIpM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAmKU9kIpM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAmKU9kIpM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAmKU9kIpM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAmKU9kIpM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAmKU9kIpM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAmKU9kIpM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uAmKU9kIpM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAmKU9kIpM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAmKU9kIpM .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uAmKU9kIpM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAmKU9kIpM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAmKU9kIpM .section {
  position: relative;
  overflow: visible!important;
}
.cid-uAmKU9kIpM .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uAmKU9kIpM .dropdown-item:hover {
  color: black!important;
}
.cid-uAmKU9kIpM .dropdown-menu {
  background-color: white!important;
}
.cid-uAmKU9kIpM .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uAmKU9kIpM .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uAmKU9kIpM .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uAmKU9kIpM .nav-item .nav-link {
    position: relative;
  }
}
.cid-uAmKU9kIpM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAmKU9kIpM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAmKU9kIpM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uAmKU9kIpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAmKU9kIpM .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-uAmKU9kIpM .collapsed {
  flex-direction: row!important;
}
.cid-uAmKU9kIpM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAmKU9kIpM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAmKU9kIpM .navbar-caption {
  font-weight: 600!important;
}
.cid-uAmKU9kIpM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAmKU9kIpM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAmKU9kIpM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAmKU9kIpM .dropdown-item.active,
.cid-uAmKU9kIpM .dropdown-item:active {
  background-color: transparent;
}
.cid-uAmKU9kIpM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAmKU9kIpM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAmKU9kIpM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAmKU9kIpM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uAmKU9kIpM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAmKU9kIpM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAmKU9kIpM .navbar-buttons {
  text-align: center;
}
.cid-uAmKU9kIpM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAmKU9kIpM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uAmKU9kIpM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAmKU9kIpM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAmKU9kIpM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAmKU9kIpM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAmKU9kIpM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAmKU9kIpM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAmKU9kIpM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAmKU9kIpM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAmKU9kIpM .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAmKU9kIpM .nav-link {
  font-weight: 600!important;
}
.cid-uAmKU9kIpM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAmKU9kIpM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAmKU9kIpM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uAmKU9kIpM .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAmKU9kIpM .navbar {
    height: 77px;
  }
  .cid-uAmKU9kIpM .navbar.opened {
    height: auto;
  }
  .cid-uAmKU9kIpM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmKUa2WjF {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAmKUa2WjF H1 {
  text-align: center;
}
.cid-uAmKUa2WjF .mbr-text,
.cid-uAmKUa2WjF .mbr-section-btn {
  text-align: center;
}
.cid-uAmLHNdFLG {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uAmLHNdFLG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAmLHNdFLG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uAmLHNdFLG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uAmLHNdFLG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAmLHNdFLG .content-head {
  max-width: 800px;
}
.cid-uAmLHNdFLG .mbr-section-title {
  color: #2e481a;
}
.cid-uAmM4xrMlV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAmM4xrMlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmM4xrMlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmM4xrMlV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAmM4xrMlV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAmM4xrMlV .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uAmM4xrMlV img,
.cid-uAmM4xrMlV .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uAmM4xrMlV .content-head {
  max-width: 800px;
}
.cid-uAmM4xrMlV .mbr-section-title {
  color: #2e481a;
}
.cid-uAmMn3uFjq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uAmMn3uFjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmMn3uFjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAmMn3uFjq .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmMn3uFjq .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uAmMn3uFjq .google-map {
  height: 100%;
  position: relative;
}
.cid-uAmMn3uFjq .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAmMn3uFjq .google-map iframe {
    min-height: 350px;
  }
}
.cid-uAmMn3uFjq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAmMn3uFjq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAmMn3uFjq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAmMn3uFjq .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAmMn3uFjq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmMn3uFjq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uAmMn3uFjq ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uAmMn3uFjq .content-head {
  max-width: 800px;
}
.cid-uAmMn3uFjq .mbr-section-title {
  color: #163300;
}
.cid-uAmYRGe9x5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e481a;
}
.cid-uAmYRGe9x5 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmYRGe9x5 .social-row .soc-item {
  margin: 8px;
}
.cid-uAmYRGe9x5 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uAmYRGe9x5 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #9fe870;
}
.cid-uAmYRGe9x5 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uAmYRGe9x5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAmYRGe9x5 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAmYRGe9x5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAmYRGe9x5 .header-menu li p {
  margin: 0;
}
.cid-uAmYRGe9x5 .copyright {
  margin-bottom: 0;
  color: #f7f7f7;
  text-align: center;
}
.cid-uAmYRGe9x5 .mbr-section-title {
  color: #ffffff;
}
.cid-uAmXvUTxtI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uAmXvUTxtI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uAmXvUTxtI .nav-item:focus,
.cid-uAmXvUTxtI .nav-link:focus {
  outline: none;
}
.cid-uAmXvUTxtI .text-white:hover,
.cid-uAmXvUTxtI .text-white:active,
.cid-uAmXvUTxtI .text-white:focus {
  color: white!important;
}
.cid-uAmXvUTxtI .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-uAmXvUTxtI .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uAmXvUTxtI .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uAmXvUTxtI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uAmXvUTxtI .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uAmXvUTxtI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAmXvUTxtI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAmXvUTxtI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uAmXvUTxtI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAmXvUTxtI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAmXvUTxtI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAmXvUTxtI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAmXvUTxtI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAmXvUTxtI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAmXvUTxtI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAmXvUTxtI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAmXvUTxtI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uAmXvUTxtI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAmXvUTxtI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAmXvUTxtI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAmXvUTxtI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAmXvUTxtI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAmXvUTxtI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAmXvUTxtI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uAmXvUTxtI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAmXvUTxtI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAmXvUTxtI .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uAmXvUTxtI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAmXvUTxtI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAmXvUTxtI .section {
  position: relative;
  overflow: visible!important;
}
.cid-uAmXvUTxtI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uAmXvUTxtI .dropdown-item:hover {
  color: black!important;
}
.cid-uAmXvUTxtI .dropdown-menu {
  background-color: white!important;
}
.cid-uAmXvUTxtI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uAmXvUTxtI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uAmXvUTxtI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uAmXvUTxtI .nav-item .nav-link {
    position: relative;
  }
}
.cid-uAmXvUTxtI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAmXvUTxtI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAmXvUTxtI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uAmXvUTxtI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAmXvUTxtI .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-uAmXvUTxtI .collapsed {
  flex-direction: row!important;
}
.cid-uAmXvUTxtI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAmXvUTxtI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAmXvUTxtI .navbar-caption {
  font-weight: 600!important;
}
.cid-uAmXvUTxtI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAmXvUTxtI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAmXvUTxtI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAmXvUTxtI .dropdown-item.active,
.cid-uAmXvUTxtI .dropdown-item:active {
  background-color: transparent;
}
.cid-uAmXvUTxtI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAmXvUTxtI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAmXvUTxtI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAmXvUTxtI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uAmXvUTxtI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAmXvUTxtI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAmXvUTxtI .navbar-buttons {
  text-align: center;
}
.cid-uAmXvUTxtI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAmXvUTxtI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uAmXvUTxtI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAmXvUTxtI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAmXvUTxtI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAmXvUTxtI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAmXvUTxtI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAmXvUTxtI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAmXvUTxtI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAmXvUTxtI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAmXvUTxtI .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAmXvUTxtI .nav-link {
  font-weight: 600!important;
}
.cid-uAmXvUTxtI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAmXvUTxtI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAmXvUTxtI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uAmXvUTxtI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAmXvUTxtI .navbar {
    height: 77px;
  }
  .cid-uAmXvUTxtI .navbar.opened {
    height: auto;
  }
  .cid-uAmXvUTxtI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmXvZGi9a {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/limpeza-1-1920x1280.png");
}
.cid-uAmXvZGi9a H1 {
  text-align: center;
}
.cid-uAmXvZGi9a .mbr-text,
.cid-uAmXvZGi9a .mbr-section-btn {
  text-align: center;
}
.cid-uAmXw1Nu7v {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uAmXw1Nu7v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAmXw1Nu7v form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uAmXw1Nu7v form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uAmXw1Nu7v form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAmXw1Nu7v .content-head {
  max-width: 800px;
}
.cid-uAmXw6OPMz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uAmXw6OPMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmXw6OPMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAmXw6OPMz .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmXw6OPMz .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uAmXw6OPMz .google-map {
  height: 100%;
  position: relative;
}
.cid-uAmXw6OPMz .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAmXw6OPMz .google-map iframe {
    min-height: 350px;
  }
}
.cid-uAmXw6OPMz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAmXw6OPMz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAmXw6OPMz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAmXw6OPMz .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAmXw6OPMz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAmXw6OPMz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uAmXw6OPMz ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uAmXw6OPMz .content-head {
  max-width: 800px;
}
.cid-uAmYRGe9x5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e481a;
}
.cid-uAmYRGe9x5 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAmYRGe9x5 .social-row .soc-item {
  margin: 8px;
}
.cid-uAmYRGe9x5 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uAmYRGe9x5 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #9fe870;
}
.cid-uAmYRGe9x5 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uAmYRGe9x5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAmYRGe9x5 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAmYRGe9x5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAmYRGe9x5 .header-menu li p {
  margin: 0;
}
.cid-uAmYRGe9x5 .copyright {
  margin-bottom: 0;
  color: #f7f7f7;
  text-align: center;
}
.cid-uAmYRGe9x5 .mbr-section-title {
  color: #ffffff;
}
