body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Cormorant Upright', serif;
  font-size: 9.4rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.75rem;
}
.display-2 {
  font-family: 'Cormorant Upright', serif;
  font-size: 4.5rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.56rem;
  line-height: 35px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.375rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 7.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.58rem;
    font-size: calc( 3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #e0bdb6 !important;
}
.bg-success {
  background-color: #747474 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #a3bf44 !important;
}
.bg-danger {
  background-color: #e72121 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e0bdb6 !important;
  border-color: #e0bdb6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c68679 !important;
  border-color: #c68679 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c68679 !important;
  border-color: #c68679 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #474747 !important;
  border-color: #474747 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #747474 !important;
  border-color: #747474 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a3bf44 !important;
  border-color: #a3bf44 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6d802c !important;
  border-color: #6d802c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6d802c !important;
  border-color: #6d802c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e72121 !important;
  border-color: #e72121 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a01111 !important;
  border-color: #a01111 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a01111 !important;
  border-color: #a01111 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0bdb6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c68679 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e0bdb6 !important;
  border-color: #e0bdb6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #474747;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c1c1c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #747474;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #494949 !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: #747474 !important;
  border-color: #747474 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a3bf44;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6d802c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a3bf44 !important;
  border-color: #a3bf44 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e72121;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a01111 !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: #e72121 !important;
  border-color: #e72121 !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: #e0bdb6 !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #747474 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #a3bf44 !important;
}
.text-danger {
  color: #e72121 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c27c6e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #141414 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #414141 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #637528 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #921010 !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: #e0bdb6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #a3bf44;
}
.alert-danger {
  background-color: #e72121;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e0bdb6;
  border-color: #e0bdb6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e0bdb6;
}
.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: #b4b4b4;
}
.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: #d2e0a3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbd9d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #e0bdb6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #e0bdb6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e0bdb6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e0bdb6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e0bdb6;
  border-bottom-color: #e0bdb6;
}
.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: #e0bdb6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #474747 !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='%23e0bdb6' %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,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #e0bdb6;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #e0bdb6;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #ffffff;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #e0bdb6;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #e0bdb6 !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #474747;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #474747 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #747474;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #747474 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #e72121;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #e72121 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #a3bf44;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #a3bf44 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v9MMGjPKoB {
  z-index: 1000;
  width: 100%;
}
.cid-v9MMGjPKoB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .menu_box .navbar.opened,
  .cid-v9MMGjPKoB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9MMGjPKoB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v9MMGjPKoB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9MMGjPKoB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9MMGjPKoB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9MMGjPKoB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-body .mbr-text,
  .cid-v9MMGjPKoB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v9MMGjPKoB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9MMGjPKoB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9MMGjPKoB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9MMGjPKoB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v9MMGjPKoB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 0 !important;
  }
}
.cid-v9MMGjPKoB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9MMGjPKoB .offcanvas_box {
    display: none;
  }
}
.cid-v9MMGjPKoB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9MMGjPKoB .container {
  display: flex;
  margin: auto;
}
.cid-v9MMGjPKoB .iconfont-wrapper {
  color: #e0bdb6;
  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-v9MMGjPKoB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9MMGjPKoB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9MMGjPKoB .navbar-caption {
  color: #747474;
}
.cid-v9MMGjPKoB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .navbar-nav {
    margin: 0;
  }
}
.cid-v9MMGjPKoB .dropdown-menu,
.cid-v9MMGjPKoB .navbar.opened {
  background-color: false !important;
}
.cid-v9MMGjPKoB .nav-item:focus,
.cid-v9MMGjPKoB .nav-link:focus {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9MMGjPKoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v9MMGjPKoB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v9MMGjPKoB .navbar.opened {
  transition: all 0.3s;
}
.cid-v9MMGjPKoB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9MMGjPKoB .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-v9MMGjPKoB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v9MMGjPKoB .navbar.collapsed {
  justify-content: center;
}
.cid-v9MMGjPKoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9MMGjPKoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9MMGjPKoB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9MMGjPKoB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v9MMGjPKoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9MMGjPKoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9MMGjPKoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9MMGjPKoB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9MMGjPKoB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9MMGjPKoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown-item.active,
.cid-v9MMGjPKoB .dropdown-item:active {
  background-color: transparent;
}
.cid-v9MMGjPKoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9MMGjPKoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9MMGjPKoB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v9MMGjPKoB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9MMGjPKoB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar {
    height: 70px;
  }
  .cid-v9MMGjPKoB .navbar.opened {
    height: auto;
  }
  .cid-v9MMGjPKoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9MMGjPKoB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v9MMGjPKoB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v9MMGjPKoB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v9MMGjPKoB .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9MMGjPKoB .nav-link {
  position: relative;
}
.cid-v9MMGjPKoB .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v9MMGjPKoB .nav-link:hover:before {
  opacity: 1;
}
.cid-v9MMGjPKoB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9MMGjPKoB .text_widget {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-section-subtitle,
.cid-v9MMGjPKoB .text_widget,
.cid-v9MMGjPKoB .mbr-section-btn {
  text-align: center;
}
.cid-v9MMGjPKoB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-trf9o2kpj1 {
  background-image: url("https://losjardinesdepalacio.com/assets/images/los-jardines-de-palacio-24.jpeg");
}
.cid-trf9o2kpj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9o2kpj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-trf9o2kpj1 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-trf9o2kpj1 .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-trf9o2kpj1 .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-trf9o2kpj1 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-trf9o2kpj1 .mbr-section-title {
  color: #E0BDB6;
}
.cid-trf9o2kpj1 .mbr-text {
  color: #ffebe6;
  text-align: left;
}
.cid-trf9o2kpj1 .mbr-section-title,
.cid-trf9o2kpj1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-trfafwSCBE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-trfafwSCBE .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-trfafwSCBE .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .image_2 {
    display: none;
  }
}
.cid-trfafwSCBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-trfafwSCBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trfafwSCBE .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-trfafwSCBE .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-trfafwSCBE .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-trfafwSCBE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-trfafwSCBE .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-trfafwSCBE .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-trfafwSCBE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-trfafwSCBE .mbr-text {
  color: #ffffff;
}
.cid-uLfTz30bhE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLfTz30bhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfTz30bhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfTz30bhE .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uLfTz30bhE .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-uLfTz30bhE .cards .card {
    margin-bottom: 40px;
  }
}
.cid-uLfTz30bhE .cards .card .mbr-section-title,
.cid-uLfTz30bhE .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-uLfTz30bhE .cards .card .mbr-text,
.cid-uLfTz30bhE .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uLfTz30bhE .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLfTz30bhE .icon-wrapper {
    display: none;
  }
}
.cid-uLfTz30bhE .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #747474;
  margin-top: -8rem;
}
.cid-uLfTz30bhE .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #e0bdb6;
}
.cid-uLfTz30bhE .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #e0bdb6;
}
.cid-uLfTz30bhE .mbr-section-title {
  color: #e0bdb6;
  text-align: right;
}
.cid-uLfTz30bhE .mbr-text {
  color: #747474;
  text-align: left;
}
.cid-uLfTz30bhE .mbr-section-title_2 {
  color: #E0BDB6;
}
.cid-uLfTz30bhE .mbr-text_2 {
  color: #747474;
}
.cid-uMpzRRkQDy {
  background-image: url("https://losjardinesdepalacio.com/assets/images/los-jardines-de-palacio-5.jpeg");
}
.cid-uMpzRRkQDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpzRRkQDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpzRRkQDy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMpzRRkQDy .mbr-section-title {
  color: #474747;
  text-align: center;
}
.cid-uMpAD7lzYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uMpAD7lzYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpAD7lzYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpAD7lzYZ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uMpAD7lzYZ .row {
    padding: 0 14px;
  }
  .cid-uMpAD7lzYZ .row .item {
    padding: 0 3.25px;
  }
}
.cid-uMpAD7lzYZ .item {
  margin-bottom: 9px;
}
.cid-uMpAD7lzYZ .item:hover .item-wrapper .item-img img,
.cid-uMpAD7lzYZ .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uMpAD7lzYZ .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMpAD7lzYZ .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uMpAD7lzYZ .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uMpAD7lzYZ .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #b18783;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uMpAD7lzYZ .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uMpAD7lzYZ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-trf9FawOqR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-trf9FawOqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9FawOqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9FawOqR .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-trf9FawOqR .card {
    padding: 0;
    border-left: 1px solid #ffffff;
  }
  .cid-trf9FawOqR .card:first-child {
    border: none;
  }
  .cid-trf9FawOqR .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-trf9FawOqR .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-trf9FawOqR .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-trf9FawOqR .card-wrapper .mbr-text,
