body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Sansation', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Sansation', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Sansation', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Sansation', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #003734 !important;
}
.bg-success {
  background-color: #c8c79f !important;
}
.bg-info {
  background-color: #003734 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003734 !important;
  border-color: #003734 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c1d72e !important;
  border-color: #c1d72e !important;
  color: #050501 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #83921c !important;
  border-color: #83921c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #050501 !important;
  background-color: #83921c !important;
  border-color: #83921c !important;
}
.btn-info,
.btn-info:active {
  background-color: #003734 !important;
  border-color: #003734 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c8c79f !important;
  border-color: #c8c79f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a8a768 !important;
  border-color: #a8a768 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a8a768 !important;
  border-color: #a8a768 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #003734;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003734 !important;
  border-color: #003734 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c1d72e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #83921c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #050501 !important;
  background-color: #c1d72e !important;
  border-color: #c1d72e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #003734;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #003734 !important;
  border-color: #003734 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c8c79f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a8a768 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c8c79f !important;
  border-color: #c8c79f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #003734 !important;
}
.text-secondary {
  color: #c1d72e !important;
}
.text-success {
  color: #c8c79f !important;
}
.text-info {
  color: #003734 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #77851a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a3a15e !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #003734;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #003734;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003734;
  border-color: #003734;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #003734;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1efff3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f6f6f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1efff3;
}
.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: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #003734 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #003734;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #003734;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #003734;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003734;
  border-bottom-color: #003734;
}
.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: #003734 !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: #c1d72e !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='%23003734' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uTRTocF8hL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTRTocF8hL nav.navbar {
  position: fixed;
}
.cid-uTRTocF8hL .container,
.cid-uTRTocF8hL .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uTRTocF8hL .container,
  .cid-uTRTocF8hL .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uTRTocF8hL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTRTocF8hL .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #c1d72e !important;
}
.cid-uTRTocF8hL .dropdown-item:hover,
.cid-uTRTocF8hL .dropdown-item:focus {
  color: #003734 !important;
}
.cid-uTRTocF8hL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTRTocF8hL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTRTocF8hL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTRTocF8hL .nav-link {
  position: relative;
}
.cid-uTRTocF8hL .nav-link:hover {
  color: #003734 !important;
}
.cid-uTRTocF8hL .nav-link:hover:before {
  opacity: 1;
}
.cid-uTRTocF8hL .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c1d72e;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uTRTocF8hL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTRTocF8hL .container {
  display: flex;
  margin: auto;
}
.cid-uTRTocF8hL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTRTocF8hL .nav-item:focus,
.cid-uTRTocF8hL .nav-link:focus {
  outline: none;
}
.cid-uTRTocF8hL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTRTocF8hL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTRTocF8hL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTRTocF8hL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTRTocF8hL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTRTocF8hL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTRTocF8hL .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #c1d72e;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTRTocF8hL .navbar.opened {
  transition: all 0.3s;
}
.cid-uTRTocF8hL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTRTocF8hL .navbar .navbar-logo img {
  width: auto;
}
.cid-uTRTocF8hL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTRTocF8hL .navbar.collapsed {
  justify-content: center;
}
.cid-uTRTocF8hL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTRTocF8hL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTRTocF8hL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uTRTocF8hL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTRTocF8hL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTRTocF8hL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTRTocF8hL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTRTocF8hL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTRTocF8hL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTRTocF8hL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTRTocF8hL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTRTocF8hL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTRTocF8hL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTRTocF8hL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTRTocF8hL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTRTocF8hL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTRTocF8hL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTRTocF8hL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTRTocF8hL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTRTocF8hL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTRTocF8hL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTRTocF8hL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTRTocF8hL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTRTocF8hL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTRTocF8hL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTRTocF8hL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTRTocF8hL .dropdown-item.active,
.cid-uTRTocF8hL .dropdown-item:active {
  background-color: transparent;
}
.cid-uTRTocF8hL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTRTocF8hL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTRTocF8hL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTRTocF8hL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTRTocF8hL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTRTocF8hL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTRTocF8hL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTRTocF8hL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTRTocF8hL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uTRTocF8hL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c1d72e;
}
.cid-uTRTocF8hL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTRTocF8hL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTRTocF8hL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTRTocF8hL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTRTocF8hL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTRTocF8hL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTRTocF8hL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTRTocF8hL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTRTocF8hL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTRTocF8hL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTRTocF8hL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTRTocF8hL .navbar {
    height: 70px;
  }
  .cid-uTRTocF8hL .navbar.opened {
    height: auto;
  }
  .cid-uTRTocF8hL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uTRTocF8hL .icons-menu {
    padding-right: 0;
  }
  .cid-uTRTocF8hL .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uTZ8gNr3To {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fundo-cab-curvo-3.jpg");
}
.cid-uTZ8gNr3To .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTZ8gNr3To .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTZ8gNr3To .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTZ8gNr3To .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uTZ8gNr3To .mbr-text,
.cid-uTZ8gNr3To .mbr-section-btn {
  color: #ffffff;
}
.cid-uTZ8gNr3To .mbr-section-title {
  color: #ffffff;
}
.cid-uTRZeeD1fX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #c1d72e;
}
.cid-uTRZeeD1fX .row {
  flex-direction: row-reverse;
}
.cid-uTRZeeD1fX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTRZeeD1fX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTRZeeD1fX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTRZeeD1fX .mbr-section-title {
  color: #003734;
  text-align: center;
}
.cid-uTRZeeD1fX .mbr-text,
.cid-uTRZeeD1fX .mbr-section-btn {
  color: #003734;
  text-align: center;
}
.cid-uX4PiZ5KHS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003734;
  background: linear-gradient(0deg, #003734, #c1d72e);
}
@media (max-width: 767px) {
  .cid-uX4PiZ5KHS .mbr-text {
    text-align: center;
  }
}
.cid-uX4PiZ5KHS .container-fluidi {
  padding: 0;
}
.cid-uX4PiZ5KHS .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uX4PiZ5KHS img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uX4PiZ5KHS .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uX4PiZ5KHS .col-lg-6 {
  padding: 0;
}
.cid-uX4PiZ5KHS .ro {
  margin: 0;
}
.cid-uX4PiZ5KHS H1 {
  color: #7c92dc;
}
.cid-uX4PiZ5KHS H3 {
  color: #52156f;
}
.cid-uX4PiZ5KHS .mbr-text,
.cid-uX4PiZ5KHS .mbr-section-btn {
  color: #52156f;
}
.cid-uTSjujYUYZ {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #003734;
}
@media (min-width: 768px) {
  .cid-uTSjujYUYZ {
    align-items: center;
  }
  .cid-uTSjujYUYZ .row {
    justify-content: center;
  }
  .cid-uTSjujYUYZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTSjujYUYZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTSjujYUYZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTSjujYUYZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTSjujYUYZ .content-wrap {
    width: 100%;
  }
}
.cid-uTSjujYUYZ .mbr-section-title,
.cid-uTSjujYUYZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uTSjujYUYZ .mbr-text,
.cid-uTSjujYUYZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uTSjujYUYZ .mbr-section-title {
  color: #c1d72e;
  text-align: center;
}
.cid-uTSjujYUYZ .mbr-section-subtitle {
  color: #c8c79f;
  text-align: center;
}
.cid-uYuZdEptdD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003734;
}
.cid-uYuZdEptdD .mbr-text {
  color: #767676;
}
.cid-uYuZdEptdD .card-subtitle {
  margin: 0;
  color: #727272;
}
.cid-uYuZdEptdD .link {
  margin: 0;
  color: #c1d72e;
}
.cid-uYuZdEptdD .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uYuZdEptdD .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uYuZdEptdD img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uYuZdEptdD .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 450px;
}
.cid-uYuZdEptdD .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #003734;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uYuZdEptdD .card-img:hover:before {
  opacity: 0.4;
}
.cid-uYuZdEptdD .card-img:hover img {
  transform: scale(1.05);
}
.cid-uYuZdEptdD .row {
  justify-content: center;
}
.cid-uYuZdEptdD .card {
  margin-bottom: 4rem;
}
.cid-uYuZdEptdD .mbr-text,
.cid-uYuZdEptdD .link {
  color: #8f8f8f;
}
.cid-uYuZdEptdD .card-title,
.cid-uYuZdEptdD .card-img {
  color: #c8c79f;
}
.cid-uZw3HT1cqT {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #003734;
}
@media (min-width: 768px) {
  .cid-uZw3HT1cqT {
    align-items: center;
  }
  .cid-uZw3HT1cqT .row {
    justify-content: center;
  }
  .cid-uZw3HT1cqT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZw3HT1cqT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZw3HT1cqT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZw3HT1cqT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZw3HT1cqT .content-wrap {
    width: 100%;
  }
}
.cid-uZw3HT1cqT .mbr-section-title,
.cid-uZw3HT1cqT .mbr-section-subtitle {
  text-align: center;
}
.cid-uZw3HT1cqT .mbr-text,
.cid-uZw3HT1cqT .mbr-section-btn {
  text-align: center;
  color: #c8c79f;
}
.cid-uZw3HT1cqT .mbr-section-title {
  color: #c1d72e;
  text-align: center;
}
.cid-uZw3HT1cqT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYAzkhX9Ye {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c8c79f;
  background: linear-gradient(0deg, #c8c79f, #003734);
}
@media (max-width: 767px) {
  .cid-uYAzkhX9Ye .mbr-text {
    text-align: center;
  }
}
.cid-uYAzkhX9Ye .container-fluidi {
  padding: 0;
}
.cid-uYAzkhX9Ye .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uYAzkhX9Ye img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uYAzkhX9Ye .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uYAzkhX9Ye .col-lg-6 {
  padding: 0;
}
.cid-uYAzkhX9Ye .ro {
  margin: 0;
}
.cid-uYAzkhX9Ye H1 {
  color: #7c92dc;
}
.cid-uYAzkhX9Ye H3 {
  color: #52156f;
}
.cid-uYAzkhX9Ye .mbr-text,
.cid-uYAzkhX9Ye .mbr-section-btn {
  color: #52156f;
}
.cid-uYAwKK8N20 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #c8c79f;
}
.cid-uYAwKK8N20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYAwKK8N20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYAwKK8N20 .google-map {
  height: 30rem;
  opacity: 0.7;
  position: relative;
}
.cid-uYAwKK8N20 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cid-uYAwKK8N20 .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-uYAwKK8N20 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYAwKK8N20 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYAwKK8N20 .mbr-section-title {
  color: #003734;
}
.cid-uZEksCXPGO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c8c79f;
}
.cid-uZEksCXPGO img,
.cid-uZEksCXPGO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZEksCXPGO .item:focus,
.cid-uZEksCXPGO span:focus {
  outline: none;
}
.cid-uZEksCXPGO .item-wrapper {
  position: relative;
}
.cid-uZEksCXPGO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c8c79f;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZEksCXPGO .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZEksCXPGO .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uZEksCXPGO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZEksCXPGO .mbr-section-title {
  color: #003734;
}
.cid-uZEksCXPGO .mbr-text,
.cid-uZEksCXPGO .mbr-section-btn {
  text-align: left;
}
.cid-uZEksCXPGO .item-title {
  text-align: left;
}
.cid-uZEksCXPGO .item-subtitle {
  text-align: left;
}
.cid-uZEksCXPGO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uZEksCXPGO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZEksCXPGO .embla__button--next,
.cid-uZEksCXPGO .embla__button--prev {
  display: flex;
}
.cid-uZEksCXPGO .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #c1d72e;
  color: #fff;
  border: 1px solid #c8c79f;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZEksCXPGO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZEksCXPGO .embla__button:hover {
  background: #003734;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZEksCXPGO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZEksCXPGO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZEksCXPGO .embla__button {
    top: auto;
  }
}
.cid-uZEksCXPGO .embla {
  position: relative;
  width: 100%;
}
.cid-uZEksCXPGO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZEksCXPGO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZEksCXPGO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZEksCXPGO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTTVcO0Gll {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c8c79f;
}
.cid-uTTVcO0Gll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTTVcO0Gll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTTVcO0Gll .content-wrap {
  padding: 60px;
  background-color: #c8c79f;
}
@media (max-width: 992px) {
  .cid-uTTVcO0Gll .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uTTVcO0Gll .content-wrap .row {
  justify-content: center;
}
.cid-uTTVcO0Gll .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTTVcO0Gll .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTTVcO0Gll .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTTVcO0Gll .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uTTVcO0Gll .title-wrapper .title-wrap .logo-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uTTVcO0Gll .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTTVcO0Gll .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTTVcO0Gll .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTTVcO0Gll .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTTVcO0Gll .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTTVcO0Gll .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTTVcO0Gll .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTTVcO0Gll .nav-wrapper .list .item-wrap:hover,
.cid-uTTVcO0Gll .nav-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uTTVcO0Gll .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTTVcO0Gll .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTTVcO0Gll .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTTVcO0Gll .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTTVcO0Gll .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTTVcO0Gll .contacts-wrapper .list .item-wrap:hover,
.cid-uTTVcO0Gll .contacts-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uTTVcO0Gll .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTTVcO0Gll .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTTVcO0Gll .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTTVcO0Gll .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTTVcO0Gll .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTTVcO0Gll .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTTVcO0Gll .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTTVcO0Gll .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uTTVcO0Gll .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c1d72e;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uTTVcO0Gll .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003734;
  text-align: left;
}
.cid-uTTVcO0Gll .mbr-section-title {
  color: #ed463f;
}
.cid-uTTVcO0Gll .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uTTVcO0Gll .list {
  color: #ffffff;
}
.cid-uTTVcO0Gll .list,
.cid-uTTVcO0Gll .item-wrap {
  color: #003734;
  text-align: left;
}
.cid-uTTVcO0Gll .mbr-section-subtitle,
.cid-uTTVcO0Gll .social-wrapper {
  text-align: left;
}
.cid-uTTZyCt7iY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTTZyCt7iY nav.navbar {
  position: fixed;
}
.cid-uTTZyCt7iY .container,
.cid-uTTZyCt7iY .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uTTZyCt7iY .container,
  .cid-uTTZyCt7iY .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uTTZyCt7iY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTTZyCt7iY .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #c1d72e !important;
}
.cid-uTTZyCt7iY .dropdown-item:hover,
.cid-uTTZyCt7iY .dropdown-item:focus {
  color: #003734 !important;
}
.cid-uTTZyCt7iY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTTZyCt7iY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTTZyCt7iY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTTZyCt7iY .nav-link {
  position: relative;
}
.cid-uTTZyCt7iY .nav-link:hover {
  color: #003734 !important;
}
.cid-uTTZyCt7iY .nav-link:hover:before {
  opacity: 1;
}
.cid-uTTZyCt7iY .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c1d72e;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uTTZyCt7iY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTTZyCt7iY .container {
  display: flex;
  margin: auto;
}
.cid-uTTZyCt7iY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTTZyCt7iY .nav-item:focus,
.cid-uTTZyCt7iY .nav-link:focus {
  outline: none;
}
.cid-uTTZyCt7iY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTTZyCt7iY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTTZyCt7iY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTTZyCt7iY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTTZyCt7iY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTTZyCt7iY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTTZyCt7iY .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #c1d72e;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTTZyCt7iY .navbar.opened {
  transition: all 0.3s;
}
.cid-uTTZyCt7iY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTTZyCt7iY .navbar .navbar-logo img {
  width: auto;
}
.cid-uTTZyCt7iY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTTZyCt7iY .navbar.collapsed {
  justify-content: center;
}
.cid-uTTZyCt7iY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTTZyCt7iY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTTZyCt7iY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uTTZyCt7iY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTTZyCt7iY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTTZyCt7iY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTTZyCt7iY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTTZyCt7iY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTTZyCt7iY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTTZyCt7iY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTTZyCt7iY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTTZyCt7iY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTTZyCt7iY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTTZyCt7iY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTTZyCt7iY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTTZyCt7iY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTTZyCt7iY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTTZyCt7iY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTTZyCt7iY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTTZyCt7iY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTTZyCt7iY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTTZyCt7iY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTTZyCt7iY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTTZyCt7iY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTTZyCt7iY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTTZyCt7iY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTTZyCt7iY .dropdown-item.active,
.cid-uTTZyCt7iY .dropdown-item:active {
  background-color: transparent;
}
.cid-uTTZyCt7iY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTTZyCt7iY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTTZyCt7iY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTTZyCt7iY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTTZyCt7iY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTTZyCt7iY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTTZyCt7iY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTTZyCt7iY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTTZyCt7iY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uTTZyCt7iY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c1d72e;
}
.cid-uTTZyCt7iY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTTZyCt7iY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTTZyCt7iY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTTZyCt7iY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTTZyCt7iY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTTZyCt7iY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTTZyCt7iY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTTZyCt7iY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTTZyCt7iY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTTZyCt7iY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTTZyCt7iY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTTZyCt7iY .navbar {
    height: 70px;
  }
  .cid-uTTZyCt7iY .navbar.opened {
    height: auto;
  }
  .cid-uTTZyCt7iY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uTTZyCt7iY .icons-menu {
    padding-right: 0;
  }
  .cid-uTTZyCt7iY .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uX4grfEr5J {
  display: flex;
  padding-top: 22rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fundo-sustentabilidade2-2.jpg");
}
.cid-uX4grfEr5J .mbr-overlay {
  background-color: #c1d72e;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uX4grfEr5J {
    align-items: center;
  }
  .cid-uX4grfEr5J .row {
    justify-content: center;
  }
  .cid-uX4grfEr5J .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX4grfEr5J .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX4grfEr5J {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX4grfEr5J .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX4grfEr5J .content-wrap {
    width: 100%;
  }
}
.cid-uX4grfEr5J .mbr-section-title,
.cid-uX4grfEr5J .mbr-section-subtitle {
  text-align: center;
}
.cid-uX4grfEr5J .mbr-text,
.cid-uX4grfEr5J .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uX4grfEr5J .mbr-section-title {
  color: #c1d72e;
  text-align: center;
}
.cid-uX4grfEr5J .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXa52Yivia {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003734;
}
@media (max-width: 767px) {
  .cid-uXa52Yivia .mbr-text {
    text-align: center;
  }
}
.cid-uXa52Yivia .container-fluidi {
  padding: 0;
}
.cid-uXa52Yivia .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uXa52Yivia img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uXa52Yivia .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uXa52Yivia .col-lg-6 {
  padding: 0;
}
.cid-uXa52Yivia .ro {
  margin: 0;
}
.cid-uXa52Yivia H1 {
  color: #7c92dc;
}
.cid-uXa52Yivia H3 {
  color: #52156f;
}
.cid-uXa52Yivia .mbr-text,
.cid-uXa52Yivia .mbr-section-btn {
  color: #52156f;
}
.cid-uX4gOh2tug {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #c8c79f;
}
.cid-uX4gOh2tug .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uX4gOh2tug .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uX4gOh2tug .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX4gOh2tug .mbr-section-title {
  color: #003734;
  text-align: center;
}
.cid-uX4gOh2tug .mbr-text,
.cid-uX4gOh2tug .mbr-section-btn {
  color: #003734;
  text-align: center;
}
.cid-uX4HfCknA4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c8c79f;
}
@media (max-width: 767px) {
  .cid-uX4HfCknA4 .mbr-text {
    text-align: center;
  }
}
.cid-uX4HfCknA4 .container-fluidi {
  padding: 0;
}
.cid-uX4HfCknA4 .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uX4HfCknA4 img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uX4HfCknA4 .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uX4HfCknA4 .col-lg-6 {
  padding: 0;
}
.cid-uX4HfCknA4 .ro {
  margin: 0;
}
.cid-uX4HfCknA4 H1 {
  color: #7c92dc;
}
.cid-uX4HfCknA4 H3 {
  color: #52156f;
}
.cid-uX4HfCknA4 .mbr-text,
.cid-uX4HfCknA4 .mbr-section-btn {
  color: #52156f;
}
.cid-uX4h03Hh3n {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #003734;
}
.cid-uX4h03Hh3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4h03Hh3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX4h03Hh3n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uX4h03Hh3n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uX4h03Hh3n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX4h03Hh3n .mbr-section-title {
  color: #c8c79f;
  text-align: center;
}
.cid-uX4h03Hh3n .mbr-text,
.cid-uX4h03Hh3n .mbr-section-btn {
  color: #c8c79f;
  text-align: center;
}
.cid-uX4Hld6gZU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003734;
}
@media (max-width: 767px) {
  .cid-uX4Hld6gZU .mbr-text {
    text-align: center;
  }
}
.cid-uX4Hld6gZU .container-fluidi {
  padding: 0;
}
.cid-uX4Hld6gZU .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uX4Hld6gZU img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uX4Hld6gZU .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uX4Hld6gZU .col-lg-6 {
  padding: 0;
}
.cid-uX4Hld6gZU .ro {
  margin: 0;
}
.cid-uX4Hld6gZU H1 {
  color: #7c92dc;
}
.cid-uX4Hld6gZU H3 {
  color: #52156f;
}
.cid-uX4Hld6gZU .mbr-text,
.cid-uX4Hld6gZU .mbr-section-btn {
  color: #52156f;
}
.cid-uX4h2GssT5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1d72e;
}
.cid-uX4h2GssT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4h2GssT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX4h2GssT5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uX4h2GssT5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uX4h2GssT5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX4h2GssT5 .mbr-section-title {
  color: #003734;
  text-align: center;
}
.cid-uX4h2GssT5 .mbr-text,
.cid-uX4h2GssT5 .mbr-section-btn {
  color: #003734;
  text-align: center;
}
.cid-uXJyURiDgK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1d72e;
}
@media (max-width: 767px) {
  .cid-uXJyURiDgK .mbr-text {
    text-align: center;
  }
}
.cid-uXJyURiDgK .container-fluidi {
  padding: 0;
}
.cid-uXJyURiDgK .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uXJyURiDgK img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uXJyURiDgK .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uXJyURiDgK .col-lg-6 {
  padding: 0;
}
.cid-uXJyURiDgK .ro {
  margin: 0;
}
.cid-uXJyURiDgK H1 {
  color: #7c92dc;
}
.cid-uXJyURiDgK H3 {
  color: #52156f;
}
.cid-uXJyURiDgK .mbr-text,
.cid-uXJyURiDgK .mbr-section-btn {
  color: #52156f;
}
.cid-uTZbP7orHP {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-cab-curvo2.jpg");
}
.cid-uTZbP7orHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTZbP7orHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTZbP7orHP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTZbP7orHP .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uTZbP7orHP .mbr-text,
.cid-uTZbP7orHP .mbr-section-btn {
  color: #ffffff;
}
.cid-uTZbP7orHP .mbr-section-title {
  color: #ffffff;
}
.cid-uTTZyNVhAK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c8c79f;
}
.cid-uTTZyNVhAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTTZyNVhAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTTZyNVhAK .content-wrap {
  padding: 60px;
  background-color: #c8c79f;
}
@media (max-width: 992px) {
  .cid-uTTZyNVhAK .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uTTZyNVhAK .content-wrap .row {
  justify-content: center;
}
.cid-uTTZyNVhAK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTTZyNVhAK .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTTZyNVhAK .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTTZyNVhAK .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uTTZyNVhAK .title-wrapper .title-wrap .logo-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uTTZyNVhAK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTTZyNVhAK .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTTZyNVhAK .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTTZyNVhAK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTTZyNVhAK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTTZyNVhAK .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTTZyNVhAK .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTTZyNVhAK .nav-wrapper .list .item-wrap:hover,
.cid-uTTZyNVhAK .nav-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uTTZyNVhAK .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTTZyNVhAK .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTTZyNVhAK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTTZyNVhAK .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTTZyNVhAK .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTTZyNVhAK .contacts-wrapper .list .item-wrap:hover,
.cid-uTTZyNVhAK .contacts-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uTTZyNVhAK .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTTZyNVhAK .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTTZyNVhAK .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTTZyNVhAK .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTTZyNVhAK .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTTZyNVhAK .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTTZyNVhAK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTTZyNVhAK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uTTZyNVhAK .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c1d72e;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uTTZyNVhAK .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003734;
  text-align: left;
}
.cid-uTTZyNVhAK .mbr-section-title {
  color: #ed463f;
}
.cid-uTTZyNVhAK .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uTTZyNVhAK .list {
  color: #ffffff;
}
.cid-uTTZyNVhAK .list,
.cid-uTTZyNVhAK .item-wrap {
  color: #003734;
  text-align: left;
}
.cid-uTTZyNVhAK .mbr-section-subtitle,
.cid-uTTZyNVhAK .social-wrapper {
  text-align: left;
}
.cid-uTU66cQlG3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTU66cQlG3 nav.navbar {
  position: fixed;
}
.cid-uTU66cQlG3 .container,
.cid-uTU66cQlG3 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uTU66cQlG3 .container,
  .cid-uTU66cQlG3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uTU66cQlG3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTU66cQlG3 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #c1d72e !important;
}
.cid-uTU66cQlG3 .dropdown-item:hover,
.cid-uTU66cQlG3 .dropdown-item:focus {
  color: #003734 !important;
}
.cid-uTU66cQlG3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTU66cQlG3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTU66cQlG3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTU66cQlG3 .nav-link {
  position: relative;
}
.cid-uTU66cQlG3 .nav-link:hover {
  color: #003734 !important;
}
.cid-uTU66cQlG3 .nav-link:hover:before {
  opacity: 1;
}
.cid-uTU66cQlG3 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c1d72e;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uTU66cQlG3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTU66cQlG3 .container {
  display: flex;
  margin: auto;
}
.cid-uTU66cQlG3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTU66cQlG3 .nav-item:focus,
.cid-uTU66cQlG3 .nav-link:focus {
  outline: none;
}
.cid-uTU66cQlG3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTU66cQlG3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTU66cQlG3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTU66cQlG3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTU66cQlG3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTU66cQlG3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTU66cQlG3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #c1d72e;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTU66cQlG3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTU66cQlG3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTU66cQlG3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTU66cQlG3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTU66cQlG3 .navbar.collapsed {
  justify-content: center;
}
.cid-uTU66cQlG3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTU66cQlG3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTU66cQlG3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uTU66cQlG3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTU66cQlG3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTU66cQlG3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTU66cQlG3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTU66cQlG3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTU66cQlG3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTU66cQlG3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTU66cQlG3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTU66cQlG3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTU66cQlG3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTU66cQlG3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTU66cQlG3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTU66cQlG3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTU66cQlG3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTU66cQlG3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTU66cQlG3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTU66cQlG3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTU66cQlG3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTU66cQlG3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTU66cQlG3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTU66cQlG3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTU66cQlG3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTU66cQlG3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTU66cQlG3 .dropdown-item.active,
.cid-uTU66cQlG3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTU66cQlG3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTU66cQlG3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTU66cQlG3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTU66cQlG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTU66cQlG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTU66cQlG3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTU66cQlG3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTU66cQlG3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTU66cQlG3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uTU66cQlG3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c1d72e;
}
.cid-uTU66cQlG3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTU66cQlG3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTU66cQlG3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTU66cQlG3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTU66cQlG3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTU66cQlG3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTU66cQlG3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTU66cQlG3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTU66cQlG3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTU66cQlG3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTU66cQlG3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTU66cQlG3 .navbar {
    height: 70px;
  }
  .cid-uTU66cQlG3 .navbar.opened {
    height: auto;
  }
  .cid-uTU66cQlG3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uTU66cQlG3 .icons-menu {
    padding-right: 0;
  }
  .cid-uTU66cQlG3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uTU66j9VMa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo-hortalicas2-1.jpg");
}
.cid-uTU66j9VMa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTU66j9VMa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTU66j9VMa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTU66j9VMa .mbr-section-title {
  color: #c1d72e;
  text-align: left;
}
.cid-uTU66j9VMa .mbr-text,
.cid-uTU66j9VMa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTU75Fw9Q2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003734;
}
.cid-uTU75Fw9Q2 .item:focus,
.cid-uTU75Fw9Q2 span:focus {
  outline: none;
}
.cid-uTU75Fw9Q2 .item {
  cursor: pointer;
}
.cid-uTU75Fw9Q2 .grid-container {
  grid-row-gap: 26px;
}
.cid-uTU75Fw9Q2 .grid-container-1,
.cid-uTU75Fw9Q2 .grid-container-2 {
  gap: 0 26px;
}
.cid-uTU75Fw9Q2 .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTU75Fw9Q2 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTU75Fw9Q2 .content-head {
  max-width: 800px;
}
.cid-uTU75Fw9Q2 .container,
.cid-uTU75Fw9Q2 .container-fluid {
  overflow: hidden;
}
.cid-uTU75Fw9Q2 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uTU75Fw9Q2 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.cid-uTU75Fw9Q2 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uTU75Fw9Q2 .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uTU75Fw9Q2 .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uTU75Fw9Q2 .grid-container-1,
.cid-uTU75Fw9Q2 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uTU75Fw9Q2 .grid-container-1 {
  align-items: flex-end;
}
.cid-uTU75Fw9Q2 .grid-container-2 {
  align-items: flex-start;
}
.cid-uYAAtiFwke {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c8c79f;
  background: linear-gradient(0deg, #c8c79f, #003734);
}
@media (max-width: 767px) {
  .cid-uYAAtiFwke .mbr-text {
    text-align: center;
  }
}
.cid-uYAAtiFwke .container-fluidi {
  padding: 0;
}
.cid-uYAAtiFwke .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uYAAtiFwke img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uYAAtiFwke .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uYAAtiFwke .col-lg-6 {
  padding: 0;
}
.cid-uYAAtiFwke .ro {
  margin: 0;
}
.cid-uYAAtiFwke H1 {
  color: #7c92dc;
}
.cid-uYAAtiFwke H3 {
  color: #52156f;
}
.cid-uYAAtiFwke .mbr-text,
.cid-uYAAtiFwke .mbr-section-btn {
  color: #52156f;
}
.cid-uZwbYXdhy3 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #c8c79f;
}
@media (min-width: 768px) {
  .cid-uZwbYXdhy3 {
    align-items: center;
  }
  .cid-uZwbYXdhy3 .row {
    justify-content: center;
  }
  .cid-uZwbYXdhy3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZwbYXdhy3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZwbYXdhy3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZwbYXdhy3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZwbYXdhy3 .content-wrap {
    width: 100%;
  }
}
.cid-uZwbYXdhy3 .mbr-section-title,
.cid-uZwbYXdhy3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uZwbYXdhy3 .mbr-text,
.cid-uZwbYXdhy3 .mbr-section-btn {
  text-align: center;
  color: #c8c79f;
}
.cid-uZwbYXdhy3 .mbr-section-title {
  color: #c8c79f;
  text-align: center;
}
.cid-uZwbYXdhy3 .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uTU66jIO5y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c8c79f;
}
.cid-uTU66jIO5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTU66jIO5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTU66jIO5y .content-wrap {
  padding: 60px;
  background-color: #c8c79f;
}
@media (max-width: 992px) {
  .cid-uTU66jIO5y .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uTU66jIO5y .content-wrap .row {
  justify-content: center;
}
.cid-uTU66jIO5y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTU66jIO5y .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTU66jIO5y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTU66jIO5y .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uTU66jIO5y .title-wrapper .title-wrap .logo-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uTU66jIO5y .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTU66jIO5y .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTU66jIO5y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTU66jIO5y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTU66jIO5y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTU66jIO5y .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTU66jIO5y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTU66jIO5y .nav-wrapper .list .item-wrap:hover,
.cid-uTU66jIO5y .nav-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uTU66jIO5y .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTU66jIO5y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTU66jIO5y .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTU66jIO5y .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTU66jIO5y .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTU66jIO5y .contacts-wrapper .list .item-wrap:hover,
.cid-uTU66jIO5y .contacts-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uTU66jIO5y .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTU66jIO5y .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTU66jIO5y .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTU66jIO5y .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTU66jIO5y .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTU66jIO5y .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTU66jIO5y .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTU66jIO5y .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uTU66jIO5y .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c1d72e;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uTU66jIO5y .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003734;
  text-align: left;
}
.cid-uTU66jIO5y .mbr-section-title {
  color: #ed463f;
}
.cid-uTU66jIO5y .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uTU66jIO5y .list {
  color: #ffffff;
}
.cid-uTU66jIO5y .list,
.cid-uTU66jIO5y .item-wrap {
  color: #003734;
  text-align: left;
}
.cid-uTU66jIO5y .mbr-section-subtitle,
.cid-uTU66jIO5y .social-wrapper {
  text-align: left;
}
.cid-uTU0FRyqXP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTU0FRyqXP nav.navbar {
  position: fixed;
}
.cid-uTU0FRyqXP .container,
.cid-uTU0FRyqXP .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uTU0FRyqXP .container,
  .cid-uTU0FRyqXP .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uTU0FRyqXP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTU0FRyqXP .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #c1d72e !important;
}
.cid-uTU0FRyqXP .dropdown-item:hover,
.cid-uTU0FRyqXP .dropdown-item:focus {
  color: #003734 !important;
}
.cid-uTU0FRyqXP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTU0FRyqXP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTU0FRyqXP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTU0FRyqXP .nav-link {
  position: relative;
}
.cid-uTU0FRyqXP .nav-link:hover {
  color: #003734 !important;
}
.cid-uTU0FRyqXP .nav-link:hover:before {
  opacity: 1;
}
.cid-uTU0FRyqXP .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c1d72e;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uTU0FRyqXP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTU0FRyqXP .container {
  display: flex;
  margin: auto;
}
.cid-uTU0FRyqXP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTU0FRyqXP .nav-item:focus,
.cid-uTU0FRyqXP .nav-link:focus {
  outline: none;
}
.cid-uTU0FRyqXP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTU0FRyqXP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTU0FRyqXP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTU0FRyqXP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTU0FRyqXP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTU0FRyqXP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTU0FRyqXP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #c1d72e;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTU0FRyqXP .navbar.opened {
  transition: all 0.3s;
}
.cid-uTU0FRyqXP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTU0FRyqXP .navbar .navbar-logo img {
  width: auto;
}
.cid-uTU0FRyqXP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTU0FRyqXP .navbar.collapsed {
  justify-content: center;
}
.cid-uTU0FRyqXP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTU0FRyqXP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTU0FRyqXP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uTU0FRyqXP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTU0FRyqXP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTU0FRyqXP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTU0FRyqXP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTU0FRyqXP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTU0FRyqXP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTU0FRyqXP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTU0FRyqXP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTU0FRyqXP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTU0FRyqXP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTU0FRyqXP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTU0FRyqXP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTU0FRyqXP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTU0FRyqXP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTU0FRyqXP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTU0FRyqXP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTU0FRyqXP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTU0FRyqXP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTU0FRyqXP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTU0FRyqXP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTU0FRyqXP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTU0FRyqXP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTU0FRyqXP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTU0FRyqXP .dropdown-item.active,
.cid-uTU0FRyqXP .dropdown-item:active {
  background-color: transparent;
}
.cid-uTU0FRyqXP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTU0FRyqXP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTU0FRyqXP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTU0FRyqXP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTU0FRyqXP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTU0FRyqXP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTU0FRyqXP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTU0FRyqXP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTU0FRyqXP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uTU0FRyqXP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c1d72e;
}
.cid-uTU0FRyqXP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTU0FRyqXP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTU0FRyqXP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTU0FRyqXP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTU0FRyqXP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTU0FRyqXP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTU0FRyqXP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTU0FRyqXP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTU0FRyqXP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTU0FRyqXP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTU0FRyqXP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTU0FRyqXP .navbar {
    height: 70px;
  }
  .cid-uTU0FRyqXP .navbar.opened {
    height: auto;
  }
  .cid-uTU0FRyqXP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uTU0FRyqXP .icons-menu {
    padding-right: 0;
  }
  .cid-uTU0FRyqXP .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uTU0G0wBp3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-frutiferas3.jpg");
}
.cid-uTU0G0wBp3 .row {
  flex-direction: row-reverse;
}
.cid-uTU0G0wBp3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTU0G0wBp3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTU0G0wBp3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTU0G0wBp3 .mbr-section-title {
  color: #c1d72e;
  text-align: left;
}
.cid-uTU0G0wBp3 .mbr-text,
.cid-uTU0G0wBp3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uX4QXHX1ga {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c8c79f;
  background: linear-gradient(0deg, #c8c79f, #003734);
}
@media (max-width: 767px) {
  .cid-uX4QXHX1ga .mbr-text {
    text-align: center;
  }
}
.cid-uX4QXHX1ga .container-fluidi {
  padding: 0;
}
.cid-uX4QXHX1ga .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uX4QXHX1ga img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uX4QXHX1ga .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uX4QXHX1ga .col-lg-6 {
  padding: 0;
}
.cid-uX4QXHX1ga .ro {
  margin: 0;
}
.cid-uX4QXHX1ga H1 {
  color: #7c92dc;
}
.cid-uX4QXHX1ga H3 {
  color: #52156f;
}
.cid-uX4QXHX1ga .mbr-text,
.cid-uX4QXHX1ga .mbr-section-btn {
  color: #52156f;
}
.cid-uXJQJQX5vC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #c8c79f;
}
.cid-uXJQJQX5vC .row {
  flex-direction: row-reverse;
}
.cid-uXJQJQX5vC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXJQJQX5vC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXJQJQX5vC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXJQJQX5vC .mbr-section-title {
  color: #003734;
  text-align: left;
}
.cid-uXJQJQX5vC .mbr-text,
.cid-uXJQJQX5vC .mbr-section-btn {
  color: #003734;
  text-align: left;
}
.cid-uX4R09WIDx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003734;
  background: linear-gradient(0deg, #003734, #c8c79f);
}
@media (max-width: 767px) {
  .cid-uX4R09WIDx .mbr-text {
    text-align: center;
  }
}
.cid-uX4R09WIDx .container-fluidi {
  padding: 0;
}
.cid-uX4R09WIDx .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uX4R09WIDx img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uX4R09WIDx .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uX4R09WIDx .col-lg-6 {
  padding: 0;
}
.cid-uX4R09WIDx .ro {
  margin: 0;
}
.cid-uX4R09WIDx H1 {
  color: #7c92dc;
}
.cid-uX4R09WIDx H3 {
  color: #52156f;
}
.cid-uX4R09WIDx .mbr-text,
.cid-uX4R09WIDx .mbr-section-btn {
  color: #52156f;
}
.cid-uXK5ZXgTHz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003734;
}
.cid-uXK5ZXgTHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXK5ZXgTHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXK5ZXgTHz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXK5ZXgTHz .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uXK5ZXgTHz .mbr-text,
.cid-uXK5ZXgTHz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXK5ZXgTHz .mbr-section-title {
  color: #c1d72e;
  text-align: left;
}
.cid-uXK6v0MQSG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #003734;
}
.cid-uXK6v0MQSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXK6v0MQSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXK6v0MQSG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXK6v0MQSG .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uXK6v0MQSG .mbr-text,
.cid-uXK6v0MQSG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXK6v0MQSG .mbr-section-title {
  color: #c1d72e;
  text-align: left;
}
.cid-uYAAfG7IG6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c8c79f;
  background: linear-gradient(0deg, #c8c79f, #003734);
}
@media (max-width: 767px) {
  .cid-uYAAfG7IG6 .mbr-text {
    text-align: center;
  }
}
.cid-uYAAfG7IG6 .container-fluidi {
  padding: 0;
}
.cid-uYAAfG7IG6 .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uYAAfG7IG6 img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uYAAfG7IG6 .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uYAAfG7IG6 .col-lg-6 {
  padding: 0;
}
.cid-uYAAfG7IG6 .ro {
  margin: 0;
}
.cid-uYAAfG7IG6 H1 {
  color: #7c92dc;
}
.cid-uYAAfG7IG6 H3 {
  color: #52156f;
}
.cid-uYAAfG7IG6 .mbr-text,
.cid-uYAAfG7IG6 .mbr-section-btn {
  color: #52156f;
}
.cid-uZw76qg8xY {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #c8c79f;
}
@media (min-width: 768px) {
  .cid-uZw76qg8xY {
    align-items: center;
  }
  .cid-uZw76qg8xY .row {
    justify-content: center;
  }
  .cid-uZw76qg8xY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZw76qg8xY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZw76qg8xY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZw76qg8xY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZw76qg8xY .content-wrap {
    width: 100%;
  }
}
.cid-uZw76qg8xY .mbr-section-title,
.cid-uZw76qg8xY .mbr-section-subtitle {
  text-align: center;
}
.cid-uZw76qg8xY .mbr-text,
.cid-uZw76qg8xY .mbr-section-btn {
  text-align: center;
  color: #c8c79f;
}
.cid-uZw76qg8xY .mbr-section-title {
  color: #c8c79f;
  text-align: center;
}
.cid-uZw76qg8xY .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uTU0G25OmO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c8c79f;
}
.cid-uTU0G25OmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTU0G25OmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTU0G25OmO .content-wrap {
  padding: 60px;
  background-color: #c8c79f;
}
@media (max-width: 992px) {
  .cid-uTU0G25OmO .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uTU0G25OmO .content-wrap .row {
  justify-content: center;
}
.cid-uTU0G25OmO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTU0G25OmO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTU0G25OmO .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTU0G25OmO .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uTU0G25OmO .title-wrapper .title-wrap .logo-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uTU0G25OmO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTU0G25OmO .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTU0G25OmO .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTU0G25OmO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTU0G25OmO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTU0G25OmO .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTU0G25OmO .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTU0G25OmO .nav-wrapper .list .item-wrap:hover,
.cid-uTU0G25OmO .nav-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uTU0G25OmO .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTU0G25OmO .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTU0G25OmO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTU0G25OmO .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTU0G25OmO .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTU0G25OmO .contacts-wrapper .list .item-wrap:hover,
.cid-uTU0G25OmO .contacts-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uTU0G25OmO .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTU0G25OmO .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTU0G25OmO .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTU0G25OmO .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTU0G25OmO .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTU0G25OmO .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTU0G25OmO .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTU0G25OmO .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uTU0G25OmO .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c1d72e;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uTU0G25OmO .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003734;
  text-align: left;
}
.cid-uTU0G25OmO .mbr-section-title {
  color: #ed463f;
}
.cid-uTU0G25OmO .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uTU0G25OmO .list {
  color: #ffffff;
}
.cid-uTU0G25OmO .list,
.cid-uTU0G25OmO .item-wrap {
  color: #003734;
  text-align: left;
}
.cid-uTU0G25OmO .mbr-section-subtitle,
.cid-uTU0G25OmO .social-wrapper {
  text-align: left;
}
.cid-uTY0zC1FF7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTY0zC1FF7 nav.navbar {
  position: fixed;
}
.cid-uTY0zC1FF7 .container,
.cid-uTY0zC1FF7 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uTY0zC1FF7 .container,
  .cid-uTY0zC1FF7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uTY0zC1FF7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTY0zC1FF7 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #c1d72e !important;
}
.cid-uTY0zC1FF7 .dropdown-item:hover,
.cid-uTY0zC1FF7 .dropdown-item:focus {
  color: #003734 !important;
}
.cid-uTY0zC1FF7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTY0zC1FF7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTY0zC1FF7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTY0zC1FF7 .nav-link {
  position: relative;
}
.cid-uTY0zC1FF7 .nav-link:hover {
  color: #003734 !important;
}
.cid-uTY0zC1FF7 .nav-link:hover:before {
  opacity: 1;
}
.cid-uTY0zC1FF7 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c1d72e;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uTY0zC1FF7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTY0zC1FF7 .container {
  display: flex;
  margin: auto;
}
.cid-uTY0zC1FF7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTY0zC1FF7 .nav-item:focus,
.cid-uTY0zC1FF7 .nav-link:focus {
  outline: none;
}
.cid-uTY0zC1FF7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTY0zC1FF7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTY0zC1FF7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTY0zC1FF7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTY0zC1FF7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTY0zC1FF7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTY0zC1FF7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #c1d72e;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTY0zC1FF7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTY0zC1FF7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTY0zC1FF7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTY0zC1FF7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTY0zC1FF7 .navbar.collapsed {
  justify-content: center;
}
.cid-uTY0zC1FF7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTY0zC1FF7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTY0zC1FF7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uTY0zC1FF7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTY0zC1FF7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTY0zC1FF7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTY0zC1FF7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTY0zC1FF7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTY0zC1FF7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTY0zC1FF7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTY0zC1FF7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTY0zC1FF7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTY0zC1FF7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTY0zC1FF7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTY0zC1FF7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTY0zC1FF7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTY0zC1FF7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTY0zC1FF7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTY0zC1FF7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTY0zC1FF7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTY0zC1FF7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTY0zC1FF7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTY0zC1FF7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTY0zC1FF7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTY0zC1FF7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTY0zC1FF7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTY0zC1FF7 .dropdown-item.active,
.cid-uTY0zC1FF7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTY0zC1FF7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTY0zC1FF7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTY0zC1FF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTY0zC1FF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTY0zC1FF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTY0zC1FF7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTY0zC1FF7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTY0zC1FF7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTY0zC1FF7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uTY0zC1FF7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c1d72e;
}
.cid-uTY0zC1FF7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTY0zC1FF7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTY0zC1FF7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTY0zC1FF7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTY0zC1FF7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTY0zC1FF7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTY0zC1FF7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTY0zC1FF7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTY0zC1FF7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTY0zC1FF7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTY0zC1FF7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTY0zC1FF7 .navbar {
    height: 70px;
  }
  .cid-uTY0zC1FF7 .navbar.opened {
    height: auto;
  }
  .cid-uTY0zC1FF7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uTY0zC1FF7 .icons-menu {
    padding-right: 0;
  }
  .cid-uTY0zC1FF7 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uTY0zDiqeD {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #c1d72e;
}
.cid-uTY0zDiqeD .row {
  flex-direction: row-reverse;
}
.cid-uTY0zDiqeD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTY0zDiqeD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTY0zDiqeD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTY0zDiqeD .mbr-section-title {
  color: #003734;
  text-align: center;
}
.cid-uTY0zDiqeD .mbr-text,
.cid-uTY0zDiqeD .mbr-section-btn {
  color: #003734;
  text-align: center;
}
.cid-uX52awkOOP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c8c79f;
  background: linear-gradient(0deg, #c8c79f, #c1d72e);
}
@media (max-width: 767px) {
  .cid-uX52awkOOP .mbr-text {
    text-align: center;
  }
}
.cid-uX52awkOOP .container-fluidi {
  padding: 0;
}
.cid-uX52awkOOP .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uX52awkOOP img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uX52awkOOP .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uX52awkOOP .col-lg-6 {
  padding: 0;
}
.cid-uX52awkOOP .ro {
  margin: 0;
}
.cid-uX52awkOOP H1 {
  color: #7c92dc;
}
.cid-uX52awkOOP H3 {
  color: #52156f;
}
.cid-uX52awkOOP .mbr-text,
.cid-uX52awkOOP .mbr-section-btn {
  color: #52156f;
}
.cid-uYuMn56lMJ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #c8c79f;
}
.cid-uYuMn56lMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYuMn56lMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYuMn56lMJ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYuMn56lMJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYuMn56lMJ .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uYuMn56lMJ .content-head {
  max-width: 800px;
}
.cid-uYuMn56lMJ .card-title {
  text-align: center;
}
.cid-uYuMn56lMJ .mbr-section-title {
  color: #003734;
}
.cid-uZEryylJ4X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c8c79f;
}
.cid-uZEryylJ4X img,
.cid-uZEryylJ4X .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZEryylJ4X .item:focus,
.cid-uZEryylJ4X span:focus {
  outline: none;
}
.cid-uZEryylJ4X .item-wrapper {
  position: relative;
}
.cid-uZEryylJ4X .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c8c79f;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZEryylJ4X .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZEryylJ4X .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uZEryylJ4X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZEryylJ4X .mbr-section-title {
  color: #003734;
}
.cid-uZEryylJ4X .mbr-text,
.cid-uZEryylJ4X .mbr-section-btn {
  text-align: left;
}
.cid-uZEryylJ4X .item-title {
  text-align: left;
}
.cid-uZEryylJ4X .item-subtitle {
  text-align: left;
}
.cid-uZEryylJ4X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uZEryylJ4X .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZEryylJ4X .embla__button--next,
.cid-uZEryylJ4X .embla__button--prev {
  display: flex;
}
.cid-uZEryylJ4X .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #c1d72e;
  color: #fff;
  border: 1px solid #c8c79f;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZEryylJ4X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZEryylJ4X .embla__button:hover {
  background: #003734;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZEryylJ4X .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZEryylJ4X .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZEryylJ4X .embla__button {
    top: auto;
  }
}
.cid-uZEryylJ4X .embla {
  position: relative;
  width: 100%;
}
.cid-uZEryylJ4X .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZEryylJ4X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZEryylJ4X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZEryylJ4X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTY0zGEFSH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c8c79f;
}
.cid-uTY0zGEFSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY0zGEFSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY0zGEFSH .content-wrap {
  padding: 60px;
  background-color: #c8c79f;
}
@media (max-width: 992px) {
  .cid-uTY0zGEFSH .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uTY0zGEFSH .content-wrap .row {
  justify-content: center;
}
.cid-uTY0zGEFSH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTY0zGEFSH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTY0zGEFSH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTY0zGEFSH .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uTY0zGEFSH .title-wrapper .title-wrap .logo-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uTY0zGEFSH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTY0zGEFSH .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTY0zGEFSH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTY0zGEFSH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTY0zGEFSH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTY0zGEFSH .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTY0zGEFSH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY0zGEFSH .nav-wrapper .list .item-wrap:hover,
.cid-uTY0zGEFSH .nav-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uTY0zGEFSH .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTY0zGEFSH .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTY0zGEFSH .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTY0zGEFSH .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTY0zGEFSH .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTY0zGEFSH .contacts-wrapper .list .item-wrap:hover,
.cid-uTY0zGEFSH .contacts-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uTY0zGEFSH .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY0zGEFSH .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTY0zGEFSH .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTY0zGEFSH .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uTY0zGEFSH .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTY0zGEFSH .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTY0zGEFSH .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTY0zGEFSH .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uTY0zGEFSH .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c1d72e;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uTY0zGEFSH .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003734;
  text-align: left;
}
.cid-uTY0zGEFSH .mbr-section-title {
  color: #ed463f;
}
.cid-uTY0zGEFSH .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uTY0zGEFSH .list {
  color: #ffffff;
}
.cid-uTY0zGEFSH .list,
.cid-uTY0zGEFSH .item-wrap {
  color: #003734;
  text-align: left;
}
.cid-uTY0zGEFSH .mbr-section-subtitle,
.cid-uTY0zGEFSH .social-wrapper {
  text-align: left;
}
.cid-uX4au20mv3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uX4au20mv3 nav.navbar {
  position: fixed;
}
.cid-uX4au20mv3 .container,
.cid-uX4au20mv3 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uX4au20mv3 .container,
  .cid-uX4au20mv3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uX4au20mv3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX4au20mv3 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #c1d72e !important;
}
.cid-uX4au20mv3 .dropdown-item:hover,
.cid-uX4au20mv3 .dropdown-item:focus {
  color: #003734 !important;
}
.cid-uX4au20mv3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX4au20mv3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX4au20mv3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX4au20mv3 .nav-link {
  position: relative;
}
.cid-uX4au20mv3 .nav-link:hover {
  color: #003734 !important;
}
.cid-uX4au20mv3 .nav-link:hover:before {
  opacity: 1;
}
.cid-uX4au20mv3 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c1d72e;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uX4au20mv3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX4au20mv3 .container {
  display: flex;
  margin: auto;
}
.cid-uX4au20mv3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX4au20mv3 .nav-item:focus,
.cid-uX4au20mv3 .nav-link:focus {
  outline: none;
}
.cid-uX4au20mv3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX4au20mv3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX4au20mv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX4au20mv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX4au20mv3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX4au20mv3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX4au20mv3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #c1d72e;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uX4au20mv3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uX4au20mv3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX4au20mv3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uX4au20mv3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX4au20mv3 .navbar.collapsed {
  justify-content: center;
}
.cid-uX4au20mv3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX4au20mv3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX4au20mv3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uX4au20mv3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX4au20mv3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX4au20mv3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX4au20mv3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX4au20mv3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX4au20mv3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX4au20mv3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX4au20mv3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX4au20mv3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX4au20mv3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX4au20mv3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX4au20mv3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX4au20mv3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX4au20mv3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX4au20mv3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX4au20mv3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX4au20mv3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX4au20mv3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX4au20mv3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX4au20mv3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX4au20mv3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX4au20mv3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX4au20mv3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX4au20mv3 .dropdown-item.active,
.cid-uX4au20mv3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uX4au20mv3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX4au20mv3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX4au20mv3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX4au20mv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uX4au20mv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX4au20mv3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX4au20mv3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX4au20mv3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX4au20mv3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uX4au20mv3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c1d72e;
}
.cid-uX4au20mv3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX4au20mv3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX4au20mv3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX4au20mv3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX4au20mv3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX4au20mv3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX4au20mv3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX4au20mv3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX4au20mv3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX4au20mv3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX4au20mv3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX4au20mv3 .navbar {
    height: 70px;
  }
  .cid-uX4au20mv3 .navbar.opened {
    height: auto;
  }
  .cid-uX4au20mv3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uX4au20mv3 .icons-menu {
    padding-right: 0;
  }
  .cid-uX4au20mv3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uX4rzPZdWu {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/adubare.jpg");
}
.cid-uX4rzPZdWu .mbr-overlay {
  background-color: #003734;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .cid-uX4rzPZdWu {
    align-items: center;
  }
  .cid-uX4rzPZdWu .row {
    justify-content: center;
  }
  .cid-uX4rzPZdWu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX4rzPZdWu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX4rzPZdWu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX4rzPZdWu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX4rzPZdWu .content-wrap {
    width: 100%;
  }
}
.cid-uX4rzPZdWu .mbr-section-title,
.cid-uX4rzPZdWu .mbr-section-subtitle {
  text-align: center;
}
.cid-uX4rzPZdWu .mbr-text,
.cid-uX4rzPZdWu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uX4rzPZdWu .mbr-section-title {
  color: #c1d72e;
  text-align: center;
}
.cid-uX4rzPZdWu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uX4ucINQj9 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #c8c79f;
}
.cid-uX4ucINQj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4ucINQj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX4ucINQj9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX4ucINQj9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX4ucINQj9 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uX4ucINQj9 .content-head {
  max-width: 800px;
}
.cid-uX4ucINQj9 .card-title {
  text-align: center;
}
.cid-uX4ucINQj9 .mbr-section-title {
  color: #003734;
}
.cid-uZErEzBekt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c8c79f;
}
.cid-uZErEzBekt img,
.cid-uZErEzBekt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZErEzBekt .item:focus,
.cid-uZErEzBekt span:focus {
  outline: none;
}
.cid-uZErEzBekt .item-wrapper {
  position: relative;
}
.cid-uZErEzBekt .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c8c79f;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZErEzBekt .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZErEzBekt .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uZErEzBekt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZErEzBekt .mbr-section-title {
  color: #003734;
}
.cid-uZErEzBekt .mbr-text,
.cid-uZErEzBekt .mbr-section-btn {
  text-align: left;
}
.cid-uZErEzBekt .item-title {
  text-align: left;
}
.cid-uZErEzBekt .item-subtitle {
  text-align: left;
}
.cid-uZErEzBekt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uZErEzBekt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZErEzBekt .embla__button--next,
.cid-uZErEzBekt .embla__button--prev {
  display: flex;
}
.cid-uZErEzBekt .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #c1d72e;
  color: #fff;
  border: 1px solid #c8c79f;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZErEzBekt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZErEzBekt .embla__button:hover {
  background: #003734;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZErEzBekt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZErEzBekt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZErEzBekt .embla__button {
    top: auto;
  }
}
.cid-uZErEzBekt .embla {
  position: relative;
  width: 100%;
}
.cid-uZErEzBekt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZErEzBekt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZErEzBekt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZErEzBekt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXKFfFJS5v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003734;
  background: linear-gradient(0deg, #003734, #c8c79f);
}
@media (max-width: 767px) {
  .cid-uXKFfFJS5v .mbr-text {
    text-align: center;
  }
}
.cid-uXKFfFJS5v .container-fluidi {
  padding: 0;
}
.cid-uXKFfFJS5v .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uXKFfFJS5v img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uXKFfFJS5v .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uXKFfFJS5v .col-lg-6 {
  padding: 0;
}
.cid-uXKFfFJS5v .ro {
  margin: 0;
}
.cid-uXKFfFJS5v H1 {
  color: #7c92dc;
}
.cid-uXKFfFJS5v H3 {
  color: #52156f;
}
.cid-uXKFfFJS5v .mbr-text,
.cid-uXKFfFJS5v .mbr-section-btn {
  color: #52156f;
}
.cid-uXVVPlyEJY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003734;
}
.cid-uXVVPlyEJY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uXVVPlyEJY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXVVPlyEJY .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uXVVPlyEJY .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXVVPlyEJY .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-uXVVPlyEJY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXVVPlyEJY .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uXVVPlyEJY .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uXVVPlyEJY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uXVVPlyEJY .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uXVVPlyEJY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uXVVPlyEJY .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uXVVPlyEJY .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uXVVPlyEJY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uXVVPlyEJY .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uXVVPlyEJY img {
  transition: all 2s!important;
}
.cid-uXVVPlyEJY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003734;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #003734, #c1d72e) !important;
}
.cid-uXVVPlyEJY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uXVVPlyEJY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #003734 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #003734, #c1d72e) !important;
}
.cid-uZw714Er2P {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #003734;
}
@media (min-width: 768px) {
  .cid-uZw714Er2P {
    align-items: center;
  }
  .cid-uZw714Er2P .row {
    justify-content: center;
  }
  .cid-uZw714Er2P .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZw714Er2P .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZw714Er2P {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZw714Er2P .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZw714Er2P .content-wrap {
    width: 100%;
  }
}
.cid-uZw714Er2P .mbr-section-title,
.cid-uZw714Er2P .mbr-section-subtitle {
  text-align: center;
}
.cid-uZw714Er2P .mbr-text,
.cid-uZw714Er2P .mbr-section-btn {
  text-align: center;
  color: #c8c79f;
}
.cid-uZw714Er2P .mbr-section-title {
  color: #c8c79f;
  text-align: center;
}
.cid-uZw714Er2P .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uYAAABDW4U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003734;
  background: linear-gradient(0deg, #003734, #c8c79f);
}
@media (max-width: 767px) {
  .cid-uYAAABDW4U .mbr-text {
    text-align: center;
  }
}
.cid-uYAAABDW4U .container-fluidi {
  padding: 0;
}
.cid-uYAAABDW4U .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uYAAABDW4U img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uYAAABDW4U .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uYAAABDW4U .col-lg-6 {
  padding: 0;
}
.cid-uYAAABDW4U .ro {
  margin: 0;
}
.cid-uYAAABDW4U H1 {
  color: #7c92dc;
}
.cid-uYAAABDW4U H3 {
  color: #52156f;
}
.cid-uYAAABDW4U .mbr-text,
.cid-uYAAABDW4U .mbr-section-btn {
  color: #52156f;
}
.cid-uX4au6kfQl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c8c79f;
}
.cid-uX4au6kfQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4au6kfQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX4au6kfQl .content-wrap {
  padding: 60px;
  background-color: #c8c79f;
}
@media (max-width: 992px) {
  .cid-uX4au6kfQl .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uX4au6kfQl .content-wrap .row {
  justify-content: center;
}
.cid-uX4au6kfQl .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uX4au6kfQl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uX4au6kfQl .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uX4au6kfQl .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uX4au6kfQl .title-wrapper .title-wrap .logo-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uX4au6kfQl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX4au6kfQl .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uX4au6kfQl .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uX4au6kfQl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uX4au6kfQl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uX4au6kfQl .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uX4au6kfQl .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uX4au6kfQl .nav-wrapper .list .item-wrap:hover,
.cid-uX4au6kfQl .nav-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uX4au6kfQl .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uX4au6kfQl .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uX4au6kfQl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uX4au6kfQl .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uX4au6kfQl .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uX4au6kfQl .contacts-wrapper .list .item-wrap:hover,
.cid-uX4au6kfQl .contacts-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uX4au6kfQl .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uX4au6kfQl .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uX4au6kfQl .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uX4au6kfQl .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uX4au6kfQl .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uX4au6kfQl .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uX4au6kfQl .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uX4au6kfQl .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uX4au6kfQl .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c1d72e;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uX4au6kfQl .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003734;
  text-align: left;
}
.cid-uX4au6kfQl .mbr-section-title {
  color: #ed463f;
}
.cid-uX4au6kfQl .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uX4au6kfQl .list {
  color: #ffffff;
}
.cid-uX4au6kfQl .list,
.cid-uX4au6kfQl .item-wrap {
  color: #003734;
  text-align: left;
}
.cid-uX4au6kfQl .mbr-section-subtitle,
.cid-uX4au6kfQl .social-wrapper {
  text-align: left;
}
.cid-uYzuwdevkj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYzuwdevkj nav.navbar {
  position: fixed;
}
.cid-uYzuwdevkj .container,
.cid-uYzuwdevkj .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYzuwdevkj .container,
  .cid-uYzuwdevkj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uYzuwdevkj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYzuwdevkj .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #c1d72e !important;
}
.cid-uYzuwdevkj .dropdown-item:hover,
.cid-uYzuwdevkj .dropdown-item:focus {
  color: #003734 !important;
}
.cid-uYzuwdevkj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYzuwdevkj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYzuwdevkj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYzuwdevkj .nav-link {
  position: relative;
}
.cid-uYzuwdevkj .nav-link:hover {
  color: #003734 !important;
}
.cid-uYzuwdevkj .nav-link:hover:before {
  opacity: 1;
}
.cid-uYzuwdevkj .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c1d72e;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uYzuwdevkj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYzuwdevkj .container {
  display: flex;
  margin: auto;
}
.cid-uYzuwdevkj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYzuwdevkj .nav-item:focus,
.cid-uYzuwdevkj .nav-link:focus {
  outline: none;
}
.cid-uYzuwdevkj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYzuwdevkj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYzuwdevkj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYzuwdevkj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYzuwdevkj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYzuwdevkj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYzuwdevkj .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #c1d72e;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYzuwdevkj .navbar.opened {
  transition: all 0.3s;
}
.cid-uYzuwdevkj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYzuwdevkj .navbar .navbar-logo img {
  width: auto;
}
.cid-uYzuwdevkj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYzuwdevkj .navbar.collapsed {
  justify-content: center;
}
.cid-uYzuwdevkj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYzuwdevkj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYzuwdevkj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uYzuwdevkj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYzuwdevkj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYzuwdevkj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYzuwdevkj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYzuwdevkj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYzuwdevkj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYzuwdevkj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYzuwdevkj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYzuwdevkj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYzuwdevkj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYzuwdevkj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYzuwdevkj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYzuwdevkj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYzuwdevkj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYzuwdevkj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYzuwdevkj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYzuwdevkj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYzuwdevkj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYzuwdevkj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYzuwdevkj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYzuwdevkj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYzuwdevkj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYzuwdevkj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYzuwdevkj .dropdown-item.active,
.cid-uYzuwdevkj .dropdown-item:active {
  background-color: transparent;
}
.cid-uYzuwdevkj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYzuwdevkj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYzuwdevkj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYzuwdevkj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYzuwdevkj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYzuwdevkj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYzuwdevkj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYzuwdevkj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYzuwdevkj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uYzuwdevkj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c1d72e;
}
.cid-uYzuwdevkj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYzuwdevkj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYzuwdevkj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYzuwdevkj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYzuwdevkj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzuwdevkj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYzuwdevkj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYzuwdevkj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzuwdevkj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYzuwdevkj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYzuwdevkj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYzuwdevkj .navbar {
    height: 70px;
  }
  .cid-uYzuwdevkj .navbar.opened {
    height: auto;
  }
  .cid-uYzuwdevkj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uYzuwdevkj .icons-menu {
    padding-right: 0;
  }
  .cid-uYzuwdevkj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uYzuwdJn6T {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-frutiferas4.jpg");
}
.cid-uYzuwdJn6T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYzuwdJn6T .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYzuwdJn6T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYzuwdJn6T .mbr-section-title {
  color: #c1d72e;
  text-align: left;
}
.cid-uYzuwdJn6T .mbr-text,
.cid-uYzuwdJn6T .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uYzQI3seDX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #003734;
}
.cid-uYzQI3seDX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYzQI3seDX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYzQI3seDX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYzQI3seDX .mbr-section-title {
  color: #c1d72e;
  text-align: left;
}
.cid-uYzQI3seDX .mbr-text,
.cid-uYzQI3seDX .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uYzuwe6aFH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c8c79f;
  background: linear-gradient(0deg, #c8c79f, #003734);
}
@media (max-width: 767px) {
  .cid-uYzuwe6aFH .mbr-text {
    text-align: center;
  }
}
.cid-uYzuwe6aFH .container-fluidi {
  padding: 0;
}
.cid-uYzuwe6aFH .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uYzuwe6aFH img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uYzuwe6aFH .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uYzuwe6aFH .col-lg-6 {
  padding: 0;
}
.cid-uYzuwe6aFH .ro {
  margin: 0;
}
.cid-uYzuwe6aFH H1 {
  color: #7c92dc;
}
.cid-uYzuwe6aFH H3 {
  color: #52156f;
}
.cid-uYzuwe6aFH .mbr-text,
.cid-uYzuwe6aFH .mbr-section-btn {
  color: #52156f;
}
.cid-uYzuwepnzG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #c8c79f;
}
.cid-uYzuwepnzG .row {
  flex-direction: row-reverse;
}
.cid-uYzuwepnzG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYzuwepnzG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYzuwepnzG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYzuwepnzG .mbr-section-title {
  color: #003734;
  text-align: left;
}
.cid-uYzuwepnzG .mbr-text,
.cid-uYzuwepnzG .mbr-section-btn {
  color: #003734;
  text-align: left;
}
.cid-uYzuweL7ZX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003734;
  background: linear-gradient(0deg, #003734, #c8c79f);
}
@media (max-width: 767px) {
  .cid-uYzuweL7ZX .mbr-text {
    text-align: center;
  }
}
.cid-uYzuweL7ZX .container-fluidi {
  padding: 0;
}
.cid-uYzuweL7ZX .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uYzuweL7ZX img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uYzuweL7ZX .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uYzuweL7ZX .col-lg-6 {
  padding: 0;
}
.cid-uYzuweL7ZX .ro {
  margin: 0;
}
.cid-uYzuweL7ZX H1 {
  color: #7c92dc;
}
.cid-uYzuweL7ZX H3 {
  color: #52156f;
}
.cid-uYzuweL7ZX .mbr-text,
.cid-uYzuweL7ZX .mbr-section-btn {
  color: #52156f;
}
.cid-uYzuwf6yDj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003734;
}
.cid-uYzuwf6yDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzuwf6yDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzuwf6yDj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYzuwf6yDj .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uYzuwf6yDj .mbr-text,
.cid-uYzuwf6yDj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uYzuwf6yDj .mbr-section-title {
  color: #c1d72e;
  text-align: left;
}
.cid-uYzuwftc0e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #003734;
}
.cid-uYzuwftc0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzuwftc0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzuwftc0e .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYzuwftc0e .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uYzuwftc0e .mbr-text,
.cid-uYzuwftc0e .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uYzuwftc0e .mbr-section-title {
  color: #c1d72e;
  text-align: left;
}
.cid-uYAAoGgqFI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c8c79f;
  background: linear-gradient(0deg, #c8c79f, #003734);
}
@media (max-width: 767px) {
  .cid-uYAAoGgqFI .mbr-text {
    text-align: center;
  }
}
.cid-uYAAoGgqFI .container-fluidi {
  padding: 0;
}
.cid-uYAAoGgqFI .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-uYAAoGgqFI img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-uYAAoGgqFI .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-uYAAoGgqFI .col-lg-6 {
  padding: 0;
}
.cid-uYAAoGgqFI .ro {
  margin: 0;
}
.cid-uYAAoGgqFI H1 {
  color: #7c92dc;
}
.cid-uYAAoGgqFI H3 {
  color: #52156f;
}
.cid-uYAAoGgqFI .mbr-text,
.cid-uYAAoGgqFI .mbr-section-btn {
  color: #52156f;
}
.cid-uZwbRhhZjz {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #c8c79f;
}
@media (min-width: 768px) {
  .cid-uZwbRhhZjz {
    align-items: center;
  }
  .cid-uZwbRhhZjz .row {
    justify-content: center;
  }
  .cid-uZwbRhhZjz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZwbRhhZjz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZwbRhhZjz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZwbRhhZjz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZwbRhhZjz .content-wrap {
    width: 100%;
  }
}
.cid-uZwbRhhZjz .mbr-section-title,
.cid-uZwbRhhZjz .mbr-section-subtitle {
  text-align: center;
}
.cid-uZwbRhhZjz .mbr-text,
.cid-uZwbRhhZjz .mbr-section-btn {
  text-align: center;
  color: #c8c79f;
}
.cid-uZwbRhhZjz .mbr-section-title {
  color: #c8c79f;
  text-align: center;
}
.cid-uZwbRhhZjz .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uYzuwfYFav {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c8c79f;
}
.cid-uYzuwfYFav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzuwfYFav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzuwfYFav .content-wrap {
  padding: 60px;
  background-color: #c8c79f;
}
@media (max-width: 992px) {
  .cid-uYzuwfYFav .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uYzuwfYFav .content-wrap .row {
  justify-content: center;
}
.cid-uYzuwfYFav .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzuwfYFav .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYzuwfYFav .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYzuwfYFav .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uYzuwfYFav .title-wrapper .title-wrap .logo-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uYzuwfYFav .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYzuwfYFav .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzuwfYFav .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYzuwfYFav .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYzuwfYFav .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYzuwfYFav .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYzuwfYFav .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYzuwfYFav .nav-wrapper .list .item-wrap:hover,
.cid-uYzuwfYFav .nav-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uYzuwfYFav .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzuwfYFav .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYzuwfYFav .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYzuwfYFav .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYzuwfYFav .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYzuwfYFav .contacts-wrapper .list .item-wrap:hover,
.cid-uYzuwfYFav .contacts-wrapper .list .item-wrap:focus {
  color: #003734;
}
.cid-uYzuwfYFav .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYzuwfYFav .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzuwfYFav .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYzuwfYFav .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYzuwfYFav .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYzuwfYFav .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYzuwfYFav .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYzuwfYFav .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uYzuwfYFav .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #c1d72e;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uYzuwfYFav .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003734;
  text-align: left;
}
.cid-uYzuwfYFav .mbr-section-title {
  color: #ed463f;
}
.cid-uYzuwfYFav .mbr-section-subtitle {
  color: #003734;
  text-align: center;
}
.cid-uYzuwfYFav .list {
  color: #ffffff;
}
.cid-uYzuwfYFav .list,
.cid-uYzuwfYFav .item-wrap {
  color: #003734;
  text-align: left;
}
.cid-uYzuwfYFav .mbr-section-subtitle,
.cid-uYzuwfYFav .social-wrapper {
  text-align: left;
}
