body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #016203 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #449644 !important;
}
.bg-warning {
  background-color: #ffda00 !important;
}
.bg-danger {
  background-color: #5c5b5b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #016203 !important;
  border-color: #016203 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #02ae05 !important;
  border-color: #02ae05 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #02ae05 !important;
  border-color: #02ae05 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #54af54 !important;
  border-color: #54af54 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #88c788 !important;
  border-color: #88c788 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #88c788 !important;
  border-color: #88c788 !important;
}
.btn-info,
.btn-info:active {
  background-color: #449644 !important;
  border-color: #449644 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #6bbc6b !important;
  border-color: #6bbc6b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6bbc6b !important;
  border-color: #6bbc6b !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5c5b5b !important;
  border-color: #5c5b5b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #828181 !important;
  border-color: #828181 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #828181 !important;
  border-color: #828181 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #016203;
  border-color: #016203;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #016203 !important;
  border-color: #016203 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #326b32;
  color: #326b32;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #54af54;
  border-color: #54af54;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #54af54 !important;
  border-color: #54af54 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #245024;
  color: #245024;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #449644;
  border-color: #449644;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #449644 !important;
  border-color: #449644 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #292828;
  color: #292828;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #5c5b5b;
  border-color: #5c5b5b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5c5b5b !important;
  border-color: #5c5b5b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #016203 !important;
}
.text-secondary {
  color: #54af54 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #449644 !important;
}
.text-warning {
  color: #ffda00 !important;
}
.text-danger {
  color: #5c5b5b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #02c706 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #99d099 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #333333 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7cc47c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffe966 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8f8e8e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #449644;
}
.alert-warning {
  background-color: #ffda00;
}
.alert-danger {
  background-color: #5c5b5b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #016203;
  border-color: #016203;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #016203;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #02e007;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8ecc8e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9c9b9b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #016203;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #016203;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #016203;
  border-bottom-color: #016203;
}
.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: #016203 !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: #54af54 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23016203' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tbDTSpBWDR .navbar {
  background: #e1e1e1;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tbDTSpBWDR .navbar-dropdown.bg-color.transparent.opened {
  background: #e1e1e1;
}
.cid-tbDTSpBWDR a {
  font-style: normal;
}
.cid-tbDTSpBWDR .show {
  overflow: visible;
}
.cid-tbDTSpBWDR .dropdown-menu {
  max-height: 400px;
}
.cid-tbDTSpBWDR .dropdown-item:active {
  background-color: transparent;
}
.cid-tbDTSpBWDR .nav-link {
  font-weight: 600 !important;
}
.cid-tbDTSpBWDR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tbDTSpBWDR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tbDTSpBWDR .nav-item:focus,
.cid-tbDTSpBWDR .nav-link:focus {
  outline: none;
}
.cid-tbDTSpBWDR .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbDTSpBWDR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tbDTSpBWDR .menu-logo {
  margin-right: auto;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 2.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbDTSpBWDR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tbDTSpBWDR .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbDTSpBWDR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tbDTSpBWDR button.navbar-toggler:focus {
  outline: none;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #016203;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbDTSpBWDR .collapsed .btn {
  display: -webkit-flex;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbDTSpBWDR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tbDTSpBWDR .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbDTSpBWDR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tbDTSpBWDR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tbDTSpBWDR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tbDTSpBWDR.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbDTSpBWDR img {
    height: 3.8rem !important;
  }
  .cid-tbDTSpBWDR .btn {
    display: -webkit-flex;
  }
  .cid-tbDTSpBWDR button.navbar-toggler {
    display: block;
  }
  .cid-tbDTSpBWDR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tbDTSpBWDR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbDTSpBWDR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing,
  .cid-tbDTSpBWDR .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tbDTSpBWDR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tbDTSpBWDR .nav-link {
    justify-content: start !important;
  }
  .cid-tbDTSpBWDR .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tbDTSpBWDR .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tbDTSpBWDR .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-tbDTSpBWDR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tbDTSpBWDR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tbDTSpBWDR .nav-link:hover,
.cid-tbDTSpBWDR .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tbDTSpBWDR .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tIN8DAoqHa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/imagen-principal-1920x1200.jpg");
}
@media (min-width: 768px) {
  .cid-tIN8DAoqHa {
    align-items: flex-end;
  }
  .cid-tIN8DAoqHa .row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tIN8DAoqHa {
    align-items: center;
  }
  .cid-tIN8DAoqHa .row {
    justify-content: center;
  }
}
.cid-tIN8DAoqHa .mbr-section-title,
.cid-tIN8DAoqHa .card_topic {
  margin-bottom: 12px;
}
.cid-tIN8DAoqHa .item-wrapper {
  padding-bottom: 24px;
}
.cid-tIN8DAoqHa .item-wrapper:hover .mbr-section-title a {
  color: #54af54 !important;
}
.cid-tIN8DAoqHa .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tIN8DAoqHa .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-tIN8DAoqHa .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tIN8DAoqHa .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tIN8DAoqHa .category_content,
.cid-tIN8DAoqHa .date,
.cid-tIN8DAoqHa .name_author {
  opacity: .8;
}
.cid-tIN8DAoqHa .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #54af54;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tIN8DAoqHa .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tIN8DAoqHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIN8DAoqHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIN8DAoqHa .category_content,
.cid-tIN8DAoqHa .card_topic {
  text-align: center;
}
.cid-tIN8DAoqHa .category_estimate,
.cid-tIN8DAoqHa .card_topic {
  text-align: left;
  color: #ffffff;
}
.cid-tUWS1zkOX7 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tUWS1zkOX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWS1zkOX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUYsTsShmO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUYsTsShmO .timeline-element {
  position: relative;
}
.cid-tUYsTsShmO .timelines-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tUYsTsShmO .timelines-container .timeline-element .nth-order {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cid-tUYsTsShmO .timelines-container .timeline-element .nth-order {
    align-items: flex-start;
  }
}
.cid-tUYsTsShmO .timelines-container .timeline-element:nth-child(2n) .nth-order {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-tUYsTsShmO .timelines-container .timeline-element:nth-child(2n) .nth-order {
    order: 2;
  }
}
.cid-tUYsTsShmO .mbr-section-title,
.cid-tUYsTsShmO .mbr-section-subtitle,
.cid-tUYsTsShmO .timeline-date {
  text-align: center;
}
.cid-tUYsTsShmO .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #449644;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tUYsTsShmO .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tUYsTsShmO .iconBackground {
    left: 50%;
  }
}
.cid-tUYsTsShmO .row:after {
  content: "";
  position: absolute;
  background-color: #449644;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tUYsTsShmO .row:after {
    height: calc(100% + 30px);
    top: 20px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tUYsTsShmO .row:after {
    height: calc(100% - 20px);
    top: 20px;
    left: 50%;
  }
}
.cid-tUYsTsShmO .timeline-content {
  background: #e8e8e8;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tUYsTsShmO .timeline-content {
    padding: 1rem;
  }
  .cid-tUYsTsShmO .timeline-date-wrapper,
  .cid-tUYsTsShmO .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tUYsTsShmO .nth-order {
    margin: 4rem 0 1rem 0;
  }
  .cid-tUYsTsShmO .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tUYsTsShmO .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tUYsTsShmO .timeline-content {
    padding: 1rem;
  }
  .cid-tUYsTsShmO .timeline-date-wrapper,
  .cid-tUYsTsShmO .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tUYsTsShmO .timeline-content {
    padding: 2rem;
  }
  .cid-tUYsTsShmO .timeline-date-wrapper,
  .cid-tUYsTsShmO .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-tJjoFkqFYn {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJjoFkqFYn .card-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tJjoFkqFYn .mbr-iconfont {
  font-size: 3rem;
  color: #016203;
}
.cid-tJjoFkqFYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjoFkqFYn img {
  width: 120px;
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-tJjoFkqFYn .icon-wrapper {
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tJjoFkqFYn .icon-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-tJjoFkqFYn .card-box {
  padding-left: 1rem;
  width: fit-content;
  min-width: 170px;
}
.cid-tJjoFkqFYn .card-text {
  color: #5c5b5b;
  text-align: center;
}
.cid-tJjoFkqFYn .card-title {
  color: #449644;
}
.cid-tJ78gO3mdk {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/imagen-3-947x534.jpg");
}
.cid-tJ78gO3mdk .row {
  position: relative;
}
.cid-tJ78gO3mdk .container {
  max-width: 1500px;
}
.cid-tJ78gO3mdk .container {
  padding-right: 8rem !important;
}
.cid-tJ78gO3mdk h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tJ78gO3mdk .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tJ78gO3mdk .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ78gO3mdk .container {
    padding-right: 4rem !important;
  }
}
.cid-tJ78gO3mdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ78gO3mdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ78gO3mdk H1 {
  text-align: left;
}
.cid-tJ78gO3mdk .mbr-text,
.cid-tJ78gO3mdk .mbr-section-btn {
  text-align: left;
}
.cid-tJ78gO3mdk H4 {
  text-align: left;
}
.cid-tUWWB1SVyF {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #016203;
  position: relative;
  overflow: hidden;
}
.cid-tUWWB1SVyF .bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 700px;
  height: 400px;
  border-top-left-radius: 200px;
  background-color: #449644;
}
.cid-tUWWB1SVyF .row {
  align-items: stretch;
}
.cid-tUWWB1SVyF .content-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tUWWB1SVyF .content-col {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-tUWWB1SVyF .col-text {
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-tUWWB1SVyF .col-text {
    width: 50%;
    padding-left: 10%;
  }
}
@media (max-width: 1024px) {
  .cid-tUWWB1SVyF .col-text {
    width: 45%;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .cid-tUWWB1SVyF .col-text {
    width: 70%;
    padding: 0 !important;
    text-align: center !important;
  }
}
.cid-tUWWB1SVyF .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.cid-tUWWB1SVyF .mbr-section-title {
  width: 100%;
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 25px;
  margin-top: 15px;
}
.cid-tUWWB1SVyF .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  margin-bottom: 42px;
}
.cid-tUWWB1SVyF .col-card {
  display: flex;
  width: 40%;
}
@media (max-width: 1024px) {
  .cid-tUWWB1SVyF .col-card {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-tUWWB1SVyF .col-card {
    width: 100%;
  }
}
.cid-tUWWB1SVyF .card-container {
  flex-grow: 1;
  position: relative;
  margin: 0 18px 18px;
}
@media (max-width: 1024px) {
  .cid-tUWWB1SVyF .card-container {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .cid-tUWWB1SVyF .card-container {
    width: 85%;
    margin: 0 auto;
    flex-grow: 0;
  }
}
.cid-tUWWB1SVyF .card-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #000000;
}
@media (max-width: 1024px) {
  .cid-tUWWB1SVyF .card-wrap {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .cid-tUWWB1SVyF .card-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-tUWWB1SVyF .card-item-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 228px;
  padding: 77px 54px 53px;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tUWWB1SVyF .card-item-1 {
    text-align: center !important;
  }
}
.cid-tUWWB1SVyF .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 8px;
  width: 100%;
}
.cid-tUWWB1SVyF .card-subtitle {
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tUWWB1SVyF .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tUWWB1SVyF .card-text {
  color: #000000;
  opacity: 0.55;
  margin-bottom: 0;
  width: 100%;
}
.cid-tUWWB1SVyF .card-item-2,
.cid-tUWWB1SVyF .card-item-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 54px;
  min-height: 159px;
  width: 100%;
  border-top: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-tUWWB1SVyF .card-item-2,
  .cid-tUWWB1SVyF .card-item-3 {
    text-align: center !important;
  }
}
.cid-tUWWB1SVyF .card-item-2 {
  background-color: #449644;
}
.cid-tUWWB1SVyF .card-item-3 {
  background-color: #449644;
}
.cid-tUWWB1SVyF .card-back {
  z-index: 2;
  position: absolute;
  right: -18px;
  top: 18px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  border: 2px solid #000000;
}
@media (max-width: 1024px) {
  .cid-tUWWB1SVyF .card-back {
    width: calc(85% + 18px);
    right: 0;
  }
}
@media (max-width: 991px) {
  .cid-tUWWB1SVyF .card-back {
    width: 100%;
    right: -18px;
  }
}
.cid-tUZYcHsiOa {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #449644;
}
.cid-tUZYcHsiOa h3,
.cid-tUZYcHsiOa h4,
.cid-tUZYcHsiOa h5,
.cid-tUZYcHsiOa h6,
.cid-tUZYcHsiOa p {
  margin: 0;
}
.cid-tUZYcHsiOa .section-head {
  margin-bottom: 2.5rem;
}
.cid-tUZYcHsiOa .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-tUZYcHsiOa .toggle-panel {
  border-top: 1px solid #ffffff;
}
.cid-tUZYcHsiOa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 2.3rem 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-tUZYcHsiOa .card .card-header {
    padding: 1rem 0 1.5rem;
  }
}
.cid-tUZYcHsiOa .show {
  border-bottom: 1px solid #33d5ad;
}
.cid-tUZYcHsiOa .panel-title {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tUZYcHsiOa .panel-title {
    flex-direction: column;
    text-align: center;
  }
}
.cid-tUZYcHsiOa .mbr-number {
  color: #ffffff;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-tUZYcHsiOa .mbr-number {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.cid-tUZYcHsiOa .panel-title-edit {
  color: #ffffff;
  width: 47%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUZYcHsiOa .panel-title-edit {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.cid-tUZYcHsiOa .panel-subtitle-edit {
  color: #1f1437;
  width: 33%;
}
@media (max-width: 991px) {
  .cid-tUZYcHsiOa .panel-subtitle-edit {
    width: 100%;
  }
}
.cid-tUZYcHsiOa .mbr-iconfont {
  padding: 0.5rem;
  font-family: 'Moririse2' !important;
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #016203;
  border-radius: 50%;
  margin-left: 33%;
}
@media (max-width: 991px) {
  .cid-tUZYcHsiOa .mbr-iconfont {
    margin-top: 1rem;
  }
}
.cid-tUZYcHsiOa .panel-body,
.cid-tUZYcHsiOa .card-header {
  padding: 2rem 0 3rem;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tUZYcHsiOa .panel-body,
  .cid-tUZYcHsiOa .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-tUZYcHsiOa .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-tUZYcHsiOa .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-tUZYcHsiOa .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-tUZYcHsiOa .image-wrap {
    width: 100%;
  }
}
.cid-tUZYcHsiOa .panel-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tUZYcHsiOa .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .cid-tUZYcHsiOa .list {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .cid-tUZYcHsiOa .list {
    margin-top: 2.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cid-tUZYcHsiOa .list {
    justify-content: center;
  }
}
.cid-tUZYcHsiOa .mbr-list-odd {
  color: #ffffff;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-tUZYcHsiOa .mbr-list-odd {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUZYcHsiOa .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tUZYcHsiOa .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
.cid-tUZYcHsiOa .mbr-list-even {
  color: #ffffff;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-tUZYcHsiOa .mbr-list-even {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUZYcHsiOa .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tUZYcHsiOa .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
.cid-tUZYcHsiOa .panel-text {
  color: #ffffff;
}
.cid-tJ7aSMV7ar {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/imagen-vista-1-219x156.jpg");
}
.cid-tJ7aSMV7ar .row {
  position: relative;
}
.cid-tJ7aSMV7ar .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-tJ7aSMV7ar .row {
    margin: 0 2rem;
  }
}
.cid-tJ7aSMV7ar .row {
  padding-left: 6rem;
}
.cid-tJ7aSMV7ar h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tJ7aSMV7ar .content-wrapper {
  max-width: 600px;
}
.cid-tJ7aSMV7ar H1 {
  color: #ffffff;
}
.cid-tJ7aSMV7ar .mbr-text,
.cid-tJ7aSMV7ar .mbr-section-btn {
  color: #333333;
}
.cid-tJ7aSMV7ar H3 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tJ7aSMV7ar .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ7aSMV7ar h4 {
    left: 3rem;
  }
  .cid-tJ7aSMV7ar .row {
    padding-left: 3rem;
  }
}
.cid-tJ7aSMV7ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7aSMV7ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7aSMV7ar H4 {
  color: #ffffff;
}
.cid-tUYPHoChyA {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUYPHoChyA .title_block {
  margin-bottom: 80px;
}
.cid-tUYPHoChyA .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #232323;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tUYPHoChyA .mbr-section-title {
  color: #232323;
}
.cid-tUYPHoChyA .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #016203;
  text-align: center;
}
.cid-tUYPHoChyA .item {
  padding-bottom: 2rem;
}
.cid-tUYPHoChyA .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.cid-tUYPHoChyA .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tUYPHoChyA .item-wrapper {
  position: relative;
}
.cid-tUYPHoChyA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-tUYPHoChyA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tUYPHoChyA .item-wrapper:hover .mbr-item-subtitle a {
  color: #016203 !important;
}
.cid-tUYPHoChyA .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-tUYPHoChyA .carousel-control,
.cid-tUYPHoChyA .close {
  background: #1b1b1b;
}
.cid-tUYPHoChyA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUYPHoChyA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUYPHoChyA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUYPHoChyA .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUYPHoChyA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUYPHoChyA .close::before {
  content: '\e91a';
}
.cid-tUYPHoChyA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUYPHoChyA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUYPHoChyA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUYPHoChyA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUYPHoChyA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUYPHoChyA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUYPHoChyA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUYPHoChyA .carousel-indicators li.active,
.cid-tUYPHoChyA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUYPHoChyA .carousel-indicators li::after,
.cid-tUYPHoChyA .carousel-indicators li::before {
  content: none;
}
.cid-tUYPHoChyA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUYPHoChyA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUYPHoChyA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUYPHoChyA .carousel-indicators {
    display: none;
  }
}
.cid-tUYPHoChyA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUYPHoChyA .carousel-inner > .active {
  display: block;
}
.cid-tUYPHoChyA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUYPHoChyA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUYPHoChyA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUYPHoChyA .carousel-control,
  .cid-tUYPHoChyA .carousel-indicators,
  .cid-tUYPHoChyA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUYPHoChyA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUYPHoChyA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUYPHoChyA .carousel-indicators .active,
.cid-tUYPHoChyA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUYPHoChyA .carousel-indicators .active {
  background: #fff;
}
.cid-tUYPHoChyA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUYPHoChyA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUYPHoChyA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUYPHoChyA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUYPHoChyA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUYPHoChyA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUYPHoChyA .carousel {
  width: 100%;
}
.cid-tUYPHoChyA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUYPHoChyA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUYPHoChyA .modal.fade .modal-dialog,
.cid-tUYPHoChyA .modal.in .modal-dialog {
  transform: none;
}
.cid-tUYPHoChyA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUYPHoChyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUYPHoChyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUYPHoChyA H6 {
  color: #000000;
}
.cid-tJjl2HvrTX {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/sam-47-1024x768.jpg");
}
.cid-tJjl2HvrTX .row {
  position: relative;
}
.cid-tJjl2HvrTX .container {
  max-width: 1500px;
}
.cid-tJjl2HvrTX .container {
  padding-right: 8rem !important;
}
.cid-tJjl2HvrTX h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tJjl2HvrTX .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tJjl2HvrTX .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjl2HvrTX .container {
    padding-right: 4rem !important;
  }
}
.cid-tJjl2HvrTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjl2HvrTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjl2HvrTX H1 {
  text-align: right;
}
.cid-tJjl2HvrTX .mbr-text,
.cid-tJjl2HvrTX .mbr-section-btn {
  text-align: right;
}
.cid-tJjl2HvrTX H4 {
  text-align: left;
}
.cid-tUZCU1WoyX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tUZCU1WoyX .google-map {
  height: 25rem;
  position: relative;
}
.cid-tUZCU1WoyX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tUZCU1WoyX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tUZCU1WoyX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tUZCU1WoyX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tUZCU1WoyX .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tUZCU1WoyX .form-container {
  padding: 3rem;
}
.cid-tUZCU1WoyX .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tUZCU1WoyX .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #016203, #449644);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUZCU1WoyX .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-tUZCU1WoyX .form-group,
  .cid-tUZCU1WoyX .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tUZCU1WoyX .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tUZCU1WoyX textarea.form-control {
  min-height: 170px;
}
@media (max-width: 767px) {
  .cid-tUZCU1WoyX .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tUZCU1WoyX .text-block {
    margin-bottom: 2rem;
  }
  .cid-tUZCU1WoyX .wrapper {
    margin-top: 0;
  }
}
.cid-tUZCU1WoyX .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUZCU1WoyX .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-tUZCU1WoyX .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tUZCU1WoyX .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-tUZCU1WoyX .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tUZCU1WoyX .social-list a:hover {
  opacity: 1;
}
.cid-tV08OXdihU .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #016203;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tV08OXdihU .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #54af54;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tV08OXdihU .img-bg {
    display: none;
  }
}
.cid-tV08OXdihU .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tV08OXdihU .container {
    padding: 0 !important;
  }
}
.cid-tV08OXdihU .row {
  width: 100%;
  align-items: center;
}
.cid-tV08OXdihU .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tV08OXdihU .content-container {
    padding-top: 0;
    background-color: #016203;
  }
}
@media (max-width: 991px) {
  .cid-tV08OXdihU .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #54af54;
  }
}
.cid-tV08OXdihU .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tV08OXdihU .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tV08OXdihU .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tV08OXdihU .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tV08OXdihU .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tV08OXdihU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV08OXdihU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV08OXdihU .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tV08OXdihU .brand-text {
    margin-top: 45px;
  }
}
.cid-tV08OXdihU .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tV08OXdihU .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tV08OXdihU .mbr-iconfont {
  font-size: 16px;
  color: #e1e1e1;
}
.cid-tV08OXdihU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tV08OXdihU .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tV08OXdihU .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #e1e1e1 !important;
}
@media (max-width: 991px) {
  .cid-tV08OXdihU .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tV08OXdihU .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tV08OXdihU .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tV08OXdihU .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tV08OXdihU .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tV08OXdihU .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tV08OXdihU .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tV08OXdihU .col-link3 {
    padding-left: 0;
  }
}
.cid-tV08OXdihU .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tV08OXdihU .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tV08OXdihU .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tV08OXdihU .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #232323;
}
.cid-tV08OXdihU .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tV08OXdihU .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tV08OXdihU .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tV08OXdihU .copyright {
    text-align: center !important;
  }
}