.cid-trf9FawOqR .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-trf9FawOqR .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-trf9FawOqR .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-trf9FawOqR .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-trf9Yfq3N5 {
  background-image: url("https://losjardinesdepalacio.com/assets/images/gb28240344fa86aabb6e8a516f581-h_mb6owjfy.jpg");
}
.cid-trf9Yfq3N5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9Yfq3N5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9Yfq3N5 .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
.cid-trf9Yfq3N5 .title-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.cid-trf9Yfq3N5 .title-wrapper .desc-wrapper .mbr-desc .mbr-iconfont {
  font-size: 22px;
  margin-right: 9px;
}
.cid-trf9Yfq3N5 .list-wrapper {
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-trf9Yfq3N5 .list-wrapper {
    margin-bottom: 35px;
    padding: 0;
  }
}
.cid-trf9Yfq3N5 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-trf9Yfq3N5 .list-wrapper .list {
  margin: 0;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-trf9Yfq3N5 .list-wrapper .list li {
  margin-bottom: 27px;
  position: relative;
}
.cid-trf9Yfq3N5 .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-trf9Yfq3N5 .mbr-section-title {
  color: #ffffff;
}
.cid-trf9Yfq3N5 .mbr-desc,
.cid-trf9Yfq3N5 .mbr-iconfont {
  color: #ffffff;
}
.cid-trf9Yfq3N5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trf9Yfq3N5 .list {
  color: #ffffff;
}
.cid-uLhc97g4Fi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/mbr-1-h_mbjj1ig9-1920x1280.jpg");
}
.cid-uLhc97g4Fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhc97g4Fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhc97g4Fi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLhc97g4Fi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLhc97g4Fi .container {
    padding: 0 20px;
  }
}
.cid-uLhc97g4Fi .row {
  justify-content: center;
}
.cid-uLhc97g4Fi .title-wrapper {
  padding: 40px 78px;
  background-color: #f0f0f0;
}
@media (max-width: 1200px) {
  .cid-uLhc97g4Fi .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhc97g4Fi .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uLhc97g4Fi .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLhc97g4Fi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLhc97g4Fi .dragArea.row {
  padding: 80px 78px;
  background-color: #9e9e9e;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-uLhc97g4Fi .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhc97g4Fi .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-uLhc97g4Fi .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLhc97g4Fi .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uLhc97g4Fi .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-uLhc97g4Fi .dragArea.row .form-group .form-control:hover,
.cid-uLhc97g4Fi .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-uLhc97g4Fi .dragArea.row .form-group .form-control::placeholder {
  color: #f0f0f0;
}
.cid-uLhc97g4Fi .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-uLhc97g4Fi .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #f0f0f0;
}
.cid-uLhc97g4Fi .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLhc97g4Fi .mbr-section-title {
  color: #c2b299;
}
.cid-uLhc97g4Fi .mbr-text {
  color: #e4dfd4;
}
.cid-uLhc97g4Fi label {
  color: #c2b299;
}
.cid-uLhc97g4Fi H2 {
  color: #e0c6b6;
}
.cid-uLhc97g4Fi LABEL {
  color: #ffffff;
}
.cid-uLhc97g4Fi DIV {
  text-align: left;
}
.cid-trf9tzcwb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b18783;
}
.cid-trf9tzcwb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9tzcwb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9tzcwb8 .row {
  justify-content: space-between;
}
.cid-trf9tzcwb8 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
  text-align: left;
}
.cid-trf9tzcwb8 .list li {
  margin-bottom: 25px;
}
.cid-trf9tzcwb8 .list li:last-child {
  margin-bottom: 0;
}
.cid-trf9tzcwb8 .mbr-desc {
  margin-bottom: 8px;
}
.cid-trf9tzcwb8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-trf9tzcwb8 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-trf9tzcwb8 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-trf9tzcwb8 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #533633;
  transition: all .3s ease;
}
.cid-trf9tzcwb8 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-trf9tzcwb8 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #533633;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-trf9tzcwb8 .mbr-desc,
.cid-trf9tzcwb8 .mbr-iconfont {
  color: #ffffff;
}
.cid-trf9tzcwb8 .mbr-text,
.cid-trf9tzcwb8 .mbr-section-btn {
  color: #ffffff;
}
.cid-v9MMGjPKoB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .menu_box .navbar.opened,
  .cid-v9MMGjPKoB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown {
  position: relative !important;
}
.cid-v9MMGjPKoB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9MMGjPKoB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9MMGjPKoB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9MMGjPKoB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-body .mbr-text,
  .cid-v9MMGjPKoB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v9MMGjPKoB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9MMGjPKoB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9MMGjPKoB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9MMGjPKoB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v9MMGjPKoB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 0 !important;
  }
}
.cid-v9MMGjPKoB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9MMGjPKoB .offcanvas_box {
    display: none;
  }
}
.cid-v9MMGjPKoB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9MMGjPKoB .container {
  display: flex;
  margin: auto;
}
.cid-v9MMGjPKoB .iconfont-wrapper {
  color: #e0bdb6;
  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-v9MMGjPKoB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9MMGjPKoB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9MMGjPKoB .navbar-caption {
  color: #747474;
}
.cid-v9MMGjPKoB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .navbar-nav {
    margin: 0;
  }
}
.cid-v9MMGjPKoB .dropdown-menu,
.cid-v9MMGjPKoB .navbar.opened {
  background-color: false !important;
}
.cid-v9MMGjPKoB .nav-item:focus,
.cid-v9MMGjPKoB .nav-link:focus {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9MMGjPKoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v9MMGjPKoB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v9MMGjPKoB .navbar.opened {
  transition: all 0.3s;
}
.cid-v9MMGjPKoB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9MMGjPKoB .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-v9MMGjPKoB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v9MMGjPKoB .navbar.collapsed {
  justify-content: center;
}
.cid-v9MMGjPKoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9MMGjPKoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9MMGjPKoB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9MMGjPKoB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v9MMGjPKoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9MMGjPKoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9MMGjPKoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9MMGjPKoB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9MMGjPKoB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9MMGjPKoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown-item.active,
.cid-v9MMGjPKoB .dropdown-item:active {
  background-color: transparent;
}
.cid-v9MMGjPKoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9MMGjPKoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9MMGjPKoB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v9MMGjPKoB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9MMGjPKoB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar {
    height: 70px;
  }
  .cid-v9MMGjPKoB .navbar.opened {
    height: auto;
  }
  .cid-v9MMGjPKoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9MMGjPKoB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v9MMGjPKoB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v9MMGjPKoB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v9MMGjPKoB .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9MMGjPKoB .nav-link {
  position: relative;
}
.cid-v9MMGjPKoB .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v9MMGjPKoB .nav-link:hover:before {
  opacity: 1;
}
.cid-v9MMGjPKoB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9MMGjPKoB .text_widget {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-section-subtitle,
.cid-v9MMGjPKoB .text_widget,
.cid-v9MMGjPKoB .mbr-section-btn {
  text-align: center;
}
.cid-v9MMGjPKoB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLg5VGpg0j {
  background-image: url("https://losjardinesdepalacio.com/assets/images/fuente-jardinop-2000x1335.jpeg");
}
.cid-uLg5VGpg0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLg5VGpg0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLg5VGpg0j .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uLg5VGpg0j .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uLg5VGpg0j .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uLg5VGpg0j .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uLg5VGpg0j .mbr-section-title {
  color: #E0BDB6;
}
.cid-uLg5VGpg0j .mbr-text {
  color: #ffebe6;
}
.cid-uLg5VGpg0j .mbr-section-title,
.cid-uLg5VGpg0j .mbr-section-btn {
  color: #fafafa;
}
.cid-uLg5VGKF3U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLg5VGKF3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLg5VGKF3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLg5VGKF3U .row {
  justify-content: center;
}
.cid-uLg5VGKF3U .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uLg5VGKF3U .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uLg5VGKF3U .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uLg5VGKF3U .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uLg5VGKF3U .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLg5VGKF3U .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uLg5VGKF3U .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uLg5VGKF3U .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uLg5VGKF3U .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uLg5VGKF3U .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uLg7gn6txp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLg7gn6txp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLg7gn6txp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLg7gn6txp .row {
  justify-content: space-between;
}
.cid-uLg7gn6txp .card-wrapper {
  margin-bottom: 70px;
}
.cid-uLg7gn6txp .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-uLg7gn6txp .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uLg7gn6txp .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uLg7gn6txp .mbr-section-title {
  color: #E0BDB6;
}
.cid-uLg7gn6txp .mbr-text {
  color: #747474;
  text-align: center;
}
.cid-uLg7gn6txp .mbr-section-title,
.cid-uLg7gn6txp .image-wrapper {
  text-align: center;
}
.cid-uLgaRsjHPP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uLgaRsjHPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgaRsjHPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgaRsjHPP .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uLgaRsjHPP .title-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.cid-uLgaRsjHPP .title-wrapper .desc-wrapper .mbr-desc .mbr-iconfont {
  font-size: 22px;
  margin-right: 9px;
}
.cid-uLgaRsjHPP .list-wrapper {
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-uLgaRsjHPP .list-wrapper {
    margin-bottom: 35px;
    padding: 0;
  }
}
.cid-uLgaRsjHPP .list-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLgaRsjHPP .list-wrapper .list {
  margin: 0;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-uLgaRsjHPP .list-wrapper .list li {
  margin-bottom: 27px;
  position: relative;
}
.cid-uLgaRsjHPP .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-uLgaRsjHPP .mbr-section-title {
  color: #ffffff;
}
.cid-uLgaRsjHPP .mbr-desc,
.cid-uLgaRsjHPP .mbr-iconfont {
  color: #ffffff;
}
.cid-uLgaRsjHPP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLgaRsjHPP .list {
  color: #ffffff;
}
.cid-uLgaLRJyQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgaLRJyQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgaLRJyQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgaLRJyQR .row {
  justify-content: space-between;
}
.cid-uLgaLRJyQR .item {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-uLgaLRJyQR .item {
    padding-right: 60px;
  }
  .cid-uLgaLRJyQR .item:nth-child(2n) {
    padding-right: 16px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uLgaLRJyQR .item {
    margin-top: 60px;
  }
}
.cid-uLgaLRJyQR .item:nth-child(2n) {
  margin-top: 134px;
}
@media (max-width: 768px) {
  .cid-uLgaLRJyQR .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uLgaLRJyQR .item .item-wrapper {
  position: relative;
}
.cid-uLgaLRJyQR .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uLgaLRJyQR .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLgaLRJyQR .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLgaLRJyQR .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 18px;
}
.cid-uLgaLRJyQR .mbr-section-title {
  color: #747474;
}
.cid-uLgaLRJyQR .mbr-text {
  color: #747474;
}
.cid-uLgaLRJyQR .mbr-price {
  color: #E0BDB6;
}
.cid-uLg5VIYhdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uLg5VIYhdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLg5VIYhdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLg5VIYhdo .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uLg5VIYhdo .card {
    padding: 0;
    border-left: 1px solid #ffffff;
  }
  .cid-uLg5VIYhdo .card:first-child {
    border: none;
  }
  .cid-uLg5VIYhdo .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uLg5VIYhdo .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uLg5VIYhdo .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uLg5VIYhdo .card-wrapper .mbr-text,
.cid-uLg5VIYhdo .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uLg5VIYhdo .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uLg5VIYhdo .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uLg5VIYhdo .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLg5VJmU4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/los-jardines-de-palacio-17.jpeg");
}
.cid-uLg5VJmU4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLg5VJmU4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLg5VJmU4N .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uLg5VJmU4N .title-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.cid-uLg5VJmU4N .title-wrapper .desc-wrapper .mbr-desc .mbr-iconfont {
  font-size: 22px;
  margin-right: 9px;
}
.cid-uLg5VJmU4N .list-wrapper {
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-uLg5VJmU4N .list-wrapper {
    margin-bottom: 35px;
    padding: 0;
  }
}
.cid-uLg5VJmU4N .list-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLg5VJmU4N .list-wrapper .list {
  margin: 0;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-uLg5VJmU4N .list-wrapper .list li {
  margin-bottom: 27px;
  position: relative;
}
.cid-uLg5VJmU4N .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-uLg5VJmU4N .mbr-section-title {
  color: #ffffff;
}
.cid-uLg5VJmU4N .mbr-desc,
.cid-uLg5VJmU4N .mbr-iconfont {
  color: #ffffff;
}
.cid-uLg5VJmU4N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLg5VJmU4N .list {
  color: #ffffff;
}
.cid-uLhQQbRncW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/mbr-4.jpg");
}
.cid-uLhQQbRncW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhQQbRncW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhQQbRncW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLhQQbRncW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLhQQbRncW .container {
    padding: 0 20px;
  }
}
.cid-uLhQQbRncW .row {
  justify-content: center;
}
.cid-uLhQQbRncW .title-wrapper {
  padding: 40px 78px;
  background-color: #f0f0f0;
}
@media (max-width: 1200px) {
  .cid-uLhQQbRncW .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhQQbRncW .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uLhQQbRncW .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLhQQbRncW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLhQQbRncW .dragArea.row {
  padding: 80px 78px;
  background-color: #9e9e9e;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-uLhQQbRncW .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhQQbRncW .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-uLhQQbRncW .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLhQQbRncW .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uLhQQbRncW .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-uLhQQbRncW .dragArea.row .form-group .form-control:hover,
.cid-uLhQQbRncW .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-uLhQQbRncW .dragArea.row .form-group .form-control::placeholder {
  color: #f0f0f0;
}
.cid-uLhQQbRncW .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-uLhQQbRncW .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #f0f0f0;
}
.cid-uLhQQbRncW .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLhQQbRncW .mbr-section-title {
  color: #c2b299;
}
.cid-uLhQQbRncW .mbr-text {
  color: #e4dfd4;
}
.cid-uLhQQbRncW label {
  color: #c2b299;
}
.cid-uLhQQbRncW H2 {
  color: #e0c6b6;
}
.cid-uLhQQbRncW LABEL {
  color: #ffffff;
}
.cid-uLg5VKfulF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b18783;
}
.cid-uLg5VKfulF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLg5VKfulF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLg5VKfulF .row {
  justify-content: space-between;
}
.cid-uLg5VKfulF .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLg5VKfulF .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLg5VKfulF .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLg5VKfulF .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uLg5VKfulF .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
  text-align: left;
}
.cid-uLg5VKfulF .list li {
  margin-bottom: 25px;
}
.cid-uLg5VKfulF .list li:last-child {
  margin-bottom: 0;
}
.cid-uLg5VKfulF .mbr-desc {
  margin-bottom: 8px;
}
.cid-uLg5VKfulF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLg5VKfulF .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uLg5VKfulF .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uLg5VKfulF .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #533633;
  transition: all .3s ease;
}
.cid-uLg5VKfulF .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uLg5VKfulF .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #533633;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uLg5VKfulF .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uLg5VKfulF .mbr-desc,
.cid-uLg5VKfulF .mbr-iconfont {
  color: #ffffff;
}
.cid-uLg5VKfulF .mbr-text,
.cid-uLg5VKfulF .mbr-section-btn {
  color: #ffffff;
}
.cid-v9MMGjPKoB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .menu_box .navbar.opened,
  .cid-v9MMGjPKoB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown {
  position: relative !important;
}
.cid-v9MMGjPKoB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9MMGjPKoB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9MMGjPKoB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9MMGjPKoB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-body .mbr-text,
  .cid-v9MMGjPKoB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v9MMGjPKoB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9MMGjPKoB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9MMGjPKoB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9MMGjPKoB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v9MMGjPKoB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 0 !important;
  }
}
.cid-v9MMGjPKoB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9MMGjPKoB .offcanvas_box {
    display: none;
  }
}
.cid-v9MMGjPKoB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9MMGjPKoB .container {
  display: flex;
  margin: auto;
}
.cid-v9MMGjPKoB .iconfont-wrapper {
  color: #e0bdb6;
  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-v9MMGjPKoB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9MMGjPKoB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9MMGjPKoB .navbar-caption {
  color: #747474;
}
.cid-v9MMGjPKoB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .navbar-nav {
    margin: 0;
  }
}
.cid-v9MMGjPKoB .dropdown-menu,
.cid-v9MMGjPKoB .navbar.opened {
  background-color: false !important;
}
.cid-v9MMGjPKoB .nav-item:focus,
.cid-v9MMGjPKoB .nav-link:focus {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9MMGjPKoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v9MMGjPKoB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v9MMGjPKoB .navbar.opened {
  transition: all 0.3s;
}
.cid-v9MMGjPKoB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9MMGjPKoB .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-v9MMGjPKoB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v9MMGjPKoB .navbar.collapsed {
  justify-content: center;
}
.cid-v9MMGjPKoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9MMGjPKoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9MMGjPKoB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9MMGjPKoB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v9MMGjPKoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9MMGjPKoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9MMGjPKoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9MMGjPKoB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9MMGjPKoB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9MMGjPKoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown-item.active,
.cid-v9MMGjPKoB .dropdown-item:active {
  background-color: transparent;
}
.cid-v9MMGjPKoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9MMGjPKoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9MMGjPKoB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v9MMGjPKoB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9MMGjPKoB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar {
    height: 70px;
  }
  .cid-v9MMGjPKoB .navbar.opened {
    height: auto;
  }
  .cid-v9MMGjPKoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9MMGjPKoB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v9MMGjPKoB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v9MMGjPKoB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v9MMGjPKoB .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9MMGjPKoB .nav-link {
  position: relative;
}
.cid-v9MMGjPKoB .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v9MMGjPKoB .nav-link:hover:before {
  opacity: 1;
}
.cid-v9MMGjPKoB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9MMGjPKoB .text_widget {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-section-subtitle,
.cid-v9MMGjPKoB .text_widget,
.cid-v9MMGjPKoB .mbr-section-btn {
  text-align: center;
}
.cid-v9MMGjPKoB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgci5VodZ {
  background-image: url("https://losjardinesdepalacio.com/assets/images/los-jardines-de-palacio-salon-4-2064x1377.jpeg");
}
.cid-uLgci5VodZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgci5VodZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLgci5VodZ .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uLgci5VodZ .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uLgci5VodZ .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uLgci5VodZ .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uLgci5VodZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-uLgci5VodZ .mbr-text {
  color: #ffebe6;
}
.cid-uLgci5VodZ .mbr-section-title,
.cid-uLgci5VodZ .mbr-section-btn {
  color: #fafafa;
}
.cid-uMv24hMz3Y {
  background-color: #e0bdb6;
}
.cid-uMv24hMz3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv24hMz3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMv24hMz3Y .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uMv24hMz3Y .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uMv24hMz3Y .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uMv24hMz3Y .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uMv24hMz3Y .mbr-section-title {
  color: #E0BDB6;
}
.cid-uMv24hMz3Y .mbr-text {
  color: #ffebe6;
}
.cid-uMv24hMz3Y .mbr-section-title,
.cid-uMv24hMz3Y .mbr-section-btn {
  color: #fafafa;
}
.cid-uLgd5Pmu0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgd5Pmu0z .item:focus,
.cid-uLgd5Pmu0z span:focus {
  outline: none;
}
.cid-uLgd5Pmu0z .item {
  cursor: pointer;
}
.cid-uLgd5Pmu0z .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uLgd5Pmu0z .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uLgd5Pmu0z .grid-container-1,
.cid-uLgd5Pmu0z .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uLgd5Pmu0z .grid-container-1,
  .cid-uLgd5Pmu0z .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uLgd5Pmu0z .mbr-section-title {
  margin-bottom: 50px;
  color: #E0BDB6;
  text-align: center;
}
.cid-uLgd5Pmu0z .content-head {
  max-width: 800px;
}
.cid-uLgd5Pmu0z .container,
.cid-uLgd5Pmu0z .container-fluid {
  overflow: hidden;
}
.cid-uLgd5Pmu0z .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uLgd5Pmu0z .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLgd5Pmu0z .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 390px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uLgd5Pmu0z .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uLgd5Pmu0z .grid-item img {
    height: 160px;
  }
}
.cid-uLgd5Pmu0z .grid-container-1,
.cid-uLgd5Pmu0z .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uLgd5Pmu0z .grid-container-1 {
  align-items: flex-end;
}
.cid-uLgd5Pmu0z .grid-container-2 {
  align-items: flex-start;
}
.cid-uLgci836H3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/los-jardines-de-palacio-2.jpeg");
}
.cid-uLgci836H3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgci836H3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgci836H3 .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uLgci836H3 .title-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.cid-uLgci836H3 .title-wrapper .desc-wrapper .mbr-desc .mbr-iconfont {
  font-size: 22px;
  margin-right: 9px;
}
.cid-uLgci836H3 .list-wrapper {
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-uLgci836H3 .list-wrapper {
    margin-bottom: 35px;
    padding: 0;
  }
}
.cid-uLgci836H3 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLgci836H3 .list-wrapper .list {
  margin: 0;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-uLgci836H3 .list-wrapper .list li {
  margin-bottom: 27px;
  position: relative;
}
.cid-uLgci836H3 .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-uLgci836H3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLgci836H3 .mbr-desc,
.cid-uLgci836H3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uLgci836H3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLgci836H3 .list {
  color: #ffffff;
}
.cid-uLhRsXymcw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/mbr-3.jpg");
}
.cid-uLhRsXymcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhRsXymcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhRsXymcw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLhRsXymcw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLhRsXymcw .container {
    padding: 0 20px;
  }
}
.cid-uLhRsXymcw .row {
  justify-content: center;
}
.cid-uLhRsXymcw .title-wrapper {
  padding: 40px 78px;
  background-color: #f0f0f0;
}
@media (max-width: 1200px) {
  .cid-uLhRsXymcw .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhRsXymcw .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uLhRsXymcw .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLhRsXymcw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLhRsXymcw .dragArea.row {
  padding: 80px 78px;
  background-color: #9e9e9e;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-uLhRsXymcw .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhRsXymcw .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-uLhRsXymcw .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLhRsXymcw .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uLhRsXymcw .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-uLhRsXymcw .dragArea.row .form-group .form-control:hover,
.cid-uLhRsXymcw .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-uLhRsXymcw .dragArea.row .form-group .form-control::placeholder {
  color: #f0f0f0;
}
.cid-uLhRsXymcw .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-uLhRsXymcw .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #f0f0f0;
}
.cid-uLhRsXymcw .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLhRsXymcw .mbr-section-title {
  color: #c2b299;
}
.cid-uLhRsXymcw .mbr-text {
  color: #e4dfd4;
}
.cid-uLhRsXymcw label {
  color: #c2b299;
}
.cid-uLhRsXymcw H2 {
  color: #e0c6b6;
}
.cid-uLhRsXymcw LABEL {
  color: #ffffff;
}
.cid-uLgci8O8Pc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b18783;
}
.cid-uLgci8O8Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgci8O8Pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgci8O8Pc .row {
  justify-content: space-between;
}
.cid-uLgci8O8Pc .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLgci8O8Pc .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLgci8O8Pc .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLgci8O8Pc .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uLgci8O8Pc .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
  text-align: left;
}
.cid-uLgci8O8Pc .list li {
  margin-bottom: 25px;
}
.cid-uLgci8O8Pc .list li:last-child {
  margin-bottom: 0;
}
.cid-uLgci8O8Pc .mbr-desc {
  margin-bottom: 8px;
}
.cid-uLgci8O8Pc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLgci8O8Pc .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uLgci8O8Pc .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uLgci8O8Pc .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #533633;
  transition: all .3s ease;
}
.cid-uLgci8O8Pc .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uLgci8O8Pc .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #533633;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uLgci8O8Pc .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uLgci8O8Pc .mbr-desc,
.cid-uLgci8O8Pc .mbr-iconfont {
  color: #ffffff;
}
.cid-uLgci8O8Pc .mbr-text,
.cid-uLgci8O8Pc .mbr-section-btn {
  color: #ffffff;
}
.cid-v9MMGjPKoB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .menu_box .navbar.opened,
  .cid-v9MMGjPKoB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown {
  position: relative !important;
}
.cid-v9MMGjPKoB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9MMGjPKoB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9MMGjPKoB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9MMGjPKoB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-body .mbr-text,
  .cid-v9MMGjPKoB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v9MMGjPKoB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9MMGjPKoB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9MMGjPKoB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9MMGjPKoB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v9MMGjPKoB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 0 !important;
  }
}
.cid-v9MMGjPKoB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9MMGjPKoB .offcanvas_box {
    display: none;
  }
}
.cid-v9MMGjPKoB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9MMGjPKoB .container {
  display: flex;
  margin: auto;
}
.cid-v9MMGjPKoB .iconfont-wrapper {
  color: #e0bdb6;
  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-v9MMGjPKoB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9MMGjPKoB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9MMGjPKoB .navbar-caption {
  color: #747474;
}
.cid-v9MMGjPKoB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .navbar-nav {
    margin: 0;
  }
}
.cid-v9MMGjPKoB .dropdown-menu,
.cid-v9MMGjPKoB .navbar.opened {
  background-color: false !important;
}
.cid-v9MMGjPKoB .nav-item:focus,
.cid-v9MMGjPKoB .nav-link:focus {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9MMGjPKoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v9MMGjPKoB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v9MMGjPKoB .navbar.opened {
  transition: all 0.3s;
}
.cid-v9MMGjPKoB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9MMGjPKoB .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-v9MMGjPKoB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v9MMGjPKoB .navbar.collapsed {
  justify-content: center;
}
.cid-v9MMGjPKoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9MMGjPKoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9MMGjPKoB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9MMGjPKoB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v9MMGjPKoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9MMGjPKoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9MMGjPKoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9MMGjPKoB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9MMGjPKoB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9MMGjPKoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown-item.active,
.cid-v9MMGjPKoB .dropdown-item:active {
  background-color: transparent;
}
.cid-v9MMGjPKoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9MMGjPKoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9MMGjPKoB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v9MMGjPKoB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9MMGjPKoB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar {
    height: 70px;
  }
  .cid-v9MMGjPKoB .navbar.opened {
    height: auto;
  }
  .cid-v9MMGjPKoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9MMGjPKoB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v9MMGjPKoB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v9MMGjPKoB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v9MMGjPKoB .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9MMGjPKoB .nav-link {
  position: relative;
}
.cid-v9MMGjPKoB .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v9MMGjPKoB .nav-link:hover:before {
  opacity: 1;
}
.cid-v9MMGjPKoB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9MMGjPKoB .text_widget {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-section-subtitle,
.cid-v9MMGjPKoB .text_widget,
.cid-v9MMGjPKoB .mbr-section-btn {
  text-align: center;
}
.cid-v9MMGjPKoB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgjI3hQeT {
  background-image: url("https://losjardinesdepalacio.com/assets/images/los-jardines-nocturnas-26op-h_mbjjpeka-2000x1335.jpg");
}
.cid-uLgjI3hQeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgjI3hQeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLgjI3hQeT .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uLgjI3hQeT .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uLgjI3hQeT .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uLgjI3hQeT .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uLgjI3hQeT .mbr-section-title {
  color: #E0BDB6;
}
.cid-uLgjI3hQeT .mbr-text {
  color: #ffebe6;
}
.cid-uLgjI3hQeT .mbr-section-title,
.cid-uLgjI3hQeT .mbr-section-btn {
  color: #fafafa;
}
.cid-uLgjI3BVys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgjI3BVys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgjI3BVys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgjI3BVys .row {
  justify-content: center;
}
.cid-uLgjI3BVys .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uLgjI3BVys .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uLgjI3BVys .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uLgjI3BVys .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uLgjI3BVys .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLgjI3BVys .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uLgjI3BVys .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uLgjI3BVys .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uLgjI3BVys .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uLgjI3BVys .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uLgjI3UNx6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgjI3UNx6 .item:focus,
.cid-uLgjI3UNx6 span:focus {
  outline: none;
}
.cid-uLgjI3UNx6 .item {
  cursor: pointer;
}
.cid-uLgjI3UNx6 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uLgjI3UNx6 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uLgjI3UNx6 .grid-container-1,
.cid-uLgjI3UNx6 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uLgjI3UNx6 .grid-container-1,
  .cid-uLgjI3UNx6 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uLgjI3UNx6 .mbr-section-title {
  margin-bottom: 50px;
  color: #E0BDB6;
  text-align: center;
}
.cid-uLgjI3UNx6 .content-head {
  max-width: 800px;
}
.cid-uLgjI3UNx6 .container,
.cid-uLgjI3UNx6 .container-fluid {
  overflow: hidden;
}
.cid-uLgjI3UNx6 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uLgjI3UNx6 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLgjI3UNx6 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 390px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uLgjI3UNx6 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uLgjI3UNx6 .grid-item img {
    height: 160px;
  }
}
.cid-uLgjI3UNx6 .grid-container-1,
.cid-uLgjI3UNx6 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uLgjI3UNx6 .grid-container-1 {
  align-items: flex-end;
}
.cid-uLgjI3UNx6 .grid-container-2 {
  align-items: flex-start;
}
.cid-uLgjI4x9cZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/los-jardines-38op-1.jpg");
}
.cid-uLgjI4x9cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgjI4x9cZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgjI4x9cZ .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uLgjI4x9cZ .title-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.cid-uLgjI4x9cZ .title-wrapper .desc-wrapper .mbr-desc .mbr-iconfont {
  font-size: 22px;
  margin-right: 9px;
}
.cid-uLgjI4x9cZ .list-wrapper {
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-uLgjI4x9cZ .list-wrapper {
    margin-bottom: 35px;
    padding: 0;
  }
}
.cid-uLgjI4x9cZ .list-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLgjI4x9cZ .list-wrapper .list {
  margin: 0;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-uLgjI4x9cZ .list-wrapper .list li {
  margin-bottom: 27px;
  position: relative;
}
.cid-uLgjI4x9cZ .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-uLgjI4x9cZ .mbr-section-title {
  color: #ffffff;
}
.cid-uLgjI4x9cZ .mbr-desc,
.cid-uLgjI4x9cZ .mbr-iconfont {
  color: #ffffff;
}
.cid-uLgjI4x9cZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLgjI4x9cZ .list {
  color: #ffffff;
}
.cid-uLhS2BrdHp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/mbr-6.jpg");
}
.cid-uLhS2BrdHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhS2BrdHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhS2BrdHp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLhS2BrdHp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLhS2BrdHp .container {
    padding: 0 20px;
  }
}
.cid-uLhS2BrdHp .row {
  justify-content: center;
}
.cid-uLhS2BrdHp .title-wrapper {
  padding: 40px 78px;
  background-color: #f0f0f0;
}
@media (max-width: 1200px) {
  .cid-uLhS2BrdHp .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhS2BrdHp .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uLhS2BrdHp .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLhS2BrdHp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLhS2BrdHp .dragArea.row {
  padding: 80px 78px;
  background-color: #9e9e9e;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-uLhS2BrdHp .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhS2BrdHp .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-uLhS2BrdHp .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLhS2BrdHp .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uLhS2BrdHp .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-uLhS2BrdHp .dragArea.row .form-group .form-control:hover,
.cid-uLhS2BrdHp .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-uLhS2BrdHp .dragArea.row .form-group .form-control::placeholder {
  color: #f0f0f0;
}
.cid-uLhS2BrdHp .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-uLhS2BrdHp .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #f0f0f0;
}
.cid-uLhS2BrdHp .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLhS2BrdHp .mbr-section-title {
  color: #c2b299;
}
.cid-uLhS2BrdHp .mbr-text {
  color: #e4dfd4;
}
.cid-uLhS2BrdHp label {
  color: #c2b299;
}
.cid-uLhS2BrdHp H2 {
  color: #e0c6b6;
}
.cid-uLhS2BrdHp LABEL {
  color: #ffffff;
}
.cid-uLgjI5eoTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b18783;
}
.cid-uLgjI5eoTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgjI5eoTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgjI5eoTV .row {
  justify-content: space-between;
}
.cid-uLgjI5eoTV .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLgjI5eoTV .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLgjI5eoTV .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLgjI5eoTV .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uLgjI5eoTV .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
  text-align: left;
}
.cid-uLgjI5eoTV .list li {
  margin-bottom: 25px;
}
.cid-uLgjI5eoTV .list li:last-child {
  margin-bottom: 0;
}
.cid-uLgjI5eoTV .mbr-desc {
  margin-bottom: 8px;
}
.cid-uLgjI5eoTV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLgjI5eoTV .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uLgjI5eoTV .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uLgjI5eoTV .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #533633;
  transition: all .3s ease;
}
.cid-uLgjI5eoTV .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uLgjI5eoTV .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #533633;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uLgjI5eoTV .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uLgjI5eoTV .mbr-desc,
.cid-uLgjI5eoTV .mbr-iconfont {
  color: #ffffff;
}
.cid-uLgjI5eoTV .mbr-text,
.cid-uLgjI5eoTV .mbr-section-btn {
  color: #ffffff;
}
.cid-v9MMGjPKoB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .menu_box .navbar.opened,
  .cid-v9MMGjPKoB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown {
  position: relative !important;
}
.cid-v9MMGjPKoB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9MMGjPKoB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9MMGjPKoB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9MMGjPKoB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-body .mbr-text,
  .cid-v9MMGjPKoB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v9MMGjPKoB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9MMGjPKoB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9MMGjPKoB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9MMGjPKoB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v9MMGjPKoB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 0 !important;
  }
}
.cid-v9MMGjPKoB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9MMGjPKoB .offcanvas_box {
    display: none;
  }
}
.cid-v9MMGjPKoB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9MMGjPKoB .container {
  display: flex;
  margin: auto;
}
.cid-v9MMGjPKoB .iconfont-wrapper {
  color: #e0bdb6;
  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-v9MMGjPKoB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9MMGjPKoB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9MMGjPKoB .navbar-caption {
  color: #747474;
}
.cid-v9MMGjPKoB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .navbar-nav {
    margin: 0;
  }
}
.cid-v9MMGjPKoB .dropdown-menu,
.cid-v9MMGjPKoB .navbar.opened {
  background-color: false !important;
}
.cid-v9MMGjPKoB .nav-item:focus,
.cid-v9MMGjPKoB .nav-link:focus {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9MMGjPKoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v9MMGjPKoB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v9MMGjPKoB .navbar.opened {
  transition: all 0.3s;
}
.cid-v9MMGjPKoB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9MMGjPKoB .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-v9MMGjPKoB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v9MMGjPKoB .navbar.collapsed {
  justify-content: center;
}
.cid-v9MMGjPKoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9MMGjPKoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9MMGjPKoB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9MMGjPKoB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v9MMGjPKoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9MMGjPKoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9MMGjPKoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9MMGjPKoB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9MMGjPKoB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9MMGjPKoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown-item.active,
.cid-v9MMGjPKoB .dropdown-item:active {
  background-color: transparent;
}
.cid-v9MMGjPKoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9MMGjPKoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9MMGjPKoB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v9MMGjPKoB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9MMGjPKoB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar {
    height: 70px;
  }
  .cid-v9MMGjPKoB .navbar.opened {
    height: auto;
  }
  .cid-v9MMGjPKoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9MMGjPKoB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v9MMGjPKoB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v9MMGjPKoB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v9MMGjPKoB .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9MMGjPKoB .nav-link {
  position: relative;
}
.cid-v9MMGjPKoB .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v9MMGjPKoB .nav-link:hover:before {
  opacity: 1;
}
.cid-v9MMGjPKoB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9MMGjPKoB .text_widget {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-section-subtitle,
.cid-v9MMGjPKoB .text_widget,
.cid-v9MMGjPKoB .mbr-section-btn {
  text-align: center;
}
.cid-v9MMGjPKoB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgpUSArVY {
  background-color: #ffffff;
}
.cid-uLgpUSArVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgpUSArVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLgpUSArVY .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uLgpUSArVY .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uLgpUSArVY .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uLgpUSArVY .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uLgpUSArVY .mbr-section-title {
  color: #E0BDB6;
}
.cid-uLgpUSArVY .mbr-text {
  color: #747474;
}
.cid-uLgpUSArVY .mbr-section-title,
.cid-uLgpUSArVY .mbr-section-btn {
  text-align: left;
}
.cid-uNgiCJZGBN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffebe6;
}
.cid-uNgiCJZGBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgiCJZGBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgiCJZGBN .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uNgiCJZGBN .row {
    padding: 0 11px;
  }
}
.cid-uNgiCJZGBN .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uNgiCJZGBN .title {
    padding: 0 5px;
  }
}
.cid-uNgiCJZGBN .title .title-wrapper {
  display: flex;
}
.cid-uNgiCJZGBN .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #e0bdb6;
  margin-right: 8px;
}
.cid-uNgiCJZGBN .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uNgiCJZGBN .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uNgiCJZGBN .item {
    padding: 0 5px;
  }
}
.cid-uNgiCJZGBN .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uNgiCJZGBN .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uNgiCJZGBN .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uNgiCJZGBN .item .item-wrapper {
  position: relative;
}
.cid-uNgiCJZGBN .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uNgiCJZGBN .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uNgiCJZGBN .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uNgiCJZGBN .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uNgiCJZGBN .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uNgiCJZGBN .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uNgiCJZGBN .mbr-section-title {
  color: #747474;
}
.cid-uNgiCJZGBN .mbr-text {
  color: #747474;
}
.cid-uNgiCJZGBN .mbr-price {
  color: #855f5b;
}
.cid-uNgiCJZGBN .mbr-text,
.cid-uNgiCJZGBN .mbr-section-btn {
  color: #4b241f;
}
.cid-uLgpILnwhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uLgpILnwhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgpILnwhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgpILnwhC .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uLgpILnwhC .card {
    padding: 0;
    border-left: 1px solid #ffffff;
  }
  .cid-uLgpILnwhC .card:first-child {
    border: none;
  }
  .cid-uLgpILnwhC .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uLgpILnwhC .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uLgpILnwhC .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uLgpILnwhC .card-wrapper .mbr-text,
