body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Alice', serif;
  font-size: 9.4rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.75rem;
}
.display-2 {
  font-family: 'Alice', serif;
  font-size: 4.5rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Alice', serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Alice', serif;
  font-size: 1.56rem;
  line-height: 35px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Alice', 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: #d4c9b2 !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: #d4c9b2 !important;
  border-color: #d4c9b2 !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: #b5a27a !important;
  border-color: #b5a27a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b5a27a !important;
  border-color: #b5a27a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #d4c9b2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b5a27a !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: #d4c9b2 !important;
  border-color: #d4c9b2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !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: #d4c9b2 !important;
}
.text-secondary {
  color: #000000 !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: #af9b71 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !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: #d4c9b2;
}
.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: #d4c9b2;
  border-color: #d4c9b2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d4c9b2;
}
.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: 'Alice', 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: #d4c9b2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Alice', 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: #d4c9b2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d4c9b2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d4c9b2;
}
.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: #d4c9b2;
  border-bottom-color: #d4c9b2;
}
.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: #d4c9b2 !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: #000000 !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='%23d4c9b2' %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;
}
html,
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: #d4c9b2;
}
.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: #d4c9b2;
}
.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: #d4c9b2;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #d4c9b2 !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #000000;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #000000 !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-veYkID2ma2 {
  z-index: 1000;
  width: 100%;
}
.cid-veYkID2ma2 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .menu_box .navbar.opened,
  .cid-veYkID2ma2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veYkID2ma2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-veYkID2ma2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veYkID2ma2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .offcanvas_image img {
    width: 80%;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veYkID2ma2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veYkID2ma2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-body .mbr-text,
  .cid-veYkID2ma2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-veYkID2ma2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veYkID2ma2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veYkID2ma2 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-veYkID2ma2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-veYkID2ma2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 0 !important;
  }
}
.cid-veYkID2ma2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veYkID2ma2 .offcanvas_box {
    display: none;
  }
}
.cid-veYkID2ma2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veYkID2ma2 .container {
  display: flex;
  margin: auto;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veYkID2ma2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veYkID2ma2 .navbar-caption {
  color: #747474;
}
.cid-veYkID2ma2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .navbar-nav {
    margin: 0;
  }
}
.cid-veYkID2ma2 .dropdown-menu,
.cid-veYkID2ma2 .navbar.opened {
  background-color: true !important;
}
.cid-veYkID2ma2 .nav-item:focus,
.cid-veYkID2ma2 .nav-link:focus {
  outline: none;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYkID2ma2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYkID2ma2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-veYkID2ma2 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-veYkID2ma2 .navbar.opened {
  transition: all 0.3s;
}
.cid-veYkID2ma2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veYkID2ma2 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-veYkID2ma2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-veYkID2ma2 .navbar.collapsed {
  justify-content: center;
}
.cid-veYkID2ma2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYkID2ma2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYkID2ma2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veYkID2ma2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veYkID2ma2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-veYkID2ma2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYkID2ma2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veYkID2ma2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYkID2ma2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veYkID2ma2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYkID2ma2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYkID2ma2 .dropdown-item.active,
.cid-veYkID2ma2 .dropdown-item:active {
  background-color: transparent;
}
.cid-veYkID2ma2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYkID2ma2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYkID2ma2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-veYkID2ma2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYkID2ma2 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-veYkID2ma2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar {
    height: 70px;
  }
  .cid-veYkID2ma2 .navbar.opened {
    height: auto;
  }
  .cid-veYkID2ma2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYkID2ma2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veYkID2ma2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veYkID2ma2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-veYkID2ma2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-veYkID2ma2 .navbar-caption:hover {
  color: #d4c9b2;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veYkID2ma2 .nav-link {
  position: relative;
}
.cid-veYkID2ma2 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4c9b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-veYkID2ma2 .nav-link:hover:before {
  opacity: 1;
}
.cid-veYkID2ma2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veYkID2ma2 .text_widget {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-section-subtitle,
.cid-veYkID2ma2 .text_widget,
.cid-veYkID2ma2 .mbr-section-btn {
  text-align: center;
}
.cid-veYkID2ma2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@media (max-width: 700px) {
  .cid-veYkID2ma2 img {
    width: 150px !important;
    height: auto;
  }
}
.cid-veYiT9WNZP {
  background-image: url("https://losjardinesdepalacio.com/assets/images/los-jardines-de-palacio-24.jpeg");
}
.cid-veYiT9WNZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYiT9WNZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYiT9WNZP .card:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veYiT9WNZP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veYiT9WNZP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veYiT9WNZP .text-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-veYiT9WNZP .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-veYiT9WNZP .text-wrapper {
    padding: 0;
  }
}
.cid-veYiT9WNZP .text-wrapper .mbr-text {
  margin-bottom: 17px;
  line-height: 1.45em;
}
.cid-veYiT9WNZP .mbr-section-title {
  color: #E0BDB6;
}
.cid-veYiT9WNZP .mbr-text {
  color: #747474;
}
.cid-veYiT9WNZP .mbr-text,
.cid-veYiT9WNZP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-veYiT9WNZP P {
  color: #ffebe6 !important;
}
.cid-veYnxMOieQ.popup-builder {
  background-color: #ffffff;
}
.cid-veYnxMOieQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-veYnxMOieQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-veYnxMOieQ .modal-content,
.cid-veYnxMOieQ .modal-dialog {
  height: auto;
}
.cid-veYnxMOieQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-veYnxMOieQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-veYnxMOieQ .form-wrapper .mbr-form .form-group,
  .cid-veYnxMOieQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-veYnxMOieQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-veYnxMOieQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veYnxMOieQ .mbr-text {
  text-align: center;
}
.cid-veYnxMOieQ .pt-0 {
  padding-top: 0 !important;
}
.cid-veYnxMOieQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-veYnxMOieQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-veYnxMOieQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-veYnxMOieQ .modal-open {
  overflow: hidden;
}
.cid-veYnxMOieQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-veYnxMOieQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-veYnxMOieQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-veYnxMOieQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-veYnxMOieQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-veYnxMOieQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-veYnxMOieQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-veYnxMOieQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-veYnxMOieQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-veYnxMOieQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-veYnxMOieQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-veYnxMOieQ .modal-backdrop.show {
  opacity: .5;
}
.cid-veYnxMOieQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-veYnxMOieQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veYnxMOieQ .modal-header {
    padding: 1rem;
  }
}
.cid-veYnxMOieQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-veYnxMOieQ .modal-header .close svg {
  fill: #353535;
}
.cid-veYnxMOieQ .modal-header .close:hover {
  opacity: 1;
}
.cid-veYnxMOieQ .modal-header .close:focus {
  outline: none;
}
.cid-veYnxMOieQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-veYnxMOieQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-veYnxMOieQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veYnxMOieQ .modal-body {
    padding: 1rem;
  }
}
.cid-veYnxMOieQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veYnxMOieQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veYnxMOieQ .modal-footer {
    padding: 1rem;
  }
}
.cid-veYnxMOieQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-veYnxMOieQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-veYnxMOieQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-veYnxMOieQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-veYnxMOieQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-veYnxMOieQ .modal-lg,
  .cid-veYnxMOieQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-veYnxMOieQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-veYnxMOieQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-veYnxMOieQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-veYnxMOieQ .form-group {
  margin-bottom: 1rem;
}
.cid-veYnxMOieQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-veYnxMOieQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-veYnxMOieQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-veYnxMOieQ .mbr-section-btn {
  margin: 0;
}
.cid-veYnxMOieQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-trfafwSCBE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #d4c9b2;
}
.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-trfafwSCBE .mbr-text,
.cid-trfafwSCBE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.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-vcZxhd0Q0P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcZxhd0Q0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZxhd0Q0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZxhd0Q0P .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vcZxhd0Q0P .row {
    padding: 0 11px;
  }
}
.cid-vcZxhd0Q0P .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-vcZxhd0Q0P .title {
    padding: 0 5px;
  }
}
.cid-vcZxhd0Q0P .title .title-wrapper {
  display: flex;
}
.cid-vcZxhd0Q0P .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #d4c9b2;
  margin-right: 8px;
}
.cid-vcZxhd0Q0P .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-vcZxhd0Q0P .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-vcZxhd0Q0P .item {
    padding: 0 5px;
  }
}
.cid-vcZxhd0Q0P .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-vcZxhd0Q0P .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-vcZxhd0Q0P .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcZxhd0Q0P .item .item-wrapper {
  position: relative;
}
.cid-vcZxhd0Q0P .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-vcZxhd0Q0P .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-vcZxhd0Q0P .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-vcZxhd0Q0P .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-vcZxhd0Q0P .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcZxhd0Q0P .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-vcZxhd0Q0P .mbr-section-title {
  color: #d4c9b2;
  text-align: center;
}
.cid-vcZxhd0Q0P .mbr-text {
  color: #747474;
}
.cid-vcZxhd0Q0P .mbr-price {
  color: #E0BDB6;
}
.cid-trf9Yfq3N5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #d4c9b2;
}
.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;
  padding-right: 0;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-trf9Yfq3N5 .list-wrapper {
    padding: 0;
  }
}
@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 {
  background-image: url("https://losjardinesdepalacio.com/assets/images/background-h_mmj42ur8.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: #ffffff;
}
@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: #d4c9b2;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #000000;
}
.cid-uLhc97g4Fi LABEL {
  color: #000000;
}
.cid-uLhc97g4Fi DIV {
  text-align: left;
}
.cid-uLhc97g4Fi P {
  color: #c79191;
  text-align: left;
}
.cid-uLhc97g4Fi input::placeholder {
  color: gray !important;
}
.cid-uLhc97g4Fi textarea::placeholder {
  color: gray !important;
}
.cid-trf9tzcwb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d4c9b2;
}
.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: left;
}
@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 #ffffff;
  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: #ffffff;
  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;
  text-align: center;
}
.cid-trf9tzcwb8 a:hover {
  color: black !important;
}
.cid-veYkID2ma2 {
  z-index: 1000;
  width: 100%;
}
.cid-veYkID2ma2 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .menu_box .navbar.opened,
  .cid-veYkID2ma2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veYkID2ma2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-veYkID2ma2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veYkID2ma2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .offcanvas_image img {
    width: 80%;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veYkID2ma2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veYkID2ma2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-body .mbr-text,
  .cid-veYkID2ma2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-veYkID2ma2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veYkID2ma2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veYkID2ma2 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-veYkID2ma2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-veYkID2ma2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 0 !important;
  }
}
.cid-veYkID2ma2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veYkID2ma2 .offcanvas_box {
    display: none;
  }
}
.cid-veYkID2ma2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veYkID2ma2 .container {
  display: flex;
  margin: auto;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veYkID2ma2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veYkID2ma2 .navbar-caption {
  color: #747474;
}
.cid-veYkID2ma2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .navbar-nav {
    margin: 0;
  }
}
.cid-veYkID2ma2 .dropdown-menu,
.cid-veYkID2ma2 .navbar.opened {
  background-color: true !important;
}
.cid-veYkID2ma2 .nav-item:focus,
.cid-veYkID2ma2 .nav-link:focus {
  outline: none;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYkID2ma2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYkID2ma2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-veYkID2ma2 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-veYkID2ma2 .navbar.opened {
  transition: all 0.3s;
}
.cid-veYkID2ma2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veYkID2ma2 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-veYkID2ma2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-veYkID2ma2 .navbar.collapsed {
  justify-content: center;
}
.cid-veYkID2ma2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYkID2ma2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYkID2ma2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veYkID2ma2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veYkID2ma2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-veYkID2ma2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYkID2ma2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veYkID2ma2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYkID2ma2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veYkID2ma2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYkID2ma2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYkID2ma2 .dropdown-item.active,
.cid-veYkID2ma2 .dropdown-item:active {
  background-color: transparent;
}
.cid-veYkID2ma2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYkID2ma2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYkID2ma2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-veYkID2ma2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYkID2ma2 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-veYkID2ma2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar {
    height: 70px;
  }
  .cid-veYkID2ma2 .navbar.opened {
    height: auto;
  }
  .cid-veYkID2ma2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYkID2ma2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veYkID2ma2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veYkID2ma2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-veYkID2ma2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-veYkID2ma2 .navbar-caption:hover {
  color: #d4c9b2;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veYkID2ma2 .nav-link {
  position: relative;
}
.cid-veYkID2ma2 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4c9b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-veYkID2ma2 .nav-link:hover:before {
  opacity: 1;
}
.cid-veYkID2ma2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veYkID2ma2 .text_widget {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-section-subtitle,
.cid-veYkID2ma2 .text_widget,
.cid-veYkID2ma2 .mbr-section-btn {
  text-align: center;
}
.cid-veYkID2ma2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@media (max-width: 700px) {
  .cid-veYkID2ma2 img {
    width: 150px !important;
    height: auto;
  }
}
.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: left;
}
.cid-uLg5VGKF3U .mbr-desc {
  color: #474747;
  text-align: left;
}
.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-vcmwXdLhXt {
  background-color: #d4c9b2;
}
.cid-vcmwXdLhXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcmwXdLhXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcmwXdLhXt .card:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcmwXdLhXt .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcmwXdLhXt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcmwXdLhXt .text-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vcmwXdLhXt .text-wrapper {
    padding: 0;
  }
}
.cid-vcmwXdLhXt .text-wrapper .mbr-text {
  margin-bottom: 17px;
  line-height: 1.45em;
}
.cid-vcmwXdLhXt .mbr-section-title {
  color: #ffffff;
}
.cid-vcmwXdLhXt .mbr-text {
  color: #747474;
}
.cid-vcmwXdLhXt .mbr-text,
.cid-vcmwXdLhXt .mbr-section-btn {
  color: #ffffff;
}
.cid-vcmEa0u7wq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vcmEa0u7wq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcmEa0u7wq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcmEa0u7wq .title-wrapper {
  margin-bottom: 30px;
}
.cid-vcmEa0u7wq .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-vcmEa0u7wq .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-vcmEa0u7wq .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-vcmEa0u7wq .image-wrapper {
    display: block;
  }
}
.cid-vcmEa0u7wq .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-vcmEa0u7wq .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-vcmEa0u7wq .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-vcmEa0u7wq .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vcmEa0u7wq .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-vcmEa0u7wq .mbr-section-title {
  color: #E0BDB6;
}
.cid-vcmEa0u7wq .mbr-text {
  color: #000000;
}
.cid-vcmEa0u7wq .mbr-section-title,
.cid-vcmEa0u7wq .mbr-section-btn {
  color: #000000;
}
.cid-uLg5VIYhdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4c9b2;
}
.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-uLg5VKfulF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d4c9b2;
}
.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: left;
}
@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 #ffffff;
  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: #ffffff;
  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;
  text-align: center;
}
.cid-uLg5VKfulF a:hover {
  color: black !important;
}
.cid-veYkID2ma2 {
  z-index: 1000;
  width: 100%;
}
.cid-veYkID2ma2 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .menu_box .navbar.opened,
  .cid-veYkID2ma2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veYkID2ma2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-veYkID2ma2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veYkID2ma2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .offcanvas_image img {
    width: 80%;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veYkID2ma2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veYkID2ma2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-body .mbr-text,
  .cid-veYkID2ma2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-veYkID2ma2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veYkID2ma2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veYkID2ma2 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-veYkID2ma2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-veYkID2ma2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 0 !important;
  }
}
.cid-veYkID2ma2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veYkID2ma2 .offcanvas_box {
    display: none;
  }
}
.cid-veYkID2ma2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veYkID2ma2 .container {
  display: flex;
  margin: auto;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veYkID2ma2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veYkID2ma2 .navbar-caption {
  color: #747474;
}
.cid-veYkID2ma2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .navbar-nav {
    margin: 0;
  }
}
.cid-veYkID2ma2 .dropdown-menu,
.cid-veYkID2ma2 .navbar.opened {
  background-color: true !important;
}
.cid-veYkID2ma2 .nav-item:focus,
.cid-veYkID2ma2 .nav-link:focus {
  outline: none;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYkID2ma2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYkID2ma2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-veYkID2ma2 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-veYkID2ma2 .navbar.opened {
  transition: all 0.3s;
}
.cid-veYkID2ma2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veYkID2ma2 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-veYkID2ma2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-veYkID2ma2 .navbar.collapsed {
  justify-content: center;
}
.cid-veYkID2ma2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYkID2ma2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYkID2ma2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veYkID2ma2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veYkID2ma2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-veYkID2ma2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYkID2ma2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veYkID2ma2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYkID2ma2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veYkID2ma2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYkID2ma2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYkID2ma2 .dropdown-item.active,
.cid-veYkID2ma2 .dropdown-item:active {
  background-color: transparent;
}
.cid-veYkID2ma2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYkID2ma2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYkID2ma2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-veYkID2ma2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYkID2ma2 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-veYkID2ma2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar {
    height: 70px;
  }
  .cid-veYkID2ma2 .navbar.opened {
    height: auto;
  }
  .cid-veYkID2ma2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYkID2ma2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veYkID2ma2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veYkID2ma2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-veYkID2ma2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-veYkID2ma2 .navbar-caption:hover {
  color: #d4c9b2;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veYkID2ma2 .nav-link {
  position: relative;
}
.cid-veYkID2ma2 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4c9b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-veYkID2ma2 .nav-link:hover:before {
  opacity: 1;
}
.cid-veYkID2ma2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veYkID2ma2 .text_widget {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-section-subtitle,
.cid-veYkID2ma2 .text_widget,
.cid-veYkID2ma2 .mbr-section-btn {
  text-align: center;
}
.cid-veYkID2ma2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@media (max-width: 700px) {
  .cid-veYkID2ma2 img {
    width: 150px !important;
    height: auto;
  }
}
.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: #d4c9b2;
}
.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: #ffffff;
  text-align: center;
}
.cid-uLgjI3BVys .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLgjI3BVys .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uLgjI3BVys .mbr-year {
  color: #ffffff;
  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-vcZA0Qjtfm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4c9b2;
}
.cid-vcZA0Qjtfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZA0Qjtfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZA0Qjtfm .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vcZA0Qjtfm .row {
    padding: 0 14px;
  }
  .cid-vcZA0Qjtfm .row .item {
    padding: 0 3.25px;
  }
}
.cid-vcZA0Qjtfm .item {
  margin-bottom: 9px;
}
.cid-vcZA0Qjtfm .item:hover .item-wrapper .item-img img,
.cid-vcZA0Qjtfm .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-vcZA0Qjtfm .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcZA0Qjtfm .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-vcZA0Qjtfm .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-vcZA0Qjtfm .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #d4c9b2;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-vcZA0Qjtfm .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-vcZA0Qjtfm .card-title {
  color: #ffffff;
  text-align: center;
}
.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-uLgjI5eoTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d4c9b2;
}
.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: left;
}
@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 #ffffff;
  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: #ffffff;
  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;
  text-align: center;
}
.cid-uLgjI5eoTV a:hover {
  color: black !important;
}
.cid-veYkID2ma2 {
  z-index: 1000;
  width: 100%;
}
.cid-veYkID2ma2 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .menu_box .navbar.opened,
  .cid-veYkID2ma2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veYkID2ma2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-veYkID2ma2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veYkID2ma2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .offcanvas_image img {
    width: 80%;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veYkID2ma2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veYkID2ma2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-body .mbr-text,
  .cid-veYkID2ma2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-veYkID2ma2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veYkID2ma2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veYkID2ma2 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-veYkID2ma2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-veYkID2ma2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 0 !important;
  }
}
.cid-veYkID2ma2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veYkID2ma2 .offcanvas_box {
    display: none;
  }
}
.cid-veYkID2ma2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veYkID2ma2 .container {
  display: flex;
  margin: auto;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veYkID2ma2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veYkID2ma2 .navbar-caption {
  color: #747474;
}
.cid-veYkID2ma2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .navbar-nav {
    margin: 0;
  }
}
.cid-veYkID2ma2 .dropdown-menu,
.cid-veYkID2ma2 .navbar.opened {
  background-color: true !important;
}
.cid-veYkID2ma2 .nav-item:focus,
.cid-veYkID2ma2 .nav-link:focus {
  outline: none;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYkID2ma2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYkID2ma2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-veYkID2ma2 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-veYkID2ma2 .navbar.opened {
  transition: all 0.3s;
}
.cid-veYkID2ma2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veYkID2ma2 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-veYkID2ma2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-veYkID2ma2 .navbar.collapsed {
  justify-content: center;
}
.cid-veYkID2ma2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYkID2ma2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYkID2ma2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veYkID2ma2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veYkID2ma2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-veYkID2ma2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYkID2ma2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veYkID2ma2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYkID2ma2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veYkID2ma2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYkID2ma2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYkID2ma2 .dropdown-item.active,
.cid-veYkID2ma2 .dropdown-item:active {
  background-color: transparent;
}
.cid-veYkID2ma2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYkID2ma2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYkID2ma2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-veYkID2ma2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYkID2ma2 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-veYkID2ma2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar {
    height: 70px;
  }
  .cid-veYkID2ma2 .navbar.opened {
    height: auto;
  }
  .cid-veYkID2ma2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYkID2ma2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veYkID2ma2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veYkID2ma2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-veYkID2ma2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-veYkID2ma2 .navbar-caption:hover {
  color: #d4c9b2;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veYkID2ma2 .nav-link {
  position: relative;
}
.cid-veYkID2ma2 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4c9b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-veYkID2ma2 .nav-link:hover:before {
  opacity: 1;
}
.cid-veYkID2ma2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veYkID2ma2 .text_widget {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-section-subtitle,
.cid-veYkID2ma2 .text_widget,
.cid-veYkID2ma2 .mbr-section-btn {
  text-align: center;
}
.cid-veYkID2ma2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@media (max-width: 700px) {
  .cid-veYkID2ma2 img {
    width: 150px !important;
    height: auto;
  }
}
.cid-vcmJ3tftQD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vcmJ3tftQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcmJ3tftQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcmJ3tftQD .title-wrapper {
  margin-bottom: 30px;
}
.cid-vcmJ3tftQD .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-vcmJ3tftQD .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-vcmJ3tftQD .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-vcmJ3tftQD .image-wrapper {
    display: block;
  }
}
.cid-vcmJ3tftQD .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-vcmJ3tftQD .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-vcmJ3tftQD .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-vcmJ3tftQD .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vcmJ3tftQD .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-vcmJ3tftQD .mbr-section-title {
  color: #E0BDB6;
}
.cid-vcmJ3tftQD .mbr-text {
  color: #000000;
}
.cid-vcmJ3tftQD .mbr-section-title,
.cid-vcmJ3tftQD .mbr-section-btn {
  color: #000000;
}
.cid-uNgiCJZGBN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4c9b2;
}
.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: #d4c9b2;
  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: #ffffff;
}
.cid-uNgiCJZGBN .mbr-text {
  color: #747474;
}
.cid-uNgiCJZGBN .mbr-price {
  color: #ffffff;
}
.cid-uNgiCJZGBN .mbr-text,
.cid-uNgiCJZGBN .mbr-section-btn {
  color: #ffffff;
}
.cid-vfkQ88nIYW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vfkQ88nIYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkQ88nIYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkQ88nIYW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-vfkQ88nIYW .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfkQ88nIYW .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-vfkQ88nIYW .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-vfkQ88nIYW .embla__button--next,
.cid-vfkQ88nIYW .embla__button--prev {
  display: flex;
}
.cid-vfkQ88nIYW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #d4c9b2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vfkQ88nIYW .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-vfkQ88nIYW .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-vfkQ88nIYW .embla__button {
    display: none;
  }
}
.cid-vfkQ88nIYW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfkQ88nIYW .embla__button:hover {
  background: transparent;
  color: #d4c9b2;
  border: none;
  opacity: .65;
}
.cid-vfkQ88nIYW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-vfkQ88nIYW .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-vfkQ88nIYW .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-vfkQ88nIYW .embla {
  position: relative;
  width: 100%;
}
.cid-vfkQ88nIYW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfkQ88nIYW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfkQ88nIYW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfkQ88nIYW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.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-uLgpIMOUc7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d4c9b2;
}
.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: left;
}
@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 #ffffff;
  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: #ffffff;
  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;
  text-align: center;
}
.cid-uLgpIMOUc7 a:hover {
  color: black !important;
}
.cid-veYkID2ma2 {
  z-index: 1000;
  width: 100%;
}
.cid-veYkID2ma2 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .menu_box .navbar.opened,
  .cid-veYkID2ma2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veYkID2ma2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-veYkID2ma2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veYkID2ma2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .offcanvas_image img {
    width: 80%;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veYkID2ma2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veYkID2ma2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-body .mbr-text,
  .cid-veYkID2ma2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-veYkID2ma2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veYkID2ma2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veYkID2ma2 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-veYkID2ma2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-veYkID2ma2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 0 !important;
  }
}
.cid-veYkID2ma2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veYkID2ma2 .offcanvas_box {
    display: none;
  }
}
.cid-veYkID2ma2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veYkID2ma2 .container {
  display: flex;
  margin: auto;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veYkID2ma2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veYkID2ma2 .navbar-caption {
  color: #747474;
}
.cid-veYkID2ma2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .navbar-nav {
    margin: 0;
  }
}
.cid-veYkID2ma2 .dropdown-menu,
.cid-veYkID2ma2 .navbar.opened {
  background-color: true !important;
}
.cid-veYkID2ma2 .nav-item:focus,
.cid-veYkID2ma2 .nav-link:focus {
  outline: none;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYkID2ma2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYkID2ma2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-veYkID2ma2 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-veYkID2ma2 .navbar.opened {
  transition: all 0.3s;
}
.cid-veYkID2ma2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veYkID2ma2 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-veYkID2ma2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-veYkID2ma2 .navbar.collapsed {
  justify-content: center;
}
.cid-veYkID2ma2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYkID2ma2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYkID2ma2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veYkID2ma2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veYkID2ma2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-veYkID2ma2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYkID2ma2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veYkID2ma2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYkID2ma2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veYkID2ma2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYkID2ma2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYkID2ma2 .dropdown-item.active,
.cid-veYkID2ma2 .dropdown-item:active {
  background-color: transparent;
}
.cid-veYkID2ma2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYkID2ma2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYkID2ma2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-veYkID2ma2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYkID2ma2 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-veYkID2ma2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar {
    height: 70px;
  }
  .cid-veYkID2ma2 .navbar.opened {
    height: auto;
  }
  .cid-veYkID2ma2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYkID2ma2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veYkID2ma2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veYkID2ma2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-veYkID2ma2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-veYkID2ma2 .navbar-caption:hover {
  color: #d4c9b2;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veYkID2ma2 .nav-link {
  position: relative;
}
.cid-veYkID2ma2 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4c9b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-veYkID2ma2 .nav-link:hover:before {
  opacity: 1;
}
.cid-veYkID2ma2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veYkID2ma2 .text_widget {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-section-subtitle,
.cid-veYkID2ma2 .text_widget,
.cid-veYkID2ma2 .mbr-section-btn {
  text-align: center;
}
.cid-veYkID2ma2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@media (max-width: 700px) {
  .cid-veYkID2ma2 img {
    width: 150px !important;
    height: auto;
  }
}
.cid-uLgv3NK5SW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4c9b2;
}
.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: #ffffff;
  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: #d4c9b2;
}
.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: left;
}
@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 #ffffff;
  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: #ffffff;
  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;
  text-align: center;
}
.cid-uLgv3P2Kdi a:hover {
  color: black !important;
}
.cid-veYkID2ma2 {
  z-index: 1000;
  width: 100%;
}
.cid-veYkID2ma2 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .menu_box .navbar.opened,
  .cid-veYkID2ma2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veYkID2ma2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-veYkID2ma2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veYkID2ma2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .offcanvas_image img {
    width: 80%;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veYkID2ma2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veYkID2ma2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-body .mbr-text,
  .cid-veYkID2ma2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-veYkID2ma2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veYkID2ma2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veYkID2ma2 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-veYkID2ma2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-veYkID2ma2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 0 !important;
  }
}
.cid-veYkID2ma2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veYkID2ma2 .offcanvas_box {
    display: none;
  }
}
.cid-veYkID2ma2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veYkID2ma2 .container {
  display: flex;
  margin: auto;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veYkID2ma2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veYkID2ma2 .navbar-caption {
  color: #747474;
}
.cid-veYkID2ma2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .navbar-nav {
    margin: 0;
  }
}
.cid-veYkID2ma2 .dropdown-menu,
.cid-veYkID2ma2 .navbar.opened {
  background-color: true !important;
}
.cid-veYkID2ma2 .nav-item:focus,
.cid-veYkID2ma2 .nav-link:focus {
  outline: none;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYkID2ma2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYkID2ma2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-veYkID2ma2 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-veYkID2ma2 .navbar.opened {
  transition: all 0.3s;
}
.cid-veYkID2ma2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veYkID2ma2 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-veYkID2ma2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-veYkID2ma2 .navbar.collapsed {
  justify-content: center;
}
.cid-veYkID2ma2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYkID2ma2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYkID2ma2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veYkID2ma2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veYkID2ma2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-veYkID2ma2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYkID2ma2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veYkID2ma2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYkID2ma2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veYkID2ma2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYkID2ma2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYkID2ma2 .dropdown-item.active,
.cid-veYkID2ma2 .dropdown-item:active {
  background-color: transparent;
}
.cid-veYkID2ma2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYkID2ma2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYkID2ma2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-veYkID2ma2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYkID2ma2 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-veYkID2ma2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar {
    height: 70px;
  }
  .cid-veYkID2ma2 .navbar.opened {
    height: auto;
  }
  .cid-veYkID2ma2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYkID2ma2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veYkID2ma2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veYkID2ma2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-veYkID2ma2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-veYkID2ma2 .navbar-caption:hover {
  color: #d4c9b2;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veYkID2ma2 .nav-link {
  position: relative;
}
.cid-veYkID2ma2 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4c9b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-veYkID2ma2 .nav-link:hover:before {
  opacity: 1;
}
.cid-veYkID2ma2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veYkID2ma2 .text_widget {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-section-subtitle,
.cid-veYkID2ma2 .text_widget,
.cid-veYkID2ma2 .mbr-section-btn {
  text-align: center;
}
.cid-veYkID2ma2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@media (max-width: 700px) {
  .cid-veYkID2ma2 img {
    width: 150px !important;
    height: auto;
  }
}
.cid-uLgvRIidqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4c9b2;
}
.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: #ffffff;
  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: #d4c9b2;
}
.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: left;
}
@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 #ffffff;
  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: #ffffff;
  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;
  text-align: center;
}
.cid-uLgvRIIpJ3 a:hover {
  color: black !important;
}
.cid-veYkID2ma2 {
  z-index: 1000;
  width: 100%;
}
.cid-veYkID2ma2 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-veYkID2ma2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .menu_box .navbar.opened,
  .cid-veYkID2ma2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veYkID2ma2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-veYkID2ma2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veYkID2ma2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .offcanvas_image img {
    width: 80%;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veYkID2ma2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veYkID2ma2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veYkID2ma2 .offcanvas-body .mbr-text,
  .cid-veYkID2ma2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-veYkID2ma2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veYkID2ma2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veYkID2ma2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veYkID2ma2 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-veYkID2ma2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-veYkID2ma2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .nav-item {
    margin: 0 !important;
  }
}
.cid-veYkID2ma2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veYkID2ma2 .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-veYkID2ma2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veYkID2ma2 .offcanvas_box {
    display: none;
  }
}
.cid-veYkID2ma2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veYkID2ma2 .container {
  display: flex;
  margin: auto;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veYkID2ma2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veYkID2ma2 .navbar-caption {
  color: #747474;
}
.cid-veYkID2ma2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .navbar-nav {
    margin: 0;
  }
}
.cid-veYkID2ma2 .dropdown-menu,
.cid-veYkID2ma2 .navbar.opened {
  background-color: true !important;
}
.cid-veYkID2ma2 .nav-item:focus,
.cid-veYkID2ma2 .nav-link:focus {
  outline: none;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYkID2ma2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYkID2ma2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYkID2ma2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYkID2ma2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-veYkID2ma2 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-veYkID2ma2 .navbar.opened {
  transition: all 0.3s;
}
.cid-veYkID2ma2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veYkID2ma2 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-veYkID2ma2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-veYkID2ma2 .navbar.collapsed {
  justify-content: center;
}
.cid-veYkID2ma2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYkID2ma2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYkID2ma2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYkID2ma2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veYkID2ma2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veYkID2ma2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veYkID2ma2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-veYkID2ma2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYkID2ma2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veYkID2ma2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veYkID2ma2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veYkID2ma2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYkID2ma2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYkID2ma2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veYkID2ma2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYkID2ma2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYkID2ma2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYkID2ma2 .dropdown-item.active,
.cid-veYkID2ma2 .dropdown-item:active {
  background-color: transparent;
}
.cid-veYkID2ma2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYkID2ma2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYkID2ma2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYkID2ma2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-veYkID2ma2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYkID2ma2 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-veYkID2ma2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYkID2ma2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYkID2ma2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYkID2ma2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veYkID2ma2 .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-veYkID2ma2 .navbar {
    height: 70px;
  }
  .cid-veYkID2ma2 .navbar.opened {
    height: auto;
  }
  .cid-veYkID2ma2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYkID2ma2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veYkID2ma2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veYkID2ma2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-veYkID2ma2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-veYkID2ma2 .navbar-caption:hover {
  color: #d4c9b2;
}
@media (min-width: 992px) {
  .cid-veYkID2ma2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veYkID2ma2 .nav-link {
  position: relative;
}
.cid-veYkID2ma2 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4c9b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-veYkID2ma2 .nav-link:hover:before {
  opacity: 1;
}
.cid-veYkID2ma2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veYkID2ma2 .text_widget {
  color: #ffffff;
}
.cid-veYkID2ma2 .mbr-section-subtitle,
.cid-veYkID2ma2 .text_widget,
.cid-veYkID2ma2 .mbr-section-btn {
  text-align: center;
}
.cid-veYkID2ma2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@media (max-width: 700px) {
  .cid-veYkID2ma2 img {
    width: 150px !important;
    height: auto;
  }
}
.cid-vcmNbMnEBt {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vcmNbMnEBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcmNbMnEBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcmNbMnEBt .title-wrapper {
  margin-bottom: 30px;
}
.cid-vcmNbMnEBt .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-vcmNbMnEBt .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-vcmNbMnEBt .image-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cid-vcmNbMnEBt .image-wrapper {
    display: block;
  }
}
.cid-vcmNbMnEBt .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-vcmNbMnEBt .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-vcmNbMnEBt .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-vcmNbMnEBt .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vcmNbMnEBt .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-vcmNbMnEBt .mbr-section-title {
  color: #E0BDB6;
}
.cid-vcmNbMnEBt .mbr-text {
  color: #000000;
}
.cid-vcmNbMnEBt .mbr-section-title,
.cid-vcmNbMnEBt .mbr-section-btn {
  color: #000000;
}
.cid-vdmWYgb5PH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://losjardinesdepalacio.com/assets/images/background-h_mmj42ur8.jpg");
}
.cid-vdmWYgb5PH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vdmWYgb5PH .form-control,
.cid-vdmWYgb5PH .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vdmWYgb5PH .form-control::-webkit-input-placeholder,
.cid-vdmWYgb5PH .field-input::-webkit-input-placeholder,
.cid-vdmWYgb5PH .form-control::-webkit-input-placeholder,
.cid-vdmWYgb5PH .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vdmWYgb5PH .form-control:-moz-placeholder,
.cid-vdmWYgb5PH .field-input:-moz-placeholder,
.cid-vdmWYgb5PH .form-control:-moz-placeholder,
.cid-vdmWYgb5PH .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vdmWYgb5PH .form-control:hover,
.cid-vdmWYgb5PH .field-input:hover,
.cid-vdmWYgb5PH .form-control:focus,
.cid-vdmWYgb5PH .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vdmWYgb5PH .form-control:hover::-webkit-input-placeholder,
.cid-vdmWYgb5PH .field-input:hover::-webkit-input-placeholder,
.cid-vdmWYgb5PH .form-control:focus::-webkit-input-placeholder,
.cid-vdmWYgb5PH .field-input:focus::-webkit-input-placeholder,
.cid-vdmWYgb5PH .form-control:hover::-webkit-input-placeholder,
.cid-vdmWYgb5PH .field-input:hover::-webkit-input-placeholder,
.cid-vdmWYgb5PH .form-control:focus::-webkit-input-placeholder,
.cid-vdmWYgb5PH .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vdmWYgb5PH .form-control:hover:-moz-placeholder,
.cid-vdmWYgb5PH .field-input:hover:-moz-placeholder,
.cid-vdmWYgb5PH .form-control:focus:-moz-placeholder,
.cid-vdmWYgb5PH .field-input:focus:-moz-placeholder,
.cid-vdmWYgb5PH .form-control:hover:-moz-placeholder,
.cid-vdmWYgb5PH .field-input:hover:-moz-placeholder,
.cid-vdmWYgb5PH .form-control:focus:-moz-placeholder,
.cid-vdmWYgb5PH .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vdmWYgb5PH .jq-number__spin:hover,
.cid-vdmWYgb5PH .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vdmWYgb5PH .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vdmWYgb5PH .jq-selectbox li,
.cid-vdmWYgb5PH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vdmWYgb5PH .jq-selectbox li:hover,
.cid-vdmWYgb5PH .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vdmWYgb5PH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vdmWYgb5PH .jq-number__spin.minus:hover:after,
.cid-vdmWYgb5PH .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vdmWYgb5PH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vdmWYgb5PH .jq-number__spin.minus:after,
.cid-vdmWYgb5PH .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vdmWYgb5PH input::-webkit-clear-button {
  display: none;
}
.cid-vdmWYgb5PH input::-webkit-inner-spin-button {
  display: none;
}
.cid-vdmWYgb5PH input::-webkit-outer-spin-button {
  display: none;
}
.cid-v8n2q9NoC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d4c9b2;
}
.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: left;
}
@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 #ffffff;
  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: #ffffff;
  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;
  text-align: center;
}
.cid-v8n2q9NoC2 a:hover {
  color: black !important;
}
