.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 6.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.75rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 4.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.34rem;
    font-size: calc( 2.82rem + (6.2 - 2.82) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.82rem + (6.2 - 2.82) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.34rem;
    font-size: calc( 2.82rem + (6.2 - 2.82) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.82rem + (6.2 - 2.82) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #d8a35c !important;
}
.bg-info {
  background-color: #fff7ee !important;
}
.bg-warning {
  background-color: #e5d097 !important;
}
.bg-danger {
  background-color: #948763 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd769 !important;
  border-color: #ffd769 !important;
  color: #694d00 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffe59c !important;
  border-color: #ffe59c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #694d00 !important;
  background-color: #ffe59c !important;
  border-color: #ffe59c !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff7ee !important;
  border-color: #fff7ee !important;
  color: #ee7e00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ee7e00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #d8a35c !important;
  border-color: #d8a35c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e2ba85 !important;
  border-color: #e2ba85 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e2ba85 !important;
  border-color: #e2ba85 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e5d097 !important;
  border-color: #e5d097 !important;
  color: #645019 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #efe2c0 !important;
  border-color: #efe2c0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #645019 !important;
  background-color: #efe2c0 !important;
  border-color: #efe2c0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #948763 !important;
  border-color: #948763 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #aa9f80 !important;
  border-color: #aa9f80 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #aa9f80 !important;
  border-color: #aa9f80 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd769;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffc012 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #694d00 !important;
  background-color: #ffd769 !important;
  border-color: #ffd769 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff7ee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffce97 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ee7e00 !important;
  background-color: #fff7ee !important;
  border-color: #fff7ee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8a35c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b3792b !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: #d8a35c !important;
  border-color: #d8a35c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5d097;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4b152 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #645019 !important;
  background-color: #e5d097 !important;
  border-color: #e5d097 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #948763;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #605840 !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: #948763 !important;
  border-color: #948763 !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: #ffffff !important;
}
.text-secondary {
  color: #ffd769 !important;
}
.text-success {
  color: #d8a35c !important;
}
.text-info {
  color: #fff7ee !important;
}
.text-warning {
  color: #e5d097 !important;
}
.text-danger {
  color: #948763 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffbc03 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a67028 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc788 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d1ab45 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #574f3a !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff7ee;
}
.alert-warning {
  background-color: #e5d097;
}
.alert-danger {
  background-color: #948763;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #c9c2ae;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd769 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-right: 26px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.main-content,
.item-content,
.number-wrap,
.form-wrapper,
.embla,
.image-over {
  border-radius: 0 !important;
}
.label-wrap_1,
.label-wrap_2,
.label-wrap_3,
.label-wrap,
.date-wrap {
  border-radius: .4rem !important;
}
.item-label_1,
.item-label_2,
.item-label_3 {
  border-radius: .4rem !important;
}
.item-number {
  border-radius: 1.2rem !important;
}
ul.navbar-nav {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.cid-uR8rMz85Rb {
  background-color: transparent;
}
.cid-uR8rMz85Rb .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uR8rMz85Rb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uR8rMz85Rb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR8rMz85Rb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uR8rMz85Rb .menu_box .navbar.opened,
  .cid-uR8rMz85Rb .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uR8rMz85Rb .navbar-dropdown {
  position: relative !important;
}
.cid-uR8rMz85Rb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uR8rMz85Rb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uR8rMz85Rb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uR8rMz85Rb .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uR8rMz85Rb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uR8rMz85Rb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uR8rMz85Rb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uR8rMz85Rb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uR8rMz85Rb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uR8rMz85Rb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uR8rMz85Rb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uR8rMz85Rb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uR8rMz85Rb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uR8rMz85Rb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .nav-item {
    margin: 0 !important;
  }
}
.cid-uR8rMz85Rb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uR8rMz85Rb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uR8rMz85Rb .nav-item .nav-link:hover:before,
.cid-uR8rMz85Rb .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uR8rMz85Rb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uR8rMz85Rb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uR8rMz85Rb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uR8rMz85Rb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uR8rMz85Rb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uR8rMz85Rb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uR8rMz85Rb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uR8rMz85Rb .container {
  display: flex;
  margin: auto;
}
.cid-uR8rMz85Rb .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uR8rMz85Rb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uR8rMz85Rb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR8rMz85Rb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb .navbar-nav {
    margin: 0;
  }
}
.cid-uR8rMz85Rb .dropdown-menu,
.cid-uR8rMz85Rb .navbar.opened {
  background-color: false !important;
}
.cid-uR8rMz85Rb .nav-item:focus,
.cid-uR8rMz85Rb .nav-link:focus {
  outline: none;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR8rMz85Rb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR8rMz85Rb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR8rMz85Rb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uR8rMz85Rb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uR8rMz85Rb .navbar.opened {
  transition: all 0.3s;
}
.cid-uR8rMz85Rb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uR8rMz85Rb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uR8rMz85Rb .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uR8rMz85Rb .navbar.collapsed {
  justify-content: center;
}
.cid-uR8rMz85Rb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR8rMz85Rb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR8rMz85Rb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR8rMz85Rb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR8rMz85Rb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR8rMz85Rb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uR8rMz85Rb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uR8rMz85Rb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uR8rMz85Rb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR8rMz85Rb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uR8rMz85Rb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR8rMz85Rb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uR8rMz85Rb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uR8rMz85Rb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uR8rMz85Rb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR8rMz85Rb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uR8rMz85Rb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uR8rMz85Rb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR8rMz85Rb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uR8rMz85Rb .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-uR8rMz85Rb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR8rMz85Rb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR8rMz85Rb .dropdown-item.active,
.cid-uR8rMz85Rb .dropdown-item:active {
  background-color: transparent;
}
.cid-uR8rMz85Rb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uR8rMz85Rb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR8rMz85Rb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR8rMz85Rb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR8rMz85Rb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uR8rMz85Rb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR8rMz85Rb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uR8rMz85Rb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR8rMz85Rb .navbar {
    height: 70px;
  }
  .cid-uR8rMz85Rb .navbar.opened {
    height: auto;
  }
  .cid-uR8rMz85Rb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR8rMz85Rb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uR8rMz85Rb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uR8rMz85Rb .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uR8rMz85Rb .text_widget {
  margin-bottom: 32px;
}
.cid-uR8rMz85Rb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uR8rMz85Rb .text_widget a:hover,
.cid-uR8rMz85Rb .text_widget a:focus {
  opacity: .8;
}
.cid-uR8rMz85Rb .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uR8rMz85Rb .contacts-wrapper {
    display: none;
  }
}
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact:hover:before,
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uR8rMz85Rb .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uR8rMz85Rb .navbar-caption {
  color: #01004c;
}
.cid-uR8rMz85Rb .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uR8rMz85Rb .mbr-section-subtitle,
.cid-uR8rMz85Rb .text_widget,
.cid-uR8rMz85Rb .mbr-section-btn {
  text-align: center;
}
.cid-uR8rMz85Rb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uR8wwcjWgz {
  display: flex;
  background-image: url("../../../assets/images/huerta-el-torreon-ugena-toledo-2.jpeg-1389x1042.jpg");
}
.cid-uR8wwcjWgz .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uR8wwcjWgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8wwcjWgz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uR8wwcjWgz .line {
    margin-bottom: 10rem;
  }
}
.cid-uR8wwcjWgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8wwcjWgz p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uR8wwcjWgz {
    align-items: center;
  }
  .cid-uR8wwcjWgz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uR8wwcjWgz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uR8wwcjWgz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uR8wwcjWgz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uR8wwcjWgz .content-wrap {
    width: 100%;
  }
}
.cid-uR8wwcjWgz .mbr-section-subtitle,
.cid-uR8wwcjWgz .line {
  color: #ffffff;
}
.cid-uR8wwcjWgz .mbr-text,
.cid-uR8wwcjWgz .mbr-section-btn {
  text-align: left;
}
.cid-uR8xMDuPGY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR8xMDuPGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8xMDuPGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8xMDuPGY .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR8xMDuPGY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR8xMDuPGY .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8xMDuPGY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8xMDuPGY .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uR8xMDuPGY .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uR8xMDuPGY .image-wrapper img {
    height: 350px;
  }
}
.cid-uR8xMDuPGY .mbr-section-title {
  color: #ffffff;
}
.cid-uR8xMDuPGY .mbr-text {
  color: #ffffff;
}
.cid-uR8xMDuPGY .mbr-section-title,
.cid-uR8xMDuPGY .mbr-section-btn {
  color: #af8b28;
  text-align: left;
}
.cid-uR8xMDuPGY .mbr-text,
.cid-uR8xMDuPGY .text-wrapper {
  text-align: left;
  color: #5c7d4f;
}
.cid-uRC9PN4F00 {
  background-image: url("../../../assets/images/huerta-el-torreon-ugena-toledo-43.jpeg-1772x1329.jpg");
}
.cid-uRC9PN4F00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRC9PN4F00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRC9PN4F00 .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uRC9PN4F00 .image-wrap {
    height: 350px;
  }
}
.cid-uRCa2uXZOw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRCa2uXZOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRCa2uXZOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRCa2uXZOw .row {
  justify-content: center;
}
.cid-uRCa2uXZOw .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRCa2uXZOw .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRCa2uXZOw .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRCa2uXZOw .mbr-text {
  color: #fff7ee;
}
.cid-uRCa2uXZOw #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uRCa2uXZOw img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uACPW5sXHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uACPW5sXHf .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPW5sXHf .image-wrap {
    padding: 16px;
  }
}
.cid-uACPW5sXHf .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uACPW5sXHf .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPW5sXHf .image-overlay {
    padding: 16px;
  }
}
.cid-uACPW5sXHf .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.4;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-uACPW5sXHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPW5sXHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPW5sXHf .row {
  justify-content: flex-end;
}
.cid-uACPW5sXHf .content-wrapper {
  position: relative;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uACPW5sXHf .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uACPW5sXHf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACPW5sXHf .items-wrapper {
  padding: 150px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uACPW5sXHf .items-wrapper {
    padding: 150px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper {
    padding: 0 16px;
  }
}
.cid-uACPW5sXHf .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uACPW5sXHf .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #7a6f50;
}
@media (max-width: 1440px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 145px;
  height: 190px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uACPW5sXHf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uACPW5sXHf .label-wrap_1 {
  background-color: #5c7d4f;
}
.cid-uACPW5sXHf .label-wrap_2 {
  background-color: #8cba3b;
}
.cid-uACPW5sXHf .label-wrap_3 {
  background-color: #846308;
}
.cid-uACPW5sXHf .icon_1 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .icon_2 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .icon_3 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .mbr-section-title {
  color: #fff7ee;
}
.cid-uACPW5sXHf .mbr-text {
  color: #fff7ee;
}
.cid-uACPW5sXHf .item-title {
  color: #fff7ee;
  text-align: right;
}
.cid-uACPW5sXHf .item-text {
  color: #fff7ee;
}
.cid-uACPW5sXHf .item-label_1 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .item-label_2 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .item-label_3 {
  color: #fff7ee;
}
.cid-uACPW5sXHf .item-text,
.cid-uACPW5sXHf .text-wrap {
  text-align: right;
}
.cid-uPBhG9Bz6x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPBhG9Bz6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBhG9Bz6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBhG9Bz6x .row {
  justify-content: center;
}
.cid-uPBhG9Bz6x .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uPBhG9Bz6x .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uPBhG9Bz6x .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPBhG9Bz6x .mbr-text {
  color: #fff7ee;
}
.cid-uPBhG9Bz6x #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uPBhG9Bz6x img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uR8EPSwIZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uR8EPSwIZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8EPSwIZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8EPSwIZY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uR8EPSwIZY .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uR8EPSwIZY .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uR8EPSwIZY .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uR8EPSwIZY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uR8EPSwIZY .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8EPSwIZY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR8EPSwIZY .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uR8EPSwIZY .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8EPSwIZY .item {
    margin-bottom: 28px;
  }
}
.cid-uR8EPSwIZY .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uR8EPSwIZY .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uR8EPSwIZY .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uR8EPSwIZY .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uR8EPSwIZY .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #7a6f50;
  background-color: #7a6f50;
}
.cid-uR8EPSwIZY .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uR8EPSwIZY .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uR8EPSwIZY .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uR8EPSwIZY .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uR8EPSwIZY .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uR8EPSwIZY .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uR8EPSwIZY .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uR8EPSwIZY .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uR8EPSwIZY .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uR8EPSwIZY .mbr-section-title {
  color: #ffcb34;
  text-align: left;
}
.cid-uR8EPSwIZY .mbr-text,
.cid-uR8EPSwIZY .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uR8EPSwIZY .mbr-desc,
.cid-uR8EPSwIZY .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uR8EPSwIZY .item-title {
  color: #f0ba11;
  text-align: center;
}
.cid-uR8EPSwIZY .item-text {
  color: #ffffff;
}
.cid-uR8KGLKAHB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR8KGLKAHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8KGLKAHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8KGLKAHB .row {
  justify-content: center;
}
.cid-uR8KGLKAHB .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uR8KGLKAHB .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uR8KGLKAHB .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR8KGLKAHB .mbr-text {
  color: #fff7ee;
}
.cid-uR8KGLKAHB #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uR8KGLKAHB img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uR8Kj9f28f {
  background-image: url("../../../assets/images/cultivo-biologico-el-torreon-1.jpg-1772x1145.jpeg");
}
.cid-uR8Kj9f28f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8Kj9f28f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8Kj9f28f .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uR8Kj9f28f .image-wrapper {
    height: 350px;
  }
}
.cid-uR8KAZqs03 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uR8KAZqs03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8KAZqs03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8KAZqs03 .row {
  justify-content: center;
}
.cid-uR8KAZqs03 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR8KAZqs03 .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uR8KAZqs03 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uR8KAZqs03 .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uR8KAZqs03 .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uR8KAZqs03 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR8KAZqs03 .mbr-section-title,
.cid-uR8KAZqs03 .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uR8KAZqs03 .mbr-desc {
  color: #e5d097;
}
.cid-uR8KAZqs03 .mbr-text {
  color: #c4b68f;
}
.cid-uR8KAZqs03 .mbr-section-title,
.cid-uR8KAZqs03 .title-wrapper,
.cid-uR8KAZqs03 .mbr-iconfont {
  color: #e5d097;
}
.cid-uRzTBaJnwp {
  padding-top: 0rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #151e11;
}
.cid-uRzTBaJnwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRzTBaJnwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRzTBaJnwp .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRzTBaJnwp .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uRzTBaJnwp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uRzTBaJnwp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uRzTBaJnwp .embla__slide .slide-content {
  width: 100%;
}
.cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #726647;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uRzTBaJnwp .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-uRzTBaJnwp .embla__button--next,
.cid-uRzTBaJnwp .embla__button--prev {
  display: flex;
}
.cid-uRzTBaJnwp .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-uRzTBaJnwp .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #aa9456 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRzTBaJnwp .embla__button:hover {
  background-color: #ffffff !important;
  color: #aa9456 !important;
}
.cid-uRzTBaJnwp .embla__button:disabled {
  opacity: .5 !important;
  background-color: #aa9456 !important;
  color: #ffffff !important;
}
.cid-uRzTBaJnwp .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-uRzTBaJnwp .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uRzTBaJnwp .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 4.5rem;
}
.cid-uRzTBaJnwp .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uRzTBaJnwp .embla__viewport {
    padding: 0;
  }
}
.cid-uRzTBaJnwp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRzTBaJnwp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRzTBaJnwp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRzTBaJnwp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uRzTBaJnwp .mbr-section-title,
.cid-uRzTBaJnwp .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uRzTBaJnwp .card-title {
  color: #323432;
}
.cid-uRzTBaJnwp .card-text {
  color: #e7ddc2;
}
.cid-uRzTBaJnwp .card-title,
.cid-uRzTBaJnwp .mbr-section-btn {
  color: #e5d097;
}
.cid-uR8O0QbV2d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR8O0QbV2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8O0QbV2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8O0QbV2d .row {
  justify-content: center;
}
.cid-uR8O0QbV2d .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uR8O0QbV2d .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uR8O0QbV2d .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR8O0QbV2d .mbr-text {
  color: #fff7ee;
}
.cid-uR8O0QbV2d #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uR8O0QbV2d img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uACPXWzUGY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #726647;
}
.cid-uACPXWzUGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPXWzUGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPXWzUGY .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uACPXWzUGY .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .image-wrapper img {
    height: 350px;
  }
}
.cid-uACPXWzUGY .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uACPXWzUGY .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .content-wrapper {
    padding-left: 0;
  }
}
.cid-uACPXWzUGY .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uACPXWzUGY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uACPXWzUGY .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffd769;
}
.cid-uACPXWzUGY .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uACPXWzUGY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uACPXWzUGY .mbr-label,
.cid-uACPXWzUGY .label-wrapper {
  color: #ffd769;
}
.cid-uACPXWzUGY .mbr-section-title {
  color: #fff7ee;
}
.cid-uACPXWzUGY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uACPXWzUGY .mbr-section-title,
.cid-uACPXWzUGY .mbr-section-btn {
  text-align: left;
}
.cid-uRzIp91vGD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRzIp91vGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRzIp91vGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRzIp91vGD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRzIp91vGD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uRzIp91vGD .container {
    padding: 0 20px;
  }
}
.cid-uRzIp91vGD .row {
  justify-content: space-between;
}
.cid-uRzIp91vGD .card {
  justify-content: center;
}
.cid-uRzIp91vGD .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uRzIp91vGD .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uRzIp91vGD .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uRzIp91vGD .content-wrapper .content-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uRzIp91vGD .content-wrapper .content-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uRzIp91vGD .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uRzIp91vGD .content-wrapper .content-wrap .mbr-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uRzIp91vGD .content-wrapper .content-wrap .mbr-number {
    margin-bottom: 40px;
  }
}
.cid-uRzIp91vGD .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.cid-uRzIp91vGD .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #d8a35c;
  opacity: .2;
}
@media (max-width: 992px) {
  .cid-uRzIp91vGD .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRzIp91vGD .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRzIp91vGD .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uRzIp91vGD .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uRzIp91vGD .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRzIp91vGD .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRzIp91vGD .image-wrapper img {
    height: 350px;
  }
}
.cid-uRzIp91vGD .mbr-number {
  color: #cc9600;
  text-align: right;
}
.cid-uRzIp91vGD .mbr-section-title {
  color: #1e1d1c;
}
.cid-uRzIp91vGD .mbr-text {
  color: #7a6f50;
  text-align: right;
}
.cid-uRzIp91vGD .mbr-section-title,
.cid-uRzIp91vGD .mbr-section-btn {
  color: #7a6f50;
  text-align: right;
}
.cid-uR8QckMrrU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR8QckMrrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8QckMrrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8QckMrrU .row {
  justify-content: center;
}
.cid-uR8QckMrrU .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uR8QckMrrU .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uR8QckMrrU .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR8QckMrrU .mbr-text {
  color: #fff7ee;
}
.cid-uR8QckMrrU #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uR8QckMrrU img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uACPYTefPH {
  background-image: url("../../../assets/images/huerta-el-torreon-ugena-toledo.jpg-2000x1500.jpg");
}
.cid-uACPYTefPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPYTefPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPYTefPH .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uACPYTefPH .image-wrap {
    height: 350px;
  }
}
.cid-uACPX9IoWI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #151e11;
}
.cid-uACPX9IoWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPX9IoWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPX9IoWI .row {
  justify-content: center;
}
.cid-uACPX9IoWI .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uACPX9IoWI .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uACPX9IoWI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uACPX9IoWI .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uACPX9IoWI .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uACPX9IoWI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uACPX9IoWI .mbr-section-title,
.cid-uACPX9IoWI .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uACPX9IoWI .mbr-desc {
  color: #ffbe0d;
}
.cid-uACPX9IoWI .mbr-text {
  color: #e7ddc2;
}
.cid-uACQ3Tr7o8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uACQ3Tr7o8 .item:focus,
.cid-uACQ3Tr7o8 span:focus {
  outline: none;
}
.cid-uACQ3Tr7o8 .item {
  cursor: pointer;
}
.cid-uACQ3Tr7o8 .grid-container {
  grid-row-gap: 26px;
}
.cid-uACQ3Tr7o8 .grid-container-1,
.cid-uACQ3Tr7o8 .grid-container-2 {
  gap: 0 26px;
}
.cid-uACQ3Tr7o8 .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uACQ3Tr7o8 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uACQ3Tr7o8 .content-head {
  max-width: 800px;
}
.cid-uACQ3Tr7o8 .container,
.cid-uACQ3Tr7o8 .container-fluid {
  overflow: hidden;
}
.cid-uACQ3Tr7o8 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uACQ3Tr7o8 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uACQ3Tr7o8 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uACQ3Tr7o8 .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uACQ3Tr7o8 .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uACQ3Tr7o8 .grid-container-1,
.cid-uACQ3Tr7o8 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uACQ3Tr7o8 .grid-container-1 {
  align-items: flex-end;
}
.cid-uACQ3Tr7o8 .grid-container-2 {
  align-items: flex-start;
}
.cid-uPIK9wIwk5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIK9wIwk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIK9wIwk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIK9wIwk5 .col-12 {
  position: relative;
}
.cid-uPIK9wIwk5 img {
  max-width: 800px;
  margin: auto;
}
.cid-uPIK9wIwk5 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPIK9wIwk5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPIK9wIwk5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPIK9wIwk5 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPIK9wIwk5 .mbr-section-title {
  color: #000000;
}
.cid-uPCZ82OuQU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPCZ82OuQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCZ82OuQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCZ82OuQU .col-12 {
  position: relative;
}
.cid-uPCZ82OuQU img {
  max-width: 800px;
  margin: auto;
}
.cid-uPCZ82OuQU .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPCZ82OuQU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPCZ82OuQU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPCZ82OuQU .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPCZ82OuQU .mbr-section-title {
  color: #000000;
}
.cid-uPCYBALSAR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPCYBALSAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCYBALSAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCYBALSAR .col-12 {
  position: relative;
}
.cid-uPCYBALSAR img {
  max-width: 800px;
  margin: auto;
}
.cid-uPCYBALSAR .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPCYBALSAR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPCYBALSAR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPCYBALSAR .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPCYBALSAR .mbr-section-title {
  color: #000000;
}
.cid-uPCYE3pOZT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPCYE3pOZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCYE3pOZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCYE3pOZT .col-12 {
  position: relative;
}
.cid-uPCYE3pOZT img {
  max-width: 800px;
  margin: auto;
}
.cid-uPCYE3pOZT .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPCYE3pOZT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPCYE3pOZT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPCYE3pOZT .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPCYE3pOZT .mbr-section-title {
  color: #000000;
}
.cid-uSl1QwHvAf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSl1QwHvAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl1QwHvAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl1QwHvAf .col-12 {
  position: relative;
}
.cid-uSl1QwHvAf img {
  max-width: 800px;
  margin: auto;
}
.cid-uSl1QwHvAf .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uSl1QwHvAf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSl1QwHvAf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSl1QwHvAf .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSl1QwHvAf .mbr-section-title {
  color: #000000;
}
.cid-uRcnHU9V9m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcnHU9V9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcnHU9V9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcnHU9V9m .row {
  justify-content: center;
}
.cid-uRcnHU9V9m .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRcnHU9V9m .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRcnHU9V9m .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRcnHU9V9m .mbr-text {
  color: #fff7ee;
}
.cid-uRcnHU9V9m #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uRcnHU9V9m img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uRcnrun4hU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656158;
}
.cid-uRcnrun4hU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcnrun4hU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcnrun4hU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uRcnrun4hU .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uRcnrun4hU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRcnrun4hU .container {
    padding: 0 16px;
  }
}
.cid-uRcnrun4hU .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uRcnrun4hU .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uRcnrun4hU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRcnrun4hU .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRcnrun4hU .image-wrapper img {
    height: 350px;
  }
}
.cid-uRcnrun4hU .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uRcnrun4hU .content-wrapper {
    margin: 0;
  }
}
.cid-uRcnrun4hU .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uRcnrun4hU .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uRcnrun4hU .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uRcnrun4hU .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uRcnrun4hU .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uRcnrun4hU .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uRcnrun4hU .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uRcnrun4hU .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uRcnrun4hU .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uRcnrun4hU .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #1c1c1c !important;
}
.cid-uRcnrun4hU .dragArea.row .form-group .form-control:hover,
.cid-uRcnrun4hU .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #1c1c1c !important;
}
.cid-uRcnrun4hU .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .7;
}
.cid-uRcnrun4hU .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uRcnrun4hU .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uRcnrun4hU .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fff7ee;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uRcnrun4hU .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #ffffff;
}
.cid-uRcnrun4hU .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uRcnrun4hU .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uRcnrun4hU .mbr-section-title {
  color: #1c1c1c;
}
.cid-uRcnrun4hU .mbr-desc {
  color: #1c1c1c;
}
.cid-uRcnrun4hU .mbr-text {
  color: #1c1c1c;
}
.cid-uRcnrun4hU LABEL {
  color: #e7ddc2;
}
.cid-uRcnrun4hU .mbr-desc,
.cid-uRcnrun4hU .desc-wrapper {
  color: #e7ddc2;
}
.cid-uRckIOxjYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRckIOxjYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRckIOxjYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRckIOxjYq .container,
.cid-uRckIOxjYq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .container,
  .cid-uRckIOxjYq .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRckIOxjYq a {
  display: block;
}
.cid-uRckIOxjYq a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #d8a35c;
  border-bottom: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uRckIOxjYq a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uRckIOxjYq a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uRckIOxjYq .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .copy-wrapper {
    border-right: none;
  }
}
.cid-uRckIOxjYq .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uRckIOxjYq .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .list-wrapper {
    height: auto;
  }
}
.cid-uRckIOxjYq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uRckIOxjYq .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uRckIOxjYq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uRckIOxjYq .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uRckIOxjYq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRckIOxjYq .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #151e11;
  border-radius: 24px;
}
.cid-uRckIOxjYq .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uRckIOxjYq .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uRckIOxjYq .copyright {
  color: #d8a35c;
  text-align: right;
}
.cid-uRckIOxjYq .mbr-section-title {
  color: #3d4045;
}
.cid-uRckIOxjYq .mbr-text {
  color: #3d4045;
}
.cid-uRckIOxjYq .list {
  color: #ffffff;
}
.cid-uRckIOxjYq .mbr-section-btn {
  text-align: right;
}
.cid-uRckIOxjYq .mbr-section-title,
.cid-uRckIOxjYq .mbr-section-btn {
  color: #ffffff;
}
.cid-uPCYFgvPUh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPCYFgvPUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCYFgvPUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCYFgvPUh .col-12 {
  position: relative;
}
.cid-uPCYFgvPUh img {
  max-width: 800px;
  margin: auto;
}
.cid-uPCYFgvPUh .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPCYFgvPUh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPCYFgvPUh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPCYFgvPUh .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPCYFgvPUh .mbr-section-title {
  color: #000000;
}
.cid-uPCYFjpjJC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPCYFjpjJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCYFjpjJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCYFjpjJC .col-12 {
  position: relative;
}
.cid-uPCYFjpjJC img {
  max-width: 800px;
  margin: auto;
}
.cid-uPCYFjpjJC .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPCYFjpjJC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPCYFjpjJC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPCYFjpjJC .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPCYFjpjJC .mbr-section-title {
  color: #000000;
}
.cid-uR8rMz85Rb {
  background-color: transparent;
}
.cid-uR8rMz85Rb .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uR8rMz85Rb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uR8rMz85Rb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR8rMz85Rb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uR8rMz85Rb .menu_box .navbar.opened,
  .cid-uR8rMz85Rb .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uR8rMz85Rb .navbar-dropdown {
  position: relative !important;
}
.cid-uR8rMz85Rb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uR8rMz85Rb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uR8rMz85Rb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uR8rMz85Rb .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uR8rMz85Rb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uR8rMz85Rb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uR8rMz85Rb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uR8rMz85Rb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uR8rMz85Rb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uR8rMz85Rb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uR8rMz85Rb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uR8rMz85Rb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uR8rMz85Rb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uR8rMz85Rb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .nav-item {
    margin: 0 !important;
  }
}
.cid-uR8rMz85Rb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uR8rMz85Rb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uR8rMz85Rb .nav-item .nav-link:hover:before,
.cid-uR8rMz85Rb .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uR8rMz85Rb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uR8rMz85Rb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uR8rMz85Rb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uR8rMz85Rb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uR8rMz85Rb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uR8rMz85Rb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uR8rMz85Rb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uR8rMz85Rb .container {
  display: flex;
  margin: auto;
}
.cid-uR8rMz85Rb .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uR8rMz85Rb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uR8rMz85Rb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR8rMz85Rb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb .navbar-nav {
    margin: 0;
  }
}
.cid-uR8rMz85Rb .dropdown-menu,
.cid-uR8rMz85Rb .navbar.opened {
  background-color: false !important;
}
.cid-uR8rMz85Rb .nav-item:focus,
.cid-uR8rMz85Rb .nav-link:focus {
  outline: none;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR8rMz85Rb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR8rMz85Rb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR8rMz85Rb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uR8rMz85Rb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uR8rMz85Rb .navbar.opened {
  transition: all 0.3s;
}
.cid-uR8rMz85Rb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uR8rMz85Rb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uR8rMz85Rb .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uR8rMz85Rb .navbar.collapsed {
  justify-content: center;
}
.cid-uR8rMz85Rb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR8rMz85Rb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR8rMz85Rb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR8rMz85Rb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR8rMz85Rb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR8rMz85Rb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uR8rMz85Rb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uR8rMz85Rb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uR8rMz85Rb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR8rMz85Rb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uR8rMz85Rb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR8rMz85Rb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uR8rMz85Rb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uR8rMz85Rb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uR8rMz85Rb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR8rMz85Rb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uR8rMz85Rb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uR8rMz85Rb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR8rMz85Rb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uR8rMz85Rb .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-uR8rMz85Rb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR8rMz85Rb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR8rMz85Rb .dropdown-item.active,
.cid-uR8rMz85Rb .dropdown-item:active {
  background-color: transparent;
}
.cid-uR8rMz85Rb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uR8rMz85Rb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR8rMz85Rb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR8rMz85Rb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR8rMz85Rb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uR8rMz85Rb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR8rMz85Rb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uR8rMz85Rb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR8rMz85Rb .navbar {
    height: 70px;
  }
  .cid-uR8rMz85Rb .navbar.opened {
    height: auto;
  }
  .cid-uR8rMz85Rb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR8rMz85Rb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uR8rMz85Rb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uR8rMz85Rb .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uR8rMz85Rb .text_widget {
  margin-bottom: 32px;
}
.cid-uR8rMz85Rb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uR8rMz85Rb .text_widget a:hover,
.cid-uR8rMz85Rb .text_widget a:focus {
  opacity: .8;
}
.cid-uR8rMz85Rb .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uR8rMz85Rb .contacts-wrapper {
    display: none;
  }
}
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact:hover:before,
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uR8rMz85Rb .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uR8rMz85Rb .navbar-caption {
  color: #01004c;
}
.cid-uR8rMz85Rb .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uR8rMz85Rb .mbr-section-subtitle,
.cid-uR8rMz85Rb .text_widget,
.cid-uR8rMz85Rb .mbr-section-btn {
  text-align: center;
}
.cid-uR8rMz85Rb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPIzAXVoSW {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/huerta-el-torreon-ugena-toledo-2.jpeg-2000x1500.jpg");
}
.cid-uPIzAXVoSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIzAXVoSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIzAXVoSW .row {
  justify-content: center;
}
.cid-uPIzAXVoSW .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uPIzAXVoSW .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uPIzAXVoSW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPIzAXVoSW .mbr-text {
  color: #fff7ee;
}
.cid-uPIzAXVoSW #divfoto {
  margin-left: -16px !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-uPIzAXVoSW img {
  text-align: center !important;
  height: 200px;
  width: auto;
  border-radius: 0px !important;
}
.cid-uPIE3DxW0x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #151e11;
}
.cid-uPIE3DxW0x .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uPIE3DxW0x .image-wrap {
    padding: 16px;
  }
}
.cid-uPIE3DxW0x .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPIE3DxW0x .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uPIE3DxW0x .image-overlay {
    padding: 16px;
  }
}
.cid-uPIE3DxW0x .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.cid-uPIE3DxW0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIE3DxW0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIE3DxW0x .row {
  justify-content: center;
}
.cid-uPIE3DxW0x .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uPIE3DxW0x .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uPIE3DxW0x .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPIE3DxW0x .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPIE3DxW0x .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPIE3DxW0x .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPIE3DxW0x .mbr-section-title {
  color: #fff7ee;
}
.cid-uPIE3DxW0x .mbr-text,
.cid-uPIE3DxW0x .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uPIE3DxW0x .mbr-section-title,
.cid-uPIE3DxW0x .mbr-section-btn {
  text-align: center;
}
.cid-uPIzB25deg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIzB25deg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIzB25deg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIzB25deg .col-12 {
  position: relative;
}
.cid-uPIzB25deg img {
  max-width: 800px;
  margin: auto;
}
.cid-uPIzB25deg .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPIzB25deg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPIzB25deg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPIzB25deg .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPIzB25deg .mbr-section-title {
  color: #000000;
}
.cid-uPIzB2BHAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIzB2BHAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIzB2BHAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIzB2BHAD .col-12 {
  position: relative;
}
.cid-uPIzB2BHAD img {
  max-width: 800px;
  margin: auto;
}
.cid-uPIzB2BHAD .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPIzB2BHAD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPIzB2BHAD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPIzB2BHAD .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPIzB2BHAD .mbr-section-title {
  color: #000000;
}
.cid-uPIzB3aR0B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIzB3aR0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIzB3aR0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIzB3aR0B .col-12 {
  position: relative;
}
.cid-uPIzB3aR0B img {
  max-width: 800px;
  margin: auto;
}
.cid-uPIzB3aR0B .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPIzB3aR0B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPIzB3aR0B .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPIzB3aR0B .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPIzB3aR0B .mbr-section-title {
  color: #000000;
}
.cid-uPIEISoLMB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIEISoLMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIEISoLMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIEISoLMB .col-12 {
  position: relative;
}
.cid-uPIEISoLMB img {
  max-width: 800px;
  margin: auto;
}
.cid-uPIEISoLMB .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPIEISoLMB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPIEISoLMB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPIEISoLMB .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPIEISoLMB .mbr-section-title {
  color: #000000;
}
.cid-uPIzB4ysbw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIzB4ysbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIzB4ysbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIzB4ysbw .col-12 {
  position: relative;
}
.cid-uPIzB4ysbw img {
  max-width: 800px;
  margin: auto;
}
.cid-uPIzB4ysbw .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPIzB4ysbw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPIzB4ysbw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPIzB4ysbw .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPIzB4ysbw .mbr-section-title {
  color: #000000;
}
.cid-uPIzB50f4I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIzB50f4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIzB50f4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIzB50f4I .col-12 {
  position: relative;
}
.cid-uPIzB50f4I img {
  max-width: 800px;
  margin: auto;
}
.cid-uPIzB50f4I .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uPIzB50f4I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPIzB50f4I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPIzB50f4I .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPIzB50f4I .mbr-section-title {
  color: #000000;
}
.cid-uSl2j23s1V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSl2j23s1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl2j23s1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl2j23s1V .col-12 {
  position: relative;
}
.cid-uSl2j23s1V img {
  max-width: 800px;
  margin: auto;
}
.cid-uSl2j23s1V .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uSl2j23s1V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSl2j23s1V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSl2j23s1V .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSl2j23s1V .mbr-section-title {
  color: #000000;
}
.cid-uRckIOxjYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRckIOxjYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRckIOxjYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRckIOxjYq .container,
.cid-uRckIOxjYq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .container,
  .cid-uRckIOxjYq .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRckIOxjYq a {
  display: block;
}
.cid-uRckIOxjYq a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #d8a35c;
  border-bottom: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uRckIOxjYq a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uRckIOxjYq a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uRckIOxjYq .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .copy-wrapper {
    border-right: none;
  }
}
.cid-uRckIOxjYq .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uRckIOxjYq .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .list-wrapper {
    height: auto;
  }
}
.cid-uRckIOxjYq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uRckIOxjYq .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uRckIOxjYq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uRckIOxjYq .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uRckIOxjYq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRckIOxjYq .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #151e11;
  border-radius: 24px;
}
.cid-uRckIOxjYq .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uRckIOxjYq .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uRckIOxjYq .copyright {
  color: #d8a35c;
  text-align: right;
}
.cid-uRckIOxjYq .mbr-section-title {
  color: #3d4045;
}
.cid-uRckIOxjYq .mbr-text {
  color: #3d4045;
}
.cid-uRckIOxjYq .list {
  color: #ffffff;
}
.cid-uRckIOxjYq .mbr-section-btn {
  text-align: right;
}
.cid-uRckIOxjYq .mbr-section-title,
.cid-uRckIOxjYq .mbr-section-btn {
  color: #ffffff;
}
.cid-uRcxJOtDcX {
  background-color: transparent;
}
.cid-uRcxJOtDcX .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uRcxJOtDcX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uRcxJOtDcX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRcxJOtDcX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRcxJOtDcX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRcxJOtDcX .menu_box .navbar.opened,
  .cid-uRcxJOtDcX .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRcxJOtDcX .navbar-dropdown {
  position: relative !important;
}
.cid-uRcxJOtDcX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRcxJOtDcX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uRcxJOtDcX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uRcxJOtDcX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uRcxJOtDcX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRcxJOtDcX .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uRcxJOtDcX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRcxJOtDcX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRcxJOtDcX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRcxJOtDcX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRcxJOtDcX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRcxJOtDcX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRcxJOtDcX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRcxJOtDcX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRcxJOtDcX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uRcxJOtDcX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRcxJOtDcX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRcxJOtDcX .nav-item {
    margin: 0 !important;
  }
}
.cid-uRcxJOtDcX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRcxJOtDcX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRcxJOtDcX .nav-item .nav-link:hover:before,
.cid-uRcxJOtDcX .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uRcxJOtDcX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRcxJOtDcX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRcxJOtDcX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRcxJOtDcX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRcxJOtDcX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRcxJOtDcX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uRcxJOtDcX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRcxJOtDcX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRcxJOtDcX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRcxJOtDcX .container {
  display: flex;
  margin: auto;
}
.cid-uRcxJOtDcX .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRcxJOtDcX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRcxJOtDcX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRcxJOtDcX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRcxJOtDcX .navbar-nav {
    margin: 0;
  }
}
.cid-uRcxJOtDcX .dropdown-menu,
.cid-uRcxJOtDcX .navbar.opened {
  background-color: false !important;
}
.cid-uRcxJOtDcX .nav-item:focus,
.cid-uRcxJOtDcX .nav-link:focus {
  outline: none;
}
.cid-uRcxJOtDcX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRcxJOtDcX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRcxJOtDcX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRcxJOtDcX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRcxJOtDcX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRcxJOtDcX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRcxJOtDcX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRcxJOtDcX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRcxJOtDcX .navbar.opened {
  transition: all 0.3s;
}
.cid-uRcxJOtDcX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRcxJOtDcX .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRcxJOtDcX .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uRcxJOtDcX .navbar.collapsed {
  justify-content: center;
}
.cid-uRcxJOtDcX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRcxJOtDcX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRcxJOtDcX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRcxJOtDcX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRcxJOtDcX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRcxJOtDcX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRcxJOtDcX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRcxJOtDcX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRcxJOtDcX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRcxJOtDcX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRcxJOtDcX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRcxJOtDcX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRcxJOtDcX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRcxJOtDcX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRcxJOtDcX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRcxJOtDcX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRcxJOtDcX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRcxJOtDcX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRcxJOtDcX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRcxJOtDcX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRcxJOtDcX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRcxJOtDcX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRcxJOtDcX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRcxJOtDcX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRcxJOtDcX .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-uRcxJOtDcX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRcxJOtDcX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRcxJOtDcX .dropdown-item.active,
.cid-uRcxJOtDcX .dropdown-item:active {
  background-color: transparent;
}
.cid-uRcxJOtDcX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uRcxJOtDcX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRcxJOtDcX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRcxJOtDcX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRcxJOtDcX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRcxJOtDcX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRcxJOtDcX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.cid-uRcxJOtDcX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uRcxJOtDcX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRcxJOtDcX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRcxJOtDcX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRcxJOtDcX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRcxJOtDcX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRcxJOtDcX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRcxJOtDcX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRcxJOtDcX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRcxJOtDcX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRcxJOtDcX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRcxJOtDcX .navbar {
    height: 70px;
  }
  .cid-uRcxJOtDcX .navbar.opened {
    height: auto;
  }
  .cid-uRcxJOtDcX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRcxJOtDcX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRcxJOtDcX .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRcxJOtDcX .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRcxJOtDcX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRcxJOtDcX .text_widget {
  margin-bottom: 32px;
}
.cid-uRcxJOtDcX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRcxJOtDcX .text_widget a:hover,
.cid-uRcxJOtDcX .text_widget a:focus {
  opacity: .8;
}
.cid-uRcxJOtDcX .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uRcxJOtDcX .contacts-wrapper {
    display: none;
  }
}
.cid-uRcxJOtDcX .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uRcxJOtDcX .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRcxJOtDcX .contacts-wrapper a .mbr-contact:hover:before,
.cid-uRcxJOtDcX .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uRcxJOtDcX .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uRcxJOtDcX .navbar-caption {
  color: #01004c;
}
.cid-uRcxJOtDcX .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRcxJOtDcX .mbr-section-subtitle,
.cid-uRcxJOtDcX .text_widget,
.cid-uRcxJOtDcX .mbr-section-btn {
  text-align: center;
}
.cid-uRcxJOtDcX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRcxJPiRc3 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/cultivo-biologico-el-torreon-8.jpg-1476x982.jpg");
}
.cid-uRcxJPiRc3 .mbr-overlay {
  background-color: #3b5830;
  opacity: 0.7;
}
.cid-uRcxJPiRc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxJPiRc3 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uRcxJPiRc3 .line {
    margin-bottom: 10rem;
  }
}
.cid-uRcxJPiRc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxJPiRc3 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRcxJPiRc3 {
    align-items: center;
  }
  .cid-uRcxJPiRc3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRcxJPiRc3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRcxJPiRc3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRcxJPiRc3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRcxJPiRc3 .content-wrap {
    width: 100%;
  }
}
.cid-uRcxJPiRc3 .mbr-section-subtitle,
.cid-uRcxJPiRc3 .line {
  color: #ffffff;
}
.cid-uRcxJPiRc3 .mbr-text,
.cid-uRcxJPiRc3 .mbr-section-btn {
  text-align: right;
}
.cid-uRcxJPiRc3 .mbr-section-title DIV {
  text-align: right;
}
.cid-uRcxJRuJ2Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcxJRuJ2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxJRuJ2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxJRuJ2Z .row {
  justify-content: center;
}
.cid-uRcxJRuJ2Z .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRcxJRuJ2Z .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRcxJRuJ2Z .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRcxJRuJ2Z .mbr-text {
  color: #fff7ee;
}
.cid-uRcxJRuJ2Z #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uRcxJRuJ2Z img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uRcyDbHT97 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRcyDbHT97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcyDbHT97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcyDbHT97 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uRcyDbHT97 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uRcyDbHT97 .container {
    padding: 0 24px;
  }
}
.cid-uRcyDbHT97 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRcyDbHT97 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRcyDbHT97 .mbr-section-title {
  color: #3b5830;
}
.cid-uRcxJSQpjS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcxJSQpjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxJSQpjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxJSQpjS .row {
  justify-content: center;
}
.cid-uRcxJSQpjS .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRcxJSQpjS .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRcxJSQpjS .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRcxJSQpjS .mbr-text {
  color: #fff7ee;
}
.cid-uRcxJSQpjS #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uRcxJSQpjS img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uRczsNCHXF {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/cultivo-biologico-el-torreon-13.jpg-1476x984.jpg");
}
.cid-uRczsNCHXF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uRczsNCHXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRczsNCHXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRczsNCHXF .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uRczsNCHXF .image-wrap {
    height: 300px;
  }
}
.cid-uRcxJUeySF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcxJUeySF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxJUeySF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxJUeySF .row {
  justify-content: center;
}
.cid-uRcxJUeySF .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRcxJUeySF .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uRcxJUeySF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRcxJUeySF .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uRcxJUeySF .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uRcxJUeySF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRcxJUeySF .mbr-section-title,
.cid-uRcxJUeySF .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uRcxJUeySF .mbr-desc {
  color: #7a6f50;
}
.cid-uRcxJUeySF .mbr-text {
  color: #948763;
}
.cid-uRcxJUeySF .mbr-section-title,
.cid-uRcxJUeySF .title-wrapper,
.cid-uRcxJUeySF .mbr-iconfont {
  color: #d8a35c;
}
.cid-uSl1UsRZBO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSl1UsRZBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl1UsRZBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl1UsRZBO .col-12 {
  position: relative;
}
.cid-uSl1UsRZBO img {
  max-width: 800px;
  margin: auto;
}
.cid-uSl1UsRZBO .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uSl1UsRZBO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSl1UsRZBO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSl1UsRZBO .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSl1UsRZBO .mbr-section-title {
  color: #000000;
}
.cid-uRcxK1hXB9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcxK1hXB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxK1hXB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxK1hXB9 .col-12 {
  position: relative;
}
.cid-uRcxK1hXB9 img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcxK1hXB9 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcxK1hXB9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcxK1hXB9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcxK1hXB9 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcxK1hXB9 .mbr-section-title {
  color: #000000;
}
.cid-uRcxK28R6w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcxK28R6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxK28R6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxK28R6w .col-12 {
  position: relative;
}
.cid-uRcxK28R6w img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcxK28R6w .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcxK28R6w .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcxK28R6w .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcxK28R6w .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcxK28R6w .mbr-section-title {
  color: #000000;
}
.cid-uRcxK2WQYp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcxK2WQYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxK2WQYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxK2WQYp .col-12 {
  position: relative;
}
.cid-uRcxK2WQYp img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcxK2WQYp .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcxK2WQYp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcxK2WQYp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcxK2WQYp .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcxK2WQYp .mbr-section-title {
  color: #000000;
}
.cid-uRcxK3TdXI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcxK3TdXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxK3TdXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxK3TdXI .col-12 {
  position: relative;
}
.cid-uRcxK3TdXI img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcxK3TdXI .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcxK3TdXI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcxK3TdXI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcxK3TdXI .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcxK3TdXI .mbr-section-title {
  color: #000000;
}
.cid-uRHkl9wWHI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #928e84;
}
.cid-uRHkl9wWHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHkl9wWHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHkl9wWHI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uRHkl9wWHI .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uRHkl9wWHI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRHkl9wWHI .container {
    padding: 0 16px;
  }
}
.cid-uRHkl9wWHI .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uRHkl9wWHI .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uRHkl9wWHI .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRHkl9wWHI .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRHkl9wWHI .image-wrapper img {
    height: 350px;
  }
}
.cid-uRHkl9wWHI .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uRHkl9wWHI .content-wrapper {
    margin: 0;
  }
}
.cid-uRHkl9wWHI .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uRHkl9wWHI .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uRHkl9wWHI .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uRHkl9wWHI .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uRHkl9wWHI .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uRHkl9wWHI .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uRHkl9wWHI .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uRHkl9wWHI .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uRHkl9wWHI .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uRHkl9wWHI .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uRHkl9wWHI .dragArea.row .form-group .form-control:hover,
.cid-uRHkl9wWHI .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uRHkl9wWHI .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .7;
}
.cid-uRHkl9wWHI .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uRHkl9wWHI .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uRHkl9wWHI .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fff7ee;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uRHkl9wWHI .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #ffffff;
}
.cid-uRHkl9wWHI .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uRHkl9wWHI .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uRHkl9wWHI .mbr-section-title {
  color: #1c1c1c;
}
.cid-uRHkl9wWHI .mbr-desc {
  color: #1c1c1c;
}
.cid-uRHkl9wWHI .mbr-text {
  color: #1c1c1c;
}
.cid-uRHkl9wWHI .mbr-desc,
.cid-uRHkl9wWHI .desc-wrapper {
  color: #e7ddc2;
}
.cid-uRHkl9wWHI LABEL {
  color: #e7ddc2;
}
.cid-uRcxK6rk69 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRcxK6rk69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxK6rk69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxK6rk69 .container,
.cid-uRcxK6rk69 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRcxK6rk69 .container,
  .cid-uRcxK6rk69 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRcxK6rk69 a {
  display: block;
}
.cid-uRcxK6rk69 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #d8a35c;
  border-bottom: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRcxK6rk69 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uRcxK6rk69 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uRcxK6rk69 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uRcxK6rk69 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uRcxK6rk69 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uRcxK6rk69 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRcxK6rk69 .copy-wrapper {
    border-right: none;
  }
}
.cid-uRcxK6rk69 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uRcxK6rk69 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRcxK6rk69 .list-wrapper {
    height: auto;
  }
}
.cid-uRcxK6rk69 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRcxK6rk69 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uRcxK6rk69 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uRcxK6rk69 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRcxK6rk69 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uRcxK6rk69 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uRcxK6rk69 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRcxK6rk69 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRcxK6rk69 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #151e11;
  border-radius: 24px;
}
.cid-uRcxK6rk69 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uRcxK6rk69 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uRcxK6rk69 .copyright {
  color: #d8a35c;
  text-align: right;
}
.cid-uRcxK6rk69 .mbr-section-title {
  color: #3d4045;
}
.cid-uRcxK6rk69 .mbr-text {
  color: #3d4045;
}
.cid-uRcxK6rk69 .list {
  color: #ffffff;
}
.cid-uRcxK6rk69 .mbr-section-btn {
  text-align: right;
}
.cid-uRcxK6rk69 .mbr-section-title,
.cid-uRcxK6rk69 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRcxK7rOuo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcxK7rOuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxK7rOuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxK7rOuo .col-12 {
  position: relative;
}
.cid-uRcxK7rOuo img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcxK7rOuo .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcxK7rOuo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcxK7rOuo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcxK7rOuo .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcxK7rOuo .mbr-section-title {
  color: #000000;
}
.cid-uRcxK8sjLV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcxK8sjLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcxK8sjLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcxK8sjLV .col-12 {
  position: relative;
}
.cid-uRcxK8sjLV img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcxK8sjLV .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcxK8sjLV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcxK8sjLV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcxK8sjLV .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcxK8sjLV .mbr-section-title {
  color: #000000;
}
.cid-uRcIJJMPlJ {
  background-color: transparent;
}
.cid-uRcIJJMPlJ .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uRcIJJMPlJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uRcIJJMPlJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRcIJJMPlJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRcIJJMPlJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRcIJJMPlJ .menu_box .navbar.opened,
  .cid-uRcIJJMPlJ .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRcIJJMPlJ .navbar-dropdown {
  position: relative !important;
}
.cid-uRcIJJMPlJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRcIJJMPlJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uRcIJJMPlJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uRcIJJMPlJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uRcIJJMPlJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRcIJJMPlJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uRcIJJMPlJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRcIJJMPlJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRcIJJMPlJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRcIJJMPlJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRcIJJMPlJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRcIJJMPlJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRcIJJMPlJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRcIJJMPlJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRcIJJMPlJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uRcIJJMPlJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRcIJJMPlJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRcIJJMPlJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uRcIJJMPlJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRcIJJMPlJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRcIJJMPlJ .nav-item .nav-link:hover:before,
.cid-uRcIJJMPlJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uRcIJJMPlJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRcIJJMPlJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRcIJJMPlJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRcIJJMPlJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRcIJJMPlJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRcIJJMPlJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uRcIJJMPlJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRcIJJMPlJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRcIJJMPlJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRcIJJMPlJ .container {
  display: flex;
  margin: auto;
}
.cid-uRcIJJMPlJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRcIJJMPlJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRcIJJMPlJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRcIJJMPlJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRcIJJMPlJ .navbar-nav {
    margin: 0;
  }
}
.cid-uRcIJJMPlJ .dropdown-menu,
.cid-uRcIJJMPlJ .navbar.opened {
  background-color: false !important;
}
.cid-uRcIJJMPlJ .nav-item:focus,
.cid-uRcIJJMPlJ .nav-link:focus {
  outline: none;
}
.cid-uRcIJJMPlJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRcIJJMPlJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRcIJJMPlJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRcIJJMPlJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRcIJJMPlJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRcIJJMPlJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRcIJJMPlJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRcIJJMPlJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRcIJJMPlJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uRcIJJMPlJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRcIJJMPlJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRcIJJMPlJ .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uRcIJJMPlJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRcIJJMPlJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRcIJJMPlJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRcIJJMPlJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRcIJJMPlJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRcIJJMPlJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRcIJJMPlJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRcIJJMPlJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRcIJJMPlJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRcIJJMPlJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRcIJJMPlJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRcIJJMPlJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRcIJJMPlJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRcIJJMPlJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRcIJJMPlJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRcIJJMPlJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRcIJJMPlJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRcIJJMPlJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRcIJJMPlJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRcIJJMPlJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRcIJJMPlJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRcIJJMPlJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRcIJJMPlJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRcIJJMPlJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRcIJJMPlJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRcIJJMPlJ .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-uRcIJJMPlJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRcIJJMPlJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRcIJJMPlJ .dropdown-item.active,
.cid-uRcIJJMPlJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRcIJJMPlJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uRcIJJMPlJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRcIJJMPlJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRcIJJMPlJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRcIJJMPlJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRcIJJMPlJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRcIJJMPlJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.cid-uRcIJJMPlJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uRcIJJMPlJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRcIJJMPlJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRcIJJMPlJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRcIJJMPlJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRcIJJMPlJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRcIJJMPlJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRcIJJMPlJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRcIJJMPlJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRcIJJMPlJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRcIJJMPlJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRcIJJMPlJ .navbar {
    height: 70px;
  }
  .cid-uRcIJJMPlJ .navbar.opened {
    height: auto;
  }
  .cid-uRcIJJMPlJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRcIJJMPlJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRcIJJMPlJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRcIJJMPlJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRcIJJMPlJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRcIJJMPlJ .text_widget {
  margin-bottom: 32px;
}
.cid-uRcIJJMPlJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRcIJJMPlJ .text_widget a:hover,
.cid-uRcIJJMPlJ .text_widget a:focus {
  opacity: .8;
}
.cid-uRcIJJMPlJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uRcIJJMPlJ .contacts-wrapper {
    display: none;
  }
}
.cid-uRcIJJMPlJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uRcIJJMPlJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRcIJJMPlJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-uRcIJJMPlJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uRcIJJMPlJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uRcIJJMPlJ .navbar-caption {
  color: #01004c;
}
.cid-uRcIJJMPlJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRcIJJMPlJ .mbr-section-subtitle,
.cid-uRcIJJMPlJ .text_widget,
.cid-uRcIJJMPlJ .mbr-section-btn {
  text-align: center;
}
.cid-uRcIJJMPlJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRcIJM4ph4 {
  display: flex;
  background-image: url("../../../assets/images/huerta-el-torreon-ugena-toledo-31.jpeg-2000x1242.jpg");
}
.cid-uRcIJM4ph4 .mbr-overlay {
  background-color: #151e11;
  opacity: 0.3;
}
.cid-uRcIJM4ph4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIJM4ph4 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uRcIJM4ph4 .line {
    margin-bottom: 10rem;
  }
}
.cid-uRcIJM4ph4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIJM4ph4 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRcIJM4ph4 {
    align-items: center;
  }
  .cid-uRcIJM4ph4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRcIJM4ph4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRcIJM4ph4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRcIJM4ph4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRcIJM4ph4 .content-wrap {
    width: 100%;
  }
}
.cid-uRcIJM4ph4 .mbr-section-subtitle,
.cid-uRcIJM4ph4 .line {
  color: #ffffff;
}
.cid-uRcIJM4ph4 .mbr-text,
.cid-uRcIJM4ph4 .mbr-section-btn {
  text-align: right;
}
.cid-uRcIJM4ph4 .mbr-section-title DIV {
  text-align: right;
}
.cid-uRcIJM4ph4 .mbr-section-title {
  color: #ffffff;
}
.cid-uRcLmpdBOJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcLmpdBOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcLmpdBOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcLmpdBOJ .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRcLmpdBOJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRcLmpdBOJ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRcLmpdBOJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRcLmpdBOJ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRcLmpdBOJ .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uRcLmpdBOJ .image-wrapper img {
    height: 350px;
  }
}
.cid-uRcLmpdBOJ .mbr-section-title {
  color: #ffffff;
}
.cid-uRcLmpdBOJ .mbr-text {
  color: #ffffff;
}
.cid-uRcLmpdBOJ .mbr-section-title,
.cid-uRcLmpdBOJ .mbr-section-btn {
  color: #d8a35c;
  text-align: left;
}
.cid-uRcLmpdBOJ .mbr-text,
.cid-uRcLmpdBOJ .text-wrapper {
  text-align: left;
  color: #7a6f50;
}
.cid-uRcMt8zVgI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcMt8zVgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcMt8zVgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcMt8zVgI .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uRcMt8zVgI .mbr-section-title {
  color: #24262b;
}
.cid-uRcMt8zVgI .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRcMt8zVgI .cards-row {
  row-gap: 32px;
}
.cid-uRcMt8zVgI .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRcMt8zVgI .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uRcMt8zVgI .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uRcMt8zVgI .card-subtitle {
  color: #504c2f;
  text-align: right;
}
.cid-uRcMt8zVgI .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uRcMt8zVgI .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRcMt8zVgI .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uRcMt8zVgI .item-img {
    min-height: auto;
  }
}
.cid-uRcMt8zVgI .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uRcMt8zVgI .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uRcMt8zVgI .card-text,
.cid-uRcMt8zVgI .mbr-section-btn {
  color: #7a6f50;
  text-align: right;
}
.cid-uRcLUjVNTb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRcLUjVNTb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRcLUjVNTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcLUjVNTb .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-uRcLUjVNTb .row {
  justify-content: center;
}
.cid-uRcLUjVNTb .card-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: 0.5rem;
}
.cid-uRcLUjVNTb .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uRcLUjVNTb .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uRcLUjVNTb .card-link {
  color: #d8a35c;
}
.cid-uRcLUjVNTb .card-link:hover a {
  background-image: none !important;
}
.cid-uRcLUjVNTb .mbr-section-subtitle {
  color: #e41919;
}
.cid-uRcLUjVNTb .card-text {
  color: #504c2f;
  text-align: left;
}
.cid-uRcLUjVNTb .card-title,
.cid-uRcLUjVNTb .iconfont-wrapper {
  color: #504c2f;
  text-align: left;
}
.cid-uRcLUjVNTb .mbr-section-title {
  color: #555c7a;
}
.cid-uRcIJMMDXt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcIJMMDXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIJMMDXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIJMMDXt .row {
  justify-content: center;
}
.cid-uRcIJMMDXt .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRcIJMMDXt .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRcIJMMDXt .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRcIJMMDXt .mbr-text {
  color: #fff7ee;
}
.cid-uRcIJMMDXt #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uRcIJMMDXt img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uRcQCXrnOW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcQCXrnOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcQCXrnOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcQCXrnOW .row {
  justify-content: center;
}
.cid-uRcQCXrnOW .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffd769, #7a6f50 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRcQCXrnOW .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRcQCXrnOW .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uRcQCXrnOW .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRcQCXrnOW .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffd769, #7a6f50 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRcQCXrnOW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRcQCXrnOW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRcQCXrnOW .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uRcQCXrnOW .mbr-label,
.cid-uRcQCXrnOW .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRcQCXrnOW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRcQCXrnOW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRcQCXrnOW .mbr-text,
.cid-uRcQCXrnOW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRcQCXrnOW .mbr-section-title,
.cid-uRcQCXrnOW .mbr-section-btn {
  text-align: center;
  color: #948763;
}
.cid-uRcUHkDKva {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcUHkDKva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcUHkDKva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcUHkDKva .icon-title-1 {
  color: #bff747;
}
.cid-uRcUHkDKva .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRcUHkDKva .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRcUHkDKva .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRcUHkDKva .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRcUHkDKva .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRcUHkDKva .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRcUHkDKva .image-wrapper img {
    height: 350px;
  }
}
.cid-uRcUHkDKva .item-text {
  color: #7a6f50;
}
.cid-uRcUHkDKva .item-title {
  color: #c4b68f;
}
.cid-uRcUHkDKva .mbr-section-title,
.cid-uRcUHkDKva .mbr-section-btn {
  color: #7f875e;
}
.cid-uRcRQcwMM0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcRQcwMM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcRQcwMM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcRQcwMM0 .icon-title-1 {
  color: #bff747;
}
.cid-uRcRQcwMM0 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRcRQcwMM0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRcRQcwMM0 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRcRQcwMM0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRcRQcwMM0 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRcRQcwMM0 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRcRQcwMM0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uRcRQcwMM0 .item-text {
  color: #7a6f50;
}
.cid-uRcRQcwMM0 .item-title {
  color: #c4b68f;
}
.cid-uRcRQcwMM0 .mbr-section-title,
.cid-uRcRQcwMM0 .mbr-section-btn {
  color: #7f875e;
}
.cid-uRcTHH3ynZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcTHH3ynZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcTHH3ynZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcTHH3ynZ .icon-title-1 {
  color: #bff747;
}
.cid-uRcTHH3ynZ .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRcTHH3ynZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRcTHH3ynZ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRcTHH3ynZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRcTHH3ynZ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRcTHH3ynZ .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRcTHH3ynZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uRcTHH3ynZ .item-text {
  color: #7a6f50;
}
.cid-uRcTHH3ynZ .item-title {
  color: #c4b68f;
}
.cid-uRcTHH3ynZ .mbr-section-title,
.cid-uRcTHH3ynZ .mbr-section-btn {
  color: #7f875e;
}
.cid-uRcVVgwRzr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcVVgwRzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcVVgwRzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcVVgwRzr .icon-title-1 {
  color: #bff747;
}
.cid-uRcVVgwRzr .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRcVVgwRzr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRcVVgwRzr .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRcVVgwRzr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRcVVgwRzr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRcVVgwRzr .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRcVVgwRzr .image-wrapper img {
    height: 350px;
  }
}
.cid-uRcVVgwRzr .item-text {
  color: #7a6f50;
}
.cid-uRcVVgwRzr .item-title {
  color: #c4b68f;
}
.cid-uRcVVgwRzr .mbr-section-title,
.cid-uRcVVgwRzr .mbr-section-btn {
  color: #7f875e;
}
.cid-uRcW97xXrq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcW97xXrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcW97xXrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcW97xXrq .icon-title-1 {
  color: #bff747;
}
.cid-uRcW97xXrq .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRcW97xXrq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRcW97xXrq .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRcW97xXrq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRcW97xXrq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRcW97xXrq .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRcW97xXrq .image-wrapper img {
    height: 350px;
  }
}
.cid-uRcW97xXrq .item-text {
  color: #7a6f50;
}
.cid-uRcW97xXrq .item-title {
  color: #c4b68f;
}
.cid-uRcW97xXrq .mbr-section-title,
.cid-uRcW97xXrq .mbr-section-btn {
  color: #7f875e;
}
.cid-uRkwfr0Wcc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRkwfr0Wcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkwfr0Wcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkwfr0Wcc .icon-title-1 {
  color: #bff747;
}
.cid-uRkwfr0Wcc .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRkwfr0Wcc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRkwfr0Wcc .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRkwfr0Wcc .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRkwfr0Wcc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRkwfr0Wcc .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRkwfr0Wcc .image-wrapper img {
    height: 350px;
  }
}
.cid-uRkwfr0Wcc .item-text {
  color: #7a6f50;
}
.cid-uRkwfr0Wcc .item-title {
  color: #c4b68f;
}
.cid-uRkwfr0Wcc .mbr-section-title,
.cid-uRkwfr0Wcc .mbr-section-btn {
  color: #7f875e;
}
.cid-uRcWd3pvjd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcWd3pvjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcWd3pvjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcWd3pvjd .icon-title-1 {
  color: #bff747;
}
.cid-uRcWd3pvjd .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRcWd3pvjd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRcWd3pvjd .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRcWd3pvjd .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRcWd3pvjd .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRcWd3pvjd .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRcWd3pvjd .image-wrapper img {
    height: 350px;
  }
}
.cid-uRcWd3pvjd .item-text {
  color: #7a6f50;
}
.cid-uRcWd3pvjd .item-title {
  color: #c4b68f;
}
.cid-uRcWd3pvjd .mbr-section-title,
.cid-uRcWd3pvjd .mbr-section-btn {
  color: #7f875e;
}
.cid-uRkwPn9DJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRkwPn9DJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkwPn9DJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkwPn9DJ3 .icon-title-1 {
  color: #bff747;
}
.cid-uRkwPn9DJ3 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRkwPn9DJ3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRkwPn9DJ3 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRkwPn9DJ3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRkwPn9DJ3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRkwPn9DJ3 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRkwPn9DJ3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uRkwPn9DJ3 .item-text {
  color: #7a6f50;
}
.cid-uRkwPn9DJ3 .item-title {
  color: #c4b68f;
}
.cid-uRkwPn9DJ3 .mbr-section-title,
.cid-uRkwPn9DJ3 .mbr-section-btn {
  color: #7f875e;
}
.cid-uRA6vnVHw0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRA6vnVHw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRA6vnVHw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRA6vnVHw0 .icon-title-1 {
  color: #bff747;
}
.cid-uRA6vnVHw0 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRA6vnVHw0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRA6vnVHw0 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRA6vnVHw0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRA6vnVHw0 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRA6vnVHw0 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRA6vnVHw0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uRA6vnVHw0 .item-text {
  color: #7a6f50;
}
.cid-uRA6vnVHw0 .item-title {
  color: #c4b68f;
}
.cid-uRA6vnVHw0 .mbr-section-title,
.cid-uRA6vnVHw0 .mbr-section-btn {
  color: #7f875e;
}
.cid-uRAkCC02rR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRAkCC02rR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAkCC02rR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAkCC02rR .icon-title-1 {
  color: #bff747;
}
.cid-uRAkCC02rR .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRAkCC02rR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRAkCC02rR .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRAkCC02rR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRAkCC02rR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRAkCC02rR .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uRAkCC02rR .image-wrapper img {
    height: 350px;
  }
}
.cid-uRAkCC02rR .item-text {
  color: #7a6f50;
}
.cid-uRAkCC02rR .item-title {
  color: #c4b68f;
}
.cid-uRAkCC02rR .mbr-section-title,
.cid-uRAkCC02rR .mbr-section-btn {
  color: #7f875e;
}
.cid-uRky4MhPVk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRky4MhPVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRky4MhPVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRky4MhPVk .row {
  justify-content: center;
}
.cid-uRky4MhPVk .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRky4MhPVk .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRky4MhPVk .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRky4MhPVk .mbr-text {
  color: #fff7ee;
}
.cid-uRky4MhPVk #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uRky4MhPVk img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uRcIJQgxN1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcIJQgxN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIJQgxN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIJQgxN1 .col-12 {
  position: relative;
}
.cid-uRcIJQgxN1 img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcIJQgxN1 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcIJQgxN1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcIJQgxN1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcIJQgxN1 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcIJQgxN1 .mbr-section-title {
  color: #000000;
}
.cid-uRcIJQYWSm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcIJQYWSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIJQYWSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIJQYWSm .col-12 {
  position: relative;
}
.cid-uRcIJQYWSm img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcIJQYWSm .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcIJQYWSm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcIJQYWSm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcIJQYWSm .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcIJQYWSm .mbr-section-title {
  color: #000000;
}
.cid-uRcIJREAI8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcIJREAI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIJREAI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIJREAI8 .col-12 {
  position: relative;
}
.cid-uRcIJREAI8 img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcIJREAI8 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcIJREAI8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcIJREAI8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcIJREAI8 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcIJREAI8 .mbr-section-title {
  color: #000000;
}
.cid-uRcIJSkIeO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcIJSkIeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIJSkIeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIJSkIeO .col-12 {
  position: relative;
}
.cid-uRcIJSkIeO img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcIJSkIeO .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcIJSkIeO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcIJSkIeO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcIJSkIeO .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcIJSkIeO .mbr-section-title {
  color: #000000;
}
.cid-uRHlOmNeVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8d818a;
}
.cid-uRHlOmNeVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHlOmNeVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHlOmNeVa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uRHlOmNeVa .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uRHlOmNeVa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRHlOmNeVa .container {
    padding: 0 16px;
  }
}
.cid-uRHlOmNeVa .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uRHlOmNeVa .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uRHlOmNeVa .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRHlOmNeVa .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRHlOmNeVa .image-wrapper img {
    height: 350px;
  }
}
.cid-uRHlOmNeVa .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uRHlOmNeVa .content-wrapper {
    margin: 0;
  }
}
.cid-uRHlOmNeVa .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uRHlOmNeVa .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uRHlOmNeVa .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uRHlOmNeVa .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uRHlOmNeVa .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uRHlOmNeVa .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uRHlOmNeVa .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uRHlOmNeVa .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uRHlOmNeVa .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uRHlOmNeVa .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uRHlOmNeVa .dragArea.row .form-group .form-control:hover,
.cid-uRHlOmNeVa .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uRHlOmNeVa .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .7;
}
.cid-uRHlOmNeVa .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uRHlOmNeVa .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uRHlOmNeVa .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fff7ee;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uRHlOmNeVa .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #ffffff;
}
.cid-uRHlOmNeVa .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uRHlOmNeVa .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uRHlOmNeVa .mbr-section-title {
  color: #1c1c1c;
}
.cid-uRHlOmNeVa .mbr-desc {
  color: #1c1c1c;
}
.cid-uRHlOmNeVa .mbr-text {
  color: #1c1c1c;
}
.cid-uSl1YzavNS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSl1YzavNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl1YzavNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl1YzavNS .col-12 {
  position: relative;
}
.cid-uSl1YzavNS img {
  max-width: 800px;
  margin: auto;
}
.cid-uSl1YzavNS .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uSl1YzavNS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSl1YzavNS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSl1YzavNS .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSl1YzavNS .mbr-section-title {
  color: #000000;
}
.cid-uRcIJTNg7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRcIJTNg7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIJTNg7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIJTNg7P .container,
.cid-uRcIJTNg7P .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRcIJTNg7P .container,
  .cid-uRcIJTNg7P .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRcIJTNg7P a {
  display: block;
}
.cid-uRcIJTNg7P a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #d8a35c;
  border-bottom: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRcIJTNg7P a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uRcIJTNg7P a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uRcIJTNg7P a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uRcIJTNg7P a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uRcIJTNg7P a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uRcIJTNg7P .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRcIJTNg7P .copy-wrapper {
    border-right: none;
  }
}
.cid-uRcIJTNg7P .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uRcIJTNg7P .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRcIJTNg7P .list-wrapper {
    height: auto;
  }
}
.cid-uRcIJTNg7P .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRcIJTNg7P .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uRcIJTNg7P .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uRcIJTNg7P .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRcIJTNg7P .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uRcIJTNg7P .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uRcIJTNg7P .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRcIJTNg7P .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRcIJTNg7P .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #151e11;
  border-radius: 24px;
}
.cid-uRcIJTNg7P .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uRcIJTNg7P .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uRcIJTNg7P .copyright {
  color: #d8a35c;
  text-align: right;
}
.cid-uRcIJTNg7P .mbr-section-title {
  color: #3d4045;
}
.cid-uRcIJTNg7P .mbr-text {
  color: #3d4045;
}
.cid-uRcIJTNg7P .list {
  color: #ffffff;
}
.cid-uRcIJTNg7P .mbr-section-btn {
  text-align: right;
}
.cid-uRcIJTNg7P .mbr-section-title,
.cid-uRcIJTNg7P .mbr-section-btn {
  color: #ffffff;
}
.cid-uRcIJV6i2g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcIJV6i2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIJV6i2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIJV6i2g .col-12 {
  position: relative;
}
.cid-uRcIJV6i2g img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcIJV6i2g .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcIJV6i2g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcIJV6i2g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcIJV6i2g .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcIJV6i2g .mbr-section-title {
  color: #000000;
}
.cid-uRcIJWk2bf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcIJWk2bf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIJWk2bf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIJWk2bf .col-12 {
  position: relative;
}
.cid-uRcIJWk2bf img {
  max-width: 800px;
  margin: auto;
}
.cid-uRcIJWk2bf .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRcIJWk2bf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRcIJWk2bf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRcIJWk2bf .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRcIJWk2bf .mbr-section-title {
  color: #000000;
}
.cid-uRAaw82ZpI {
  background-color: transparent;
}
.cid-uRAaw82ZpI .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uRAaw82ZpI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uRAaw82ZpI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRAaw82ZpI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRAaw82ZpI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRAaw82ZpI .menu_box .navbar.opened,
  .cid-uRAaw82ZpI .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRAaw82ZpI .navbar-dropdown {
  position: relative !important;
}
.cid-uRAaw82ZpI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRAaw82ZpI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uRAaw82ZpI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uRAaw82ZpI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uRAaw82ZpI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRAaw82ZpI .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uRAaw82ZpI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRAaw82ZpI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRAaw82ZpI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRAaw82ZpI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRAaw82ZpI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRAaw82ZpI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRAaw82ZpI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRAaw82ZpI .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRAaw82ZpI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uRAaw82ZpI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRAaw82ZpI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRAaw82ZpI .nav-item {
    margin: 0 !important;
  }
}
.cid-uRAaw82ZpI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRAaw82ZpI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRAaw82ZpI .nav-item .nav-link:hover:before,
.cid-uRAaw82ZpI .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uRAaw82ZpI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRAaw82ZpI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRAaw82ZpI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRAaw82ZpI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRAaw82ZpI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRAaw82ZpI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uRAaw82ZpI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRAaw82ZpI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRAaw82ZpI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRAaw82ZpI .container {
  display: flex;
  margin: auto;
}
.cid-uRAaw82ZpI .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRAaw82ZpI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRAaw82ZpI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRAaw82ZpI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRAaw82ZpI .navbar-nav {
    margin: 0;
  }
}
.cid-uRAaw82ZpI .dropdown-menu,
.cid-uRAaw82ZpI .navbar.opened {
  background-color: false !important;
}
.cid-uRAaw82ZpI .nav-item:focus,
.cid-uRAaw82ZpI .nav-link:focus {
  outline: none;
}
.cid-uRAaw82ZpI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRAaw82ZpI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRAaw82ZpI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRAaw82ZpI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAaw82ZpI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRAaw82ZpI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRAaw82ZpI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRAaw82ZpI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRAaw82ZpI .navbar.opened {
  transition: all 0.3s;
}
.cid-uRAaw82ZpI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRAaw82ZpI .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRAaw82ZpI .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uRAaw82ZpI .navbar.collapsed {
  justify-content: center;
}
.cid-uRAaw82ZpI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRAaw82ZpI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRAaw82ZpI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRAaw82ZpI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRAaw82ZpI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRAaw82ZpI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRAaw82ZpI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRAaw82ZpI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRAaw82ZpI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRAaw82ZpI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRAaw82ZpI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRAaw82ZpI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRAaw82ZpI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRAaw82ZpI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRAaw82ZpI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRAaw82ZpI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRAaw82ZpI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRAaw82ZpI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRAaw82ZpI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRAaw82ZpI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRAaw82ZpI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRAaw82ZpI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRAaw82ZpI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRAaw82ZpI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRAaw82ZpI .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-uRAaw82ZpI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRAaw82ZpI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRAaw82ZpI .dropdown-item.active,
.cid-uRAaw82ZpI .dropdown-item:active {
  background-color: transparent;
}
.cid-uRAaw82ZpI .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uRAaw82ZpI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRAaw82ZpI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRAaw82ZpI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRAaw82ZpI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRAaw82ZpI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRAaw82ZpI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.cid-uRAaw82ZpI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uRAaw82ZpI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRAaw82ZpI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAaw82ZpI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAaw82ZpI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRAaw82ZpI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAaw82ZpI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRAaw82ZpI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRAaw82ZpI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAaw82ZpI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRAaw82ZpI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRAaw82ZpI .navbar {
    height: 70px;
  }
  .cid-uRAaw82ZpI .navbar.opened {
    height: auto;
  }
  .cid-uRAaw82ZpI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRAaw82ZpI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRAaw82ZpI .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRAaw82ZpI .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRAaw82ZpI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRAaw82ZpI .text_widget {
  margin-bottom: 32px;
}
.cid-uRAaw82ZpI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRAaw82ZpI .text_widget a:hover,
.cid-uRAaw82ZpI .text_widget a:focus {
  opacity: .8;
}
.cid-uRAaw82ZpI .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uRAaw82ZpI .contacts-wrapper {
    display: none;
  }
}
.cid-uRAaw82ZpI .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uRAaw82ZpI .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRAaw82ZpI .contacts-wrapper a .mbr-contact:hover:before,
.cid-uRAaw82ZpI .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uRAaw82ZpI .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uRAaw82ZpI .navbar-caption {
  color: #01004c;
}
.cid-uRAaw82ZpI .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRAaw82ZpI .mbr-section-subtitle,
.cid-uRAaw82ZpI .text_widget,
.cid-uRAaw82ZpI .mbr-section-btn {
  text-align: center;
}
.cid-uRAaw82ZpI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRAaw8FJwk {
  display: flex;
  background-image: url("../../../assets/images/huerta-el-torreon-ugena-toledo-33-1772x997.jpg");
}
.cid-uRAaw8FJwk .mbr-overlay {
  background-color: #151e11;
  opacity: 0.3;
}
.cid-uRAaw8FJwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAaw8FJwk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uRAaw8FJwk .line {
    margin-bottom: 10rem;
  }
}
.cid-uRAaw8FJwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAaw8FJwk p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRAaw8FJwk {
    align-items: center;
  }
  .cid-uRAaw8FJwk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRAaw8FJwk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRAaw8FJwk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRAaw8FJwk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRAaw8FJwk .content-wrap {
    width: 100%;
  }
}
.cid-uRAaw8FJwk .mbr-section-subtitle,
.cid-uRAaw8FJwk .line {
  color: #ffffff;
}
.cid-uRAaw8FJwk .mbr-text,
.cid-uRAaw8FJwk .mbr-section-btn {
  text-align: right;
}
.cid-uRAaw8FJwk .mbr-section-title DIV {
  text-align: justify;
}
.cid-uRAaw8FJwk .mbr-section-title {
  color: #ffffff;
}
.cid-uRBFO8Swk3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7f875e;
}
.cid-uRBFO8Swk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBFO8Swk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBFO8Swk3 .row {
  justify-content: center;
}
.cid-uRBFO8Swk3 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRBFO8Swk3 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRBFO8Swk3 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRBFO8Swk3 .mbr-text {
  color: #fff7ee;
}
.cid-uRBFO8Swk3 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uRBFO8Swk3 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uRBAOkAGVz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #7f875e;
}
.cid-uRBAOkAGVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBAOkAGVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBAOkAGVz .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uRBAOkAGVz .row .card {
  padding: 0 13px;
}
.cid-uRBAOkAGVz .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRBAOkAGVz .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uRBAOkAGVz .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uRBAOkAGVz .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uRBAOkAGVz .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uRBAOkAGVz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRBAOkAGVz .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRBAOkAGVz .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uRBAOkAGVz .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #504c2f;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uRBAOkAGVz .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uRBAOkAGVz .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uRBAOkAGVz .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uRBAOkAGVz .card-wrapper {
  overflow: hidden;
}
.cid-uRBAOkAGVz .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRBAOkAGVz .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uRBAOkAGVz .card-wrapper .item-content {
  padding: 54px;
  background-color: #92835c;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uRBAOkAGVz .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRBAOkAGVz .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uRBAOkAGVz .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uRBAOkAGVz .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uRBAOkAGVz .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uRBAOkAGVz .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRBAOkAGVz .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uRBAOkAGVz .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRBAOkAGVz .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uRBAOkAGVz .mbr-label,
.cid-uRBAOkAGVz .label-wrapper {
  color: #151e11;
}
.cid-uRBAOkAGVz .mbr-section-title {
  color: #f5f1ed;
  text-align: right;
}
.cid-uRBAOkAGVz .mbr-number {
  color: #b59c58;
  text-align: right;
}
.cid-uRBAOkAGVz .mbr-number-desc {
  color: #f5f1ed;
  text-align: right;
}
.cid-uRBAOkAGVz .card-label,
.cid-uRBAOkAGVz .card-label-wrapper {
  color: #fff7ee;
}
.cid-uRBAOkAGVz .card-title {
  color: #504c2f;
}
.cid-uRBAOkAGVz .card-text {
  color: #fff7ee;
}
.cid-uRAawb0RKZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f1ed;
}
.cid-uRAawb0RKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAawb0RKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAawb0RKZ .row {
  justify-content: center;
}
.cid-uRAawb0RKZ .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRAawb0RKZ .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRAawb0RKZ .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRAawb0RKZ .mbr-text {
  color: #fff7ee;
}
.cid-uRAawb0RKZ #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uRAawb0RKZ img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uRC0Byr6R2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/huerta-el-torreon-ugena-toledo-41.jpeg-1166x649.jpg");
}
.cid-uRC0Byr6R2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRC0Byr6R2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRC0Byr6R2 .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uRC0Byr6R2 .image-wrap {
    height: 350px;
  }
}
.cid-uRAawbv2Ub {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f1ed;
}
.cid-uRAawbv2Ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAawbv2Ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAawbv2Ub .row {
  justify-content: center;
}
.cid-uRAawbv2Ub .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffcb34, #3b5830 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRAawbv2Ub .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRAawbv2Ub .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uRAawbv2Ub .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRAawbv2Ub .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffcb34, #3b5830 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRAawbv2Ub .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRAawbv2Ub .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRAawbv2Ub .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uRAawbv2Ub .mbr-label,
.cid-uRAawbv2Ub .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRAawbv2Ub .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRAawbv2Ub .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRAawbv2Ub .mbr-text,
.cid-uRAawbv2Ub .text-wrapper {
  color: #5c7d4f;
  text-align: right;
}
.cid-uRAawbv2Ub .mbr-section-title,
.cid-uRAawbv2Ub .mbr-section-btn {
  text-align: center;
  color: #948763;
}
.cid-uRAc36r2YQ {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #f5f1ed;
}
@media (min-width: 992px) {
  .cid-uRAc36r2YQ .wrapper {
    padding: 0 28px;
  }
}
.cid-uRAc36r2YQ .mbr-section-head {
  margin-bottom: 210px;
}
@media (min-width: 992px) {
  .cid-uRAc36r2YQ .mbr-section-head {
    margin-bottom: 268px;
  }
}
@media (min-width: 1400px) {
  .cid-uRAc36r2YQ .image-wrapper {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .cid-uRAc36r2YQ .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uRAc36r2YQ .image-wrapper img {
  max-height: 385px;
  width: 100%;
  object-fit: cover;
}
.cid-uRAc36r2YQ .timeline-element {
  position: relative;
}
.cid-uRAc36r2YQ .timeline-element:after {
  content: "";
  position: absolute;
  background-color: #7f875e;
  width: 3px;
}
@media (max-width: 767px) {
  .cid-uRAc36r2YQ .timeline-element:after {
    height: calc(100% + 40px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uRAc36r2YQ .timeline-element:after {
    height: calc(100% + 35px);
    top: 28px;
    left: 50%;
  }
}
.cid-uRAc36r2YQ .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRAc36r2YQ .reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-uRAc36r2YQ .right {
    margin-right: 4rem;
  }
  .cid-uRAc36r2YQ .left {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uRAc36r2YQ .image-wrapper,
  .cid-uRAc36r2YQ .timeline-text-wrapper {
    margin-left: 4rem;
  }
}
.cid-uRAc36r2YQ .iconBackground {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #7f875e;
  background-color: #7f875e;
  margin-left: -5px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uRAc36r2YQ .iconBackground {
    left: 15px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  .cid-uRAc36r2YQ .iconBackground {
    top: 15px;
    left: 50%;
  }
}
.cid-uRAc36r2YQ .timeline-text-wrapper {
  padding-top: 20px;
}
.cid-uRAc36r2YQ .mbr-section-text {
  text-align: justify;
  color: #7f875e;
}
.cid-uRAc36r2YQ .mbr-timeline-date {
  color: #977e3b;
}
.cid-uRAc36r2YQ .mbr-timeline-title {
  color: #7f875e;
}
.cid-uRAc36r2YQ .mbr-text {
  color: #7f875e;
}
.cid-uRHnNtB9pk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f1ed;
}
.cid-uRC6WIGhyE {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/huerta-el-torreon-ugena-toledo-36-1476x1107.jpg");
}
.cid-uRC6WIGhyE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uRC6WIGhyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRC6WIGhyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRC6WIGhyE .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uRC6WIGhyE .image-wrap {
    height: 300px;
  }
}
.cid-uRAawhI0tc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f1ed;
}
.cid-uRAawhI0tc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAawhI0tc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAawhI0tc .row {
  justify-content: center;
}
.cid-uRAawhI0tc .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uRAawhI0tc .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uRAawhI0tc .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRAawhI0tc .mbr-text {
  color: #fff7ee;
}
.cid-uRAawhI0tc #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uRAawhI0tc img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uSl23WsyRT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSl23WsyRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl23WsyRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl23WsyRT .col-12 {
  position: relative;
}
.cid-uSl23WsyRT img {
  max-width: 800px;
  margin: auto;
}
.cid-uSl23WsyRT .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uSl23WsyRT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSl23WsyRT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSl23WsyRT .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSl23WsyRT .mbr-section-title {
  color: #000000;
}
.cid-uRC34DQHov {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f1ed;
}
.cid-uRC34DQHov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRC34DQHov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRC34DQHov .card-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uRC34DQHov .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRC34DQHov .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uRC34DQHov .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 135px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uRC34DQHov .card-wrapper .card-wrap {
    display: block;
    padding-top: 0;
  }
}
.cid-uRC34DQHov .card-wrapper .card-wrap .item-wrapper {
  width: 50%;
  background-color: #f5f1ed;
  padding: 160px 110px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-uRC34DQHov .card-wrapper .card-wrap .item-wrapper {
    padding: 160px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRC34DQHov .card-wrapper .card-wrap .item-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uRC34DQHov .card-wrapper .card-wrap .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uRC34DQHov .card-wrapper .card-wrap .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #7f875e;
}
.cid-uRC34DQHov .card-wrapper .card-wrap .item-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRC34DQHov .card-wrapper .card-wrap .item-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uRC34DQHov .card-wrapper .card-wrap .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  padding-right: 110px;
  padding-bottom: 110px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-uRC34DQHov .card-wrapper .card-wrap .content-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRC34DQHov .card-wrapper .card-wrap .content-wrapper {
    width: 100%;
    padding: 40px 20px;
  }
}
.cid-uRC34DQHov .card-wrapper .card-wrap .content-wrapper .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uRC34DQHov .card-wrapper .card-wrap .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRC34DQHov .card-wrapper .card-wrap .content-wrapper .number-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-uRC34DQHov .card-wrapper .card-wrap .content-wrapper .number-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRC34DQHov .mbr-section-title {
  color: #ffffff;
}
.cid-uRC34DQHov .mbr-tag {
  color: #ffffff;
}
.cid-uRC34DQHov .mbr-number {
  color: #ffffff;
}
.cid-uRC34DQHov .mbr-desc {
  color: #ffffff;
}
.cid-uRC34DQHov .mbr-text {
  color: #ffffff;
}
.cid-uRC34DQHov .mbr-name {
  color: #ffffff;
}
.cid-uRC34DQHov .mbr-section-title,
.cid-uRC34DQHov .main-btn {
  color: #ffffff;
}
.cid-uRC34DQHov .mbr-text,
.cid-uRC34DQHov .icon-wrapper {
  color: #7f875e;
}
.cid-uRAawim7oG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRAawim7oG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAawim7oG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAawim7oG .col-12 {
  position: relative;
}
.cid-uRAawim7oG img {
  max-width: 800px;
  margin: auto;
}
.cid-uRAawim7oG .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRAawim7oG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRAawim7oG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRAawim7oG .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRAawim7oG .mbr-section-title {
  color: #000000;
}
.cid-uRAawj4MIU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRAawj4MIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAawj4MIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAawj4MIU .col-12 {
  position: relative;
}
.cid-uRAawj4MIU img {
  max-width: 800px;
  margin: auto;
}
.cid-uRAawj4MIU .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRAawj4MIU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRAawj4MIU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRAawj4MIU .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRAawj4MIU .mbr-section-title {
  color: #000000;
}
.cid-uRAawjOCNj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRAawjOCNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAawjOCNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAawjOCNj .col-12 {
  position: relative;
}
.cid-uRAawjOCNj img {
  max-width: 800px;
  margin: auto;
}
.cid-uRAawjOCNj .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRAawjOCNj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRAawjOCNj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRAawjOCNj .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRAawjOCNj .mbr-section-title {
  color: #000000;
}
.cid-uRAawkw1yQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRAawkw1yQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAawkw1yQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAawkw1yQ .col-12 {
  position: relative;
}
.cid-uRAawkw1yQ img {
  max-width: 800px;
  margin: auto;
}
.cid-uRAawkw1yQ .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRAawkw1yQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRAawkw1yQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRAawkw1yQ .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRAawkw1yQ .mbr-section-title {
  color: #000000;
}
.cid-uRC5a2MSLd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f1ed;
}
.cid-uRC5a2MSLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRC5a2MSLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRC5a2MSLd .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRC5a2MSLd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRC5a2MSLd .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRC5a2MSLd .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRC5a2MSLd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
.cid-uRC5a2MSLd .content-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uRC5a2MSLd .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uRC5a2MSLd .image-wrapper {
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-uRC5a2MSLd .image-wrapper {
    gap: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uRC5a2MSLd .image-wrapper {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
.cid-uRC5a2MSLd .image-wrapper .image-wrap img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRC5a2MSLd .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uRC5a2MSLd .mbr-section-title {
  color: #c10b02;
}
.cid-uRC5a2MSLd .mbr-text {
  color: #4b4949;
}
.cid-uRC5a2MSLd .mbr-section-title,
.cid-uRC5a2MSLd .mbr-section-btn {
  text-align: left;
  color: #7f875e;
}
.cid-uRC5a2MSLd .mbr-text,
.cid-uRC5a2MSLd .text-wrapper {
  text-align: left;
  color: #977e3b;
}
.cid-uRHnehf8i6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b7d7c;
}
.cid-uRHnehf8i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHnehf8i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHnehf8i6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uRHnehf8i6 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uRHnehf8i6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRHnehf8i6 .container {
    padding: 0 16px;
  }
}
.cid-uRHnehf8i6 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uRHnehf8i6 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uRHnehf8i6 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRHnehf8i6 .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRHnehf8i6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uRHnehf8i6 .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uRHnehf8i6 .content-wrapper {
    margin: 0;
  }
}
.cid-uRHnehf8i6 .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uRHnehf8i6 .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uRHnehf8i6 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uRHnehf8i6 .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uRHnehf8i6 .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uRHnehf8i6 .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uRHnehf8i6 .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uRHnehf8i6 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uRHnehf8i6 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uRHnehf8i6 .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uRHnehf8i6 .dragArea.row .form-group .form-control:hover,
.cid-uRHnehf8i6 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uRHnehf8i6 .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .7;
}
.cid-uRHnehf8i6 .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uRHnehf8i6 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uRHnehf8i6 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fff7ee;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uRHnehf8i6 .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #ffffff;
}
.cid-uRHnehf8i6 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uRHnehf8i6 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uRHnehf8i6 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uRHnehf8i6 .mbr-desc {
  color: #1c1c1c;
}
.cid-uRHnehf8i6 .mbr-text {
  color: #1c1c1c;
}
.cid-uRHnehf8i6 .mbr-desc,
.cid-uRHnehf8i6 .desc-wrapper {
  color: #d3cec1;
}
.cid-uRHnehf8i6 LABEL {
  color: #d3cec1;
}
.cid-uRAawm1Mtd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRAawm1Mtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAawm1Mtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAawm1Mtd .container,
.cid-uRAawm1Mtd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRAawm1Mtd .container,
  .cid-uRAawm1Mtd .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRAawm1Mtd a {
  display: block;
}
.cid-uRAawm1Mtd a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #d8a35c;
  border-bottom: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRAawm1Mtd a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uRAawm1Mtd a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uRAawm1Mtd a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uRAawm1Mtd a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uRAawm1Mtd a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uRAawm1Mtd .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRAawm1Mtd .copy-wrapper {
    border-right: none;
  }
}
.cid-uRAawm1Mtd .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uRAawm1Mtd .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRAawm1Mtd .list-wrapper {
    height: auto;
  }
}
.cid-uRAawm1Mtd .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRAawm1Mtd .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uRAawm1Mtd .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uRAawm1Mtd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRAawm1Mtd .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uRAawm1Mtd .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uRAawm1Mtd .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRAawm1Mtd .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRAawm1Mtd .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #151e11;
  border-radius: 24px;
}
.cid-uRAawm1Mtd .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uRAawm1Mtd .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uRAawm1Mtd .copyright {
  color: #d8a35c;
  text-align: right;
}
.cid-uRAawm1Mtd .mbr-section-title {
  color: #3d4045;
}
.cid-uRAawm1Mtd .mbr-text {
  color: #3d4045;
}
.cid-uRAawm1Mtd .list {
  color: #ffffff;
}
.cid-uRAawm1Mtd .mbr-section-btn {
  text-align: right;
}
.cid-uRAawm1Mtd .mbr-section-title,
.cid-uRAawm1Mtd .mbr-section-btn {
  color: #ffffff;
}
.cid-uRAawmOCPd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRAawmOCPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAawmOCPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAawmOCPd .col-12 {
  position: relative;
}
.cid-uRAawmOCPd img {
  max-width: 800px;
  margin: auto;
}
.cid-uRAawmOCPd .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRAawmOCPd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRAawmOCPd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRAawmOCPd .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRAawmOCPd .mbr-section-title {
  color: #000000;
}
.cid-uRAawnAcJf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRAawnAcJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAawnAcJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAawnAcJf .col-12 {
  position: relative;
}
.cid-uRAawnAcJf img {
  max-width: 800px;
  margin: auto;
}
.cid-uRAawnAcJf .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRAawnAcJf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRAawnAcJf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRAawnAcJf .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRAawnAcJf .mbr-section-title {
  color: #000000;
}
.cid-uRFtRH6yFM {
  background-color: transparent;
}
.cid-uRFtRH6yFM .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uRFtRH6yFM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uRFtRH6yFM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRFtRH6yFM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRFtRH6yFM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRFtRH6yFM .menu_box .navbar.opened,
  .cid-uRFtRH6yFM .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRFtRH6yFM .navbar-dropdown {
  position: relative !important;
}
.cid-uRFtRH6yFM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRFtRH6yFM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uRFtRH6yFM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uRFtRH6yFM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uRFtRH6yFM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRFtRH6yFM .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uRFtRH6yFM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRFtRH6yFM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRFtRH6yFM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRFtRH6yFM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRFtRH6yFM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRFtRH6yFM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRFtRH6yFM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRFtRH6yFM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRFtRH6yFM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uRFtRH6yFM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRFtRH6yFM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRFtRH6yFM .nav-item {
    margin: 0 !important;
  }
}
.cid-uRFtRH6yFM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRFtRH6yFM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRFtRH6yFM .nav-item .nav-link:hover:before,
.cid-uRFtRH6yFM .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uRFtRH6yFM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRFtRH6yFM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRFtRH6yFM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRFtRH6yFM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRFtRH6yFM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRFtRH6yFM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uRFtRH6yFM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRFtRH6yFM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRFtRH6yFM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRFtRH6yFM .container {
  display: flex;
  margin: auto;
}
.cid-uRFtRH6yFM .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRFtRH6yFM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRFtRH6yFM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRFtRH6yFM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRFtRH6yFM .navbar-nav {
    margin: 0;
  }
}
.cid-uRFtRH6yFM .dropdown-menu,
.cid-uRFtRH6yFM .navbar.opened {
  background-color: false !important;
}
.cid-uRFtRH6yFM .nav-item:focus,
.cid-uRFtRH6yFM .nav-link:focus {
  outline: none;
}
.cid-uRFtRH6yFM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRFtRH6yFM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRFtRH6yFM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRFtRH6yFM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRFtRH6yFM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRFtRH6yFM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRFtRH6yFM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRFtRH6yFM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRFtRH6yFM .navbar.opened {
  transition: all 0.3s;
}
.cid-uRFtRH6yFM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRFtRH6yFM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRFtRH6yFM .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uRFtRH6yFM .navbar.collapsed {
  justify-content: center;
}
.cid-uRFtRH6yFM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRFtRH6yFM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRFtRH6yFM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRFtRH6yFM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRFtRH6yFM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRFtRH6yFM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRFtRH6yFM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRFtRH6yFM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRFtRH6yFM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRFtRH6yFM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRFtRH6yFM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRFtRH6yFM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRFtRH6yFM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRFtRH6yFM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRFtRH6yFM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRFtRH6yFM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRFtRH6yFM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRFtRH6yFM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRFtRH6yFM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRFtRH6yFM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRFtRH6yFM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRFtRH6yFM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRFtRH6yFM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRFtRH6yFM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRFtRH6yFM .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-uRFtRH6yFM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRFtRH6yFM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRFtRH6yFM .dropdown-item.active,
.cid-uRFtRH6yFM .dropdown-item:active {
  background-color: transparent;
}
.cid-uRFtRH6yFM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uRFtRH6yFM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRFtRH6yFM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRFtRH6yFM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRFtRH6yFM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRFtRH6yFM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRFtRH6yFM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.cid-uRFtRH6yFM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uRFtRH6yFM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRFtRH6yFM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRFtRH6yFM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRFtRH6yFM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRFtRH6yFM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRFtRH6yFM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRFtRH6yFM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRFtRH6yFM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRFtRH6yFM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRFtRH6yFM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFtRH6yFM .navbar {
    height: 70px;
  }
  .cid-uRFtRH6yFM .navbar.opened {
    height: auto;
  }
  .cid-uRFtRH6yFM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRFtRH6yFM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRFtRH6yFM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRFtRH6yFM .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRFtRH6yFM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRFtRH6yFM .text_widget {
  margin-bottom: 32px;
}
.cid-uRFtRH6yFM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRFtRH6yFM .text_widget a:hover,
.cid-uRFtRH6yFM .text_widget a:focus {
  opacity: .8;
}
.cid-uRFtRH6yFM .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uRFtRH6yFM .contacts-wrapper {
    display: none;
  }
}
.cid-uRFtRH6yFM .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uRFtRH6yFM .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRFtRH6yFM .contacts-wrapper a .mbr-contact:hover:before,
.cid-uRFtRH6yFM .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uRFtRH6yFM .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uRFtRH6yFM .navbar-caption {
  color: #01004c;
}
.cid-uRFtRH6yFM .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRFtRH6yFM .mbr-section-subtitle,
.cid-uRFtRH6yFM .text_widget,
.cid-uRFtRH6yFM .mbr-section-btn {
  text-align: center;
}
.cid-uRFtRH6yFM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRFtRHHWXb {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/cultivo-biologico-el-torreon-22-1772x886.jpg");
}
.cid-uRFtRHHWXb .mbr-overlay {
  background-color: #151e11;
  opacity: 0;
}
.cid-uRFtRHHWXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFtRHHWXb .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uRFtRHHWXb .line {
    margin-bottom: 10rem;
  }
}
.cid-uRFtRHHWXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFtRHHWXb p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRFtRHHWXb {
    align-items: center;
  }
  .cid-uRFtRHHWXb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRFtRHHWXb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRFtRHHWXb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRFtRHHWXb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRFtRHHWXb .content-wrap {
    width: 100%;
  }
}
.cid-uRFtRHHWXb .mbr-section-subtitle,
.cid-uRFtRHHWXb .line {
  color: #ffffff;
}
.cid-uRFtRHHWXb .mbr-text,
.cid-uRFtRHHWXb .mbr-section-btn {
  text-align: right;
}
.cid-uRFtRHHWXb .mbr-section-title DIV {
  text-align: right;
}
.cid-uRFtRHHWXb .mbr-section-title {
  color: #ffffff;
}
.cid-uSl27rVvvH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSl27rVvvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl27rVvvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl27rVvvH .col-12 {
  position: relative;
}
.cid-uSl27rVvvH img {
  max-width: 800px;
  margin: auto;
}
.cid-uSl27rVvvH .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uSl27rVvvH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSl27rVvvH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSl27rVvvH .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSl27rVvvH .mbr-section-title {
  color: #000000;
}
.cid-uRFuRKum1J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7f875e;
}
.cid-uRFuRKum1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFuRKum1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFuRKum1J .row {
  justify-content: center;
}
.cid-uRFuRKum1J .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRFuRKum1J .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uRFuRKum1J .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRFuRKum1J .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uRFuRKum1J .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uRFuRKum1J .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRFuRKum1J .mbr-section-title,
.cid-uRFuRKum1J .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uRFuRKum1J .mbr-desc {
  color: #fff7ee;
}
.cid-uRFuRKum1J .mbr-text {
  color: #fff7ee;
}
.cid-uRFuRKum1J .mbr-section-title,
.cid-uRFuRKum1J .title-wrapper,
.cid-uRFuRKum1J .mbr-iconfont {
  color: #ffffff;
}
.cid-uRFtRMtI3f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFtRMtI3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFtRMtI3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFtRMtI3f .col-12 {
  position: relative;
}
.cid-uRFtRMtI3f img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFtRMtI3f .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFtRMtI3f .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFtRMtI3f .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFtRMtI3f .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFtRMtI3f .mbr-section-title {
  color: #000000;
}
.cid-uRFtRMYjDw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFtRMYjDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFtRMYjDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFtRMYjDw .col-12 {
  position: relative;
}
.cid-uRFtRMYjDw img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFtRMYjDw .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFtRMYjDw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFtRMYjDw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFtRMYjDw .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFtRMYjDw .mbr-section-title {
  color: #000000;
}
.cid-uRFtRNsK8S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFtRNsK8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFtRNsK8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFtRNsK8S .col-12 {
  position: relative;
}
.cid-uRFtRNsK8S img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFtRNsK8S .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFtRNsK8S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFtRNsK8S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFtRNsK8S .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFtRNsK8S .mbr-section-title {
  color: #000000;
}
.cid-uRFtRNW5Qv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFtRNW5Qv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFtRNW5Qv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFtRNW5Qv .col-12 {
  position: relative;
}
.cid-uRFtRNW5Qv img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFtRNW5Qv .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFtRNW5Qv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFtRNW5Qv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFtRNW5Qv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFtRNW5Qv .mbr-section-title {
  color: #000000;
}
.cid-uRFtRPzscq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRFtRPzscq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFtRPzscq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFtRPzscq .container,
.cid-uRFtRPzscq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRFtRPzscq .container,
  .cid-uRFtRPzscq .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRFtRPzscq a {
  display: block;
}
.cid-uRFtRPzscq a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #d8a35c;
  border-bottom: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRFtRPzscq a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uRFtRPzscq a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uRFtRPzscq a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uRFtRPzscq a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uRFtRPzscq a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uRFtRPzscq .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRFtRPzscq .copy-wrapper {
    border-right: none;
  }
}
.cid-uRFtRPzscq .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uRFtRPzscq .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRFtRPzscq .list-wrapper {
    height: auto;
  }
}
.cid-uRFtRPzscq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRFtRPzscq .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uRFtRPzscq .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uRFtRPzscq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRFtRPzscq .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uRFtRPzscq .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uRFtRPzscq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRFtRPzscq .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRFtRPzscq .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #151e11;
  border-radius: 24px;
}
.cid-uRFtRPzscq .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uRFtRPzscq .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uRFtRPzscq .copyright {
  color: #d8a35c;
  text-align: right;
}
.cid-uRFtRPzscq .mbr-section-title {
  color: #3d4045;
}
.cid-uRFtRPzscq .mbr-text {
  color: #3d4045;
}
.cid-uRFtRPzscq .list {
  color: #ffffff;
}
.cid-uRFtRPzscq .mbr-section-btn {
  text-align: right;
}
.cid-uRFtRPzscq .mbr-section-title,
.cid-uRFtRPzscq .mbr-section-btn {
  color: #ffffff;
}
.cid-uRFtRQ8sNS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFtRQ8sNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFtRQ8sNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFtRQ8sNS .col-12 {
  position: relative;
}
.cid-uRFtRQ8sNS img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFtRQ8sNS .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFtRQ8sNS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFtRQ8sNS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFtRQ8sNS .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFtRQ8sNS .mbr-section-title {
  color: #000000;
}
.cid-uRFtRQHfJF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFtRQHfJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFtRQHfJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFtRQHfJF .col-12 {
  position: relative;
}
.cid-uRFtRQHfJF img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFtRQHfJF .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFtRQHfJF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFtRQHfJF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFtRQHfJF .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFtRQHfJF .mbr-section-title {
  color: #000000;
}
.cid-uRFxeXhXOq {
  background-color: transparent;
}
.cid-uRFxeXhXOq .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uRFxeXhXOq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uRFxeXhXOq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRFxeXhXOq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRFxeXhXOq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRFxeXhXOq .menu_box .navbar.opened,
  .cid-uRFxeXhXOq .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRFxeXhXOq .navbar-dropdown {
  position: relative !important;
}
.cid-uRFxeXhXOq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRFxeXhXOq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uRFxeXhXOq .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uRFxeXhXOq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uRFxeXhXOq .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRFxeXhXOq .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uRFxeXhXOq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRFxeXhXOq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRFxeXhXOq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRFxeXhXOq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRFxeXhXOq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRFxeXhXOq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRFxeXhXOq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRFxeXhXOq .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRFxeXhXOq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uRFxeXhXOq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRFxeXhXOq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRFxeXhXOq .nav-item {
    margin: 0 !important;
  }
}
.cid-uRFxeXhXOq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRFxeXhXOq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRFxeXhXOq .nav-item .nav-link:hover:before,
.cid-uRFxeXhXOq .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uRFxeXhXOq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRFxeXhXOq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRFxeXhXOq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRFxeXhXOq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRFxeXhXOq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRFxeXhXOq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uRFxeXhXOq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRFxeXhXOq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRFxeXhXOq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRFxeXhXOq .container {
  display: flex;
  margin: auto;
}
.cid-uRFxeXhXOq .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRFxeXhXOq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRFxeXhXOq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRFxeXhXOq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRFxeXhXOq .navbar-nav {
    margin: 0;
  }
}
.cid-uRFxeXhXOq .dropdown-menu,
.cid-uRFxeXhXOq .navbar.opened {
  background-color: false !important;
}
.cid-uRFxeXhXOq .nav-item:focus,
.cid-uRFxeXhXOq .nav-link:focus {
  outline: none;
}
.cid-uRFxeXhXOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRFxeXhXOq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRFxeXhXOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRFxeXhXOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRFxeXhXOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRFxeXhXOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRFxeXhXOq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRFxeXhXOq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRFxeXhXOq .navbar.opened {
  transition: all 0.3s;
}
.cid-uRFxeXhXOq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRFxeXhXOq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRFxeXhXOq .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uRFxeXhXOq .navbar.collapsed {
  justify-content: center;
}
.cid-uRFxeXhXOq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRFxeXhXOq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRFxeXhXOq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRFxeXhXOq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRFxeXhXOq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRFxeXhXOq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRFxeXhXOq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRFxeXhXOq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRFxeXhXOq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRFxeXhXOq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRFxeXhXOq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRFxeXhXOq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRFxeXhXOq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRFxeXhXOq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRFxeXhXOq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRFxeXhXOq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRFxeXhXOq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRFxeXhXOq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRFxeXhXOq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRFxeXhXOq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRFxeXhXOq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRFxeXhXOq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRFxeXhXOq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRFxeXhXOq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRFxeXhXOq .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-uRFxeXhXOq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRFxeXhXOq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRFxeXhXOq .dropdown-item.active,
.cid-uRFxeXhXOq .dropdown-item:active {
  background-color: transparent;
}
.cid-uRFxeXhXOq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uRFxeXhXOq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRFxeXhXOq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRFxeXhXOq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRFxeXhXOq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRFxeXhXOq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRFxeXhXOq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.cid-uRFxeXhXOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uRFxeXhXOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRFxeXhXOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRFxeXhXOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRFxeXhXOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRFxeXhXOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRFxeXhXOq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRFxeXhXOq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRFxeXhXOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRFxeXhXOq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRFxeXhXOq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFxeXhXOq .navbar {
    height: 70px;
  }
  .cid-uRFxeXhXOq .navbar.opened {
    height: auto;
  }
  .cid-uRFxeXhXOq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRFxeXhXOq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRFxeXhXOq .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRFxeXhXOq .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRFxeXhXOq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRFxeXhXOq .text_widget {
  margin-bottom: 32px;
}
.cid-uRFxeXhXOq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRFxeXhXOq .text_widget a:hover,
.cid-uRFxeXhXOq .text_widget a:focus {
  opacity: .8;
}
.cid-uRFxeXhXOq .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uRFxeXhXOq .contacts-wrapper {
    display: none;
  }
}
.cid-uRFxeXhXOq .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uRFxeXhXOq .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRFxeXhXOq .contacts-wrapper a .mbr-contact:hover:before,
.cid-uRFxeXhXOq .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uRFxeXhXOq .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uRFxeXhXOq .navbar-caption {
  color: #01004c;
}
.cid-uRFxeXhXOq .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRFxeXhXOq .mbr-section-subtitle,
.cid-uRFxeXhXOq .text_widget,
.cid-uRFxeXhXOq .mbr-section-btn {
  text-align: center;
}
.cid-uRFxeXhXOq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRFxeXK5WO {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/cultivo-biologico-el-torreon-14-1476x983.jpg");
}
.cid-uRFxeXK5WO .mbr-overlay {
  background-color: #151e11;
  opacity: 0.1;
}
.cid-uRFxeXK5WO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFxeXK5WO .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uRFxeXK5WO .line {
    margin-bottom: 10rem;
  }
}
.cid-uRFxeXK5WO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFxeXK5WO p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRFxeXK5WO {
    align-items: center;
  }
  .cid-uRFxeXK5WO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRFxeXK5WO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRFxeXK5WO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRFxeXK5WO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRFxeXK5WO .content-wrap {
    width: 100%;
  }
}
.cid-uRFxeXK5WO .mbr-section-subtitle,
.cid-uRFxeXK5WO .line {
  color: #ffffff;
}
.cid-uRFxeXK5WO .mbr-text,
.cid-uRFxeXK5WO .mbr-section-btn {
  text-align: right;
}
.cid-uRFxeXK5WO .mbr-section-title DIV {
  text-align: right;
}
.cid-uRFxeXK5WO .mbr-section-title {
  color: #ffffff;
}
.cid-uSl2a8nPWn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSl2a8nPWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl2a8nPWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl2a8nPWn .col-12 {
  position: relative;
}
.cid-uSl2a8nPWn img {
  max-width: 800px;
  margin: auto;
}
.cid-uSl2a8nPWn .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uSl2a8nPWn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSl2a8nPWn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSl2a8nPWn .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSl2a8nPWn .mbr-section-title {
  color: #000000;
}
.cid-uRFxeY6SZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7f875e;
}
.cid-uRFxeY6SZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFxeY6SZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFxeY6SZ3 .row {
  justify-content: center;
}
.cid-uRFxeY6SZ3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRFxeY6SZ3 .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uRFxeY6SZ3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRFxeY6SZ3 .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uRFxeY6SZ3 .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uRFxeY6SZ3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRFxeY6SZ3 .mbr-section-title,
.cid-uRFxeY6SZ3 .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uRFxeY6SZ3 .mbr-desc {
  color: #fff7ee;
}
.cid-uRFxeY6SZ3 .mbr-text {
  color: #fff7ee;
}
.cid-uRFxeY6SZ3 .mbr-section-title,
.cid-uRFxeY6SZ3 .title-wrapper,
.cid-uRFxeY6SZ3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uRFxeYr1pZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFxeYr1pZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFxeYr1pZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFxeYr1pZ .col-12 {
  position: relative;
}
.cid-uRFxeYr1pZ img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFxeYr1pZ .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFxeYr1pZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFxeYr1pZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFxeYr1pZ .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFxeYr1pZ .mbr-section-title {
  color: #000000;
}
.cid-uRFxeYMbBS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFxeYMbBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFxeYMbBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFxeYMbBS .col-12 {
  position: relative;
}
.cid-uRFxeYMbBS img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFxeYMbBS .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFxeYMbBS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFxeYMbBS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFxeYMbBS .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFxeYMbBS .mbr-section-title {
  color: #000000;
}
.cid-uRFxeZ8AZx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFxeZ8AZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFxeZ8AZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFxeZ8AZx .col-12 {
  position: relative;
}
.cid-uRFxeZ8AZx img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFxeZ8AZx .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFxeZ8AZx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFxeZ8AZx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFxeZ8AZx .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFxeZ8AZx .mbr-section-title {
  color: #000000;
}
.cid-uRFxeZuP2R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFxeZuP2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFxeZuP2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFxeZuP2R .col-12 {
  position: relative;
}
.cid-uRFxeZuP2R img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFxeZuP2R .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFxeZuP2R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFxeZuP2R .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFxeZuP2R .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFxeZuP2R .mbr-section-title {
  color: #000000;
}
.cid-uRFxeZQO5X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRFxeZQO5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFxeZQO5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFxeZQO5X .container,
.cid-uRFxeZQO5X .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRFxeZQO5X .container,
  .cid-uRFxeZQO5X .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRFxeZQO5X a {
  display: block;
}
.cid-uRFxeZQO5X a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #d8a35c;
  border-bottom: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRFxeZQO5X a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uRFxeZQO5X a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uRFxeZQO5X a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uRFxeZQO5X a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uRFxeZQO5X a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uRFxeZQO5X .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRFxeZQO5X .copy-wrapper {
    border-right: none;
  }
}
.cid-uRFxeZQO5X .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uRFxeZQO5X .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRFxeZQO5X .list-wrapper {
    height: auto;
  }
}
.cid-uRFxeZQO5X .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRFxeZQO5X .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uRFxeZQO5X .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uRFxeZQO5X .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRFxeZQO5X .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uRFxeZQO5X .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uRFxeZQO5X .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRFxeZQO5X .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRFxeZQO5X .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #151e11;
  border-radius: 24px;
}
.cid-uRFxeZQO5X .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uRFxeZQO5X .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uRFxeZQO5X .copyright {
  color: #d8a35c;
  text-align: right;
}
.cid-uRFxeZQO5X .mbr-section-title {
  color: #3d4045;
}
.cid-uRFxeZQO5X .mbr-text {
  color: #3d4045;
}
.cid-uRFxeZQO5X .list {
  color: #ffffff;
}
.cid-uRFxeZQO5X .mbr-section-btn {
  text-align: right;
}
.cid-uRFxeZQO5X .mbr-section-title,
.cid-uRFxeZQO5X .mbr-section-btn {
  color: #ffffff;
}
.cid-uRFxf0fJuq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFxf0fJuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFxf0fJuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFxf0fJuq .col-12 {
  position: relative;
}
.cid-uRFxf0fJuq img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFxf0fJuq .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFxf0fJuq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFxf0fJuq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFxf0fJuq .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFxf0fJuq .mbr-section-title {
  color: #000000;
}
.cid-uRFxf0Da17 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFxf0Da17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFxf0Da17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFxf0Da17 .col-12 {
  position: relative;
}
.cid-uRFxf0Da17 img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFxf0Da17 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFxf0Da17 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFxf0Da17 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFxf0Da17 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFxf0Da17 .mbr-section-title {
  color: #000000;
}
.cid-uRFEDAWHoJ {
  background-color: transparent;
}
.cid-uRFEDAWHoJ .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uRFEDAWHoJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uRFEDAWHoJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRFEDAWHoJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRFEDAWHoJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRFEDAWHoJ .menu_box .navbar.opened,
  .cid-uRFEDAWHoJ .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRFEDAWHoJ .navbar-dropdown {
  position: relative !important;
}
.cid-uRFEDAWHoJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRFEDAWHoJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uRFEDAWHoJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uRFEDAWHoJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uRFEDAWHoJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRFEDAWHoJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uRFEDAWHoJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRFEDAWHoJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRFEDAWHoJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRFEDAWHoJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRFEDAWHoJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRFEDAWHoJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRFEDAWHoJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRFEDAWHoJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRFEDAWHoJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uRFEDAWHoJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRFEDAWHoJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRFEDAWHoJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uRFEDAWHoJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRFEDAWHoJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRFEDAWHoJ .nav-item .nav-link:hover:before,
.cid-uRFEDAWHoJ .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uRFEDAWHoJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRFEDAWHoJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRFEDAWHoJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRFEDAWHoJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRFEDAWHoJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRFEDAWHoJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uRFEDAWHoJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRFEDAWHoJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRFEDAWHoJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRFEDAWHoJ .container {
  display: flex;
  margin: auto;
}
.cid-uRFEDAWHoJ .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRFEDAWHoJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRFEDAWHoJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRFEDAWHoJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRFEDAWHoJ .navbar-nav {
    margin: 0;
  }
}
.cid-uRFEDAWHoJ .dropdown-menu,
.cid-uRFEDAWHoJ .navbar.opened {
  background-color: false !important;
}
.cid-uRFEDAWHoJ .nav-item:focus,
.cid-uRFEDAWHoJ .nav-link:focus {
  outline: none;
}
.cid-uRFEDAWHoJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRFEDAWHoJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRFEDAWHoJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRFEDAWHoJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRFEDAWHoJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRFEDAWHoJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRFEDAWHoJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRFEDAWHoJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRFEDAWHoJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uRFEDAWHoJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRFEDAWHoJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRFEDAWHoJ .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uRFEDAWHoJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRFEDAWHoJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRFEDAWHoJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRFEDAWHoJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRFEDAWHoJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRFEDAWHoJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRFEDAWHoJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRFEDAWHoJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRFEDAWHoJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRFEDAWHoJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRFEDAWHoJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRFEDAWHoJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRFEDAWHoJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRFEDAWHoJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRFEDAWHoJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRFEDAWHoJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRFEDAWHoJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRFEDAWHoJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRFEDAWHoJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRFEDAWHoJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRFEDAWHoJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRFEDAWHoJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRFEDAWHoJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRFEDAWHoJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRFEDAWHoJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRFEDAWHoJ .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-uRFEDAWHoJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRFEDAWHoJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRFEDAWHoJ .dropdown-item.active,
.cid-uRFEDAWHoJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRFEDAWHoJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uRFEDAWHoJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRFEDAWHoJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRFEDAWHoJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRFEDAWHoJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRFEDAWHoJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRFEDAWHoJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.cid-uRFEDAWHoJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uRFEDAWHoJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRFEDAWHoJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRFEDAWHoJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRFEDAWHoJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRFEDAWHoJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRFEDAWHoJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRFEDAWHoJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRFEDAWHoJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRFEDAWHoJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRFEDAWHoJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFEDAWHoJ .navbar {
    height: 70px;
  }
  .cid-uRFEDAWHoJ .navbar.opened {
    height: auto;
  }
  .cid-uRFEDAWHoJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRFEDAWHoJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRFEDAWHoJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRFEDAWHoJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRFEDAWHoJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRFEDAWHoJ .text_widget {
  margin-bottom: 32px;
}
.cid-uRFEDAWHoJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRFEDAWHoJ .text_widget a:hover,
.cid-uRFEDAWHoJ .text_widget a:focus {
  opacity: .8;
}
.cid-uRFEDAWHoJ .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uRFEDAWHoJ .contacts-wrapper {
    display: none;
  }
}
.cid-uRFEDAWHoJ .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uRFEDAWHoJ .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRFEDAWHoJ .contacts-wrapper a .mbr-contact:hover:before,
.cid-uRFEDAWHoJ .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uRFEDAWHoJ .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uRFEDAWHoJ .navbar-caption {
  color: #01004c;
}
.cid-uRFEDAWHoJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRFEDAWHoJ .mbr-section-subtitle,
.cid-uRFEDAWHoJ .text_widget,
.cid-uRFEDAWHoJ .mbr-section-btn {
  text-align: center;
}
.cid-uRFEDAWHoJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRFEDBqBqa {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/huerta-el-torreon-ugena-toledo-39-1476x830.jpg");
}
.cid-uRFEDBqBqa .mbr-overlay {
  background-color: #151e11;
  opacity: 0.3;
}
.cid-uRFEDBqBqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFEDBqBqa .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uRFEDBqBqa .line {
    margin-bottom: 10rem;
  }
}
.cid-uRFEDBqBqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFEDBqBqa p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRFEDBqBqa {
    align-items: center;
  }
  .cid-uRFEDBqBqa .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRFEDBqBqa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRFEDBqBqa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRFEDBqBqa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRFEDBqBqa .content-wrap {
    width: 100%;
  }
}
.cid-uRFEDBqBqa .mbr-section-subtitle,
.cid-uRFEDBqBqa .line {
  color: #ffffff;
}
.cid-uRFEDBqBqa .mbr-text,
.cid-uRFEDBqBqa .mbr-section-btn {
  text-align: right;
}
.cid-uRFEDBqBqa .mbr-section-title DIV {
  text-align: justify;
}
.cid-uRFEDBqBqa .mbr-section-title {
  color: #ffffff;
}
.cid-uSl2cr5Lth {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSl2cr5Lth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl2cr5Lth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl2cr5Lth .col-12 {
  position: relative;
}
.cid-uSl2cr5Lth img {
  max-width: 800px;
  margin: auto;
}
.cid-uSl2cr5Lth .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uSl2cr5Lth .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSl2cr5Lth .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSl2cr5Lth .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSl2cr5Lth .mbr-section-title {
  color: #000000;
}
.cid-uRFEDBLAZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7f875e;
}
.cid-uRFEDBLAZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFEDBLAZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFEDBLAZi .row {
  justify-content: center;
}
.cid-uRFEDBLAZi .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRFEDBLAZi .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uRFEDBLAZi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRFEDBLAZi .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uRFEDBLAZi .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uRFEDBLAZi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRFEDBLAZi .mbr-section-title,
.cid-uRFEDBLAZi .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uRFEDBLAZi .mbr-desc {
  color: #fff7ee;
}
.cid-uRFEDBLAZi .mbr-text {
  color: #fff7ee;
}
.cid-uRFEDBLAZi .mbr-section-title,
.cid-uRFEDBLAZi .title-wrapper,
.cid-uRFEDBLAZi .mbr-iconfont {
  color: #ffffff;
}
.cid-uRFEDC75gA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFEDC75gA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFEDC75gA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFEDC75gA .col-12 {
  position: relative;
}
.cid-uRFEDC75gA img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFEDC75gA .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFEDC75gA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFEDC75gA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFEDC75gA .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFEDC75gA .mbr-section-title {
  color: #000000;
}
.cid-uRFEDCsaE9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFEDCsaE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFEDCsaE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFEDCsaE9 .col-12 {
  position: relative;
}
.cid-uRFEDCsaE9 img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFEDCsaE9 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFEDCsaE9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFEDCsaE9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFEDCsaE9 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFEDCsaE9 .mbr-section-title {
  color: #000000;
}
.cid-uRFEDCMgfR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFEDCMgfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFEDCMgfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFEDCMgfR .col-12 {
  position: relative;
}
.cid-uRFEDCMgfR img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFEDCMgfR .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFEDCMgfR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFEDCMgfR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFEDCMgfR .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFEDCMgfR .mbr-section-title {
  color: #000000;
}
.cid-uRFEDDb9xT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFEDDb9xT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFEDDb9xT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFEDDb9xT .col-12 {
  position: relative;
}
.cid-uRFEDDb9xT img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFEDDb9xT .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFEDDb9xT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFEDDb9xT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFEDDb9xT .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFEDDb9xT .mbr-section-title {
  color: #000000;
}
.cid-uRFEDDyqvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRFEDDyqvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFEDDyqvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFEDDyqvv .container,
.cid-uRFEDDyqvv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRFEDDyqvv .container,
  .cid-uRFEDDyqvv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRFEDDyqvv a {
  display: block;
}
.cid-uRFEDDyqvv a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #d8a35c;
  border-bottom: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRFEDDyqvv a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uRFEDDyqvv a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uRFEDDyqvv a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uRFEDDyqvv a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uRFEDDyqvv a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uRFEDDyqvv .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRFEDDyqvv .copy-wrapper {
    border-right: none;
  }
}
.cid-uRFEDDyqvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uRFEDDyqvv .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRFEDDyqvv .list-wrapper {
    height: auto;
  }
}
.cid-uRFEDDyqvv .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRFEDDyqvv .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uRFEDDyqvv .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uRFEDDyqvv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRFEDDyqvv .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uRFEDDyqvv .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uRFEDDyqvv .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRFEDDyqvv .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRFEDDyqvv .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #151e11;
  border-radius: 24px;
}
.cid-uRFEDDyqvv .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uRFEDDyqvv .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uRFEDDyqvv .copyright {
  color: #d8a35c;
  text-align: right;
}
.cid-uRFEDDyqvv .mbr-section-title {
  color: #3d4045;
}
.cid-uRFEDDyqvv .mbr-text {
  color: #3d4045;
}
.cid-uRFEDDyqvv .list {
  color: #ffffff;
}
.cid-uRFEDDyqvv .mbr-section-btn {
  text-align: right;
}
.cid-uRFEDDyqvv .mbr-section-title,
.cid-uRFEDDyqvv .mbr-section-btn {
  color: #ffffff;
}
.cid-uRFEDDW8HX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFEDDW8HX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFEDDW8HX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFEDDW8HX .col-12 {
  position: relative;
}
.cid-uRFEDDW8HX img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFEDDW8HX .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFEDDW8HX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFEDDW8HX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFEDDW8HX .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFEDDW8HX .mbr-section-title {
  color: #000000;
}
.cid-uRFEDEj8hF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFEDEj8hF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFEDEj8hF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFEDEj8hF .col-12 {
  position: relative;
}
.cid-uRFEDEj8hF img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFEDEj8hF .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFEDEj8hF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFEDEj8hF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFEDEj8hF .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFEDEj8hF .mbr-section-title {
  color: #000000;
}
.cid-uRFHDz2ZUx {
  background-color: transparent;
}
.cid-uRFHDz2ZUx .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uRFHDz2ZUx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uRFHDz2ZUx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRFHDz2ZUx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRFHDz2ZUx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRFHDz2ZUx .menu_box .navbar.opened,
  .cid-uRFHDz2ZUx .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRFHDz2ZUx .navbar-dropdown {
  position: relative !important;
}
.cid-uRFHDz2ZUx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uRFHDz2ZUx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uRFHDz2ZUx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uRFHDz2ZUx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uRFHDz2ZUx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRFHDz2ZUx .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uRFHDz2ZUx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRFHDz2ZUx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRFHDz2ZUx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRFHDz2ZUx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRFHDz2ZUx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRFHDz2ZUx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRFHDz2ZUx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRFHDz2ZUx .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRFHDz2ZUx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uRFHDz2ZUx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRFHDz2ZUx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRFHDz2ZUx .nav-item {
    margin: 0 !important;
  }
}
.cid-uRFHDz2ZUx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRFHDz2ZUx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRFHDz2ZUx .nav-item .nav-link:hover:before,
.cid-uRFHDz2ZUx .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uRFHDz2ZUx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRFHDz2ZUx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRFHDz2ZUx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRFHDz2ZUx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRFHDz2ZUx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRFHDz2ZUx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uRFHDz2ZUx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRFHDz2ZUx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRFHDz2ZUx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRFHDz2ZUx .container {
  display: flex;
  margin: auto;
}
.cid-uRFHDz2ZUx .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRFHDz2ZUx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRFHDz2ZUx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRFHDz2ZUx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRFHDz2ZUx .navbar-nav {
    margin: 0;
  }
}
.cid-uRFHDz2ZUx .dropdown-menu,
.cid-uRFHDz2ZUx .navbar.opened {
  background-color: false !important;
}
.cid-uRFHDz2ZUx .nav-item:focus,
.cid-uRFHDz2ZUx .nav-link:focus {
  outline: none;
}
.cid-uRFHDz2ZUx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRFHDz2ZUx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRFHDz2ZUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRFHDz2ZUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRFHDz2ZUx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRFHDz2ZUx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRFHDz2ZUx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRFHDz2ZUx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRFHDz2ZUx .navbar.opened {
  transition: all 0.3s;
}
.cid-uRFHDz2ZUx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRFHDz2ZUx .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRFHDz2ZUx .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uRFHDz2ZUx .navbar.collapsed {
  justify-content: center;
}
.cid-uRFHDz2ZUx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRFHDz2ZUx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRFHDz2ZUx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRFHDz2ZUx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRFHDz2ZUx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRFHDz2ZUx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRFHDz2ZUx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRFHDz2ZUx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRFHDz2ZUx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRFHDz2ZUx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRFHDz2ZUx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRFHDz2ZUx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRFHDz2ZUx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRFHDz2ZUx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRFHDz2ZUx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRFHDz2ZUx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRFHDz2ZUx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRFHDz2ZUx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRFHDz2ZUx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRFHDz2ZUx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRFHDz2ZUx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRFHDz2ZUx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRFHDz2ZUx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRFHDz2ZUx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRFHDz2ZUx .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-uRFHDz2ZUx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRFHDz2ZUx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRFHDz2ZUx .dropdown-item.active,
.cid-uRFHDz2ZUx .dropdown-item:active {
  background-color: transparent;
}
.cid-uRFHDz2ZUx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uRFHDz2ZUx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRFHDz2ZUx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRFHDz2ZUx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRFHDz2ZUx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRFHDz2ZUx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRFHDz2ZUx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.cid-uRFHDz2ZUx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uRFHDz2ZUx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRFHDz2ZUx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRFHDz2ZUx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRFHDz2ZUx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRFHDz2ZUx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRFHDz2ZUx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRFHDz2ZUx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRFHDz2ZUx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRFHDz2ZUx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRFHDz2ZUx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFHDz2ZUx .navbar {
    height: 70px;
  }
  .cid-uRFHDz2ZUx .navbar.opened {
    height: auto;
  }
  .cid-uRFHDz2ZUx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRFHDz2ZUx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRFHDz2ZUx .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRFHDz2ZUx .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRFHDz2ZUx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRFHDz2ZUx .text_widget {
  margin-bottom: 32px;
}
.cid-uRFHDz2ZUx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRFHDz2ZUx .text_widget a:hover,
.cid-uRFHDz2ZUx .text_widget a:focus {
  opacity: .8;
}
.cid-uRFHDz2ZUx .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uRFHDz2ZUx .contacts-wrapper {
    display: none;
  }
}
.cid-uRFHDz2ZUx .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uRFHDz2ZUx .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uRFHDz2ZUx .contacts-wrapper a .mbr-contact:hover:before,
.cid-uRFHDz2ZUx .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uRFHDz2ZUx .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uRFHDz2ZUx .navbar-caption {
  color: #01004c;
}
.cid-uRFHDz2ZUx .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRFHDz2ZUx .mbr-section-subtitle,
.cid-uRFHDz2ZUx .text_widget,
.cid-uRFHDz2ZUx .mbr-section-btn {
  text-align: center;
}
.cid-uRFHDz2ZUx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRFHDzvC6I {
  display: flex;
  background-image: url("../../../assets/images/huerta-el-torreon-ugena-toledo-40-1476x984.jpg");
}
.cid-uRFHDzvC6I .mbr-overlay {
  background-color: #151e11;
  opacity: 0.3;
}
.cid-uRFHDzvC6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFHDzvC6I .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uRFHDzvC6I .line {
    margin-bottom: 10rem;
  }
}
.cid-uRFHDzvC6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFHDzvC6I p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRFHDzvC6I {
    align-items: center;
  }
  .cid-uRFHDzvC6I .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRFHDzvC6I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRFHDzvC6I {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRFHDzvC6I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRFHDzvC6I .content-wrap {
    width: 100%;
  }
}
.cid-uRFHDzvC6I .mbr-section-subtitle,
.cid-uRFHDzvC6I .line {
  color: #ffffff;
}
.cid-uRFHDzvC6I .mbr-text,
.cid-uRFHDzvC6I .mbr-section-btn {
  text-align: right;
}
.cid-uRFHDzvC6I .mbr-section-title DIV {
  text-align: justify;
}
.cid-uRFHDzvC6I .mbr-section-title {
  color: #ffffff;
}
.cid-uSl2eKmoRE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSl2eKmoRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl2eKmoRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl2eKmoRE .col-12 {
  position: relative;
}
.cid-uSl2eKmoRE img {
  max-width: 800px;
  margin: auto;
}
.cid-uSl2eKmoRE .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uSl2eKmoRE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSl2eKmoRE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSl2eKmoRE .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSl2eKmoRE .mbr-section-title {
  color: #000000;
}
.cid-uRFHDzPbJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #686d52;
}
.cid-uRFHDzPbJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFHDzPbJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFHDzPbJY .row {
  justify-content: center;
}
.cid-uRFHDzPbJY .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRFHDzPbJY .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uRFHDzPbJY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRFHDzPbJY .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uRFHDzPbJY .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uRFHDzPbJY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRFHDzPbJY .mbr-section-title,
.cid-uRFHDzPbJY .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uRFHDzPbJY .mbr-desc {
  color: #fff7ee;
}
.cid-uRFHDzPbJY .mbr-text {
  color: #ffffff;
}
.cid-uRFHDzPbJY .mbr-section-title,
.cid-uRFHDzPbJY .title-wrapper,
.cid-uRFHDzPbJY .mbr-iconfont {
  color: #ffffff;
}
.cid-uRFHDAhIHj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFHDAhIHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFHDAhIHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFHDAhIHj .col-12 {
  position: relative;
}
.cid-uRFHDAhIHj img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFHDAhIHj .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFHDAhIHj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFHDAhIHj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFHDAhIHj .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFHDAhIHj .mbr-section-title {
  color: #000000;
}
.cid-uRFHDADgPd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFHDADgPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFHDADgPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFHDADgPd .col-12 {
  position: relative;
}
.cid-uRFHDADgPd img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFHDADgPd .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFHDADgPd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFHDADgPd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFHDADgPd .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFHDADgPd .mbr-section-title {
  color: #000000;
}
.cid-uRFHDB16OO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFHDB16OO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFHDB16OO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFHDB16OO .col-12 {
  position: relative;
}
.cid-uRFHDB16OO img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFHDB16OO .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFHDB16OO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFHDB16OO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFHDB16OO .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFHDB16OO .mbr-section-title {
  color: #000000;
}
.cid-uRFHDBsnkM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFHDBsnkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFHDBsnkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFHDBsnkM .col-12 {
  position: relative;
}
.cid-uRFHDBsnkM img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFHDBsnkM .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFHDBsnkM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFHDBsnkM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFHDBsnkM .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFHDBsnkM .mbr-section-title {
  color: #000000;
}
.cid-uRFHDBRELa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRFHDBRELa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFHDBRELa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFHDBRELa .container,
.cid-uRFHDBRELa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRFHDBRELa .container,
  .cid-uRFHDBRELa .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRFHDBRELa a {
  display: block;
}
.cid-uRFHDBRELa a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #d8a35c;
  border-bottom: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRFHDBRELa a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uRFHDBRELa a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uRFHDBRELa a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uRFHDBRELa a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uRFHDBRELa a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uRFHDBRELa .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRFHDBRELa .copy-wrapper {
    border-right: none;
  }
}
.cid-uRFHDBRELa .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uRFHDBRELa .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRFHDBRELa .list-wrapper {
    height: auto;
  }
}
.cid-uRFHDBRELa .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRFHDBRELa .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uRFHDBRELa .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uRFHDBRELa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRFHDBRELa .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uRFHDBRELa .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uRFHDBRELa .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRFHDBRELa .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRFHDBRELa .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #151e11;
  border-radius: 24px;
}
.cid-uRFHDBRELa .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uRFHDBRELa .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uRFHDBRELa .copyright {
  color: #d8a35c;
  text-align: right;
}
.cid-uRFHDBRELa .mbr-section-title {
  color: #3d4045;
}
.cid-uRFHDBRELa .mbr-text {
  color: #3d4045;
}
.cid-uRFHDBRELa .list {
  color: #ffffff;
}
.cid-uRFHDBRELa .mbr-section-btn {
  text-align: right;
}
.cid-uRFHDBRELa .mbr-section-title,
.cid-uRFHDBRELa .mbr-section-btn {
  color: #ffffff;
}
.cid-uRFHDChi6C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFHDChi6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFHDChi6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFHDChi6C .col-12 {
  position: relative;
}
.cid-uRFHDChi6C img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFHDChi6C .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFHDChi6C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFHDChi6C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFHDChi6C .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFHDChi6C .mbr-section-title {
  color: #000000;
}
.cid-uRFHDCF0ir {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRFHDCF0ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFHDCF0ir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRFHDCF0ir .col-12 {
  position: relative;
}
.cid-uRFHDCF0ir img {
  max-width: 800px;
  margin: auto;
}
.cid-uRFHDCF0ir .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uRFHDCF0ir .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFHDCF0ir .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFHDCF0ir .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRFHDCF0ir .mbr-section-title {
  color: #000000;
}
.cid-uR8rMz85Rb {
  background-color: transparent;
}
.cid-uR8rMz85Rb .navbar-dropdown {
  background-color: #f1f1f1 !important;
  padding: 0;
}
.cid-uR8rMz85Rb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f1 !important;
  background: #f1f1f1;
}
.cid-uR8rMz85Rb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR8rMz85Rb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uR8rMz85Rb .menu_box .navbar.opened,
  .cid-uR8rMz85Rb .menu_box .navbar-collapse {
    background-color: #f1f1f1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uR8rMz85Rb .navbar-dropdown {
  position: relative !important;
}
.cid-uR8rMz85Rb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uR8rMz85Rb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uR8rMz85Rb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uR8rMz85Rb .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uR8rMz85Rb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uR8rMz85Rb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uR8rMz85Rb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uR8rMz85Rb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uR8rMz85Rb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uR8rMz85Rb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uR8rMz85Rb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uR8rMz85Rb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uR8rMz85Rb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uR8rMz85Rb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .nav-item {
    margin: 0 !important;
  }
}
.cid-uR8rMz85Rb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uR8rMz85Rb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uR8rMz85Rb .nav-item .nav-link:hover:before,
.cid-uR8rMz85Rb .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uR8rMz85Rb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uR8rMz85Rb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uR8rMz85Rb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uR8rMz85Rb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uR8rMz85Rb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uR8rMz85Rb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uR8rMz85Rb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uR8rMz85Rb .container {
  display: flex;
  margin: auto;
}
.cid-uR8rMz85Rb .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uR8rMz85Rb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uR8rMz85Rb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR8rMz85Rb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb .navbar-nav {
    margin: 0;
  }
}
.cid-uR8rMz85Rb .dropdown-menu,
.cid-uR8rMz85Rb .navbar.opened {
  background-color: false !important;
}
.cid-uR8rMz85Rb .nav-item:focus,
.cid-uR8rMz85Rb .nav-link:focus {
  outline: none;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR8rMz85Rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR8rMz85Rb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR8rMz85Rb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR8rMz85Rb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uR8rMz85Rb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uR8rMz85Rb .navbar.opened {
  transition: all 0.3s;
}
.cid-uR8rMz85Rb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uR8rMz85Rb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uR8rMz85Rb .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uR8rMz85Rb .navbar.collapsed {
  justify-content: center;
}
.cid-uR8rMz85Rb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR8rMz85Rb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR8rMz85Rb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR8rMz85Rb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR8rMz85Rb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR8rMz85Rb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uR8rMz85Rb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uR8rMz85Rb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uR8rMz85Rb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uR8rMz85Rb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR8rMz85Rb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uR8rMz85Rb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR8rMz85Rb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uR8rMz85Rb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uR8rMz85Rb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uR8rMz85Rb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uR8rMz85Rb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR8rMz85Rb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uR8rMz85Rb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uR8rMz85Rb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR8rMz85Rb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uR8rMz85Rb .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-uR8rMz85Rb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR8rMz85Rb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR8rMz85Rb .dropdown-item.active,
.cid-uR8rMz85Rb .dropdown-item:active {
  background-color: transparent;
}
.cid-uR8rMz85Rb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uR8rMz85Rb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR8rMz85Rb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR8rMz85Rb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR8rMz85Rb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uR8rMz85Rb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR8rMz85Rb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f1;
  background: #f1f1f1;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR8rMz85Rb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR8rMz85Rb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR8rMz85Rb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uR8rMz85Rb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR8rMz85Rb .navbar {
    height: 70px;
  }
  .cid-uR8rMz85Rb .navbar.opened {
    height: auto;
  }
  .cid-uR8rMz85Rb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR8rMz85Rb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uR8rMz85Rb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uR8rMz85Rb .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uR8rMz85Rb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uR8rMz85Rb .text_widget {
  margin-bottom: 32px;
}
.cid-uR8rMz85Rb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uR8rMz85Rb .text_widget a:hover,
.cid-uR8rMz85Rb .text_widget a:focus {
  opacity: .8;
}
.cid-uR8rMz85Rb .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uR8rMz85Rb .contacts-wrapper {
    display: none;
  }
}
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact:hover:before,
.cid-uR8rMz85Rb .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uR8rMz85Rb .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uR8rMz85Rb .navbar-caption {
  color: #01004c;
}
.cid-uR8rMz85Rb .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uR8rMz85Rb .mbr-section-subtitle,
.cid-uR8rMz85Rb .text_widget,
.cid-uR8rMz85Rb .mbr-section-btn {
  text-align: center;
}
.cid-uR8rMz85Rb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRH9hPsXIu {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #151e11;
}
.cid-uRH9hPsXIu .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uRH9hPsXIu .image-wrap {
    padding: 16px;
  }
}
.cid-uRH9hPsXIu .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uRH9hPsXIu .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uRH9hPsXIu .image-overlay {
    padding: 16px;
  }
}
.cid-uRH9hPsXIu .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uRH9hPsXIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRH9hPsXIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRH9hPsXIu .row {
  justify-content: center;
}
.cid-uRH9hPsXIu .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uRH9hPsXIu .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRH9hPsXIu .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uRH9hPsXIu .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uRH9hPsXIu .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uRH9hPsXIu .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRH9hPsXIu .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRH9hPsXIu .mbr-text,
.cid-uRH9hPsXIu .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uRH9hPsXIu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRH9hPsXIu .mbr-text,
.cid-uRH9hPsXIu .mbr-section-btn {
  text-align: center;
}
.cid-uRckIOxjYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uRckIOxjYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRckIOxjYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRckIOxjYq .container,
.cid-uRckIOxjYq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .container,
  .cid-uRckIOxjYq .container-fluid {
    padding: 0 20px;
  }
}
.cid-uRckIOxjYq a {
  display: block;
}
.cid-uRckIOxjYq a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #d8a35c;
  border-bottom: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uRckIOxjYq a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uRckIOxjYq a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uRckIOxjYq .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #d8a35c;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .copy-wrapper {
    border-right: none;
  }
}
.cid-uRckIOxjYq .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uRckIOxjYq .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .list-wrapper {
    height: auto;
  }
}
.cid-uRckIOxjYq .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uRckIOxjYq .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uRckIOxjYq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uRckIOxjYq .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uRckIOxjYq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRckIOxjYq .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRckIOxjYq .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #151e11;
  border-radius: 24px;
}
.cid-uRckIOxjYq .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uRckIOxjYq .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uRckIOxjYq .copyright {
  color: #d8a35c;
  text-align: right;
}
.cid-uRckIOxjYq .mbr-section-title {
  color: #3d4045;
}
.cid-uRckIOxjYq .mbr-text {
  color: #3d4045;
}
.cid-uRckIOxjYq .list {
  color: #ffffff;
}
.cid-uRckIOxjYq .mbr-section-btn {
  text-align: right;
}
.cid-uRckIOxjYq .mbr-section-title,
.cid-uRckIOxjYq .mbr-section-btn {
  color: #ffffff;
}