.cid-uLgpILnwhC .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uLgpILnwhC .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uLgpILnwhC .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uLgpILnwhC .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLgpIM26si {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/op-platos-comida-los-jardines-h_mc0nppnk.jpg");
}
.cid-uLgpIM26si .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgpIM26si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgpIM26si .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uLgpIM26si .title-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.cid-uLgpIM26si .title-wrapper .desc-wrapper .mbr-desc .mbr-iconfont {
  font-size: 22px;
  margin-right: 9px;
}
.cid-uLgpIM26si .list-wrapper {
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-uLgpIM26si .list-wrapper {
    margin-bottom: 35px;
    padding: 0;
  }
}
.cid-uLgpIM26si .list-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLgpIM26si .list-wrapper .list {
  margin: 0;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-uLgpIM26si .list-wrapper .list li {
  margin-bottom: 27px;
  position: relative;
}
.cid-uLgpIM26si .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-uLgpIM26si .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uLgpIM26si .mbr-desc,
.cid-uLgpIM26si .mbr-iconfont {
  color: #ffffff;
}
.cid-uLgpIM26si .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLgpIM26si .list {
  color: #ffffff;
}
.cid-uLgpIM26si .mbr-section-title DIV {
  text-align: right;
}
.cid-uLgpIM26si .mbr-desc,
.cid-uLgpIM26si .mbr-iconfont,
.cid-uLgpIM26si .desc-wrapper {
  text-align: right;
}
.cid-uLhSqtjQeg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/mbr-7-h_mc0nx1dy.jpg");
}
.cid-uLhSqtjQeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhSqtjQeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhSqtjQeg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLhSqtjQeg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLhSqtjQeg .container {
    padding: 0 20px;
  }
}
.cid-uLhSqtjQeg .row {
  justify-content: center;
}
.cid-uLhSqtjQeg .title-wrapper {
  padding: 40px 78px;
  background-color: #f0f0f0;
}
@media (max-width: 1200px) {
  .cid-uLhSqtjQeg .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhSqtjQeg .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uLhSqtjQeg .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLhSqtjQeg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLhSqtjQeg .dragArea.row {
  padding: 80px 78px;
  background-color: #9e9e9e;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-uLhSqtjQeg .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhSqtjQeg .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-uLhSqtjQeg .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLhSqtjQeg .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uLhSqtjQeg .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-uLhSqtjQeg .dragArea.row .form-group .form-control:hover,
.cid-uLhSqtjQeg .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-uLhSqtjQeg .dragArea.row .form-group .form-control::placeholder {
  color: #f0f0f0;
}
.cid-uLhSqtjQeg .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-uLhSqtjQeg .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #f0f0f0;
}
.cid-uLhSqtjQeg .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLhSqtjQeg .mbr-section-title {
  color: #c2b299;
}
.cid-uLhSqtjQeg .mbr-text {
  color: #e4dfd4;
}
.cid-uLhSqtjQeg label {
  color: #c2b299;
}
.cid-uLhSqtjQeg H2 {
  color: #4b241f;
}
.cid-uLhSqtjQeg LABEL {
  color: #ffffff;
}
.cid-uLgpIMOUc7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b18783;
}
.cid-uLgpIMOUc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgpIMOUc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgpIMOUc7 .row {
  justify-content: space-between;
}
.cid-uLgpIMOUc7 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLgpIMOUc7 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLgpIMOUc7 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLgpIMOUc7 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uLgpIMOUc7 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
  text-align: left;
}
.cid-uLgpIMOUc7 .list li {
  margin-bottom: 25px;
}
.cid-uLgpIMOUc7 .list li:last-child {
  margin-bottom: 0;
}
.cid-uLgpIMOUc7 .mbr-desc {
  margin-bottom: 8px;
}
.cid-uLgpIMOUc7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLgpIMOUc7 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uLgpIMOUc7 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uLgpIMOUc7 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #533633;
  transition: all .3s ease;
}
.cid-uLgpIMOUc7 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uLgpIMOUc7 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #533633;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uLgpIMOUc7 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uLgpIMOUc7 .mbr-desc,
.cid-uLgpIMOUc7 .mbr-iconfont {
  color: #ffffff;
}
.cid-uLgpIMOUc7 .mbr-text,
.cid-uLgpIMOUc7 .mbr-section-btn {
  color: #ffffff;
}
.cid-v9MMGjPKoB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .menu_box .navbar.opened,
  .cid-v9MMGjPKoB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown {
  position: relative !important;
}
.cid-v9MMGjPKoB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9MMGjPKoB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9MMGjPKoB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9MMGjPKoB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-body .mbr-text,
  .cid-v9MMGjPKoB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v9MMGjPKoB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9MMGjPKoB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9MMGjPKoB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9MMGjPKoB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v9MMGjPKoB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 0 !important;
  }
}
.cid-v9MMGjPKoB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9MMGjPKoB .offcanvas_box {
    display: none;
  }
}
.cid-v9MMGjPKoB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9MMGjPKoB .container {
  display: flex;
  margin: auto;
}
.cid-v9MMGjPKoB .iconfont-wrapper {
  color: #e0bdb6;
  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-v9MMGjPKoB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9MMGjPKoB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9MMGjPKoB .navbar-caption {
  color: #747474;
}
.cid-v9MMGjPKoB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .navbar-nav {
    margin: 0;
  }
}
.cid-v9MMGjPKoB .dropdown-menu,
.cid-v9MMGjPKoB .navbar.opened {
  background-color: false !important;
}
.cid-v9MMGjPKoB .nav-item:focus,
.cid-v9MMGjPKoB .nav-link:focus {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9MMGjPKoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v9MMGjPKoB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v9MMGjPKoB .navbar.opened {
  transition: all 0.3s;
}
.cid-v9MMGjPKoB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9MMGjPKoB .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-v9MMGjPKoB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v9MMGjPKoB .navbar.collapsed {
  justify-content: center;
}
.cid-v9MMGjPKoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9MMGjPKoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9MMGjPKoB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9MMGjPKoB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v9MMGjPKoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9MMGjPKoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9MMGjPKoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9MMGjPKoB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9MMGjPKoB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9MMGjPKoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown-item.active,
.cid-v9MMGjPKoB .dropdown-item:active {
  background-color: transparent;
}
.cid-v9MMGjPKoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9MMGjPKoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9MMGjPKoB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v9MMGjPKoB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9MMGjPKoB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar {
    height: 70px;
  }
  .cid-v9MMGjPKoB .navbar.opened {
    height: auto;
  }
  .cid-v9MMGjPKoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9MMGjPKoB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v9MMGjPKoB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v9MMGjPKoB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v9MMGjPKoB .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9MMGjPKoB .nav-link {
  position: relative;
}
.cid-v9MMGjPKoB .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v9MMGjPKoB .nav-link:hover:before {
  opacity: 1;
}
.cid-v9MMGjPKoB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9MMGjPKoB .text_widget {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-section-subtitle,
.cid-v9MMGjPKoB .text_widget,
.cid-v9MMGjPKoB .mbr-section-btn {
  text-align: center;
}
.cid-v9MMGjPKoB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgv3NK5SW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uLgv3NK5SW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgv3NK5SW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgv3NK5SW .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uLgv3NK5SW .card {
    padding: 0;
    border-left: 1px solid #ffffff;
  }
  .cid-uLgv3NK5SW .card:first-child {
    border: none;
  }
  .cid-uLgv3NK5SW .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uLgv3NK5SW .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uLgv3NK5SW .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uLgv3NK5SW .card-wrapper .mbr-text,
.cid-uLgv3NK5SW .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uLgv3NK5SW .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uLgv3NK5SW .mbr-text {
  color: #fff0e6;
  text-align: right;
}
.cid-uLgv3NK5SW .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLgv3P2Kdi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b18783;
}
.cid-uLgv3P2Kdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgv3P2Kdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgv3P2Kdi .row {
  justify-content: space-between;
}
.cid-uLgv3P2Kdi .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLgv3P2Kdi .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLgv3P2Kdi .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLgv3P2Kdi .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uLgv3P2Kdi .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
  text-align: left;
}
.cid-uLgv3P2Kdi .list li {
  margin-bottom: 25px;
}
.cid-uLgv3P2Kdi .list li:last-child {
  margin-bottom: 0;
}
.cid-uLgv3P2Kdi .mbr-desc {
  margin-bottom: 8px;
}
.cid-uLgv3P2Kdi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLgv3P2Kdi .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uLgv3P2Kdi .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uLgv3P2Kdi .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #533633;
  transition: all .3s ease;
}
.cid-uLgv3P2Kdi .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uLgv3P2Kdi .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #533633;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uLgv3P2Kdi .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uLgv3P2Kdi .mbr-desc,
.cid-uLgv3P2Kdi .mbr-iconfont {
  color: #ffffff;
}
.cid-uLgv3P2Kdi .mbr-text,
.cid-uLgv3P2Kdi .mbr-section-btn {
  color: #ffffff;
}
.cid-v9MMGjPKoB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .menu_box .navbar.opened,
  .cid-v9MMGjPKoB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown {
  position: relative !important;
}
.cid-v9MMGjPKoB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9MMGjPKoB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9MMGjPKoB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9MMGjPKoB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-body .mbr-text,
  .cid-v9MMGjPKoB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v9MMGjPKoB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9MMGjPKoB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9MMGjPKoB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9MMGjPKoB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v9MMGjPKoB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 0 !important;
  }
}
.cid-v9MMGjPKoB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9MMGjPKoB .offcanvas_box {
    display: none;
  }
}
.cid-v9MMGjPKoB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9MMGjPKoB .container {
  display: flex;
  margin: auto;
}
.cid-v9MMGjPKoB .iconfont-wrapper {
  color: #e0bdb6;
  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-v9MMGjPKoB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9MMGjPKoB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9MMGjPKoB .navbar-caption {
  color: #747474;
}
.cid-v9MMGjPKoB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .navbar-nav {
    margin: 0;
  }
}
.cid-v9MMGjPKoB .dropdown-menu,
.cid-v9MMGjPKoB .navbar.opened {
  background-color: false !important;
}
.cid-v9MMGjPKoB .nav-item:focus,
.cid-v9MMGjPKoB .nav-link:focus {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9MMGjPKoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v9MMGjPKoB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v9MMGjPKoB .navbar.opened {
  transition: all 0.3s;
}
.cid-v9MMGjPKoB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9MMGjPKoB .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-v9MMGjPKoB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v9MMGjPKoB .navbar.collapsed {
  justify-content: center;
}
.cid-v9MMGjPKoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9MMGjPKoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9MMGjPKoB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9MMGjPKoB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v9MMGjPKoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9MMGjPKoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9MMGjPKoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9MMGjPKoB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9MMGjPKoB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9MMGjPKoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown-item.active,
.cid-v9MMGjPKoB .dropdown-item:active {
  background-color: transparent;
}
.cid-v9MMGjPKoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9MMGjPKoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9MMGjPKoB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v9MMGjPKoB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9MMGjPKoB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar {
    height: 70px;
  }
  .cid-v9MMGjPKoB .navbar.opened {
    height: auto;
  }
  .cid-v9MMGjPKoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9MMGjPKoB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v9MMGjPKoB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v9MMGjPKoB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v9MMGjPKoB .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9MMGjPKoB .nav-link {
  position: relative;
}
.cid-v9MMGjPKoB .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v9MMGjPKoB .nav-link:hover:before {
  opacity: 1;
}
.cid-v9MMGjPKoB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9MMGjPKoB .text_widget {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-section-subtitle,
.cid-v9MMGjPKoB .text_widget,
.cid-v9MMGjPKoB .mbr-section-btn {
  text-align: center;
}
.cid-v9MMGjPKoB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgvRIidqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uLgvRIidqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgvRIidqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgvRIidqi .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uLgvRIidqi .card {
    padding: 0;
    border-left: 1px solid #ffffff;
  }
  .cid-uLgvRIidqi .card:first-child {
    border: none;
  }
  .cid-uLgvRIidqi .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uLgvRIidqi .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uLgvRIidqi .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uLgvRIidqi .card-wrapper .mbr-text,
.cid-uLgvRIidqi .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uLgvRIidqi .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uLgvRIidqi .mbr-text {
  color: #fff0e6;
  text-align: right;
}
.cid-uLgvRIidqi .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLgvRIIpJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b18783;
}
.cid-uLgvRIIpJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgvRIIpJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgvRIIpJ3 .row {
  justify-content: space-between;
}
.cid-uLgvRIIpJ3 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLgvRIIpJ3 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLgvRIIpJ3 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLgvRIIpJ3 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uLgvRIIpJ3 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
  text-align: left;
}
.cid-uLgvRIIpJ3 .list li {
  margin-bottom: 25px;
}
.cid-uLgvRIIpJ3 .list li:last-child {
  margin-bottom: 0;
}
.cid-uLgvRIIpJ3 .mbr-desc {
  margin-bottom: 8px;
}
.cid-uLgvRIIpJ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLgvRIIpJ3 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uLgvRIIpJ3 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uLgvRIIpJ3 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #533633;
  transition: all .3s ease;
}
.cid-uLgvRIIpJ3 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uLgvRIIpJ3 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #533633;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uLgvRIIpJ3 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uLgvRIIpJ3 .mbr-desc,
.cid-uLgvRIIpJ3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uLgvRIIpJ3 .mbr-text,
.cid-uLgvRIIpJ3 .mbr-section-btn {
  color: #ffffff;
}
.cid-v9MMGjPKoB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v9MMGjPKoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .menu_box .navbar.opened,
  .cid-v9MMGjPKoB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown {
  position: relative !important;
}
.cid-v9MMGjPKoB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9MMGjPKoB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9MMGjPKoB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9MMGjPKoB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9MMGjPKoB .offcanvas-body .mbr-text,
  .cid-v9MMGjPKoB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v9MMGjPKoB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9MMGjPKoB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9MMGjPKoB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9MMGjPKoB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9MMGjPKoB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v9MMGjPKoB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .nav-item {
    margin: 0 !important;
  }
}
.cid-v9MMGjPKoB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MMGjPKoB .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-v9MMGjPKoB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9MMGjPKoB .offcanvas_box {
    display: none;
  }
}
.cid-v9MMGjPKoB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9MMGjPKoB .container {
  display: flex;
  margin: auto;
}
.cid-v9MMGjPKoB .iconfont-wrapper {
  color: #e0bdb6;
  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-v9MMGjPKoB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9MMGjPKoB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9MMGjPKoB .navbar-caption {
  color: #747474;
}
.cid-v9MMGjPKoB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .navbar-nav {
    margin: 0;
  }
}
.cid-v9MMGjPKoB .dropdown-menu,
.cid-v9MMGjPKoB .navbar.opened {
  background-color: false !important;
}
.cid-v9MMGjPKoB .nav-item:focus,
.cid-v9MMGjPKoB .nav-link:focus {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9MMGjPKoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9MMGjPKoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9MMGjPKoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9MMGjPKoB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v9MMGjPKoB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v9MMGjPKoB .navbar.opened {
  transition: all 0.3s;
}
.cid-v9MMGjPKoB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9MMGjPKoB .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-v9MMGjPKoB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v9MMGjPKoB .navbar.collapsed {
  justify-content: center;
}
.cid-v9MMGjPKoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9MMGjPKoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9MMGjPKoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9MMGjPKoB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9MMGjPKoB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9MMGjPKoB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v9MMGjPKoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9MMGjPKoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9MMGjPKoB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9MMGjPKoB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9MMGjPKoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9MMGjPKoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9MMGjPKoB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9MMGjPKoB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9MMGjPKoB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9MMGjPKoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9MMGjPKoB .dropdown-item.active,
.cid-v9MMGjPKoB .dropdown-item:active {
  background-color: transparent;
}
.cid-v9MMGjPKoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9MMGjPKoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9MMGjPKoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9MMGjPKoB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v9MMGjPKoB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9MMGjPKoB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MMGjPKoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9MMGjPKoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MMGjPKoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9MMGjPKoB .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-v9MMGjPKoB .navbar {
    height: 70px;
  }
  .cid-v9MMGjPKoB .navbar.opened {
    height: auto;
  }
  .cid-v9MMGjPKoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9MMGjPKoB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9MMGjPKoB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v9MMGjPKoB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v9MMGjPKoB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v9MMGjPKoB .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-v9MMGjPKoB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9MMGjPKoB .nav-link {
  position: relative;
}
.cid-v9MMGjPKoB .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v9MMGjPKoB .nav-link:hover:before {
  opacity: 1;
}
.cid-v9MMGjPKoB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9MMGjPKoB .text_widget {
  color: #ffffff;
}
.cid-v9MMGjPKoB .mbr-section-subtitle,
.cid-v9MMGjPKoB .text_widget,
.cid-v9MMGjPKoB .mbr-section-btn {
  text-align: center;
}
.cid-v9MMGjPKoB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v8n2q93Ycx {
  background-color: #ffffff;
}
.cid-v8n2q93Ycx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8n2q93Ycx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8n2q93Ycx .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v8n2q93Ycx .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-v8n2q93Ycx .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-v8n2q93Ycx .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-v8n2q93Ycx .mbr-section-title {
  color: #E0BDB6;
}
.cid-v8n2q93Ycx .mbr-text {
  color: #747474;
}
.cid-v8n2q93Ycx .mbr-section-title,
.cid-v8n2q93Ycx .mbr-section-btn {
  text-align: left;
}
.cid-v8n2q9uYdX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/los-jardines-de-palacio-2023--h_mkfe117w-800x800.jpg");
}
.cid-v8n2q9uYdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8n2q9uYdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8n2q9uYdX .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v8n2q9uYdX .title-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.cid-v8n2q9uYdX .title-wrapper .desc-wrapper .mbr-desc .mbr-iconfont {
  font-size: 22px;
  margin-right: 9px;
}
.cid-v8n2q9uYdX .list-wrapper {
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-v8n2q9uYdX .list-wrapper {
    margin-bottom: 35px;
    padding: 0;
  }
}
.cid-v8n2q9uYdX .list-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v8n2q9uYdX .list-wrapper .list {
  margin: 0;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-v8n2q9uYdX .list-wrapper .list li {
  margin-bottom: 27px;
  position: relative;
}
.cid-v8n2q9uYdX .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-v8n2q9uYdX .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-v8n2q9uYdX .mbr-desc,
.cid-v8n2q9uYdX .mbr-iconfont {
  color: #ffffff;
}
.cid-v8n2q9uYdX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8n2q9uYdX .list {
  color: #ffffff;
}
.cid-v8n2q9uYdX .mbr-section-title DIV {
  text-align: right;
}
.cid-v8n2q9uYdX .mbr-desc,
.cid-v8n2q9uYdX .mbr-iconfont,
.cid-v8n2q9uYdX .desc-wrapper {
  text-align: right;
}
.cid-v8n2q9Cv8Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://losjardinesdepalacio.com/assets/images/mbr-7-h_mkfe1w56.jpg");
}
.cid-v8n2q9Cv8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8n2q9Cv8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8n2q9Cv8Z .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8n2q9Cv8Z .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8n2q9Cv8Z .container {
    padding: 0 20px;
  }
}
.cid-v8n2q9Cv8Z .row {
  justify-content: center;
}
.cid-v8n2q9Cv8Z .title-wrapper {
  padding: 40px 78px;
  background-color: #f0f0f0;
}
@media (max-width: 1200px) {
  .cid-v8n2q9Cv8Z .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8n2q9Cv8Z .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-v8n2q9Cv8Z .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8n2q9Cv8Z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8n2q9Cv8Z .dragArea.row {
  padding: 80px 78px;
  background-color: #9e9e9e;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-v8n2q9Cv8Z .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8n2q9Cv8Z .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-v8n2q9Cv8Z .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v8n2q9Cv8Z .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-v8n2q9Cv8Z .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-v8n2q9Cv8Z .dragArea.row .form-group .form-control:hover,
.cid-v8n2q9Cv8Z .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-v8n2q9Cv8Z .dragArea.row .form-group .form-control::placeholder {
  color: #f0f0f0;
}
.cid-v8n2q9Cv8Z .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-v8n2q9Cv8Z .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #f0f0f0;
}
.cid-v8n2q9Cv8Z .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v8n2q9Cv8Z .mbr-section-title {
  color: #c2b299;
}
.cid-v8n2q9Cv8Z .mbr-text {
  color: #e4dfd4;
}
.cid-v8n2q9Cv8Z label {
  color: #c2b299;
}
.cid-v8n2q9Cv8Z H2 {
  color: #4b241f;
}
.cid-v8n2q9Cv8Z LABEL {
  color: #ffffff;
}
.cid-v8n2q9NoC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b18783;
}
.cid-v8n2q9NoC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8n2q9NoC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8n2q9NoC2 .row {
  justify-content: space-between;
}
.cid-v8n2q9NoC2 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8n2q9NoC2 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8n2q9NoC2 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8n2q9NoC2 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v8n2q9NoC2 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
  text-align: left;
}
.cid-v8n2q9NoC2 .list li {
  margin-bottom: 25px;
}
.cid-v8n2q9NoC2 .list li:last-child {
  margin-bottom: 0;
}
.cid-v8n2q9NoC2 .mbr-desc {
  margin-bottom: 8px;
}
.cid-v8n2q9NoC2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8n2q9NoC2 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v8n2q9NoC2 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-v8n2q9NoC2 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #533633;
  transition: all .3s ease;
}
.cid-v8n2q9NoC2 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-v8n2q9NoC2 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #533633;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v8n2q9NoC2 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v8n2q9NoC2 .mbr-desc,
.cid-v8n2q9NoC2 .mbr-iconfont {
  color: #ffffff;
}
.cid-v8n2q9NoC2 .mbr-text,
.cid-v8n2q9NoC2 .mbr-section-btn {
  color: #ffffff;
}
