.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Sora;
}
.display-1 {
  font-family: 'Special Gothic Condensed One', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto Serif', serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Special Gothic Condensed One', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Special Gothic Condensed One', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Roboto Serif', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f0e1b8 !important;
}
.bg-success {
  background-color: #f0e1b8 !important;
}
.bg-info {
  background-color: #31cd4c !important;
}
.bg-warning {
  background-color: #f15144 !important;
}
.bg-danger {
  background-color: #9f130f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0e1b8 !important;
  border-color: #f0e1b8 !important;
  color: #8c6e1d !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f9f3e2 !important;
  border-color: #f9f3e2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #8c6e1d !important;
  background-color: #f9f3e2 !important;
  border-color: #f9f3e2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b49d5e !important;
  border-color: #b49d5e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c4b281 !important;
  border-color: #c4b281 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c4b281 !important;
  border-color: #c4b281 !important;
}
.btn-info,
.btn-info:active {
  background-color: #31cd4c !important;
  border-color: #31cd4c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
}
.btn-success,
.btn-success:active {
  background-color: #f0e1b8 !important;
  border-color: #f0e1b8 !important;
  color: #8c6e1d !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f9f3e2 !important;
  border-color: #f9f3e2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #8c6e1d !important;
  background-color: #f9f3e2 !important;
  border-color: #f9f3e2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f15144 !important;
  border-color: #f15144 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f57d73 !important;
  border-color: #f57d73 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f57d73 !important;
  border-color: #f57d73 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9f130f !important;
  border-color: #9f130f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0e1b8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e1c370 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #8c6e1d !important;
  background-color: #f0e1b8 !important;
  border-color: #f0e1b8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b49d5e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #806e3c !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: #b49d5e !important;
  border-color: #b49d5e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31cd4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #208732 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #31cd4c !important;
  border-color: #31cd4c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0e1b8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e1c370 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #8c6e1d !important;
  background-color: #f0e1b8 !important;
  border-color: #f0e1b8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f15144;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cf1e0f !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: #f15144 !important;
  border-color: #f15144 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f130f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #500a08 !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: #9f130f !important;
  border-color: #9f130f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #121212;
}
.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: #121212 !important;
  border-color: #121212 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #f0e1b8 !important;
}
.text-secondary {
  color: #b49d5e !important;
}
.text-success {
  color: #f0e1b8 !important;
}
.text-info {
  color: #31cd4c !important;
}
.text-warning {
  color: #f15144 !important;
}
.text-danger {
  color: #9f130f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #debd64 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #756537 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #debd64 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d7b2d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c11c0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #420806 !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: #f0e1b8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #31cd4c;
}
.alert-warning {
  background-color: #f15144;
}
.alert-danger {
  background-color: #9f130f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0e1b8;
  border-color: #f0e1b8;
  color: #a17f22;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f0e1b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5f5db;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ed4540;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Special Gothic Condensed One', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f0e1b8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Special Gothic Condensed One', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f0e1b8;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0e1b8;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f0e1b8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f0e1b8;
  border-bottom-color: #f0e1b8;
}
.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: #f0e1b8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b49d5e !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='%23f0e1b8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 17px 56px;
  font-weight: 400;
  border-radius: 3rem !important;
  position: relative;
  flex-direction: row-reverse;
  z-index: 0;
  transition: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 17px 20px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn span {
  line-height: 1.5;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit !important;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn .btn-white-outline::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  padding: 0;
  border-radius: inherit !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.embla,
.image-wrap,
.form-wrapper,
.mbr-copy,
.item-content {
  border-radius: 25px !important;
}
.item-wrapper::before,
.item-img::before {
  border-radius: 25px !important;
}
.cid-uIwKXT4Kzx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uIwKXT4Kzx nav.navbar {
  position: fixed;
}
.cid-uIwKXT4Kzx .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uIwKXT4Kzx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uIwKXT4Kzx .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uIwKXT4Kzx .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uIwKXT4Kzx .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uIwKXT4Kzx .custom-header-text {
    display: none;
  }
  .cid-uIwKXT4Kzx .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uIwKXT4Kzx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwKXT4Kzx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uIwKXT4Kzx .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uIwKXT4Kzx .dropdown-item:hover,
.cid-uIwKXT4Kzx .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uIwKXT4Kzx .dropdown-item:hover span {
  color: white;
}
.cid-uIwKXT4Kzx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIwKXT4Kzx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIwKXT4Kzx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIwKXT4Kzx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIwKXT4Kzx .nav-link {
  position: relative;
}
.cid-uIwKXT4Kzx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uIwKXT4Kzx .container {
    flex-wrap: nowrap;
  }
}
.cid-uIwKXT4Kzx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uIwKXT4Kzx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwKXT4Kzx .dropdown-menu,
.cid-uIwKXT4Kzx .navbar.opened {
  background: #2a2315 !important;
}
.cid-uIwKXT4Kzx .nav-item:focus,
.cid-uIwKXT4Kzx .nav-link:focus {
  outline: none;
}
.cid-uIwKXT4Kzx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwKXT4Kzx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uIwKXT4Kzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwKXT4Kzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwKXT4Kzx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwKXT4Kzx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwKXT4Kzx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIwKXT4Kzx .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwKXT4Kzx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uIwKXT4Kzx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uIwKXT4Kzx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwKXT4Kzx .navbar.collapsed {
  justify-content: center;
}
.cid-uIwKXT4Kzx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwKXT4Kzx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIwKXT4Kzx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uIwKXT4Kzx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwKXT4Kzx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwKXT4Kzx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIwKXT4Kzx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwKXT4Kzx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIwKXT4Kzx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIwKXT4Kzx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwKXT4Kzx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwKXT4Kzx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwKXT4Kzx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIwKXT4Kzx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIwKXT4Kzx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwKXT4Kzx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIwKXT4Kzx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uIwKXT4Kzx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uIwKXT4Kzx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwKXT4Kzx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIwKXT4Kzx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uIwKXT4Kzx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uIwKXT4Kzx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uIwKXT4Kzx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIwKXT4Kzx .navbar-brand .navbar-caption:hover,
.cid-uIwKXT4Kzx .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uIwKXT4Kzx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwKXT4Kzx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uIwKXT4Kzx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uIwKXT4Kzx .dropdown-item.active,
.cid-uIwKXT4Kzx .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwKXT4Kzx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIwKXT4Kzx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwKXT4Kzx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwKXT4Kzx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uIwKXT4Kzx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uIwKXT4Kzx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uIwKXT4Kzx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwKXT4Kzx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uIwKXT4Kzx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uIwKXT4Kzx .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uIwKXT4Kzx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uIwKXT4Kzx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uIwKXT4Kzx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uIwKXT4Kzx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIwKXT4Kzx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIwKXT4Kzx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uIwKXT4Kzx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIwKXT4Kzx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIwKXT4Kzx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uIwKXT4Kzx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwKXT4Kzx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwKXT4Kzx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwKXT4Kzx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwKXT4Kzx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIwKXT4Kzx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIwKXT4Kzx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwKXT4Kzx .navbar {
    height: 70px;
  }
  .cid-uIwKXT4Kzx .navbar.opened {
    height: auto;
  }
  .cid-uIwKXT4Kzx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwKXT4Kzx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uIwKXT4Kzx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uIwKXT4Kzx .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uIwKXT4Kzx .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uIwKXT4Kzx .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uIwKXT4Kzx .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uIwKXT4Kzx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uIwKXT4Kzx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uIwKXT4Kzx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uIwKXT4Kzx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uIwKXT4Kzx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uIwKXT4Kzx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uIwKXT4Kzx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uIwKXT4Kzx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uIwKXT4Kzx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uIwKXT4Kzx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uIwKXT4Kzx .content-wrap {
  min-height: 110px;
}
.cid-uIwKXT4Kzx .mbr-section-btn .btn::after,
.cid-uIwKXT4Kzx .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uIwKXT4Kzx .mbr-section-btn .btn:hover,
.cid-uIwKXT4Kzx .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uIwKXT4Kzx .mbr-section-btn .btn:hover::after,
.cid-uIwKXT4Kzx .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uIwKXT4Kzx P {
  text-align: left;
  color: #727272;
}
.cid-uZXypNuFFK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uZXypNuFFK .mbr-overlay {
  background: #b49d5e;
  opacity: 0.1;
}
.cid-uZXypNuFFK .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uZXypNuFFK .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uZXypNuFFK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZXypNuFFK .container {
    padding: 0 20px;
  }
}
.cid-uZXypNuFFK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uZXypNuFFK .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uZXypNuFFK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZXypNuFFK .embla__slide .slide-content {
  width: 100%;
}
.cid-uZXypNuFFK .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZXypNuFFK .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uZXypNuFFK .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.2rem !important;
}
.cid-uZXypNuFFK .embla__button--next,
.cid-uZXypNuFFK .embla__button--prev {
  display: flex;
}
.cid-uZXypNuFFK .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #b49d5e !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZXypNuFFK .embla__button:hover {
  opacity: .5 !important;
}
.cid-uZXypNuFFK .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uZXypNuFFK .embla__button.embla__button--next {
  right: 0;
}
.cid-uZXypNuFFK .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uZXypNuFFK .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #b49d5e;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uZXypNuFFK .embla::before {
    display: none;
  }
}
.cid-uZXypNuFFK .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uZXypNuFFK .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uZXypNuFFK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZXypNuFFK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZXypNuFFK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0wrVneWHX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-v0wrVneWHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0wrVneWHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0wrVneWHX .row {
  justify-content: center;
}
.cid-v0wrVneWHX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0wrVneWHX .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0wrVneWHX .title-wrapper .mbr-section-title span {
  color: #b49d5e;
}
.cid-v0wrVneWHX .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-v0rpLwmTMs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-v0rpLwmTMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rpLwmTMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rpLwmTMs .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v0rpLwmTMs .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0rpLwmTMs .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0rpLwmTMs .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v0rpLwmTMs .mbr-label {
  color: #f4f4f4;
  text-align: center;
}
.cid-v0rpLwmTMs .mbr-section-title {
  color: #ff6d99;
}
.cid-v0rpLwmTMs .mbr-text,
.cid-v0rpLwmTMs .text-wrapper {
  color: #f4f4f4;
  text-align: center;
}
.cid-v0rpLwmTMs .mbr-section-title,
.cid-v0rpLwmTMs .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uZRnS0lZq8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uZRnS0lZq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRnS0lZq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZRnS0lZq8 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uZRnS0lZq8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZRnS0lZq8 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZRnS0lZq8 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZRnS0lZq8 .mbr-label {
  color: #f4f4f4;
  text-align: center;
}
.cid-uZRnS0lZq8 .mbr-section-title {
  color: #ff6d99;
}
.cid-uZRnS0lZq8 .mbr-text,
.cid-uZRnS0lZq8 .text-wrapper {
  color: #f4f4f4;
  text-align: center;
}
.cid-uZRnS0lZq8 .mbr-section-title,
.cid-uZRnS0lZq8 .mbr-section-btn {
  text-align: center;
  color: #f0e1b8;
}
.cid-uZRkjMJC4t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #b49d5e, #000000 30%);
}
@media (max-width: 768px) {
  .cid-uZRkjMJC4t {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #b49d5e, #000000 30%);
  }
}
.cid-uZRkjMJC4t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uZRkjMJC4t .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZRkjMJC4t .embla__slide .slide-content {
  width: 100%;
}
.cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #111111;
  border: 1px solid #b49d5e;
  padding: 2px 8px;
}
.cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZRkjMJC4t .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZRkjMJC4t .embla__button--next,
.cid-uZRkjMJC4t .embla__button--prev {
  display: flex;
}
.cid-uZRkjMJC4t .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uZRkjMJC4t .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZRkjMJC4t .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uZRkjMJC4t .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uZRkjMJC4t .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZRkjMJC4t .embla__button.embla__button--next {
  right: 0;
}
.cid-uZRkjMJC4t .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZRkjMJC4t .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZRkjMJC4t .embla {
    padding-bottom: 32px;
  }
}
.cid-uZRkjMJC4t .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #b49d5e 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uZRkjMJC4t .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZRkjMJC4t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZRkjMJC4t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZRkjMJC4t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZRkjMJC4t .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZRkjMJC4t .item-label {
  color: #0047ff;
}
.cid-uZRkjMJC4t .item-title {
  color: #ffffff;
}
.cid-uZRkjMJC4t .item-text {
  color: #b49d5e;
  text-align: right;
}
.cid-uZRkjMJC4t .list {
  color: #ffffff;
}
.cid-uZRkjMJC4t .item-label,
.cid-uZRkjMJC4t .label-wrapper {
  color: #b49d5e;
  text-align: right;
}
.cid-uZRkjMJC4t .item-title,
.cid-uZRkjMJC4t .mbr-section-btn {
  text-align: right;
}
.cid-uIwf0kftKa {
  padding-top: 14rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/img-2283.jpg-1920x1086.jpg");
}
.cid-uIwf0kftKa .col-lg-8 {
  width: 100%;
}
.cid-uIwf0kftKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwf0kftKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwf0kftKa .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uIwf0kftKa .content-wrapper {
    margin-top: 120px;
  }
}
.cid-uIwf0kftKa .content-wrapper .mbr-section-title {
  margin-bottom: 2px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIwf0kftKa .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIwf0kftKa .mbr-section-title {
  color: #ffffff;
}
.cid-uIwf0kftKa .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwf0kftKa .mbr-section-title,
.cid-uIwf0kftKa .mbr-section-btn {
  text-align: left;
}
.cid-uZcwt3CX8N {
  padding-top: 14rem;
  padding-bottom: 2rem;
  position: relative;
}
.cid-uZcwt3CX8N::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uZcwt3CX8N .col-lg-8 {
  width: 100%;
}
.cid-uZcwt3CX8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZcwt3CX8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uZcwt3CX8N .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uZcwt3CX8N .content-wrapper {
    margin-top: 120px;
  }
}
.cid-uZcwt3CX8N .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZcwt3CX8N .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZcwt3CX8N .mbr-section-title {
  color: #ffffff;
}
.cid-uZcwt3CX8N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZcwt3CX8N .mbr-section-title,
.cid-uZcwt3CX8N .mbr-section-btn {
  text-align: center;
}
.cid-uICbJoIreH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uICbJoIreH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICbJoIreH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICbJoIreH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uICbJoIreH .container {
    padding: 0 15px;
  }
}
.cid-uICbJoIreH .image-wrapper {
  margin-right: 48px;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uICbJoIreH .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uICbJoIreH .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uICbJoIreH .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uICbJoIreH .image-wrapper img {
    height: 400px;
    object-fit: contain;
  }
}
.cid-uICbJoIreH .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uICbJoIreH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uICbJoIreH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uICbJoIreH .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uICbJoIreH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uICbJoIreH .mbr-section-title {
  color: #ffffff;
}
.cid-uICbJoIreH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uICbJoIreH .mbr-text {
  color: #f0e1b8;
}
.cid-uICfSBWvHg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fondo-foco.jpg-1080x1080.jpg");
}
.cid-uICfSBWvHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICfSBWvHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICfSBWvHg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uICfSBWvHg .container {
    padding: 0 15px;
  }
}
.cid-uICfSBWvHg .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uICfSBWvHg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uICfSBWvHg .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uICfSBWvHg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uICfSBWvHg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uICfSBWvHg .item {
  margin-bottom: 32px;
}
.cid-uICfSBWvHg .item:hover .item-wrapper::before,
.cid-uICfSBWvHg .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uICfSBWvHg .item .item-wrapper {
  position: relative;
  background-color: #000000;
  border: 1px solid #2c2c2c;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uICfSBWvHg .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #b49d5e;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uICfSBWvHg .item .item-wrapper::before {
    display: none;
  }
}
.cid-uICfSBWvHg .item .item-wrapper .card-box {
  position: relative;
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uICfSBWvHg .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uICfSBWvHg .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uICfSBWvHg .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uICfSBWvHg .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 5px;
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uICfSBWvHg .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uICfSBWvHg .mbr-section-title {
  color: #b49d5e;
  text-align: center;
}
.cid-uICfSBWvHg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uICfSBWvHg .mbr-date {
  color: #ffffff;
}
.cid-uICfSBWvHg .mbr-tag {
  color: #ffffff;
}
.cid-uICfSBWvHg .mbr-card-title {
  color: #f2ac2b;
}
.cid-uICfSBWvHg .mbr-card-text {
  color: #ffffff;
  line-height: 80%;
}
.cid-uICfSBWvHg .mbr-card-title,
.cid-uICfSBWvHg .mbr-section-btn {
  color: #b49d5e;
}
.cid-uWjShkA8ma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fondo-foco.jpg-1080x1080.jpg");
}
.cid-uWjShkA8ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjShkA8ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjShkA8ma .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWjShkA8ma .container {
    padding: 0 15px;
  }
}
.cid-uWjShkA8ma .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWjShkA8ma .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uWjShkA8ma .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWjShkA8ma .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWjShkA8ma .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjShkA8ma .item {
  margin-bottom: 32px;
}
.cid-uWjShkA8ma .item:hover .item-wrapper::before,
.cid-uWjShkA8ma .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uWjShkA8ma .item .item-wrapper {
  position: relative;
  background-color: #000000;
  border: 1px solid #2c2c2c;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uWjShkA8ma .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #b49d5e;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uWjShkA8ma .item .item-wrapper::before {
    display: none;
  }
}
.cid-uWjShkA8ma .item .item-wrapper .card-box {
  position: relative;
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uWjShkA8ma .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uWjShkA8ma .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uWjShkA8ma .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uWjShkA8ma .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 5px;
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uWjShkA8ma .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uWjShkA8ma .mbr-section-title {
  color: #b49d5e;
  text-align: center;
}
.cid-uWjShkA8ma .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWjShkA8ma .mbr-date {
  color: #ffffff;
}
.cid-uWjShkA8ma .mbr-tag {
  color: #ffffff;
}
.cid-uWjShkA8ma .mbr-card-title {
  color: #f2ac2b;
}
.cid-uWjShkA8ma .mbr-card-text {
  color: #ffffff;
  line-height: 80%;
}
.cid-uWjShkA8ma .mbr-card-title,
.cid-uWjShkA8ma .mbr-section-btn {
  color: #b49d5e;
}
.cid-uICnnn67rB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b49d5e;
}
.cid-uICnnn67rB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICnnn67rB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICnnn67rB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uICnnn67rB .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uICnnn67rB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uICnnn67rB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uICnnn67rB .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uICnnn67rB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uICnnn67rB .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uICnnn67rB .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uICnnn67rB .content-wrapper .list .item-wrap:hover,
.cid-uICnnn67rB .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uICnnn67rB .image-wrapper img {
  object-fit: contain;
}
.cid-uICnnn67rB .mbr-section-title {
  color: #000000;
}
.cid-uICnnn67rB .mbr-text {
  color: #000000;
}
.cid-uICnnn67rB .list {
  color: #d2d2df;
}
.cid-uICokU0yFX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b49d5e;
}
.cid-uICokU0yFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICokU0yFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICokU0yFX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uICokU0yFX .container {
    padding: 0 15px;
  }
}
.cid-uICokU0yFX .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uICokU0yFX .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uICokU0yFX .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uICokU0yFX .image-wrapper img {
    height: 250px;
  }
}
.cid-uICokU0yFX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uICokU0yFX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uICokU0yFX .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uICokU0yFX .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uICokU0yFX .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uICokU0yFX .mbr-section-title {
  color: #ffffff;
}
.cid-uICokU0yFX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uICokU0yFX .mbr-text {
  color: #000000;
}
.cid-uK26XOpPEC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uK26XOpPEC .mbr-overlay {
  background: #b49d5e;
  opacity: 0.7;
}
.cid-uK26XOpPEC .item:focus,
.cid-uK26XOpPEC span:focus {
  outline: none;
}
.cid-uK26XOpPEC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uK26XOpPEC .item {
  font-weight: 700;
  padding: 20px 0;
  color: #f4f4f4;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uK26XOpPEC .item {
    min-height: 45px;
  }
}
.cid-uGVQJtOTPd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uGVQJtOTPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVQJtOTPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVQJtOTPd .content-wrapper {
  justify-content: flex-end;
}
.cid-uGVQJtOTPd .card {
  justify-content: center;
}
.cid-uGVQJtOTPd .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uGVQJtOTPd .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uGVQJtOTPd .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uGVQJtOTPd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGVQJtOTPd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uGVQJtOTPd .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGVQJtOTPd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGVQJtOTPd .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uGVQJtOTPd .mbr-section-btn .btn::after,
.cid-uGVQJtOTPd .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uGVQJtOTPd .mbr-section-btn .btn:hover,
.cid-uGVQJtOTPd .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uGVQJtOTPd .mbr-section-btn .btn:hover::after,
.cid-uGVQJtOTPd .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uGVQJtOTPd .form-wrapper {
  padding: 40px 60px;
  background-color: #000000;
}
@media (max-width: 1640px) {
  .cid-uGVQJtOTPd .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uGVQJtOTPd .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uGVQJtOTPd .form-wrapper {
    padding: 20px;
  }
}
.cid-uGVQJtOTPd .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGVQJtOTPd .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uGVQJtOTPd .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uGVQJtOTPd .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  color: #ffffff;
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #c7c7c7;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uGVQJtOTPd .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uGVQJtOTPd .mbr-section-title {
  color: #ffffff;
}
.cid-uGVQJtOTPd .mbr-tag {
  color: #adadad;
}
.cid-uGVQJtOTPd .mbr-text {
  color: #ffffff;
}
.cid-uGVQJtOTPd .mbr-title {
  color: #b49d5e;
}
.cid-uGVQJtOTPd .form-text {
  color: #c7c7c7;
}
.cid-uGVQJtOTPd label {
  color: #121212;
}
.cid-uK1UKfjPza {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uK1UKfjPza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK1UKfjPza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK1UKfjPza .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uK1UKfjPza .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uK1UKfjPza .container {
    padding: 0 16px;
  }
}
.cid-uK1UKfjPza .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uK1UKfjPza .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uK1UKfjPza .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uK1UKfjPza .title-wrapper {
  margin-bottom: 50px;
}
.cid-uK1UKfjPza .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uK1UKfjPza .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK1UKfjPza .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uK1UKfjPza .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uK1UKfjPza .item .item-wrapper:hover .item-img img,
.cid-uK1UKfjPza .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uK1UKfjPza .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uK1UKfjPza .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uK1UKfjPza .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uK1UKfjPza .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uK1UKfjPza .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uK1UKfjPza .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uK1UKfjPza .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uK1UKfjPza .col-lg-4 {
    width: 95%;
  }
}
.cid-uK1UKfjPza .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uK1UKfjPza .item-name {
  color: #000000;
}
.cid-uK1UKfjPza .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uK1UKfjPza .item-name,
.cid-uK1UKfjPza .mbr-section-btn {
  text-align: center;
}
.cid-uK21dD59UR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uK21dD59UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK21dD59UR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uK21dD59UR .container {
    padding: 0 16px;
  }
}
.cid-uK21dD59UR .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uK21dD59UR .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uK21dD59UR .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uK21dD59UR .title-wrapper {
  margin-bottom: 50px;
}
.cid-uK21dD59UR .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uK21dD59UR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK21dD59UR .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uK21dD59UR .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uK21dD59UR .item .item-wrapper:hover .item-img img,
.cid-uK21dD59UR .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uK21dD59UR .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uK21dD59UR .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uK21dD59UR .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uK21dD59UR .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uK21dD59UR .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uK21dD59UR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uK21dD59UR .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uK21dD59UR .item-name {
  color: #000000;
}
.cid-uK21dD59UR .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uK21dD59UR .item-name,
.cid-uK21dD59UR .mbr-section-btn {
  text-align: center;
}
.cid-uXMMODxAP2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXMMODxAP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMMODxAP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMMODxAP2 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uXMMODxAP2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXMMODxAP2 .container {
    padding: 0 16px;
  }
}
.cid-uXMMODxAP2 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMMODxAP2 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMMODxAP2 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMMODxAP2 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMMODxAP2 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMMODxAP2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMMODxAP2 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMMODxAP2 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMMODxAP2 .item .item-wrapper:hover .item-img img,
.cid-uXMMODxAP2 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMMODxAP2 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMMODxAP2 .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMMODxAP2 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMMODxAP2 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMMODxAP2 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMMODxAP2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMMODxAP2 .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uXMMODxAP2 .col-lg-4 {
    width: 95%;
  }
}
.cid-uXMMODxAP2 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMMODxAP2 .item-name {
  color: #000000;
}
.cid-uXMMODxAP2 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMMODxAP2 .item-name,
.cid-uXMMODxAP2 .mbr-section-btn {
  text-align: center;
}
.cid-uXMMHBHwqC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXMMHBHwqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMMHBHwqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXMMHBHwqC .container {
    padding: 0 16px;
  }
}
.cid-uXMMHBHwqC .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMMHBHwqC .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMMHBHwqC .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMMHBHwqC .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMMHBHwqC .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMMHBHwqC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMMHBHwqC .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMMHBHwqC .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMMHBHwqC .item .item-wrapper:hover .item-img img,
.cid-uXMMHBHwqC .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMMHBHwqC .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMMHBHwqC .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMMHBHwqC .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMMHBHwqC .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMMHBHwqC .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMMHBHwqC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMMHBHwqC .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMMHBHwqC .item-name {
  color: #000000;
}
.cid-uXMMHBHwqC .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMMHBHwqC .item-name,
.cid-uXMMHBHwqC .mbr-section-btn {
  text-align: center;
}
.cid-uICrQuCxbU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uICrQuCxbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICrQuCxbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICrQuCxbU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .container {
    padding: 0 15px;
  }
}
.cid-uICrQuCxbU .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .title-wrapper {
    text-align: center;
  }
}
.cid-uICrQuCxbU .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uICrQuCxbU .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uICrQuCxbU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uICrQuCxbU .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .list {
    justify-content: center;
  }
}
.cid-uICrQuCxbU .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uICrQuCxbU .list .item-wrap:hover,
.cid-uICrQuCxbU .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uICrQuCxbU .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uICrQuCxbU .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uICrQuCxbU .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .copy-wrapper {
    height: auto;
  }
}
.cid-uICrQuCxbU .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uICrQuCxbU .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .social-wrapper {
    text-align: center;
  }
}
.cid-uICrQuCxbU .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uICrQuCxbU .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uICrQuCxbU .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uICrQuCxbU .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uICrQuCxbU .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uICrQuCxbU .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uICrQuCxbU .mbr-section-title {
  color: #f2ac2b;
}
.cid-uICrQuCxbU .mbr-copy {
  color: #d2d2df;
}
.cid-uICrQuCxbU .mbr-section-title,
.cid-uICrQuCxbU .title-wrapper {
  color: #ffffff;
}
.cid-uYGMAI3d2e.popup-builder {
  background-color: #ffffff;
}
.cid-uYGMAI3d2e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYGMAI3d2e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYGMAI3d2e .modal-content,
.cid-uYGMAI3d2e .modal-dialog {
  height: auto;
}
.cid-uYGMAI3d2e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYGMAI3d2e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYGMAI3d2e .form-wrapper .mbr-form .form-group,
  .cid-uYGMAI3d2e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYGMAI3d2e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYGMAI3d2e .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-uYGMAI3d2e .mbr-text {
  text-align: center;
}
.cid-uYGMAI3d2e .pt-0 {
  padding-top: 0 !important;
}
.cid-uYGMAI3d2e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYGMAI3d2e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYGMAI3d2e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYGMAI3d2e .modal-open {
  overflow: hidden;
}
.cid-uYGMAI3d2e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYGMAI3d2e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYGMAI3d2e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYGMAI3d2e .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-uYGMAI3d2e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYGMAI3d2e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYGMAI3d2e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYGMAI3d2e .modal-content {
  background: #b49d5e;
  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-uYGMAI3d2e .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYGMAI3d2e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYGMAI3d2e .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYGMAI3d2e .modal-backdrop.show {
  opacity: .5;
}
.cid-uYGMAI3d2e .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-uYGMAI3d2e .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYGMAI3d2e .modal-header {
    padding: 1rem;
  }
}
.cid-uYGMAI3d2e .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYGMAI3d2e .modal-header .close svg {
  fill: #353535;
}
.cid-uYGMAI3d2e .modal-header .close:hover {
  opacity: 1;
}
.cid-uYGMAI3d2e .modal-header .close:focus {
  outline: none;
}
.cid-uYGMAI3d2e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uYGMAI3d2e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYGMAI3d2e .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYGMAI3d2e .modal-body {
    padding: 1rem;
  }
}
.cid-uYGMAI3d2e .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-uYGMAI3d2e .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYGMAI3d2e .modal-footer {
    padding: 1rem;
  }
}
.cid-uYGMAI3d2e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYGMAI3d2e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYGMAI3d2e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYGMAI3d2e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYGMAI3d2e .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYGMAI3d2e .modal-lg,
  .cid-uYGMAI3d2e .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYGMAI3d2e .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYGMAI3d2e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYGMAI3d2e .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-uYGMAI3d2e .form-group {
  margin-bottom: 1rem;
}
.cid-uYGMAI3d2e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYGMAI3d2e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYGMAI3d2e .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-uYGMAI3d2e .mbr-section-btn {
  margin: 0;
}
.cid-uYGMAI3d2e .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYGNPv1O9F.popup-builder {
  background-color: #ffffff;
}
.cid-uYGNPv1O9F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYGNPv1O9F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYGNPv1O9F .modal-content,
.cid-uYGNPv1O9F .modal-dialog {
  height: auto;
}
.cid-uYGNPv1O9F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYGNPv1O9F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYGNPv1O9F .form-wrapper .mbr-form .form-group,
  .cid-uYGNPv1O9F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYGNPv1O9F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYGNPv1O9F .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-uYGNPv1O9F .mbr-text {
  text-align: center;
}
.cid-uYGNPv1O9F .pt-0 {
  padding-top: 0 !important;
}
.cid-uYGNPv1O9F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYGNPv1O9F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYGNPv1O9F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYGNPv1O9F .modal-open {
  overflow: hidden;
}
.cid-uYGNPv1O9F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYGNPv1O9F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYGNPv1O9F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYGNPv1O9F .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-uYGNPv1O9F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYGNPv1O9F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYGNPv1O9F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYGNPv1O9F .modal-content {
  background: #b49d5e;
  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-uYGNPv1O9F .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYGNPv1O9F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYGNPv1O9F .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYGNPv1O9F .modal-backdrop.show {
  opacity: .5;
}
.cid-uYGNPv1O9F .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-uYGNPv1O9F .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYGNPv1O9F .modal-header {
    padding: 1rem;
  }
}
.cid-uYGNPv1O9F .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYGNPv1O9F .modal-header .close svg {
  fill: #353535;
}
.cid-uYGNPv1O9F .modal-header .close:hover {
  opacity: 1;
}
.cid-uYGNPv1O9F .modal-header .close:focus {
  outline: none;
}
.cid-uYGNPv1O9F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYGNPv1O9F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYGNPv1O9F .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYGNPv1O9F .modal-body {
    padding: 1rem;
  }
}
.cid-uYGNPv1O9F .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-uYGNPv1O9F .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYGNPv1O9F .modal-footer {
    padding: 1rem;
  }
}
.cid-uYGNPv1O9F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYGNPv1O9F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYGNPv1O9F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYGNPv1O9F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYGNPv1O9F .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYGNPv1O9F .modal-lg,
  .cid-uYGNPv1O9F .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYGNPv1O9F .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYGNPv1O9F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYGNPv1O9F .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-uYGNPv1O9F .form-group {
  margin-bottom: 1rem;
}
.cid-uYGNPv1O9F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYGNPv1O9F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYGNPv1O9F .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-uYGNPv1O9F .mbr-section-btn {
  margin: 0;
}
.cid-uYGNPv1O9F .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIwKXT4Kzx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uIwKXT4Kzx nav.navbar {
  position: fixed;
}
.cid-uIwKXT4Kzx .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uIwKXT4Kzx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uIwKXT4Kzx .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uIwKXT4Kzx .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uIwKXT4Kzx .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uIwKXT4Kzx .custom-header-text {
    display: none;
  }
  .cid-uIwKXT4Kzx .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uIwKXT4Kzx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwKXT4Kzx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uIwKXT4Kzx .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uIwKXT4Kzx .dropdown-item:hover,
.cid-uIwKXT4Kzx .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uIwKXT4Kzx .dropdown-item:hover span {
  color: white;
}
.cid-uIwKXT4Kzx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIwKXT4Kzx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIwKXT4Kzx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIwKXT4Kzx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIwKXT4Kzx .nav-link {
  position: relative;
}
.cid-uIwKXT4Kzx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uIwKXT4Kzx .container {
    flex-wrap: nowrap;
  }
}
.cid-uIwKXT4Kzx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uIwKXT4Kzx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwKXT4Kzx .dropdown-menu,
.cid-uIwKXT4Kzx .navbar.opened {
  background: #2a2315 !important;
}
.cid-uIwKXT4Kzx .nav-item:focus,
.cid-uIwKXT4Kzx .nav-link:focus {
  outline: none;
}
.cid-uIwKXT4Kzx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwKXT4Kzx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uIwKXT4Kzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwKXT4Kzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwKXT4Kzx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwKXT4Kzx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwKXT4Kzx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIwKXT4Kzx .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwKXT4Kzx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uIwKXT4Kzx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uIwKXT4Kzx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwKXT4Kzx .navbar.collapsed {
  justify-content: center;
}
.cid-uIwKXT4Kzx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwKXT4Kzx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIwKXT4Kzx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uIwKXT4Kzx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwKXT4Kzx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwKXT4Kzx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIwKXT4Kzx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwKXT4Kzx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIwKXT4Kzx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIwKXT4Kzx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwKXT4Kzx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwKXT4Kzx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwKXT4Kzx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIwKXT4Kzx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIwKXT4Kzx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwKXT4Kzx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIwKXT4Kzx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uIwKXT4Kzx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uIwKXT4Kzx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwKXT4Kzx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIwKXT4Kzx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uIwKXT4Kzx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uIwKXT4Kzx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uIwKXT4Kzx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIwKXT4Kzx .navbar-brand .navbar-caption:hover,
.cid-uIwKXT4Kzx .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uIwKXT4Kzx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwKXT4Kzx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uIwKXT4Kzx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uIwKXT4Kzx .dropdown-item.active,
.cid-uIwKXT4Kzx .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwKXT4Kzx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIwKXT4Kzx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwKXT4Kzx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwKXT4Kzx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uIwKXT4Kzx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uIwKXT4Kzx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uIwKXT4Kzx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwKXT4Kzx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uIwKXT4Kzx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uIwKXT4Kzx .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uIwKXT4Kzx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uIwKXT4Kzx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uIwKXT4Kzx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uIwKXT4Kzx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIwKXT4Kzx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIwKXT4Kzx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uIwKXT4Kzx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIwKXT4Kzx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIwKXT4Kzx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uIwKXT4Kzx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwKXT4Kzx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwKXT4Kzx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwKXT4Kzx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwKXT4Kzx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIwKXT4Kzx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIwKXT4Kzx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwKXT4Kzx .navbar {
    height: 70px;
  }
  .cid-uIwKXT4Kzx .navbar.opened {
    height: auto;
  }
  .cid-uIwKXT4Kzx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwKXT4Kzx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uIwKXT4Kzx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uIwKXT4Kzx .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uIwKXT4Kzx .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uIwKXT4Kzx .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uIwKXT4Kzx .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uIwKXT4Kzx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uIwKXT4Kzx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uIwKXT4Kzx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uIwKXT4Kzx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uIwKXT4Kzx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uIwKXT4Kzx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uIwKXT4Kzx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uIwKXT4Kzx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uIwKXT4Kzx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uIwKXT4Kzx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uIwKXT4Kzx .content-wrap {
  min-height: 110px;
}
.cid-uIwKXT4Kzx .mbr-section-btn .btn::after,
.cid-uIwKXT4Kzx .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uIwKXT4Kzx .mbr-section-btn .btn:hover,
.cid-uIwKXT4Kzx .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uIwKXT4Kzx .mbr-section-btn .btn:hover::after,
.cid-uIwKXT4Kzx .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uIwKXT4Kzx P {
  text-align: left;
  color: #727272;
}
.cid-uINCbR9iCZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uINCbR9iCZ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uINCbR9iCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINCbR9iCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uINCbR9iCZ .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uINCbR9iCZ .content-wrapper {
    margin-top: 0;
  }
}
.cid-uINCbR9iCZ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uINCbR9iCZ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uINCbR9iCZ .mbr-section-title {
  color: #ffffff;
}
.cid-uINCbR9iCZ .mbr-text {
  color: #ffffff;
}
.cid-uIO731yxMy {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIO731yxMy .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uIO731yxMy .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uIO731yxMy .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uIO731yxMy .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uIO731yxMy .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uIO731yxMy .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uIO731yxMy .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uIO731yxMy .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uIO731yxMy .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uIO731yxMy .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uIO731yxMy .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uIO731yxMy .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uIO731yxMy .mbr-text {
  color: #f4f4f4;
}
.cid-uIO731yxMy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uIOgLdJoNQ {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIOgLdJoNQ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uIOgLdJoNQ .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uIOgLdJoNQ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uIOgLdJoNQ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uIOgLdJoNQ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uIOgLdJoNQ .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uIOgLdJoNQ .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uIOgLdJoNQ .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uIOgLdJoNQ .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uIOgLdJoNQ .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uIOgLdJoNQ .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uIOgLdJoNQ .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uIOgLdJoNQ .mbr-text {
  color: #f4f4f4;
}
.cid-uIOgLdJoNQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uNf35VRo2m {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNf35VRo2m .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uNf35VRo2m .mbr-section-title {
  color: #fff661;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNf35VRo2m .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uNf35VRo2m .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uNf35VRo2m .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uNf35VRo2m .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uNf35VRo2m .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uNf35VRo2m .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uNf35VRo2m .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uNf35VRo2m .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uNf35VRo2m .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uNf35VRo2m .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uNf35VRo2m .mbr-text {
  color: #f4f4f4;
}
.cid-uNf35VRo2m .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uJ4wcyfmRG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uJ4wcyfmRG .mbr-overlay {
  background: #b49d5e;
  opacity: 0.3;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uJ4wcyfmRG .container {
    padding: 0 24px;
  }
}
.cid-uJ4wcyfmRG .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJ4wcyfmRG .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ4wcyfmRG .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ4wcyfmRG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ4wcyfmRG .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJ4wcyfmRG .mbr-section-btn {
    text-align: left;
  }
}
.cid-uJ4wcyfmRG .mbr-section-title {
  color: #F9F6E0;
}
.cid-uJ4wcyfmRG .mbr-text {
  color: #F9F6E0;
}
.cid-uJ4wcyfmRG .mbr-section-title,
.cid-uJ4wcyfmRG .mbr-section-btn {
  text-align: left;
}
.cid-uJ4yiBHCLL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ4yiBHCLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ4yiBHCLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ4yiBHCLL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uJ4yiBHCLL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJ4yiBHCLL .container {
    padding: 0 24px;
  }
}
.cid-uJ4yiBHCLL .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJ4yiBHCLL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJ4yiBHCLL .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ4yiBHCLL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJ4yiBHCLL .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uJ4yiBHCLL .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uJ4yiBHCLL .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uJ4yiBHCLL .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uJ4yiBHCLL .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uJ4yiBHCLL .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-uJ4yiBHCLL .mbr-section-title,
.cid-uJ4yiBHCLL .buttons-wrapper {
  text-align: center;
}
.cid-uTyldwBp5K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTyldwBp5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyldwBp5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyldwBp5K .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uTyldwBp5K .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTyldwBp5K .container {
    padding: 0 16px;
  }
}
.cid-uTyldwBp5K .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uTyldwBp5K .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uTyldwBp5K .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uTyldwBp5K .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTyldwBp5K .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uTyldwBp5K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTyldwBp5K .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uTyldwBp5K .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uTyldwBp5K .item .item-wrapper:hover .item-img img,
.cid-uTyldwBp5K .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uTyldwBp5K .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uTyldwBp5K .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uTyldwBp5K .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uTyldwBp5K .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uTyldwBp5K .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTyldwBp5K .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTyldwBp5K .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uTyldwBp5K .col-lg-4 {
    width: 95%;
  }
}
.cid-uTyldwBp5K .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTyldwBp5K .item-name {
  color: #000000;
}
.cid-uTyldwBp5K .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTyldwBp5K .item-name,
.cid-uTyldwBp5K .mbr-section-btn {
  text-align: center;
}
.cid-uXN58EXGLf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXN58EXGLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXN58EXGLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXN58EXGLf .container {
    padding: 0 16px;
  }
}
.cid-uXN58EXGLf .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXN58EXGLf .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXN58EXGLf .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXN58EXGLf .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXN58EXGLf .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXN58EXGLf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXN58EXGLf .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXN58EXGLf .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXN58EXGLf .item .item-wrapper:hover .item-img img,
.cid-uXN58EXGLf .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXN58EXGLf .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXN58EXGLf .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXN58EXGLf .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXN58EXGLf .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXN58EXGLf .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXN58EXGLf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXN58EXGLf .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN58EXGLf .item-name {
  color: #000000;
}
.cid-uXN58EXGLf .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN58EXGLf .item-name,
.cid-uXN58EXGLf .mbr-section-btn {
  text-align: center;
}
.cid-uXMRUtJpaV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXMRUtJpaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMRUtJpaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMRUtJpaV .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uXMRUtJpaV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXMRUtJpaV .container {
    padding: 0 16px;
  }
}
.cid-uXMRUtJpaV .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMRUtJpaV .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMRUtJpaV .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMRUtJpaV .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMRUtJpaV .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMRUtJpaV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMRUtJpaV .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMRUtJpaV .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMRUtJpaV .item .item-wrapper:hover .item-img img,
.cid-uXMRUtJpaV .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMRUtJpaV .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMRUtJpaV .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMRUtJpaV .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMRUtJpaV .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMRUtJpaV .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMRUtJpaV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMRUtJpaV .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uXMRUtJpaV .col-lg-4 {
    width: 95%;
  }
}
.cid-uXMRUtJpaV .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMRUtJpaV .item-name {
  color: #000000;
}
.cid-uXMRUtJpaV .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMRUtJpaV .item-name,
.cid-uXMRUtJpaV .mbr-section-btn {
  text-align: center;
}
.cid-uXMRVC0q51 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXMRVC0q51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMRVC0q51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXMRVC0q51 .container {
    padding: 0 16px;
  }
}
.cid-uXMRVC0q51 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMRVC0q51 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMRVC0q51 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMRVC0q51 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMRVC0q51 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMRVC0q51 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMRVC0q51 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMRVC0q51 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMRVC0q51 .item .item-wrapper:hover .item-img img,
.cid-uXMRVC0q51 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMRVC0q51 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMRVC0q51 .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMRVC0q51 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMRVC0q51 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMRVC0q51 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMRVC0q51 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMRVC0q51 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMRVC0q51 .item-name {
  color: #000000;
}
.cid-uXMRVC0q51 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMRVC0q51 .item-name,
.cid-uXMRVC0q51 .mbr-section-btn {
  text-align: center;
}
.cid-uICrQuCxbU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uICrQuCxbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICrQuCxbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICrQuCxbU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .container {
    padding: 0 15px;
  }
}
.cid-uICrQuCxbU .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .title-wrapper {
    text-align: center;
  }
}
.cid-uICrQuCxbU .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uICrQuCxbU .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uICrQuCxbU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uICrQuCxbU .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .list {
    justify-content: center;
  }
}
.cid-uICrQuCxbU .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uICrQuCxbU .list .item-wrap:hover,
.cid-uICrQuCxbU .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uICrQuCxbU .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uICrQuCxbU .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uICrQuCxbU .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .copy-wrapper {
    height: auto;
  }
}
.cid-uICrQuCxbU .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uICrQuCxbU .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uICrQuCxbU .social-wrapper {
    text-align: center;
  }
}
.cid-uICrQuCxbU .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uICrQuCxbU .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uICrQuCxbU .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uICrQuCxbU .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uICrQuCxbU .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uICrQuCxbU .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uICrQuCxbU .mbr-section-title {
  color: #f2ac2b;
}
.cid-uICrQuCxbU .mbr-copy {
  color: #d2d2df;
}
.cid-uICrQuCxbU .mbr-section-title,
.cid-uICrQuCxbU .title-wrapper {
  color: #ffffff;
}
.cid-uICK5A0mY7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uICK5A0mY7 nav.navbar {
  position: fixed;
}
.cid-uICK5A0mY7 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uICK5A0mY7 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uICK5A0mY7 .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uICK5A0mY7 .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uICK5A0mY7 .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uICK5A0mY7 .custom-header-text {
    display: none;
  }
  .cid-uICK5A0mY7 .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uICK5A0mY7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uICK5A0mY7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uICK5A0mY7 .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uICK5A0mY7 .dropdown-item:hover,
.cid-uICK5A0mY7 .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uICK5A0mY7 .dropdown-item:hover span {
  color: white;
}
.cid-uICK5A0mY7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uICK5A0mY7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uICK5A0mY7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uICK5A0mY7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uICK5A0mY7 .nav-link {
  position: relative;
}
.cid-uICK5A0mY7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uICK5A0mY7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uICK5A0mY7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uICK5A0mY7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uICK5A0mY7 .dropdown-menu,
.cid-uICK5A0mY7 .navbar.opened {
  background: #2a2315 !important;
}
.cid-uICK5A0mY7 .nav-item:focus,
.cid-uICK5A0mY7 .nav-link:focus {
  outline: none;
}
.cid-uICK5A0mY7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uICK5A0mY7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uICK5A0mY7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uICK5A0mY7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uICK5A0mY7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uICK5A0mY7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uICK5A0mY7 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uICK5A0mY7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uICK5A0mY7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uICK5A0mY7 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uICK5A0mY7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uICK5A0mY7 .navbar.collapsed {
  justify-content: center;
}
.cid-uICK5A0mY7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uICK5A0mY7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uICK5A0mY7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uICK5A0mY7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uICK5A0mY7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uICK5A0mY7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uICK5A0mY7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uICK5A0mY7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uICK5A0mY7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uICK5A0mY7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uICK5A0mY7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uICK5A0mY7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uICK5A0mY7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uICK5A0mY7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uICK5A0mY7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uICK5A0mY7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uICK5A0mY7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uICK5A0mY7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uICK5A0mY7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uICK5A0mY7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uICK5A0mY7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uICK5A0mY7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uICK5A0mY7 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uICK5A0mY7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uICK5A0mY7 .navbar-brand .navbar-caption:hover,
.cid-uICK5A0mY7 .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uICK5A0mY7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uICK5A0mY7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uICK5A0mY7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uICK5A0mY7 .dropdown-item.active,
.cid-uICK5A0mY7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uICK5A0mY7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uICK5A0mY7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uICK5A0mY7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uICK5A0mY7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uICK5A0mY7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uICK5A0mY7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uICK5A0mY7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uICK5A0mY7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uICK5A0mY7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uICK5A0mY7 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uICK5A0mY7 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uICK5A0mY7 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uICK5A0mY7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uICK5A0mY7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uICK5A0mY7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uICK5A0mY7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uICK5A0mY7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uICK5A0mY7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uICK5A0mY7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uICK5A0mY7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uICK5A0mY7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uICK5A0mY7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uICK5A0mY7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uICK5A0mY7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uICK5A0mY7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uICK5A0mY7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uICK5A0mY7 .navbar {
    height: 70px;
  }
  .cid-uICK5A0mY7 .navbar.opened {
    height: auto;
  }
  .cid-uICK5A0mY7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uICK5A0mY7 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uICK5A0mY7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uICK5A0mY7 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uICK5A0mY7 .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uICK5A0mY7 .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uICK5A0mY7 .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uICK5A0mY7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uICK5A0mY7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uICK5A0mY7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uICK5A0mY7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uICK5A0mY7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uICK5A0mY7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uICK5A0mY7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uICK5A0mY7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uICK5A0mY7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uICK5A0mY7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uICK5A0mY7 .content-wrap {
  min-height: 110px;
}
.cid-uICK5A0mY7 .mbr-section-btn .btn::after,
.cid-uICK5A0mY7 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uICK5A0mY7 .mbr-section-btn .btn:hover,
.cid-uICK5A0mY7 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uICK5A0mY7 .mbr-section-btn .btn:hover::after,
.cid-uICK5A0mY7 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uICK5A0mY7 P {
  text-align: left;
  color: #727272;
}
.cid-uICKyvgHue {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uICKyvgHue::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uICKyvgHue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICKyvgHue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uICKyvgHue .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uICKyvgHue .content-wrapper {
    margin-top: 0;
  }
}
.cid-uICKyvgHue .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uICKyvgHue .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uICKyvgHue .mbr-section-title {
  color: #ffffff;
}
.cid-uICKyvgHue .mbr-text {
  color: #ffffff;
}
.cid-uICK5BnVxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uICK5BnVxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICK5BnVxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICK5BnVxU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uICK5BnVxU .container {
    padding: 0 15px;
  }
}
.cid-uICK5BnVxU .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uICK5BnVxU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uICK5BnVxU .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uICK5BnVxU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uICK5BnVxU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uICK5BnVxU .item {
  margin-bottom: 32px;
}
.cid-uICK5BnVxU .item:hover .item-wrapper::before,
.cid-uICK5BnVxU .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uICK5BnVxU .item .item-wrapper {
  position: relative;
  background-color: #000000;
  border: 1px solid #b49d5e;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uICK5BnVxU .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #b49d5e;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uICK5BnVxU .item .item-wrapper::before {
    display: none;
  }
}
.cid-uICK5BnVxU .item .item-wrapper .card-box {
  position: relative;
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uICK5BnVxU .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uICK5BnVxU .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uICK5BnVxU .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uICK5BnVxU .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b49d5e;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uICK5BnVxU .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uICK5BnVxU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uICK5BnVxU .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uICK5BnVxU .mbr-date {
  color: #ffffff;
}
.cid-uICK5BnVxU .mbr-tag {
  color: #ffffff;
}
.cid-uICK5BnVxU .mbr-card-title {
  color: #f2ac2b;
}
.cid-uICK5BnVxU .mbr-card-text {
  color: #d2d2df;
}
.cid-uICK5BnVxU .mbr-card-title,
.cid-uICK5BnVxU .mbr-section-btn {
  color: #b49d5e;
}
.cid-uICK5BRR8A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uICK5BRR8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICK5BRR8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICK5BRR8A .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uICK5BRR8A .container {
    padding: 0 15px;
  }
}
.cid-uICK5BRR8A .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uICK5BRR8A .title-wrapper {
    text-align: center;
  }
}
.cid-uICK5BRR8A .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uICK5BRR8A .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uICK5BRR8A .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uICK5BRR8A .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uICK5BRR8A .list {
    justify-content: center;
  }
}
.cid-uICK5BRR8A .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uICK5BRR8A .list .item-wrap:hover,
.cid-uICK5BRR8A .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uICK5BRR8A .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uICK5BRR8A .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uICK5BRR8A .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uICK5BRR8A .copy-wrapper {
    height: auto;
  }
}
.cid-uICK5BRR8A .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uICK5BRR8A .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uICK5BRR8A .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uICK5BRR8A .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uICK5BRR8A .social-wrapper {
    text-align: center;
  }
}
.cid-uICK5BRR8A .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uICK5BRR8A .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uICK5BRR8A .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uICK5BRR8A .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uICK5BRR8A .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uICK5BRR8A .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uICK5BRR8A .mbr-section-title {
  color: #f2ac2b;
}
.cid-uICK5BRR8A .mbr-copy {
  color: #d2d2df;
}
.cid-uICK5BRR8A .mbr-section-title,
.cid-uICK5BRR8A .title-wrapper {
  color: #ffffff;
}
.cid-uJ536hhYEV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uJ536hhYEV nav.navbar {
  position: fixed;
}
.cid-uJ536hhYEV .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJ536hhYEV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJ536hhYEV .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uJ536hhYEV .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uJ536hhYEV .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uJ536hhYEV .custom-header-text {
    display: none;
  }
  .cid-uJ536hhYEV .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uJ536hhYEV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ536hhYEV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJ536hhYEV .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uJ536hhYEV .dropdown-item:hover,
.cid-uJ536hhYEV .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uJ536hhYEV .dropdown-item:hover span {
  color: white;
}
.cid-uJ536hhYEV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ536hhYEV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ536hhYEV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ536hhYEV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ536hhYEV .nav-link {
  position: relative;
}
.cid-uJ536hhYEV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJ536hhYEV .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ536hhYEV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJ536hhYEV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJ536hhYEV .dropdown-menu,
.cid-uJ536hhYEV .navbar.opened {
  background: #2a2315 !important;
}
.cid-uJ536hhYEV .nav-item:focus,
.cid-uJ536hhYEV .nav-link:focus {
  outline: none;
}
.cid-uJ536hhYEV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ536hhYEV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJ536hhYEV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ536hhYEV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ536hhYEV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ536hhYEV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ536hhYEV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ536hhYEV .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ536hhYEV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJ536hhYEV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJ536hhYEV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ536hhYEV .navbar.collapsed {
  justify-content: center;
}
.cid-uJ536hhYEV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ536hhYEV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ536hhYEV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uJ536hhYEV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ536hhYEV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ536hhYEV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJ536hhYEV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ536hhYEV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ536hhYEV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ536hhYEV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ536hhYEV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ536hhYEV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ536hhYEV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ536hhYEV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJ536hhYEV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ536hhYEV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ536hhYEV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJ536hhYEV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJ536hhYEV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ536hhYEV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ536hhYEV .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJ536hhYEV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJ536hhYEV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJ536hhYEV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ536hhYEV .navbar-brand .navbar-caption:hover,
.cid-uJ536hhYEV .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uJ536hhYEV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ536hhYEV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJ536hhYEV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uJ536hhYEV .dropdown-item.active,
.cid-uJ536hhYEV .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ536hhYEV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ536hhYEV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ536hhYEV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ536hhYEV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJ536hhYEV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJ536hhYEV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJ536hhYEV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ536hhYEV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJ536hhYEV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uJ536hhYEV .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJ536hhYEV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJ536hhYEV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uJ536hhYEV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJ536hhYEV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ536hhYEV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ536hhYEV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJ536hhYEV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ536hhYEV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ536hhYEV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJ536hhYEV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ536hhYEV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ536hhYEV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ536hhYEV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ536hhYEV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJ536hhYEV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ536hhYEV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ536hhYEV .navbar {
    height: 70px;
  }
  .cid-uJ536hhYEV .navbar.opened {
    height: auto;
  }
  .cid-uJ536hhYEV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ536hhYEV .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uJ536hhYEV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJ536hhYEV .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJ536hhYEV .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJ536hhYEV .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uJ536hhYEV .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uJ536hhYEV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJ536hhYEV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJ536hhYEV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uJ536hhYEV .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJ536hhYEV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJ536hhYEV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJ536hhYEV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJ536hhYEV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJ536hhYEV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJ536hhYEV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJ536hhYEV .content-wrap {
  min-height: 110px;
}
.cid-uJ536hhYEV .mbr-section-btn .btn::after,
.cid-uJ536hhYEV .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uJ536hhYEV .mbr-section-btn .btn:hover,
.cid-uJ536hhYEV .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJ536hhYEV .mbr-section-btn .btn:hover::after,
.cid-uJ536hhYEV .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uJ536hhYEV P {
  text-align: left;
  color: #727272;
}
.cid-uJ536itvJV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uJ536itvJV::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uJ536itvJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ536itvJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uJ536itvJV .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uJ536itvJV .content-wrapper {
    margin-top: 0;
  }
}
.cid-uJ536itvJV .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJ536itvJV .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJ536itvJV .mbr-section-title {
  color: #ffffff;
}
.cid-uJ536itvJV .mbr-text {
  color: #ffffff;
}
.cid-uPRYDJLUNY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPRYDJLUNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRYDJLUNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRYDJLUNY .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPRYDJLUNY .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPRYDJLUNY .content-wrapper {
    padding: 0;
  }
}
.cid-uPRYDJLUNY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPRYDJLUNY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPRYDJLUNY .mbr-section-title,
.cid-uPRYDJLUNY .title-wrapper {
  color: #ffffff;
}
.cid-uPRYDJLUNY .mbr-section-title,
.cid-uPRYDJLUNY .mbr-section-btn,
.cid-uPRYDJLUNY .title-wrapper {
  text-align: center;
}
.cid-uTyli8hqYL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTyli8hqYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyli8hqYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyli8hqYL .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uTyli8hqYL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTyli8hqYL .container {
    padding: 0 16px;
  }
}
.cid-uTyli8hqYL .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uTyli8hqYL .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uTyli8hqYL .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uTyli8hqYL .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTyli8hqYL .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uTyli8hqYL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTyli8hqYL .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uTyli8hqYL .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uTyli8hqYL .item .item-wrapper:hover .item-img img,
.cid-uTyli8hqYL .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uTyli8hqYL .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uTyli8hqYL .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uTyli8hqYL .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uTyli8hqYL .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uTyli8hqYL .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTyli8hqYL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTyli8hqYL .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uTyli8hqYL .col-lg-4 {
    width: 95%;
  }
}
.cid-uTyli8hqYL .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTyli8hqYL .item-name {
  color: #000000;
}
.cid-uTyli8hqYL .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTyli8hqYL .item-name,
.cid-uTyli8hqYL .mbr-section-btn {
  text-align: center;
}
.cid-uXN5CFx6EM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXN5CFx6EM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXN5CFx6EM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXN5CFx6EM .container {
    padding: 0 16px;
  }
}
.cid-uXN5CFx6EM .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXN5CFx6EM .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXN5CFx6EM .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXN5CFx6EM .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXN5CFx6EM .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXN5CFx6EM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXN5CFx6EM .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXN5CFx6EM .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXN5CFx6EM .item .item-wrapper:hover .item-img img,
.cid-uXN5CFx6EM .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXN5CFx6EM .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXN5CFx6EM .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXN5CFx6EM .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXN5CFx6EM .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXN5CFx6EM .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXN5CFx6EM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXN5CFx6EM .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5CFx6EM .item-name {
  color: #000000;
}
.cid-uXN5CFx6EM .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5CFx6EM .item-name,
.cid-uXN5CFx6EM .mbr-section-btn {
  text-align: center;
}
.cid-uXMSrbap9b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXMSrbap9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMSrbap9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMSrbap9b .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uXMSrbap9b .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXMSrbap9b .container {
    padding: 0 16px;
  }
}
.cid-uXMSrbap9b .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMSrbap9b .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMSrbap9b .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMSrbap9b .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMSrbap9b .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMSrbap9b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMSrbap9b .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMSrbap9b .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMSrbap9b .item .item-wrapper:hover .item-img img,
.cid-uXMSrbap9b .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMSrbap9b .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMSrbap9b .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMSrbap9b .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMSrbap9b .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMSrbap9b .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMSrbap9b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMSrbap9b .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uXMSrbap9b .col-lg-4 {
    width: 95%;
  }
}
.cid-uXMSrbap9b .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSrbap9b .item-name {
  color: #000000;
}
.cid-uXMSrbap9b .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSrbap9b .item-name,
.cid-uXMSrbap9b .mbr-section-btn {
  text-align: center;
}
.cid-uXMSrAQTdX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXMSrAQTdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMSrAQTdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXMSrAQTdX .container {
    padding: 0 16px;
  }
}
.cid-uXMSrAQTdX .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMSrAQTdX .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMSrAQTdX .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMSrAQTdX .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMSrAQTdX .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMSrAQTdX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMSrAQTdX .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMSrAQTdX .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMSrAQTdX .item .item-wrapper:hover .item-img img,
.cid-uXMSrAQTdX .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMSrAQTdX .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMSrAQTdX .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMSrAQTdX .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMSrAQTdX .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMSrAQTdX .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMSrAQTdX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMSrAQTdX .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSrAQTdX .item-name {
  color: #000000;
}
.cid-uXMSrAQTdX .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSrAQTdX .item-name,
.cid-uXMSrAQTdX .mbr-section-btn {
  text-align: center;
}
.cid-uJ536k3bD0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uJ536k3bD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ536k3bD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ536k3bD0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJ536k3bD0 .container {
    padding: 0 15px;
  }
}
.cid-uJ536k3bD0 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uJ536k3bD0 .title-wrapper {
    text-align: center;
  }
}
.cid-uJ536k3bD0 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJ536k3bD0 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uJ536k3bD0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJ536k3bD0 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJ536k3bD0 .list {
    justify-content: center;
  }
}
.cid-uJ536k3bD0 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJ536k3bD0 .list .item-wrap:hover,
.cid-uJ536k3bD0 .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uJ536k3bD0 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uJ536k3bD0 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uJ536k3bD0 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJ536k3bD0 .copy-wrapper {
    height: auto;
  }
}
.cid-uJ536k3bD0 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ536k3bD0 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uJ536k3bD0 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uJ536k3bD0 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJ536k3bD0 .social-wrapper {
    text-align: center;
  }
}
.cid-uJ536k3bD0 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJ536k3bD0 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uJ536k3bD0 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uJ536k3bD0 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uJ536k3bD0 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uJ536k3bD0 .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ536k3bD0 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uJ536k3bD0 .mbr-copy {
  color: #d2d2df;
}
.cid-uJ536k3bD0 .mbr-section-title,
.cid-uJ536k3bD0 .title-wrapper {
  color: #ffffff;
}
.cid-uJ543mBJVP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uJ543mBJVP nav.navbar {
  position: fixed;
}
.cid-uJ543mBJVP .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJ543mBJVP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJ543mBJVP .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uJ543mBJVP .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uJ543mBJVP .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uJ543mBJVP .custom-header-text {
    display: none;
  }
  .cid-uJ543mBJVP .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uJ543mBJVP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ543mBJVP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJ543mBJVP .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uJ543mBJVP .dropdown-item:hover,
.cid-uJ543mBJVP .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uJ543mBJVP .dropdown-item:hover span {
  color: white;
}
.cid-uJ543mBJVP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ543mBJVP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ543mBJVP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ543mBJVP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ543mBJVP .nav-link {
  position: relative;
}
.cid-uJ543mBJVP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJ543mBJVP .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ543mBJVP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJ543mBJVP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJ543mBJVP .dropdown-menu,
.cid-uJ543mBJVP .navbar.opened {
  background: #2a2315 !important;
}
.cid-uJ543mBJVP .nav-item:focus,
.cid-uJ543mBJVP .nav-link:focus {
  outline: none;
}
.cid-uJ543mBJVP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ543mBJVP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJ543mBJVP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ543mBJVP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ543mBJVP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ543mBJVP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ543mBJVP .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ543mBJVP .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ543mBJVP .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJ543mBJVP .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJ543mBJVP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ543mBJVP .navbar.collapsed {
  justify-content: center;
}
.cid-uJ543mBJVP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ543mBJVP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ543mBJVP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uJ543mBJVP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ543mBJVP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ543mBJVP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJ543mBJVP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ543mBJVP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ543mBJVP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ543mBJVP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ543mBJVP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ543mBJVP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ543mBJVP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ543mBJVP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJ543mBJVP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ543mBJVP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ543mBJVP .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJ543mBJVP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJ543mBJVP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ543mBJVP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ543mBJVP .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJ543mBJVP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJ543mBJVP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJ543mBJVP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ543mBJVP .navbar-brand .navbar-caption:hover,
.cid-uJ543mBJVP .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uJ543mBJVP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ543mBJVP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJ543mBJVP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uJ543mBJVP .dropdown-item.active,
.cid-uJ543mBJVP .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ543mBJVP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ543mBJVP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ543mBJVP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ543mBJVP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJ543mBJVP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJ543mBJVP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJ543mBJVP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ543mBJVP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJ543mBJVP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uJ543mBJVP .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJ543mBJVP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJ543mBJVP .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uJ543mBJVP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJ543mBJVP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ543mBJVP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ543mBJVP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJ543mBJVP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ543mBJVP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ543mBJVP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJ543mBJVP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ543mBJVP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ543mBJVP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ543mBJVP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ543mBJVP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJ543mBJVP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ543mBJVP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ543mBJVP .navbar {
    height: 70px;
  }
  .cid-uJ543mBJVP .navbar.opened {
    height: auto;
  }
  .cid-uJ543mBJVP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ543mBJVP .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uJ543mBJVP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJ543mBJVP .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJ543mBJVP .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJ543mBJVP .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uJ543mBJVP .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uJ543mBJVP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJ543mBJVP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJ543mBJVP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uJ543mBJVP .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJ543mBJVP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJ543mBJVP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJ543mBJVP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJ543mBJVP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJ543mBJVP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJ543mBJVP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJ543mBJVP .content-wrap {
  min-height: 110px;
}
.cid-uJ543mBJVP .mbr-section-btn .btn::after,
.cid-uJ543mBJVP .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uJ543mBJVP .mbr-section-btn .btn:hover,
.cid-uJ543mBJVP .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJ543mBJVP .mbr-section-btn .btn:hover::after,
.cid-uJ543mBJVP .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uJ543mBJVP P {
  text-align: left;
  color: #727272;
}
.cid-uJ543nAAgz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uJ543nAAgz::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uJ543nAAgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ543nAAgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uJ543nAAgz .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uJ543nAAgz .content-wrapper {
    margin-top: 0;
  }
}
.cid-uJ543nAAgz .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJ543nAAgz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJ543nAAgz .mbr-section-title {
  color: #ffffff;
}
.cid-uJ543nAAgz .mbr-text {
  color: #ffffff;
}
.cid-uPRYUGyeeF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPRYUGyeeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRYUGyeeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRYUGyeeF .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPRYUGyeeF .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPRYUGyeeF .content-wrapper {
    padding: 0;
  }
}
.cid-uPRYUGyeeF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPRYUGyeeF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPRYUGyeeF .mbr-section-title,
.cid-uPRYUGyeeF .title-wrapper {
  color: #ffffff;
}
.cid-uPRYUGyeeF .mbr-section-title,
.cid-uPRYUGyeeF .mbr-section-btn,
.cid-uPRYUGyeeF .title-wrapper {
  text-align: center;
}
.cid-uTyllnxiUh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTyllnxiUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyllnxiUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyllnxiUh .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uTyllnxiUh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTyllnxiUh .container {
    padding: 0 16px;
  }
}
.cid-uTyllnxiUh .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uTyllnxiUh .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uTyllnxiUh .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uTyllnxiUh .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTyllnxiUh .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uTyllnxiUh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTyllnxiUh .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uTyllnxiUh .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uTyllnxiUh .item .item-wrapper:hover .item-img img,
.cid-uTyllnxiUh .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uTyllnxiUh .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uTyllnxiUh .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uTyllnxiUh .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uTyllnxiUh .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uTyllnxiUh .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTyllnxiUh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTyllnxiUh .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uTyllnxiUh .col-lg-4 {
    width: 95%;
  }
}
.cid-uTyllnxiUh .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTyllnxiUh .item-name {
  color: #000000;
}
.cid-uTyllnxiUh .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTyllnxiUh .item-name,
.cid-uTyllnxiUh .mbr-section-btn {
  text-align: center;
}
.cid-uXN5OPEWGW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXN5OPEWGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXN5OPEWGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXN5OPEWGW .container {
    padding: 0 16px;
  }
}
.cid-uXN5OPEWGW .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXN5OPEWGW .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXN5OPEWGW .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXN5OPEWGW .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXN5OPEWGW .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXN5OPEWGW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXN5OPEWGW .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXN5OPEWGW .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXN5OPEWGW .item .item-wrapper:hover .item-img img,
.cid-uXN5OPEWGW .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXN5OPEWGW .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXN5OPEWGW .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXN5OPEWGW .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXN5OPEWGW .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXN5OPEWGW .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXN5OPEWGW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXN5OPEWGW .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5OPEWGW .item-name {
  color: #000000;
}
.cid-uXN5OPEWGW .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5OPEWGW .item-name,
.cid-uXN5OPEWGW .mbr-section-btn {
  text-align: center;
}
.cid-uXMSxFfru9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXMSxFfru9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMSxFfru9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMSxFfru9 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uXMSxFfru9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXMSxFfru9 .container {
    padding: 0 16px;
  }
}
.cid-uXMSxFfru9 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMSxFfru9 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMSxFfru9 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMSxFfru9 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMSxFfru9 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMSxFfru9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMSxFfru9 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMSxFfru9 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMSxFfru9 .item .item-wrapper:hover .item-img img,
.cid-uXMSxFfru9 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMSxFfru9 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMSxFfru9 .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMSxFfru9 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMSxFfru9 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMSxFfru9 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMSxFfru9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMSxFfru9 .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uXMSxFfru9 .col-lg-4 {
    width: 95%;
  }
}
.cid-uXMSxFfru9 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSxFfru9 .item-name {
  color: #000000;
}
.cid-uXMSxFfru9 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSxFfru9 .item-name,
.cid-uXMSxFfru9 .mbr-section-btn {
  text-align: center;
}
.cid-uXMSy25C2d {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXMSy25C2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMSy25C2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXMSy25C2d .container {
    padding: 0 16px;
  }
}
.cid-uXMSy25C2d .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMSy25C2d .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMSy25C2d .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMSy25C2d .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMSy25C2d .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMSy25C2d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMSy25C2d .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMSy25C2d .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMSy25C2d .item .item-wrapper:hover .item-img img,
.cid-uXMSy25C2d .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMSy25C2d .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMSy25C2d .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMSy25C2d .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMSy25C2d .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMSy25C2d .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMSy25C2d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMSy25C2d .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSy25C2d .item-name {
  color: #000000;
}
.cid-uXMSy25C2d .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSy25C2d .item-name,
.cid-uXMSy25C2d .mbr-section-btn {
  text-align: center;
}
.cid-uJ543o1D2x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uJ543o1D2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ543o1D2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ543o1D2x .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJ543o1D2x .container {
    padding: 0 15px;
  }
}
.cid-uJ543o1D2x .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uJ543o1D2x .title-wrapper {
    text-align: center;
  }
}
.cid-uJ543o1D2x .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJ543o1D2x .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uJ543o1D2x .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJ543o1D2x .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJ543o1D2x .list {
    justify-content: center;
  }
}
.cid-uJ543o1D2x .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJ543o1D2x .list .item-wrap:hover,
.cid-uJ543o1D2x .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uJ543o1D2x .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uJ543o1D2x .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uJ543o1D2x .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJ543o1D2x .copy-wrapper {
    height: auto;
  }
}
.cid-uJ543o1D2x .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ543o1D2x .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uJ543o1D2x .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uJ543o1D2x .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJ543o1D2x .social-wrapper {
    text-align: center;
  }
}
.cid-uJ543o1D2x .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJ543o1D2x .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uJ543o1D2x .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uJ543o1D2x .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uJ543o1D2x .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uJ543o1D2x .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ543o1D2x .mbr-section-title {
  color: #f2ac2b;
}
.cid-uJ543o1D2x .mbr-copy {
  color: #d2d2df;
}
.cid-uJ543o1D2x .mbr-section-title,
.cid-uJ543o1D2x .title-wrapper {
  color: #ffffff;
}
.cid-uWifVVoBqK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uWifVVoBqK nav.navbar {
  position: fixed;
}
.cid-uWifVVoBqK .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uWifVVoBqK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uWifVVoBqK .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uWifVVoBqK .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uWifVVoBqK .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uWifVVoBqK .custom-header-text {
    display: none;
  }
  .cid-uWifVVoBqK .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uWifVVoBqK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWifVVoBqK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWifVVoBqK .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uWifVVoBqK .dropdown-item:hover,
.cid-uWifVVoBqK .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uWifVVoBqK .dropdown-item:hover span {
  color: white;
}
.cid-uWifVVoBqK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWifVVoBqK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWifVVoBqK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWifVVoBqK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWifVVoBqK .nav-link {
  position: relative;
}
.cid-uWifVVoBqK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uWifVVoBqK .container {
    flex-wrap: nowrap;
  }
}
.cid-uWifVVoBqK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWifVVoBqK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWifVVoBqK .dropdown-menu,
.cid-uWifVVoBqK .navbar.opened {
  background: #2a2315 !important;
}
.cid-uWifVVoBqK .nav-item:focus,
.cid-uWifVVoBqK .nav-link:focus {
  outline: none;
}
.cid-uWifVVoBqK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWifVVoBqK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWifVVoBqK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWifVVoBqK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWifVVoBqK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWifVVoBqK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWifVVoBqK .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWifVVoBqK .navbar.opened {
  transition: all 0.3s;
}
.cid-uWifVVoBqK .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWifVVoBqK .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uWifVVoBqK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWifVVoBqK .navbar.collapsed {
  justify-content: center;
}
.cid-uWifVVoBqK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWifVVoBqK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWifVVoBqK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uWifVVoBqK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWifVVoBqK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWifVVoBqK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWifVVoBqK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWifVVoBqK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWifVVoBqK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWifVVoBqK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWifVVoBqK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWifVVoBqK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWifVVoBqK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWifVVoBqK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWifVVoBqK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWifVVoBqK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWifVVoBqK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uWifVVoBqK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWifVVoBqK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWifVVoBqK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWifVVoBqK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWifVVoBqK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWifVVoBqK .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWifVVoBqK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWifVVoBqK .navbar-brand .navbar-caption:hover,
.cid-uWifVVoBqK .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uWifVVoBqK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWifVVoBqK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWifVVoBqK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWifVVoBqK .dropdown-item.active,
.cid-uWifVVoBqK .dropdown-item:active {
  background-color: transparent;
}
.cid-uWifVVoBqK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWifVVoBqK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWifVVoBqK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWifVVoBqK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWifVVoBqK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWifVVoBqK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWifVVoBqK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWifVVoBqK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWifVVoBqK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWifVVoBqK .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uWifVVoBqK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uWifVVoBqK .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uWifVVoBqK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWifVVoBqK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWifVVoBqK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWifVVoBqK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWifVVoBqK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWifVVoBqK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWifVVoBqK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWifVVoBqK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWifVVoBqK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWifVVoBqK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWifVVoBqK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWifVVoBqK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWifVVoBqK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWifVVoBqK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWifVVoBqK .navbar {
    height: 70px;
  }
  .cid-uWifVVoBqK .navbar.opened {
    height: auto;
  }
  .cid-uWifVVoBqK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWifVVoBqK .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uWifVVoBqK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWifVVoBqK .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uWifVVoBqK .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWifVVoBqK .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uWifVVoBqK .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uWifVVoBqK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWifVVoBqK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWifVVoBqK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWifVVoBqK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWifVVoBqK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWifVVoBqK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWifVVoBqK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWifVVoBqK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWifVVoBqK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWifVVoBqK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWifVVoBqK .content-wrap {
  min-height: 110px;
}
.cid-uWifVVoBqK .mbr-section-btn .btn::after,
.cid-uWifVVoBqK .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uWifVVoBqK .mbr-section-btn .btn:hover,
.cid-uWifVVoBqK .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uWifVVoBqK .mbr-section-btn .btn:hover::after,
.cid-uWifVVoBqK .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uWifVVoBqK P {
  text-align: left;
  color: #727272;
}
.cid-uWifVWnU7k {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uWifVWnU7k::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uWifVWnU7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWifVWnU7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uWifVWnU7k .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uWifVWnU7k .content-wrapper {
    margin-top: 0;
  }
}
.cid-uWifVWnU7k .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWifVWnU7k .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uWifVWnU7k .mbr-section-title {
  color: #ffffff;
}
.cid-uWifVWnU7k .mbr-text {
  color: #ffffff;
}
.cid-uWifVWZN0E {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uWifVWZN0E .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uWifVWZN0E .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWifVWZN0E .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uWifVWZN0E .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWifVWZN0E .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uWifVWZN0E .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWifVWZN0E .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uWifVWZN0E .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uWifVWZN0E .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uWifVWZN0E .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uWifVWZN0E .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uWifVWZN0E .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uWifVWZN0E .mbr-text {
  color: #f4f4f4;
}
.cid-uWifVWZN0E .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWifVWI8z3 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWifVWI8z3 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uWifVWI8z3 .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uWifVWI8z3 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uWifVWI8z3 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWifVWI8z3 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uWifVWI8z3 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWifVWI8z3 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uWifVWI8z3 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uWifVWI8z3 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uWifVWI8z3 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uWifVWI8z3 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uWifVWI8z3 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uWifVWI8z3 .mbr-text {
  color: #f4f4f4;
}
.cid-uWifVWI8z3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWifVWI8z3 .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uWifVWI8z3 .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uWipGUV2W1 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWipGUV2W1 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uWipGUV2W1 .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uWipGUV2W1 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uWipGUV2W1 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWipGUV2W1 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uWipGUV2W1 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWipGUV2W1 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uWipGUV2W1 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uWipGUV2W1 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uWipGUV2W1 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uWipGUV2W1 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uWipGUV2W1 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uWipGUV2W1 .mbr-text {
  color: #f4f4f4;
}
.cid-uWipGUV2W1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWipGUV2W1 .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uWipGUV2W1 .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uWiqL9k8BH {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWiqL9k8BH .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uWiqL9k8BH .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uWiqL9k8BH .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uWiqL9k8BH .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWiqL9k8BH .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uWiqL9k8BH .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWiqL9k8BH .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uWiqL9k8BH .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uWiqL9k8BH .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uWiqL9k8BH .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uWiqL9k8BH .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uWiqL9k8BH .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uWiqL9k8BH .mbr-text {
  color: #f4f4f4;
}
.cid-uWiqL9k8BH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWiqL9k8BH .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uWiqL9k8BH .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uWir02mTYH {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWir02mTYH .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uWir02mTYH .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uWir02mTYH .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uWir02mTYH .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWir02mTYH .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uWir02mTYH .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWir02mTYH .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uWir02mTYH .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uWir02mTYH .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uWir02mTYH .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uWir02mTYH .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uWir02mTYH .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uWir02mTYH .mbr-text {
  color: #f4f4f4;
}
.cid-uWir02mTYH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWir02mTYH .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uWir02mTYH .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uWifVXA0Nc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uWifVXA0Nc .mbr-overlay {
  background: #b49d5e;
  opacity: 0.3;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uWifVXA0Nc .container {
    padding: 0 24px;
  }
}
.cid-uWifVXA0Nc .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWifVXA0Nc .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWifVXA0Nc .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWifVXA0Nc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWifVXA0Nc .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWifVXA0Nc .mbr-section-btn {
    text-align: left;
  }
}
.cid-uWifVXA0Nc .mbr-section-title {
  color: #F9F6E0;
}
.cid-uWifVXA0Nc .mbr-text {
  color: #F9F6E0;
}
.cid-uWifVXA0Nc .mbr-section-title,
.cid-uWifVXA0Nc .mbr-section-btn {
  text-align: left;
}
.cid-uWifVYbtPP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uWifVYbtPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWifVYbtPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWifVYbtPP .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uWifVYbtPP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWifVYbtPP .container {
    padding: 0 16px;
  }
}
.cid-uWifVYbtPP .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uWifVYbtPP .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uWifVYbtPP .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uWifVYbtPP .title-wrapper {
  margin-bottom: 50px;
}
.cid-uWifVYbtPP .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWifVYbtPP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWifVYbtPP .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uWifVYbtPP .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uWifVYbtPP .item .item-wrapper:hover .item-img img,
.cid-uWifVYbtPP .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uWifVYbtPP .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uWifVYbtPP .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uWifVYbtPP .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uWifVYbtPP .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uWifVYbtPP .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWifVYbtPP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWifVYbtPP .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uWifVYbtPP .col-lg-4 {
    width: 95%;
  }
}
.cid-uWifVYbtPP .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uWifVYbtPP .item-name {
  color: #000000;
}
.cid-uWifVYbtPP .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uWifVYbtPP .item-name,
.cid-uWifVYbtPP .mbr-section-btn {
  text-align: center;
}
.cid-uXN5cteWD5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXN5cteWD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXN5cteWD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXN5cteWD5 .container {
    padding: 0 16px;
  }
}
.cid-uXN5cteWD5 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXN5cteWD5 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXN5cteWD5 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXN5cteWD5 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXN5cteWD5 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXN5cteWD5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXN5cteWD5 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXN5cteWD5 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXN5cteWD5 .item .item-wrapper:hover .item-img img,
.cid-uXN5cteWD5 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXN5cteWD5 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXN5cteWD5 .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXN5cteWD5 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXN5cteWD5 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXN5cteWD5 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXN5cteWD5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXN5cteWD5 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5cteWD5 .item-name {
  color: #000000;
}
.cid-uXN5cteWD5 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5cteWD5 .item-name,
.cid-uXN5cteWD5 .mbr-section-btn {
  text-align: center;
}
.cid-uXMS1W164U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXMS1W164U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMS1W164U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMS1W164U .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uXMS1W164U .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXMS1W164U .container {
    padding: 0 16px;
  }
}
.cid-uXMS1W164U .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMS1W164U .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMS1W164U .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMS1W164U .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMS1W164U .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMS1W164U .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMS1W164U .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMS1W164U .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMS1W164U .item .item-wrapper:hover .item-img img,
.cid-uXMS1W164U .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMS1W164U .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMS1W164U .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMS1W164U .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMS1W164U .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMS1W164U .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMS1W164U .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMS1W164U .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uXMS1W164U .col-lg-4 {
    width: 95%;
  }
}
.cid-uXMS1W164U .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMS1W164U .item-name {
  color: #000000;
}
.cid-uXMS1W164U .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMS1W164U .item-name,
.cid-uXMS1W164U .mbr-section-btn {
  text-align: center;
}
.cid-uXMS2onrKb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXMS2onrKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMS2onrKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXMS2onrKb .container {
    padding: 0 16px;
  }
}
.cid-uXMS2onrKb .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMS2onrKb .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMS2onrKb .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMS2onrKb .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMS2onrKb .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMS2onrKb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMS2onrKb .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMS2onrKb .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMS2onrKb .item .item-wrapper:hover .item-img img,
.cid-uXMS2onrKb .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMS2onrKb .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMS2onrKb .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMS2onrKb .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMS2onrKb .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMS2onrKb .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMS2onrKb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMS2onrKb .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMS2onrKb .item-name {
  color: #000000;
}
.cid-uXMS2onrKb .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMS2onrKb .item-name,
.cid-uXMS2onrKb .mbr-section-btn {
  text-align: center;
}
.cid-uWifVYOap0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uWifVYOap0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWifVYOap0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWifVYOap0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWifVYOap0 .container {
    padding: 0 15px;
  }
}
.cid-uWifVYOap0 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uWifVYOap0 .title-wrapper {
    text-align: center;
  }
}
.cid-uWifVYOap0 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWifVYOap0 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uWifVYOap0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWifVYOap0 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWifVYOap0 .list {
    justify-content: center;
  }
}
.cid-uWifVYOap0 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWifVYOap0 .list .item-wrap:hover,
.cid-uWifVYOap0 .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uWifVYOap0 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uWifVYOap0 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uWifVYOap0 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWifVYOap0 .copy-wrapper {
    height: auto;
  }
}
.cid-uWifVYOap0 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWifVYOap0 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uWifVYOap0 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uWifVYOap0 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWifVYOap0 .social-wrapper {
    text-align: center;
  }
}
.cid-uWifVYOap0 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWifVYOap0 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uWifVYOap0 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uWifVYOap0 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uWifVYOap0 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uWifVYOap0 .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWifVYOap0 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uWifVYOap0 .mbr-copy {
  color: #d2d2df;
}
.cid-uWifVYOap0 .mbr-section-title,
.cid-uWifVYOap0 .title-wrapper {
  color: #ffffff;
}
.cid-uWiNYlgCBj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uWiNYlgCBj nav.navbar {
  position: fixed;
}
.cid-uWiNYlgCBj .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uWiNYlgCBj .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uWiNYlgCBj .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uWiNYlgCBj .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uWiNYlgCBj .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uWiNYlgCBj .custom-header-text {
    display: none;
  }
  .cid-uWiNYlgCBj .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uWiNYlgCBj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWiNYlgCBj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWiNYlgCBj .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uWiNYlgCBj .dropdown-item:hover,
.cid-uWiNYlgCBj .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uWiNYlgCBj .dropdown-item:hover span {
  color: white;
}
.cid-uWiNYlgCBj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWiNYlgCBj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWiNYlgCBj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWiNYlgCBj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWiNYlgCBj .nav-link {
  position: relative;
}
.cid-uWiNYlgCBj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uWiNYlgCBj .container {
    flex-wrap: nowrap;
  }
}
.cid-uWiNYlgCBj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWiNYlgCBj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWiNYlgCBj .dropdown-menu,
.cid-uWiNYlgCBj .navbar.opened {
  background: #2a2315 !important;
}
.cid-uWiNYlgCBj .nav-item:focus,
.cid-uWiNYlgCBj .nav-link:focus {
  outline: none;
}
.cid-uWiNYlgCBj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWiNYlgCBj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWiNYlgCBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWiNYlgCBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWiNYlgCBj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWiNYlgCBj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWiNYlgCBj .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWiNYlgCBj .navbar.opened {
  transition: all 0.3s;
}
.cid-uWiNYlgCBj .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWiNYlgCBj .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uWiNYlgCBj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWiNYlgCBj .navbar.collapsed {
  justify-content: center;
}
.cid-uWiNYlgCBj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWiNYlgCBj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWiNYlgCBj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uWiNYlgCBj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWiNYlgCBj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWiNYlgCBj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWiNYlgCBj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWiNYlgCBj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWiNYlgCBj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWiNYlgCBj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWiNYlgCBj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWiNYlgCBj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWiNYlgCBj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWiNYlgCBj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWiNYlgCBj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWiNYlgCBj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWiNYlgCBj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uWiNYlgCBj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWiNYlgCBj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWiNYlgCBj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWiNYlgCBj .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWiNYlgCBj .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWiNYlgCBj .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWiNYlgCBj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWiNYlgCBj .navbar-brand .navbar-caption:hover,
.cid-uWiNYlgCBj .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uWiNYlgCBj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWiNYlgCBj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWiNYlgCBj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWiNYlgCBj .dropdown-item.active,
.cid-uWiNYlgCBj .dropdown-item:active {
  background-color: transparent;
}
.cid-uWiNYlgCBj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWiNYlgCBj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWiNYlgCBj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWiNYlgCBj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWiNYlgCBj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWiNYlgCBj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWiNYlgCBj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWiNYlgCBj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWiNYlgCBj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWiNYlgCBj .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uWiNYlgCBj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uWiNYlgCBj .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uWiNYlgCBj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWiNYlgCBj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWiNYlgCBj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWiNYlgCBj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWiNYlgCBj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWiNYlgCBj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWiNYlgCBj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWiNYlgCBj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiNYlgCBj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWiNYlgCBj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWiNYlgCBj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiNYlgCBj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWiNYlgCBj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWiNYlgCBj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWiNYlgCBj .navbar {
    height: 70px;
  }
  .cid-uWiNYlgCBj .navbar.opened {
    height: auto;
  }
  .cid-uWiNYlgCBj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWiNYlgCBj .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uWiNYlgCBj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWiNYlgCBj .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uWiNYlgCBj .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWiNYlgCBj .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uWiNYlgCBj .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uWiNYlgCBj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWiNYlgCBj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWiNYlgCBj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWiNYlgCBj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWiNYlgCBj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWiNYlgCBj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWiNYlgCBj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWiNYlgCBj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWiNYlgCBj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWiNYlgCBj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWiNYlgCBj .content-wrap {
  min-height: 110px;
}
.cid-uWiNYlgCBj .mbr-section-btn .btn::after,
.cid-uWiNYlgCBj .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uWiNYlgCBj .mbr-section-btn .btn:hover,
.cid-uWiNYlgCBj .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uWiNYlgCBj .mbr-section-btn .btn:hover::after,
.cid-uWiNYlgCBj .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uWiNYlgCBj P {
  text-align: left;
  color: #727272;
}
.cid-uWiNYn6jlC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uWiNYn6jlC::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uWiNYn6jlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiNYn6jlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uWiNYn6jlC .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uWiNYn6jlC .content-wrapper {
    margin-top: 0;
  }
}
.cid-uWiNYn6jlC .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWiNYn6jlC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uWiNYn6jlC .mbr-section-title {
  color: #ffffff;
}
.cid-uWiNYn6jlC .mbr-text {
  color: #ffffff;
}
.cid-uWiQ8dzjat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uWiQ8dzjat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiQ8dzjat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiQ8dzjat .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWiQ8dzjat .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uWiQ8dzjat .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uWiQ8dzjat .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWiQ8dzjat .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWiQ8dzjat .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uWiQ8dzjat .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWiQ8dzjat .item {
    margin-bottom: 28px;
  }
}
.cid-uWiQ8dzjat .item .item-wrapper {
  background-color: #b49d5e;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uWiQ8dzjat .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uWiQ8dzjat .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uWiQ8dzjat .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uWiQ8dzjat .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 4px;
  }
}
.cid-uWiQ8dzjat .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  padding: 5%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uWiQ8dzjat .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uWiQ8dzjat .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWiQ8dzjat .mbr-text,
.cid-uWiQ8dzjat .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uWiQ8dzjat .item-title {
  color: #ffffff;
}
.cid-uWiQ8dzjat .item-title,
.cid-uWiQ8dzjat .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uWiNYrTr0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uWiNYrTr0X .mbr-overlay {
  background: #b49d5e;
  opacity: 0.3;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uWiNYrTr0X .container {
    padding: 0 24px;
  }
}
.cid-uWiNYrTr0X .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWiNYrTr0X .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWiNYrTr0X .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWiNYrTr0X .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWiNYrTr0X .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWiNYrTr0X .mbr-section-btn {
    text-align: left;
  }
}
.cid-uWiNYrTr0X .mbr-section-title {
  color: #F9F6E0;
}
.cid-uWiNYrTr0X .mbr-text {
  color: #F9F6E0;
}
.cid-uWiNYrTr0X .mbr-section-title,
.cid-uWiNYrTr0X .mbr-section-btn {
  text-align: left;
}
.cid-uWiNYsy8Tl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uWiNYsy8Tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiNYsy8Tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiNYsy8Tl .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uWiNYsy8Tl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWiNYsy8Tl .container {
    padding: 0 16px;
  }
}
.cid-uWiNYsy8Tl .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uWiNYsy8Tl .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uWiNYsy8Tl .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uWiNYsy8Tl .title-wrapper {
  margin-bottom: 50px;
}
.cid-uWiNYsy8Tl .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWiNYsy8Tl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiNYsy8Tl .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uWiNYsy8Tl .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uWiNYsy8Tl .item .item-wrapper:hover .item-img img,
.cid-uWiNYsy8Tl .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uWiNYsy8Tl .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uWiNYsy8Tl .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uWiNYsy8Tl .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uWiNYsy8Tl .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uWiNYsy8Tl .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWiNYsy8Tl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWiNYsy8Tl .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uWiNYsy8Tl .col-lg-4 {
    width: 95%;
  }
}
.cid-uWiNYsy8Tl .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uWiNYsy8Tl .item-name {
  color: #000000;
}
.cid-uWiNYsy8Tl .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uWiNYsy8Tl .item-name,
.cid-uWiNYsy8Tl .mbr-section-btn {
  text-align: center;
}
.cid-uXN5tfbI35 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXN5tfbI35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXN5tfbI35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXN5tfbI35 .container {
    padding: 0 16px;
  }
}
.cid-uXN5tfbI35 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXN5tfbI35 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXN5tfbI35 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXN5tfbI35 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXN5tfbI35 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXN5tfbI35 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXN5tfbI35 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXN5tfbI35 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXN5tfbI35 .item .item-wrapper:hover .item-img img,
.cid-uXN5tfbI35 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXN5tfbI35 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXN5tfbI35 .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXN5tfbI35 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXN5tfbI35 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXN5tfbI35 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXN5tfbI35 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXN5tfbI35 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5tfbI35 .item-name {
  color: #000000;
}
.cid-uXN5tfbI35 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5tfbI35 .item-name,
.cid-uXN5tfbI35 .mbr-section-btn {
  text-align: center;
}
.cid-uXMSfXARmN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXMSfXARmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMSfXARmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMSfXARmN .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uXMSfXARmN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXMSfXARmN .container {
    padding: 0 16px;
  }
}
.cid-uXMSfXARmN .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMSfXARmN .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMSfXARmN .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMSfXARmN .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMSfXARmN .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMSfXARmN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMSfXARmN .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMSfXARmN .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMSfXARmN .item .item-wrapper:hover .item-img img,
.cid-uXMSfXARmN .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMSfXARmN .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMSfXARmN .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMSfXARmN .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMSfXARmN .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMSfXARmN .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMSfXARmN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMSfXARmN .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uXMSfXARmN .col-lg-4 {
    width: 95%;
  }
}
.cid-uXMSfXARmN .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSfXARmN .item-name {
  color: #000000;
}
.cid-uXMSfXARmN .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSfXARmN .item-name,
.cid-uXMSfXARmN .mbr-section-btn {
  text-align: center;
}
.cid-uXMSgkwF2k {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXMSgkwF2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMSgkwF2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXMSgkwF2k .container {
    padding: 0 16px;
  }
}
.cid-uXMSgkwF2k .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMSgkwF2k .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMSgkwF2k .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMSgkwF2k .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMSgkwF2k .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMSgkwF2k .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMSgkwF2k .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMSgkwF2k .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMSgkwF2k .item .item-wrapper:hover .item-img img,
.cid-uXMSgkwF2k .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMSgkwF2k .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMSgkwF2k .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMSgkwF2k .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMSgkwF2k .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMSgkwF2k .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMSgkwF2k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMSgkwF2k .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSgkwF2k .item-name {
  color: #000000;
}
.cid-uXMSgkwF2k .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSgkwF2k .item-name,
.cid-uXMSgkwF2k .mbr-section-btn {
  text-align: center;
}
.cid-uWiNYtKb8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uWiNYtKb8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiNYtKb8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiNYtKb8N .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWiNYtKb8N .container {
    padding: 0 15px;
  }
}
.cid-uWiNYtKb8N .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uWiNYtKb8N .title-wrapper {
    text-align: center;
  }
}
.cid-uWiNYtKb8N .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWiNYtKb8N .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uWiNYtKb8N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiNYtKb8N .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWiNYtKb8N .list {
    justify-content: center;
  }
}
.cid-uWiNYtKb8N .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWiNYtKb8N .list .item-wrap:hover,
.cid-uWiNYtKb8N .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uWiNYtKb8N .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uWiNYtKb8N .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uWiNYtKb8N .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWiNYtKb8N .copy-wrapper {
    height: auto;
  }
}
.cid-uWiNYtKb8N .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWiNYtKb8N .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uWiNYtKb8N .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uWiNYtKb8N .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWiNYtKb8N .social-wrapper {
    text-align: center;
  }
}
.cid-uWiNYtKb8N .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWiNYtKb8N .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uWiNYtKb8N .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uWiNYtKb8N .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uWiNYtKb8N .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uWiNYtKb8N .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWiNYtKb8N .mbr-section-title {
  color: #f2ac2b;
}
.cid-uWiNYtKb8N .mbr-copy {
  color: #d2d2df;
}
.cid-uWiNYtKb8N .mbr-section-title,
.cid-uWiNYtKb8N .title-wrapper {
  color: #ffffff;
}
.cid-uX1UJ1yf0Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uX1UJ1yf0Y nav.navbar {
  position: fixed;
}
.cid-uX1UJ1yf0Y .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uX1UJ1yf0Y .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uX1UJ1yf0Y .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uX1UJ1yf0Y .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uX1UJ1yf0Y .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uX1UJ1yf0Y .custom-header-text {
    display: none;
  }
  .cid-uX1UJ1yf0Y .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uX1UJ1yf0Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX1UJ1yf0Y .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uX1UJ1yf0Y .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uX1UJ1yf0Y .dropdown-item:hover,
.cid-uX1UJ1yf0Y .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uX1UJ1yf0Y .dropdown-item:hover span {
  color: white;
}
.cid-uX1UJ1yf0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX1UJ1yf0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX1UJ1yf0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX1UJ1yf0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX1UJ1yf0Y .nav-link {
  position: relative;
}
.cid-uX1UJ1yf0Y .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uX1UJ1yf0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uX1UJ1yf0Y .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uX1UJ1yf0Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uX1UJ1yf0Y .dropdown-menu,
.cid-uX1UJ1yf0Y .navbar.opened {
  background: #2a2315 !important;
}
.cid-uX1UJ1yf0Y .nav-item:focus,
.cid-uX1UJ1yf0Y .nav-link:focus {
  outline: none;
}
.cid-uX1UJ1yf0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX1UJ1yf0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uX1UJ1yf0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX1UJ1yf0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX1UJ1yf0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX1UJ1yf0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX1UJ1yf0Y .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uX1UJ1yf0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uX1UJ1yf0Y .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uX1UJ1yf0Y .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uX1UJ1yf0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX1UJ1yf0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uX1UJ1yf0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX1UJ1yf0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX1UJ1yf0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uX1UJ1yf0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX1UJ1yf0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX1UJ1yf0Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX1UJ1yf0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX1UJ1yf0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX1UJ1yf0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX1UJ1yf0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX1UJ1yf0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX1UJ1yf0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX1UJ1yf0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX1UJ1yf0Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX1UJ1yf0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX1UJ1yf0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX1UJ1yf0Y .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uX1UJ1yf0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uX1UJ1yf0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX1UJ1yf0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX1UJ1yf0Y .navbar.navbar-short {
  min-height: 96px;
}
.cid-uX1UJ1yf0Y .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uX1UJ1yf0Y .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uX1UJ1yf0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX1UJ1yf0Y .navbar-brand .navbar-caption:hover,
.cid-uX1UJ1yf0Y .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uX1UJ1yf0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX1UJ1yf0Y .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uX1UJ1yf0Y .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uX1UJ1yf0Y .dropdown-item.active,
.cid-uX1UJ1yf0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uX1UJ1yf0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX1UJ1yf0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX1UJ1yf0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX1UJ1yf0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uX1UJ1yf0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uX1UJ1yf0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uX1UJ1yf0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX1UJ1yf0Y ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uX1UJ1yf0Y ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uX1UJ1yf0Y .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uX1UJ1yf0Y .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uX1UJ1yf0Y .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uX1UJ1yf0Y .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uX1UJ1yf0Y button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uX1UJ1yf0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uX1UJ1yf0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uX1UJ1yf0Y button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX1UJ1yf0Y button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX1UJ1yf0Y button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uX1UJ1yf0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX1UJ1yf0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX1UJ1yf0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX1UJ1yf0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX1UJ1yf0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX1UJ1yf0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX1UJ1yf0Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX1UJ1yf0Y .navbar {
    height: 70px;
  }
  .cid-uX1UJ1yf0Y .navbar.opened {
    height: auto;
  }
  .cid-uX1UJ1yf0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX1UJ1yf0Y .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uX1UJ1yf0Y .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uX1UJ1yf0Y .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uX1UJ1yf0Y .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uX1UJ1yf0Y .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uX1UJ1yf0Y .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uX1UJ1yf0Y .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uX1UJ1yf0Y .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uX1UJ1yf0Y .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uX1UJ1yf0Y .navbar {
    justify-content: flex-start !important;
  }
  .cid-uX1UJ1yf0Y .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uX1UJ1yf0Y .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uX1UJ1yf0Y .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uX1UJ1yf0Y .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uX1UJ1yf0Y .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uX1UJ1yf0Y .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uX1UJ1yf0Y .content-wrap {
  min-height: 110px;
}
.cid-uX1UJ1yf0Y .mbr-section-btn .btn::after,
.cid-uX1UJ1yf0Y .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uX1UJ1yf0Y .mbr-section-btn .btn:hover,
.cid-uX1UJ1yf0Y .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uX1UJ1yf0Y .mbr-section-btn .btn:hover::after,
.cid-uX1UJ1yf0Y .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uX1UJ1yf0Y P {
  text-align: left;
  color: #727272;
}
.cid-uX1UJ21kpM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uX1UJ21kpM::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uX1UJ21kpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX1UJ21kpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uX1UJ21kpM .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uX1UJ21kpM .content-wrapper {
    margin-top: 0;
  }
}
.cid-uX1UJ21kpM .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uX1UJ21kpM .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uX1UJ21kpM .mbr-section-title {
  color: #ffffff;
}
.cid-uX1UJ21kpM .mbr-text {
  color: #ffffff;
}
.cid-uX1UJ2kpgH {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX1UJ2kpgH .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX1UJ2kpgH .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ2kpgH .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1UJ2kpgH .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ2kpgH .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1UJ2kpgH .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ2kpgH .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX1UJ2kpgH .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ2kpgH .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX1UJ2kpgH .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX1UJ2kpgH .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX1UJ2kpgH .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX1UJ2kpgH .mbr-text {
  color: #f4f4f4;
}
.cid-uX1UJ2kpgH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZrDyrrebB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b49d5e;
}
.cid-uZrDyrrebB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrDyrrebB .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-uZrDyrrebB .container {
    padding: 0 20px;
  }
}
.cid-uZrDyrrebB .content-wrapper {
  padding: 5px 0;
}
@media (max-width: 992px) {
  .cid-uZrDyrrebB .content-wrapper {
    padding: 5px 0;
  }
}
.cid-uZrDyrrebB .content-wrapper .mbr-section-title {
  margin-bottom: 5px;
}
.cid-uZrDyrrebB .content-wrapper .desc-wrapper .mbr-desc {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZrDyrrebB .content-wrapper .items-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-uZrDyrrebB .content-wrapper .items-wrapper .item {
  padding: 0px;
  border-radius: 5px !important;
  background-color: #b49d5e;
}
.cid-uZrDyrrebB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0px;
}
.cid-uZrDyrrebB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0px;
}
.cid-uZrDyrrebB .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uZrDyrrebB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZrDyrrebB .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uZrDyrrebB .content-wrapper .mbr-section-btn .btn-primary,
.cid-uZrDyrrebB .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uZrDyrrebB .content-wrapper .mbr-section-btn .btn-success,
.cid-uZrDyrrebB .content-wrapper .mbr-section-btn .btn-info,
.cid-uZrDyrrebB .content-wrapper .mbr-section-btn .btn-warning,
.cid-uZrDyrrebB .content-wrapper .mbr-section-btn .btn-danger,
.cid-uZrDyrrebB .content-wrapper .mbr-section-btn .btn-black,
.cid-uZrDyrrebB .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uZrDyrrebB .mbr-section-title {
  color: #000000;
}
.cid-uZrDyrrebB .mbr-desc,
.cid-uZrDyrrebB .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZrDyrrebB .card-number {
  color: #000000;
}
.cid-uZrDyrrebB .card-title {
  color: #000000;
}
.cid-uZrDyrrebB .mbr-text,
.cid-uZrDyrrebB .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZrDyrrebB .mbr-section-title,
.cid-uZrDyrrebB .mbr-section-btn {
  text-align: center;
}
.cid-uZrDyrrebB .mbr-section-title,
.cid-uZrDyrrebB .mbr-section-btn,
.cid-uZrDyrrebB .image-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uZrDyrrebB .mbr-section-boton {
  margin-top: 15px;
  margin-left: 0px;
}
.cid-uZrDyrrebB .btn {
  margin: 0;
  padding-top: 3;
}
.cid-uZrDyrrebB .display-loca {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.cid-uZrDyrrebB .button-hover {
  background-color: transparent;
  border: 2px solid;
  border-radius: 100px;
  color: white;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s;
}
.cid-uZrDyrrebB .button-hover:hover {
  background-color: #000000;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
.cid-uZuucfEVhn {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b49d5e;
}
.cid-uZuucfEVhn .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uZuucfEVhn .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZuucfEVhn .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uZuucfEVhn .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZuucfEVhn .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uZuucfEVhn .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZuucfEVhn .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uZuucfEVhn .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uZuucfEVhn .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uZuucfEVhn .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uZuucfEVhn .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uZuucfEVhn .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uZuucfEVhn .mbr-text {
  color: #f4f4f4;
}
.cid-uZuucfEVhn .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1UJ2Fx7q {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #2a2315;
}
.cid-uX1UJ2Fx7q .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX1UJ2Fx7q .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uX1UJ2Fx7q .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1UJ2Fx7q .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ2Fx7q .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1UJ2Fx7q .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ2Fx7q .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX1UJ2Fx7q .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ2Fx7q .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX1UJ2Fx7q .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX1UJ2Fx7q .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX1UJ2Fx7q .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX1UJ2Fx7q .mbr-text {
  color: #f4f4f4;
}
.cid-uX1UJ2Fx7q .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1UJ2Fx7q .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uX1UJ2Fx7q .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uZrAnFYlUY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZrAnFYlUY .item {
  padding-bottom: 2rem;
}
.cid-uZrAnFYlUY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZrAnFYlUY .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZrAnFYlUY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZrAnFYlUY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZrAnFYlUY .carousel-control,
.cid-uZrAnFYlUY .close {
  background: #1b1b1b;
}
.cid-uZrAnFYlUY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZrAnFYlUY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZrAnFYlUY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZrAnFYlUY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZrAnFYlUY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZrAnFYlUY .close::before {
  content: '\e91a';
}
.cid-uZrAnFYlUY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZrAnFYlUY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZrAnFYlUY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZrAnFYlUY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZrAnFYlUY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZrAnFYlUY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZrAnFYlUY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZrAnFYlUY .carousel-indicators li.active,
.cid-uZrAnFYlUY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZrAnFYlUY .carousel-indicators li::after,
.cid-uZrAnFYlUY .carousel-indicators li::before {
  content: none;
}
.cid-uZrAnFYlUY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZrAnFYlUY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZrAnFYlUY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZrAnFYlUY .carousel-indicators {
    display: none;
  }
}
.cid-uZrAnFYlUY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZrAnFYlUY .carousel-inner > .active {
  display: block;
}
.cid-uZrAnFYlUY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZrAnFYlUY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZrAnFYlUY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZrAnFYlUY .carousel-control,
  .cid-uZrAnFYlUY .carousel-indicators,
  .cid-uZrAnFYlUY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZrAnFYlUY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZrAnFYlUY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZrAnFYlUY .carousel-indicators .active,
.cid-uZrAnFYlUY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZrAnFYlUY .carousel-indicators .active {
  background: #fff;
}
.cid-uZrAnFYlUY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZrAnFYlUY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZrAnFYlUY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZrAnFYlUY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZrAnFYlUY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZrAnFYlUY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZrAnFYlUY .carousel {
  width: 100%;
}
.cid-uZrAnFYlUY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZrAnFYlUY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZrAnFYlUY .modal.fade .modal-dialog,
.cid-uZrAnFYlUY .modal.in .modal-dialog {
  transform: none;
}
.cid-uZrAnFYlUY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZrAnFYlUY H6 {
  text-align: center;
}
.cid-uZrAnFYlUY .mbr-section-title {
  color: #b49d5e;
}
.cid-uZrAnFYlUY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZrAnFYlUY .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZrAnFYlUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrAnFYlUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrAnFYlUY H3 {
  color: #b49d5e;
}
.cid-uZrAnFYlUY H4 {
  color: #f4f4f4;
}
.cid-uZrAnFYlUY .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZjxNHaWoI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZjxNHaWoI .item {
  padding-bottom: 2rem;
}
.cid-uZjxNHaWoI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZjxNHaWoI .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZjxNHaWoI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZjxNHaWoI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZjxNHaWoI .carousel-control,
.cid-uZjxNHaWoI .close {
  background: #1b1b1b;
}
.cid-uZjxNHaWoI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZjxNHaWoI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZjxNHaWoI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZjxNHaWoI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZjxNHaWoI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZjxNHaWoI .close::before {
  content: '\e91a';
}
.cid-uZjxNHaWoI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZjxNHaWoI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZjxNHaWoI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZjxNHaWoI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZjxNHaWoI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZjxNHaWoI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZjxNHaWoI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZjxNHaWoI .carousel-indicators li.active,
.cid-uZjxNHaWoI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZjxNHaWoI .carousel-indicators li::after,
.cid-uZjxNHaWoI .carousel-indicators li::before {
  content: none;
}
.cid-uZjxNHaWoI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZjxNHaWoI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjxNHaWoI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZjxNHaWoI .carousel-indicators {
    display: none;
  }
}
.cid-uZjxNHaWoI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZjxNHaWoI .carousel-inner > .active {
  display: block;
}
.cid-uZjxNHaWoI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZjxNHaWoI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZjxNHaWoI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZjxNHaWoI .carousel-control,
  .cid-uZjxNHaWoI .carousel-indicators,
  .cid-uZjxNHaWoI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZjxNHaWoI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZjxNHaWoI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZjxNHaWoI .carousel-indicators .active,
.cid-uZjxNHaWoI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZjxNHaWoI .carousel-indicators .active {
  background: #fff;
}
.cid-uZjxNHaWoI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZjxNHaWoI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZjxNHaWoI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZjxNHaWoI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZjxNHaWoI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZjxNHaWoI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZjxNHaWoI .carousel {
  width: 100%;
}
.cid-uZjxNHaWoI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZjxNHaWoI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZjxNHaWoI .modal.fade .modal-dialog,
.cid-uZjxNHaWoI .modal.in .modal-dialog {
  transform: none;
}
.cid-uZjxNHaWoI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZjxNHaWoI H6 {
  text-align: center;
}
.cid-uZjxNHaWoI .mbr-section-title {
  color: #b49d5e;
}
.cid-uZjxNHaWoI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZjxNHaWoI .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZjxNHaWoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjxNHaWoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjxNHaWoI H3 {
  color: #b49d5e;
}
.cid-uZjxNHaWoI H4 {
  color: #f4f4f4;
}
.cid-uZjxNHaWoI .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZrBfXKQEK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZrBfXKQEK .item {
  padding-bottom: 2rem;
}
.cid-uZrBfXKQEK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZrBfXKQEK .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZrBfXKQEK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZrBfXKQEK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZrBfXKQEK .carousel-control,
.cid-uZrBfXKQEK .close {
  background: #1b1b1b;
}
.cid-uZrBfXKQEK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZrBfXKQEK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZrBfXKQEK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZrBfXKQEK .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZrBfXKQEK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZrBfXKQEK .close::before {
  content: '\e91a';
}
.cid-uZrBfXKQEK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZrBfXKQEK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZrBfXKQEK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZrBfXKQEK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZrBfXKQEK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZrBfXKQEK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZrBfXKQEK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZrBfXKQEK .carousel-indicators li.active,
.cid-uZrBfXKQEK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZrBfXKQEK .carousel-indicators li::after,
.cid-uZrBfXKQEK .carousel-indicators li::before {
  content: none;
}
.cid-uZrBfXKQEK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZrBfXKQEK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZrBfXKQEK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZrBfXKQEK .carousel-indicators {
    display: none;
  }
}
.cid-uZrBfXKQEK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZrBfXKQEK .carousel-inner > .active {
  display: block;
}
.cid-uZrBfXKQEK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZrBfXKQEK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZrBfXKQEK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZrBfXKQEK .carousel-control,
  .cid-uZrBfXKQEK .carousel-indicators,
  .cid-uZrBfXKQEK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZrBfXKQEK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZrBfXKQEK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZrBfXKQEK .carousel-indicators .active,
.cid-uZrBfXKQEK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZrBfXKQEK .carousel-indicators .active {
  background: #fff;
}
.cid-uZrBfXKQEK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZrBfXKQEK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZrBfXKQEK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZrBfXKQEK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZrBfXKQEK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZrBfXKQEK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZrBfXKQEK .carousel {
  width: 100%;
}
.cid-uZrBfXKQEK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZrBfXKQEK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZrBfXKQEK .modal.fade .modal-dialog,
.cid-uZrBfXKQEK .modal.in .modal-dialog {
  transform: none;
}
.cid-uZrBfXKQEK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZrBfXKQEK H6 {
  text-align: center;
}
.cid-uZrBfXKQEK .mbr-section-title {
  color: #b49d5e;
}
.cid-uZrBfXKQEK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZrBfXKQEK .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZrBfXKQEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrBfXKQEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrBfXKQEK H3 {
  color: #b49d5e;
}
.cid-uZrBfXKQEK H4 {
  color: #f4f4f4;
}
.cid-uZrBfXKQEK .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uX1UJ2Wj5P {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #2a2315;
}
.cid-uX1UJ2Wj5P .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX1UJ2Wj5P .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uX1UJ2Wj5P .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1UJ2Wj5P .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ2Wj5P .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1UJ2Wj5P .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ2Wj5P .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX1UJ2Wj5P .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ2Wj5P .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX1UJ2Wj5P .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX1UJ2Wj5P .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX1UJ2Wj5P .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX1UJ2Wj5P .mbr-text {
  color: #f4f4f4;
}
.cid-uX1UJ2Wj5P .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1UJ2Wj5P .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uX1UJ2Wj5P .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uZrEZTy1FQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZrEZTy1FQ .item {
  padding-bottom: 2rem;
}
.cid-uZrEZTy1FQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZrEZTy1FQ .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZrEZTy1FQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZrEZTy1FQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZrEZTy1FQ .carousel-control,
.cid-uZrEZTy1FQ .close {
  background: #1b1b1b;
}
.cid-uZrEZTy1FQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZrEZTy1FQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZrEZTy1FQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZrEZTy1FQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZrEZTy1FQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZrEZTy1FQ .close::before {
  content: '\e91a';
}
.cid-uZrEZTy1FQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZrEZTy1FQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZrEZTy1FQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZrEZTy1FQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZrEZTy1FQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZrEZTy1FQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZrEZTy1FQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZrEZTy1FQ .carousel-indicators li.active,
.cid-uZrEZTy1FQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZrEZTy1FQ .carousel-indicators li::after,
.cid-uZrEZTy1FQ .carousel-indicators li::before {
  content: none;
}
.cid-uZrEZTy1FQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZrEZTy1FQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZrEZTy1FQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZrEZTy1FQ .carousel-indicators {
    display: none;
  }
}
.cid-uZrEZTy1FQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZrEZTy1FQ .carousel-inner > .active {
  display: block;
}
.cid-uZrEZTy1FQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZrEZTy1FQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZrEZTy1FQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZrEZTy1FQ .carousel-control,
  .cid-uZrEZTy1FQ .carousel-indicators,
  .cid-uZrEZTy1FQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZrEZTy1FQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZrEZTy1FQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZrEZTy1FQ .carousel-indicators .active,
.cid-uZrEZTy1FQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZrEZTy1FQ .carousel-indicators .active {
  background: #fff;
}
.cid-uZrEZTy1FQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZrEZTy1FQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZrEZTy1FQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZrEZTy1FQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZrEZTy1FQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZrEZTy1FQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZrEZTy1FQ .carousel {
  width: 100%;
}
.cid-uZrEZTy1FQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZrEZTy1FQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZrEZTy1FQ .modal.fade .modal-dialog,
.cid-uZrEZTy1FQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uZrEZTy1FQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZrEZTy1FQ H6 {
  text-align: center;
}
.cid-uZrEZTy1FQ .mbr-section-title {
  color: #b49d5e;
}
.cid-uZrEZTy1FQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZrEZTy1FQ .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZrEZTy1FQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrEZTy1FQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrEZTy1FQ H3 {
  color: #b49d5e;
}
.cid-uZrEZTy1FQ H4 {
  color: #f4f4f4;
}
.cid-uZrEZTy1FQ .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZrFolI97m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZrFolI97m .item {
  padding-bottom: 2rem;
}
.cid-uZrFolI97m .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZrFolI97m .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZrFolI97m .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZrFolI97m .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZrFolI97m .carousel-control,
.cid-uZrFolI97m .close {
  background: #1b1b1b;
}
.cid-uZrFolI97m .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZrFolI97m .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZrFolI97m .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZrFolI97m .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZrFolI97m .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZrFolI97m .close::before {
  content: '\e91a';
}
.cid-uZrFolI97m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZrFolI97m .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZrFolI97m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZrFolI97m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZrFolI97m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZrFolI97m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZrFolI97m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZrFolI97m .carousel-indicators li.active,
.cid-uZrFolI97m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZrFolI97m .carousel-indicators li::after,
.cid-uZrFolI97m .carousel-indicators li::before {
  content: none;
}
.cid-uZrFolI97m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZrFolI97m .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZrFolI97m .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZrFolI97m .carousel-indicators {
    display: none;
  }
}
.cid-uZrFolI97m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZrFolI97m .carousel-inner > .active {
  display: block;
}
.cid-uZrFolI97m .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZrFolI97m .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZrFolI97m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZrFolI97m .carousel-control,
  .cid-uZrFolI97m .carousel-indicators,
  .cid-uZrFolI97m .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZrFolI97m .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZrFolI97m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZrFolI97m .carousel-indicators .active,
.cid-uZrFolI97m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZrFolI97m .carousel-indicators .active {
  background: #fff;
}
.cid-uZrFolI97m .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZrFolI97m .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZrFolI97m .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZrFolI97m .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZrFolI97m .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZrFolI97m .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZrFolI97m .carousel {
  width: 100%;
}
.cid-uZrFolI97m .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZrFolI97m .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZrFolI97m .modal.fade .modal-dialog,
.cid-uZrFolI97m .modal.in .modal-dialog {
  transform: none;
}
.cid-uZrFolI97m .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZrFolI97m H6 {
  text-align: center;
}
.cid-uZrFolI97m .mbr-section-title {
  color: #b49d5e;
}
.cid-uZrFolI97m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZrFolI97m .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZrFolI97m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrFolI97m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrFolI97m H3 {
  color: #b49d5e;
}
.cid-uZrFolI97m H4 {
  color: #f4f4f4;
}
.cid-uZrFolI97m .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZutgJmJXC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZutgJmJXC .item {
  padding-bottom: 2rem;
}
.cid-uZutgJmJXC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZutgJmJXC .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZutgJmJXC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZutgJmJXC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZutgJmJXC .carousel-control,
.cid-uZutgJmJXC .close {
  background: #1b1b1b;
}
.cid-uZutgJmJXC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZutgJmJXC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZutgJmJXC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZutgJmJXC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZutgJmJXC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZutgJmJXC .close::before {
  content: '\e91a';
}
.cid-uZutgJmJXC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZutgJmJXC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZutgJmJXC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZutgJmJXC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZutgJmJXC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZutgJmJXC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZutgJmJXC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZutgJmJXC .carousel-indicators li.active,
.cid-uZutgJmJXC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZutgJmJXC .carousel-indicators li::after,
.cid-uZutgJmJXC .carousel-indicators li::before {
  content: none;
}
.cid-uZutgJmJXC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZutgJmJXC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZutgJmJXC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZutgJmJXC .carousel-indicators {
    display: none;
  }
}
.cid-uZutgJmJXC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZutgJmJXC .carousel-inner > .active {
  display: block;
}
.cid-uZutgJmJXC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZutgJmJXC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZutgJmJXC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZutgJmJXC .carousel-control,
  .cid-uZutgJmJXC .carousel-indicators,
  .cid-uZutgJmJXC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZutgJmJXC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZutgJmJXC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZutgJmJXC .carousel-indicators .active,
.cid-uZutgJmJXC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZutgJmJXC .carousel-indicators .active {
  background: #fff;
}
.cid-uZutgJmJXC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZutgJmJXC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZutgJmJXC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZutgJmJXC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZutgJmJXC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZutgJmJXC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZutgJmJXC .carousel {
  width: 100%;
}
.cid-uZutgJmJXC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZutgJmJXC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZutgJmJXC .modal.fade .modal-dialog,
.cid-uZutgJmJXC .modal.in .modal-dialog {
  transform: none;
}
.cid-uZutgJmJXC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZutgJmJXC H6 {
  text-align: center;
}
.cid-uZutgJmJXC .mbr-section-title {
  color: #b49d5e;
}
.cid-uZutgJmJXC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZutgJmJXC .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZutgJmJXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZutgJmJXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZutgJmJXC H3 {
  color: #b49d5e;
}
.cid-uZutgJmJXC H4 {
  color: #f4f4f4;
}
.cid-uZutgJmJXC .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uX1UJ3ij82 {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #2a2315;
}
.cid-uX1UJ3ij82 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX1UJ3ij82 .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uX1UJ3ij82 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1UJ3ij82 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ3ij82 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1UJ3ij82 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ3ij82 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX1UJ3ij82 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ3ij82 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX1UJ3ij82 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX1UJ3ij82 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX1UJ3ij82 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX1UJ3ij82 .mbr-text {
  color: #f4f4f4;
}
.cid-uX1UJ3ij82 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1UJ3ij82 .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uX1UJ3ij82 .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uZuuV9gWIZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZuuV9gWIZ .item {
  padding-bottom: 2rem;
}
.cid-uZuuV9gWIZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZuuV9gWIZ .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZuuV9gWIZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZuuV9gWIZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZuuV9gWIZ .carousel-control,
.cid-uZuuV9gWIZ .close {
  background: #1b1b1b;
}
.cid-uZuuV9gWIZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZuuV9gWIZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZuuV9gWIZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZuuV9gWIZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZuuV9gWIZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZuuV9gWIZ .close::before {
  content: '\e91a';
}
.cid-uZuuV9gWIZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZuuV9gWIZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZuuV9gWIZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuuV9gWIZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZuuV9gWIZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZuuV9gWIZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZuuV9gWIZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZuuV9gWIZ .carousel-indicators li.active,
.cid-uZuuV9gWIZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZuuV9gWIZ .carousel-indicators li::after,
.cid-uZuuV9gWIZ .carousel-indicators li::before {
  content: none;
}
.cid-uZuuV9gWIZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZuuV9gWIZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZuuV9gWIZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZuuV9gWIZ .carousel-indicators {
    display: none;
  }
}
.cid-uZuuV9gWIZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZuuV9gWIZ .carousel-inner > .active {
  display: block;
}
.cid-uZuuV9gWIZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuuV9gWIZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZuuV9gWIZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZuuV9gWIZ .carousel-control,
  .cid-uZuuV9gWIZ .carousel-indicators,
  .cid-uZuuV9gWIZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZuuV9gWIZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZuuV9gWIZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZuuV9gWIZ .carousel-indicators .active,
.cid-uZuuV9gWIZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZuuV9gWIZ .carousel-indicators .active {
  background: #fff;
}
.cid-uZuuV9gWIZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZuuV9gWIZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZuuV9gWIZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZuuV9gWIZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZuuV9gWIZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZuuV9gWIZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZuuV9gWIZ .carousel {
  width: 100%;
}
.cid-uZuuV9gWIZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZuuV9gWIZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZuuV9gWIZ .modal.fade .modal-dialog,
.cid-uZuuV9gWIZ .modal.in .modal-dialog {
  transform: none;
}
.cid-uZuuV9gWIZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZuuV9gWIZ H6 {
  text-align: center;
}
.cid-uZuuV9gWIZ .mbr-section-title {
  color: #b49d5e;
}
.cid-uZuuV9gWIZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZuuV9gWIZ .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZuuV9gWIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuuV9gWIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuuV9gWIZ H3 {
  color: #b49d5e;
}
.cid-uZuuV9gWIZ H4 {
  color: #f4f4f4;
}
.cid-uZuuV9gWIZ .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZuv4AaegG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZuv4AaegG .item {
  padding-bottom: 2rem;
}
.cid-uZuv4AaegG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZuv4AaegG .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZuv4AaegG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZuv4AaegG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZuv4AaegG .carousel-control,
.cid-uZuv4AaegG .close {
  background: #1b1b1b;
}
.cid-uZuv4AaegG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZuv4AaegG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZuv4AaegG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZuv4AaegG .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZuv4AaegG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZuv4AaegG .close::before {
  content: '\e91a';
}
.cid-uZuv4AaegG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZuv4AaegG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZuv4AaegG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuv4AaegG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZuv4AaegG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZuv4AaegG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZuv4AaegG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZuv4AaegG .carousel-indicators li.active,
.cid-uZuv4AaegG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZuv4AaegG .carousel-indicators li::after,
.cid-uZuv4AaegG .carousel-indicators li::before {
  content: none;
}
.cid-uZuv4AaegG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZuv4AaegG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZuv4AaegG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZuv4AaegG .carousel-indicators {
    display: none;
  }
}
.cid-uZuv4AaegG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZuv4AaegG .carousel-inner > .active {
  display: block;
}
.cid-uZuv4AaegG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuv4AaegG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZuv4AaegG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZuv4AaegG .carousel-control,
  .cid-uZuv4AaegG .carousel-indicators,
  .cid-uZuv4AaegG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZuv4AaegG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZuv4AaegG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZuv4AaegG .carousel-indicators .active,
.cid-uZuv4AaegG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZuv4AaegG .carousel-indicators .active {
  background: #fff;
}
.cid-uZuv4AaegG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZuv4AaegG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZuv4AaegG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZuv4AaegG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZuv4AaegG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZuv4AaegG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZuv4AaegG .carousel {
  width: 100%;
}
.cid-uZuv4AaegG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZuv4AaegG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZuv4AaegG .modal.fade .modal-dialog,
.cid-uZuv4AaegG .modal.in .modal-dialog {
  transform: none;
}
.cid-uZuv4AaegG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZuv4AaegG H6 {
  text-align: center;
}
.cid-uZuv4AaegG .mbr-section-title {
  color: #b49d5e;
}
.cid-uZuv4AaegG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZuv4AaegG .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZuv4AaegG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuv4AaegG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuv4AaegG H3 {
  color: #b49d5e;
}
.cid-uZuv4AaegG H4 {
  color: #f4f4f4;
}
.cid-uZuv4AaegG .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZuvbY4WCz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZuvbY4WCz .item {
  padding-bottom: 2rem;
}
.cid-uZuvbY4WCz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZuvbY4WCz .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZuvbY4WCz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZuvbY4WCz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZuvbY4WCz .carousel-control,
.cid-uZuvbY4WCz .close {
  background: #1b1b1b;
}
.cid-uZuvbY4WCz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZuvbY4WCz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZuvbY4WCz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZuvbY4WCz .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZuvbY4WCz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZuvbY4WCz .close::before {
  content: '\e91a';
}
.cid-uZuvbY4WCz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZuvbY4WCz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZuvbY4WCz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuvbY4WCz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZuvbY4WCz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZuvbY4WCz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZuvbY4WCz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZuvbY4WCz .carousel-indicators li.active,
.cid-uZuvbY4WCz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZuvbY4WCz .carousel-indicators li::after,
.cid-uZuvbY4WCz .carousel-indicators li::before {
  content: none;
}
.cid-uZuvbY4WCz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZuvbY4WCz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZuvbY4WCz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZuvbY4WCz .carousel-indicators {
    display: none;
  }
}
.cid-uZuvbY4WCz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZuvbY4WCz .carousel-inner > .active {
  display: block;
}
.cid-uZuvbY4WCz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuvbY4WCz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZuvbY4WCz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZuvbY4WCz .carousel-control,
  .cid-uZuvbY4WCz .carousel-indicators,
  .cid-uZuvbY4WCz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZuvbY4WCz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZuvbY4WCz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZuvbY4WCz .carousel-indicators .active,
.cid-uZuvbY4WCz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZuvbY4WCz .carousel-indicators .active {
  background: #fff;
}
.cid-uZuvbY4WCz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZuvbY4WCz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZuvbY4WCz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZuvbY4WCz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZuvbY4WCz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZuvbY4WCz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZuvbY4WCz .carousel {
  width: 100%;
}
.cid-uZuvbY4WCz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZuvbY4WCz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZuvbY4WCz .modal.fade .modal-dialog,
.cid-uZuvbY4WCz .modal.in .modal-dialog {
  transform: none;
}
.cid-uZuvbY4WCz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZuvbY4WCz H6 {
  text-align: center;
}
.cid-uZuvbY4WCz .mbr-section-title {
  color: #b49d5e;
}
.cid-uZuvbY4WCz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZuvbY4WCz .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZuvbY4WCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuvbY4WCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuvbY4WCz H3 {
  color: #b49d5e;
}
.cid-uZuvbY4WCz H4 {
  color: #f4f4f4;
}
.cid-uZuvbY4WCz .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uX1UJ3MRCK {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #2a2315;
}
.cid-uX1UJ3MRCK .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX1UJ3MRCK .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uX1UJ3MRCK .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1UJ3MRCK .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ3MRCK .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1UJ3MRCK .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ3MRCK .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX1UJ3MRCK .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX1UJ3MRCK .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX1UJ3MRCK .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX1UJ3MRCK .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX1UJ3MRCK .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX1UJ3MRCK .mbr-text {
  color: #f4f4f4;
}
.cid-uX1UJ3MRCK .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1UJ3MRCK .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uX1UJ3MRCK .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uZuwbFZD5D {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZuwbFZD5D .item {
  padding-bottom: 2rem;
}
.cid-uZuwbFZD5D .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZuwbFZD5D .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZuwbFZD5D .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZuwbFZD5D .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZuwbFZD5D .carousel-control,
.cid-uZuwbFZD5D .close {
  background: #1b1b1b;
}
.cid-uZuwbFZD5D .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZuwbFZD5D .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZuwbFZD5D .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZuwbFZD5D .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZuwbFZD5D .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZuwbFZD5D .close::before {
  content: '\e91a';
}
.cid-uZuwbFZD5D .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZuwbFZD5D .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZuwbFZD5D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuwbFZD5D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZuwbFZD5D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZuwbFZD5D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZuwbFZD5D .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZuwbFZD5D .carousel-indicators li.active,
.cid-uZuwbFZD5D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZuwbFZD5D .carousel-indicators li::after,
.cid-uZuwbFZD5D .carousel-indicators li::before {
  content: none;
}
.cid-uZuwbFZD5D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZuwbFZD5D .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZuwbFZD5D .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZuwbFZD5D .carousel-indicators {
    display: none;
  }
}
.cid-uZuwbFZD5D .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZuwbFZD5D .carousel-inner > .active {
  display: block;
}
.cid-uZuwbFZD5D .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuwbFZD5D .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZuwbFZD5D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZuwbFZD5D .carousel-control,
  .cid-uZuwbFZD5D .carousel-indicators,
  .cid-uZuwbFZD5D .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZuwbFZD5D .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZuwbFZD5D .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZuwbFZD5D .carousel-indicators .active,
.cid-uZuwbFZD5D .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZuwbFZD5D .carousel-indicators .active {
  background: #fff;
}
.cid-uZuwbFZD5D .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZuwbFZD5D .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZuwbFZD5D .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZuwbFZD5D .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZuwbFZD5D .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZuwbFZD5D .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZuwbFZD5D .carousel {
  width: 100%;
}
.cid-uZuwbFZD5D .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZuwbFZD5D .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZuwbFZD5D .modal.fade .modal-dialog,
.cid-uZuwbFZD5D .modal.in .modal-dialog {
  transform: none;
}
.cid-uZuwbFZD5D .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZuwbFZD5D H6 {
  text-align: center;
}
.cid-uZuwbFZD5D .mbr-section-title {
  color: #b49d5e;
}
.cid-uZuwbFZD5D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZuwbFZD5D .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZuwbFZD5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuwbFZD5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuwbFZD5D H3 {
  color: #b49d5e;
}
.cid-uZuwbFZD5D H4 {
  color: #f4f4f4;
}
.cid-uZuwbFZD5D .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZuwIBPPUZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZuwIBPPUZ .item {
  padding-bottom: 2rem;
}
.cid-uZuwIBPPUZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZuwIBPPUZ .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZuwIBPPUZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZuwIBPPUZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZuwIBPPUZ .carousel-control,
.cid-uZuwIBPPUZ .close {
  background: #1b1b1b;
}
.cid-uZuwIBPPUZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZuwIBPPUZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZuwIBPPUZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZuwIBPPUZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZuwIBPPUZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZuwIBPPUZ .close::before {
  content: '\e91a';
}
.cid-uZuwIBPPUZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZuwIBPPUZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZuwIBPPUZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuwIBPPUZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZuwIBPPUZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZuwIBPPUZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZuwIBPPUZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZuwIBPPUZ .carousel-indicators li.active,
.cid-uZuwIBPPUZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZuwIBPPUZ .carousel-indicators li::after,
.cid-uZuwIBPPUZ .carousel-indicators li::before {
  content: none;
}
.cid-uZuwIBPPUZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZuwIBPPUZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZuwIBPPUZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZuwIBPPUZ .carousel-indicators {
    display: none;
  }
}
.cid-uZuwIBPPUZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZuwIBPPUZ .carousel-inner > .active {
  display: block;
}
.cid-uZuwIBPPUZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuwIBPPUZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZuwIBPPUZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZuwIBPPUZ .carousel-control,
  .cid-uZuwIBPPUZ .carousel-indicators,
  .cid-uZuwIBPPUZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZuwIBPPUZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZuwIBPPUZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZuwIBPPUZ .carousel-indicators .active,
.cid-uZuwIBPPUZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZuwIBPPUZ .carousel-indicators .active {
  background: #fff;
}
.cid-uZuwIBPPUZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZuwIBPPUZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZuwIBPPUZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZuwIBPPUZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZuwIBPPUZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZuwIBPPUZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZuwIBPPUZ .carousel {
  width: 100%;
}
.cid-uZuwIBPPUZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZuwIBPPUZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZuwIBPPUZ .modal.fade .modal-dialog,
.cid-uZuwIBPPUZ .modal.in .modal-dialog {
  transform: none;
}
.cid-uZuwIBPPUZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZuwIBPPUZ H6 {
  text-align: center;
}
.cid-uZuwIBPPUZ .mbr-section-title {
  color: #b49d5e;
}
.cid-uZuwIBPPUZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZuwIBPPUZ .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZuwIBPPUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuwIBPPUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuwIBPPUZ H3 {
  color: #b49d5e;
}
.cid-uZuwIBPPUZ H4 {
  color: #f4f4f4;
}
.cid-uZuwIBPPUZ .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZuwJjwIfA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZuwJjwIfA .item {
  padding-bottom: 2rem;
}
.cid-uZuwJjwIfA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZuwJjwIfA .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZuwJjwIfA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZuwJjwIfA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZuwJjwIfA .carousel-control,
.cid-uZuwJjwIfA .close {
  background: #1b1b1b;
}
.cid-uZuwJjwIfA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZuwJjwIfA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZuwJjwIfA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZuwJjwIfA .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZuwJjwIfA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZuwJjwIfA .close::before {
  content: '\e91a';
}
.cid-uZuwJjwIfA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZuwJjwIfA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZuwJjwIfA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuwJjwIfA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZuwJjwIfA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZuwJjwIfA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZuwJjwIfA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZuwJjwIfA .carousel-indicators li.active,
.cid-uZuwJjwIfA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZuwJjwIfA .carousel-indicators li::after,
.cid-uZuwJjwIfA .carousel-indicators li::before {
  content: none;
}
.cid-uZuwJjwIfA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZuwJjwIfA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZuwJjwIfA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZuwJjwIfA .carousel-indicators {
    display: none;
  }
}
.cid-uZuwJjwIfA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZuwJjwIfA .carousel-inner > .active {
  display: block;
}
.cid-uZuwJjwIfA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuwJjwIfA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZuwJjwIfA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZuwJjwIfA .carousel-control,
  .cid-uZuwJjwIfA .carousel-indicators,
  .cid-uZuwJjwIfA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZuwJjwIfA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZuwJjwIfA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZuwJjwIfA .carousel-indicators .active,
.cid-uZuwJjwIfA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZuwJjwIfA .carousel-indicators .active {
  background: #fff;
}
.cid-uZuwJjwIfA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZuwJjwIfA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZuwJjwIfA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZuwJjwIfA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZuwJjwIfA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZuwJjwIfA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZuwJjwIfA .carousel {
  width: 100%;
}
.cid-uZuwJjwIfA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZuwJjwIfA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZuwJjwIfA .modal.fade .modal-dialog,
.cid-uZuwJjwIfA .modal.in .modal-dialog {
  transform: none;
}
.cid-uZuwJjwIfA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZuwJjwIfA H6 {
  text-align: center;
}
.cid-uZuwJjwIfA .mbr-section-title {
  color: #b49d5e;
}
.cid-uZuwJjwIfA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZuwJjwIfA .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZuwJjwIfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuwJjwIfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuwJjwIfA H3 {
  color: #b49d5e;
}
.cid-uZuwJjwIfA H4 {
  color: #f4f4f4;
}
.cid-uZuwJjwIfA .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uX1XZlpQBY {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #b49d5e;
}
.cid-uX1XZlpQBY .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX1XZlpQBY .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1XZlpQBY .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1XZlpQBY .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1XZlpQBY .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1XZlpQBY .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1XZlpQBY .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX1XZlpQBY .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX1XZlpQBY .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX1XZlpQBY .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX1XZlpQBY .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX1XZlpQBY .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX1XZlpQBY .mbr-text {
  color: #f4f4f4;
}
.cid-uX1XZlpQBY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1Y5kYA04 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX1Y5kYA04 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX1Y5kYA04 .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1Y5kYA04 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1Y5kYA04 .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1Y5kYA04 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1Y5kYA04 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1Y5kYA04 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX1Y5kYA04 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX1Y5kYA04 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX1Y5kYA04 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX1Y5kYA04 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX1Y5kYA04 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX1Y5kYA04 .mbr-text {
  color: #f4f4f4;
}
.cid-uX1Y5kYA04 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1YernqEC {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX1YernqEC .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX1YernqEC .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1YernqEC .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1YernqEC .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1YernqEC .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1YernqEC .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1YernqEC .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX1YernqEC .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX1YernqEC .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX1YernqEC .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX1YernqEC .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX1YernqEC .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX1YernqEC .mbr-text {
  color: #f4f4f4;
}
.cid-uX1YernqEC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1YernqEC .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZuzJeuyLQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZuzJeuyLQ .item {
  padding-bottom: 2rem;
}
.cid-uZuzJeuyLQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZuzJeuyLQ .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZuzJeuyLQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZuzJeuyLQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZuzJeuyLQ .carousel-control,
.cid-uZuzJeuyLQ .close {
  background: #1b1b1b;
}
.cid-uZuzJeuyLQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZuzJeuyLQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZuzJeuyLQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZuzJeuyLQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZuzJeuyLQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZuzJeuyLQ .close::before {
  content: '\e91a';
}
.cid-uZuzJeuyLQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZuzJeuyLQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZuzJeuyLQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuzJeuyLQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZuzJeuyLQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZuzJeuyLQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZuzJeuyLQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZuzJeuyLQ .carousel-indicators li.active,
.cid-uZuzJeuyLQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZuzJeuyLQ .carousel-indicators li::after,
.cid-uZuzJeuyLQ .carousel-indicators li::before {
  content: none;
}
.cid-uZuzJeuyLQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZuzJeuyLQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZuzJeuyLQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZuzJeuyLQ .carousel-indicators {
    display: none;
  }
}
.cid-uZuzJeuyLQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZuzJeuyLQ .carousel-inner > .active {
  display: block;
}
.cid-uZuzJeuyLQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuzJeuyLQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZuzJeuyLQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZuzJeuyLQ .carousel-control,
  .cid-uZuzJeuyLQ .carousel-indicators,
  .cid-uZuzJeuyLQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZuzJeuyLQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZuzJeuyLQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZuzJeuyLQ .carousel-indicators .active,
.cid-uZuzJeuyLQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZuzJeuyLQ .carousel-indicators .active {
  background: #fff;
}
.cid-uZuzJeuyLQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZuzJeuyLQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZuzJeuyLQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZuzJeuyLQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZuzJeuyLQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZuzJeuyLQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZuzJeuyLQ .carousel {
  width: 100%;
}
.cid-uZuzJeuyLQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZuzJeuyLQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZuzJeuyLQ .modal.fade .modal-dialog,
.cid-uZuzJeuyLQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uZuzJeuyLQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZuzJeuyLQ H6 {
  text-align: center;
}
.cid-uZuzJeuyLQ .mbr-section-title {
  color: #b49d5e;
}
.cid-uZuzJeuyLQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZuzJeuyLQ .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZuzJeuyLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuzJeuyLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuzJeuyLQ H3 {
  color: #b49d5e;
}
.cid-uZuzJeuyLQ H4 {
  color: #f4f4f4;
}
.cid-uX1Z9zhSmi {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX1Z9zhSmi .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX1Z9zhSmi .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1Z9zhSmi .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1Z9zhSmi .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1Z9zhSmi .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1Z9zhSmi .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1Z9zhSmi .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX1Z9zhSmi .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX1Z9zhSmi .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX1Z9zhSmi .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX1Z9zhSmi .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX1Z9zhSmi .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX1Z9zhSmi .mbr-text {
  color: #f4f4f4;
}
.cid-uX1Z9zhSmi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1Z9zhSmi .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZuC28Kb3L {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZuC28Kb3L .item {
  padding-bottom: 2rem;
}
.cid-uZuC28Kb3L .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZuC28Kb3L .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZuC28Kb3L .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZuC28Kb3L .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZuC28Kb3L .carousel-control,
.cid-uZuC28Kb3L .close {
  background: #1b1b1b;
}
.cid-uZuC28Kb3L .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZuC28Kb3L .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZuC28Kb3L .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZuC28Kb3L .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZuC28Kb3L .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZuC28Kb3L .close::before {
  content: '\e91a';
}
.cid-uZuC28Kb3L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZuC28Kb3L .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZuC28Kb3L .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuC28Kb3L .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZuC28Kb3L .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZuC28Kb3L .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZuC28Kb3L .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZuC28Kb3L .carousel-indicators li.active,
.cid-uZuC28Kb3L .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZuC28Kb3L .carousel-indicators li::after,
.cid-uZuC28Kb3L .carousel-indicators li::before {
  content: none;
}
.cid-uZuC28Kb3L .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZuC28Kb3L .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZuC28Kb3L .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZuC28Kb3L .carousel-indicators {
    display: none;
  }
}
.cid-uZuC28Kb3L .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZuC28Kb3L .carousel-inner > .active {
  display: block;
}
.cid-uZuC28Kb3L .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuC28Kb3L .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZuC28Kb3L .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZuC28Kb3L .carousel-control,
  .cid-uZuC28Kb3L .carousel-indicators,
  .cid-uZuC28Kb3L .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZuC28Kb3L .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZuC28Kb3L .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZuC28Kb3L .carousel-indicators .active,
.cid-uZuC28Kb3L .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZuC28Kb3L .carousel-indicators .active {
  background: #fff;
}
.cid-uZuC28Kb3L .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZuC28Kb3L .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZuC28Kb3L .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZuC28Kb3L .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZuC28Kb3L .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZuC28Kb3L .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZuC28Kb3L .carousel {
  width: 100%;
}
.cid-uZuC28Kb3L .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZuC28Kb3L .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZuC28Kb3L .modal.fade .modal-dialog,
.cid-uZuC28Kb3L .modal.in .modal-dialog {
  transform: none;
}
.cid-uZuC28Kb3L .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZuC28Kb3L H6 {
  text-align: center;
}
.cid-uZuC28Kb3L .mbr-section-title {
  color: #b49d5e;
}
.cid-uZuC28Kb3L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZuC28Kb3L .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZuC28Kb3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuC28Kb3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuC28Kb3L H3 {
  color: #b49d5e;
}
.cid-uZuC28Kb3L H4 {
  color: #f4f4f4;
}
.cid-uX1ZTajvXs {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX1ZTajvXs .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX1ZTajvXs .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1ZTajvXs .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1ZTajvXs .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1ZTajvXs .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX1ZTajvXs .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX1ZTajvXs .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX1ZTajvXs .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX1ZTajvXs .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX1ZTajvXs .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX1ZTajvXs .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX1ZTajvXs .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX1ZTajvXs .mbr-text {
  color: #f4f4f4;
}
.cid-uX1ZTajvXs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1ZTajvXs .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZuCoYBsqx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZuCoYBsqx .item {
  padding-bottom: 2rem;
}
.cid-uZuCoYBsqx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZuCoYBsqx .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZuCoYBsqx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZuCoYBsqx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZuCoYBsqx .carousel-control,
.cid-uZuCoYBsqx .close {
  background: #1b1b1b;
}
.cid-uZuCoYBsqx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZuCoYBsqx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZuCoYBsqx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZuCoYBsqx .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZuCoYBsqx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZuCoYBsqx .close::before {
  content: '\e91a';
}
.cid-uZuCoYBsqx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZuCoYBsqx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZuCoYBsqx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuCoYBsqx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZuCoYBsqx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZuCoYBsqx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZuCoYBsqx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZuCoYBsqx .carousel-indicators li.active,
.cid-uZuCoYBsqx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZuCoYBsqx .carousel-indicators li::after,
.cid-uZuCoYBsqx .carousel-indicators li::before {
  content: none;
}
.cid-uZuCoYBsqx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZuCoYBsqx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZuCoYBsqx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZuCoYBsqx .carousel-indicators {
    display: none;
  }
}
.cid-uZuCoYBsqx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZuCoYBsqx .carousel-inner > .active {
  display: block;
}
.cid-uZuCoYBsqx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZuCoYBsqx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZuCoYBsqx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZuCoYBsqx .carousel-control,
  .cid-uZuCoYBsqx .carousel-indicators,
  .cid-uZuCoYBsqx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZuCoYBsqx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZuCoYBsqx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZuCoYBsqx .carousel-indicators .active,
.cid-uZuCoYBsqx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZuCoYBsqx .carousel-indicators .active {
  background: #fff;
}
.cid-uZuCoYBsqx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZuCoYBsqx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZuCoYBsqx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZuCoYBsqx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZuCoYBsqx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZuCoYBsqx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZuCoYBsqx .carousel {
  width: 100%;
}
.cid-uZuCoYBsqx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZuCoYBsqx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZuCoYBsqx .modal.fade .modal-dialog,
.cid-uZuCoYBsqx .modal.in .modal-dialog {
  transform: none;
}
.cid-uZuCoYBsqx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZuCoYBsqx H6 {
  text-align: center;
}
.cid-uZuCoYBsqx .mbr-section-title {
  color: #b49d5e;
}
.cid-uZuCoYBsqx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZuCoYBsqx .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZuCoYBsqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuCoYBsqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuCoYBsqx H3 {
  color: #b49d5e;
}
.cid-uZuCoYBsqx H4 {
  color: #f4f4f4;
}
.cid-uX20pufxVi {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uX20pufxVi .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX20pufxVi .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX20pufxVi .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX20pufxVi .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX20pufxVi .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX20pufxVi .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX20pufxVi .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX20pufxVi .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX20pufxVi .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX20pufxVi .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX20pufxVi .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX20pufxVi .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX20pufxVi .mbr-text {
  color: #f4f4f4;
}
.cid-uX20pufxVi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX20TQ3OjS {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #b49d5e;
}
.cid-uX20TQ3OjS .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX20TQ3OjS .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX20TQ3OjS .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX20TQ3OjS .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX20TQ3OjS .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX20TQ3OjS .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX20TQ3OjS .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX20TQ3OjS .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX20TQ3OjS .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX20TQ3OjS .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX20TQ3OjS .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX20TQ3OjS .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX20TQ3OjS .mbr-text {
  color: #f4f4f4;
}
.cid-uX20TQ3OjS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX210hqzq8 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX210hqzq8 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX210hqzq8 .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX210hqzq8 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX210hqzq8 .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX210hqzq8 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX210hqzq8 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX210hqzq8 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX210hqzq8 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX210hqzq8 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX210hqzq8 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX210hqzq8 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX210hqzq8 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX210hqzq8 .mbr-text {
  color: #f4f4f4;
}
.cid-uX210hqzq8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX21deKhc3 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uX21deKhc3 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX21deKhc3 .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX21deKhc3 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX21deKhc3 .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX21deKhc3 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX21deKhc3 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX21deKhc3 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX21deKhc3 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX21deKhc3 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX21deKhc3 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX21deKhc3 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX21deKhc3 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX21deKhc3 .mbr-text {
  color: #f4f4f4;
}
.cid-uX21deKhc3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX21deKhc3 .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uX21wk6n0r {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uX21wk6n0r .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX21wk6n0r .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX21wk6n0r .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX21wk6n0r .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX21wk6n0r .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX21wk6n0r .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX21wk6n0r .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX21wk6n0r .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX21wk6n0r .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX21wk6n0r .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX21wk6n0r .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX21wk6n0r .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX21wk6n0r .mbr-text {
  color: #f4f4f4;
}
.cid-uX21wk6n0r .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX21wk6n0r .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uX21Q7Nkti {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uX21Q7Nkti .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX21Q7Nkti .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX21Q7Nkti .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX21Q7Nkti .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX21Q7Nkti .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX21Q7Nkti .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX21Q7Nkti .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX21Q7Nkti .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX21Q7Nkti .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX21Q7Nkti .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX21Q7Nkti .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX21Q7Nkti .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX21Q7Nkti .mbr-text {
  color: #f4f4f4;
}
.cid-uX21Q7Nkti .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX21Q7Nkti .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uX236TxrXQ {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX236TxrXQ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b49d5e;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uX236TxrXQ .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX236TxrXQ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uX236TxrXQ .mbr-section-subtitle {
  color: #333333;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX236TxrXQ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uX236TxrXQ .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uX236TxrXQ .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uX236TxrXQ .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uX236TxrXQ .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uX236TxrXQ .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uX236TxrXQ .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uX236TxrXQ .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uX236TxrXQ .mbr-text {
  color: #333333;
}
.cid-uX236TxrXQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uX1UJ46CDH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uX1UJ46CDH .mbr-overlay {
  background: #b49d5e;
  opacity: 0.3;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uX1UJ46CDH .container {
    padding: 0 24px;
  }
}
.cid-uX1UJ46CDH .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uX1UJ46CDH .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uX1UJ46CDH .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX1UJ46CDH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uX1UJ46CDH .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uX1UJ46CDH .mbr-section-btn {
    text-align: left;
  }
}
.cid-uX1UJ46CDH .mbr-section-title {
  color: #F9F6E0;
}
.cid-uX1UJ46CDH .mbr-text {
  color: #F9F6E0;
}
.cid-uX1UJ46CDH .mbr-section-title,
.cid-uX1UJ46CDH .mbr-section-btn {
  text-align: left;
}
.cid-uX1UJ4omB8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX1UJ4omB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX1UJ4omB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX1UJ4omB8 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uX1UJ4omB8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uX1UJ4omB8 .container {
    padding: 0 16px;
  }
}
.cid-uX1UJ4omB8 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uX1UJ4omB8 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uX1UJ4omB8 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uX1UJ4omB8 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uX1UJ4omB8 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uX1UJ4omB8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX1UJ4omB8 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uX1UJ4omB8 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uX1UJ4omB8 .item .item-wrapper:hover .item-img img,
.cid-uX1UJ4omB8 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uX1UJ4omB8 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uX1UJ4omB8 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uX1UJ4omB8 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uX1UJ4omB8 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uX1UJ4omB8 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uX1UJ4omB8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uX1UJ4omB8 .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uX1UJ4omB8 .col-lg-4 {
    width: 95%;
  }
}
.cid-uX1UJ4omB8 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uX1UJ4omB8 .item-name {
  color: #000000;
}
.cid-uX1UJ4omB8 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uX1UJ4omB8 .item-name,
.cid-uX1UJ4omB8 .mbr-section-btn {
  text-align: center;
}
.cid-uXN5jA2mi2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXN5jA2mi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXN5jA2mi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXN5jA2mi2 .container {
    padding: 0 16px;
  }
}
.cid-uXN5jA2mi2 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXN5jA2mi2 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXN5jA2mi2 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXN5jA2mi2 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXN5jA2mi2 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXN5jA2mi2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXN5jA2mi2 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXN5jA2mi2 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXN5jA2mi2 .item .item-wrapper:hover .item-img img,
.cid-uXN5jA2mi2 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXN5jA2mi2 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXN5jA2mi2 .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXN5jA2mi2 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXN5jA2mi2 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXN5jA2mi2 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXN5jA2mi2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXN5jA2mi2 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5jA2mi2 .item-name {
  color: #000000;
}
.cid-uXN5jA2mi2 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5jA2mi2 .item-name,
.cid-uXN5jA2mi2 .mbr-section-btn {
  text-align: center;
}
.cid-uXMS8h0jei {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXMS8h0jei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMS8h0jei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMS8h0jei .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uXMS8h0jei .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXMS8h0jei .container {
    padding: 0 16px;
  }
}
.cid-uXMS8h0jei .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMS8h0jei .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMS8h0jei .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMS8h0jei .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMS8h0jei .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMS8h0jei .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMS8h0jei .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMS8h0jei .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMS8h0jei .item .item-wrapper:hover .item-img img,
.cid-uXMS8h0jei .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMS8h0jei .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMS8h0jei .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMS8h0jei .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMS8h0jei .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMS8h0jei .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMS8h0jei .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMS8h0jei .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uXMS8h0jei .col-lg-4 {
    width: 95%;
  }
}
.cid-uXMS8h0jei .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMS8h0jei .item-name {
  color: #000000;
}
.cid-uXMS8h0jei .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMS8h0jei .item-name,
.cid-uXMS8h0jei .mbr-section-btn {
  text-align: center;
}
.cid-uXMS8EPHDh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXMS8EPHDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMS8EPHDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXMS8EPHDh .container {
    padding: 0 16px;
  }
}
.cid-uXMS8EPHDh .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMS8EPHDh .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMS8EPHDh .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMS8EPHDh .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMS8EPHDh .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMS8EPHDh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMS8EPHDh .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMS8EPHDh .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMS8EPHDh .item .item-wrapper:hover .item-img img,
.cid-uXMS8EPHDh .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMS8EPHDh .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMS8EPHDh .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMS8EPHDh .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMS8EPHDh .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMS8EPHDh .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMS8EPHDh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMS8EPHDh .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMS8EPHDh .item-name {
  color: #000000;
}
.cid-uXMS8EPHDh .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMS8EPHDh .item-name,
.cid-uXMS8EPHDh .mbr-section-btn {
  text-align: center;
}
.cid-uX1UJ51rEe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uX1UJ51rEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX1UJ51rEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX1UJ51rEe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uX1UJ51rEe .container {
    padding: 0 15px;
  }
}
.cid-uX1UJ51rEe .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uX1UJ51rEe .title-wrapper {
    text-align: center;
  }
}
.cid-uX1UJ51rEe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uX1UJ51rEe .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uX1UJ51rEe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX1UJ51rEe .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uX1UJ51rEe .list {
    justify-content: center;
  }
}
.cid-uX1UJ51rEe .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uX1UJ51rEe .list .item-wrap:hover,
.cid-uX1UJ51rEe .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uX1UJ51rEe .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uX1UJ51rEe .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uX1UJ51rEe .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uX1UJ51rEe .copy-wrapper {
    height: auto;
  }
}
.cid-uX1UJ51rEe .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX1UJ51rEe .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uX1UJ51rEe .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uX1UJ51rEe .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uX1UJ51rEe .social-wrapper {
    text-align: center;
  }
}
.cid-uX1UJ51rEe .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uX1UJ51rEe .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uX1UJ51rEe .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uX1UJ51rEe .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uX1UJ51rEe .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uX1UJ51rEe .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX1UJ51rEe .mbr-section-title {
  color: #f2ac2b;
}
.cid-uX1UJ51rEe .mbr-copy {
  color: #d2d2df;
}
.cid-uX1UJ51rEe .mbr-section-title,
.cid-uX1UJ51rEe .title-wrapper {
  color: #ffffff;
}
.cid-uX2bjoJ2fC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uX2bjoJ2fC nav.navbar {
  position: fixed;
}
.cid-uX2bjoJ2fC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uX2bjoJ2fC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uX2bjoJ2fC .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uX2bjoJ2fC .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uX2bjoJ2fC .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uX2bjoJ2fC .custom-header-text {
    display: none;
  }
  .cid-uX2bjoJ2fC .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uX2bjoJ2fC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2bjoJ2fC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uX2bjoJ2fC .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uX2bjoJ2fC .dropdown-item:hover,
.cid-uX2bjoJ2fC .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uX2bjoJ2fC .dropdown-item:hover span {
  color: white;
}
.cid-uX2bjoJ2fC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX2bjoJ2fC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX2bjoJ2fC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX2bjoJ2fC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX2bjoJ2fC .nav-link {
  position: relative;
}
.cid-uX2bjoJ2fC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uX2bjoJ2fC .container {
    flex-wrap: nowrap;
  }
}
.cid-uX2bjoJ2fC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uX2bjoJ2fC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uX2bjoJ2fC .dropdown-menu,
.cid-uX2bjoJ2fC .navbar.opened {
  background: #2a2315 !important;
}
.cid-uX2bjoJ2fC .nav-item:focus,
.cid-uX2bjoJ2fC .nav-link:focus {
  outline: none;
}
.cid-uX2bjoJ2fC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2bjoJ2fC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uX2bjoJ2fC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2bjoJ2fC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2bjoJ2fC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2bjoJ2fC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2bjoJ2fC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uX2bjoJ2fC .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2bjoJ2fC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uX2bjoJ2fC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uX2bjoJ2fC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX2bjoJ2fC .navbar.collapsed {
  justify-content: center;
}
.cid-uX2bjoJ2fC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2bjoJ2fC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2bjoJ2fC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uX2bjoJ2fC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2bjoJ2fC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2bjoJ2fC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX2bjoJ2fC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2bjoJ2fC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2bjoJ2fC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX2bjoJ2fC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2bjoJ2fC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2bjoJ2fC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2bjoJ2fC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2bjoJ2fC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX2bjoJ2fC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX2bjoJ2fC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX2bjoJ2fC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uX2bjoJ2fC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uX2bjoJ2fC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2bjoJ2fC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX2bjoJ2fC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uX2bjoJ2fC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uX2bjoJ2fC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uX2bjoJ2fC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2bjoJ2fC .navbar-brand .navbar-caption:hover,
.cid-uX2bjoJ2fC .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uX2bjoJ2fC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2bjoJ2fC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uX2bjoJ2fC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uX2bjoJ2fC .dropdown-item.active,
.cid-uX2bjoJ2fC .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2bjoJ2fC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2bjoJ2fC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2bjoJ2fC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2bjoJ2fC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uX2bjoJ2fC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uX2bjoJ2fC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uX2bjoJ2fC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX2bjoJ2fC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uX2bjoJ2fC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uX2bjoJ2fC .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uX2bjoJ2fC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uX2bjoJ2fC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uX2bjoJ2fC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uX2bjoJ2fC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uX2bjoJ2fC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uX2bjoJ2fC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uX2bjoJ2fC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX2bjoJ2fC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX2bjoJ2fC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uX2bjoJ2fC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2bjoJ2fC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2bjoJ2fC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2bjoJ2fC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2bjoJ2fC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX2bjoJ2fC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2bjoJ2fC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX2bjoJ2fC .navbar {
    height: 70px;
  }
  .cid-uX2bjoJ2fC .navbar.opened {
    height: auto;
  }
  .cid-uX2bjoJ2fC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2bjoJ2fC .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uX2bjoJ2fC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uX2bjoJ2fC .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uX2bjoJ2fC .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uX2bjoJ2fC .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uX2bjoJ2fC .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uX2bjoJ2fC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uX2bjoJ2fC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uX2bjoJ2fC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uX2bjoJ2fC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uX2bjoJ2fC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uX2bjoJ2fC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uX2bjoJ2fC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uX2bjoJ2fC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uX2bjoJ2fC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uX2bjoJ2fC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uX2bjoJ2fC .content-wrap {
  min-height: 110px;
}
.cid-uX2bjoJ2fC .mbr-section-btn .btn::after,
.cid-uX2bjoJ2fC .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uX2bjoJ2fC .mbr-section-btn .btn:hover,
.cid-uX2bjoJ2fC .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uX2bjoJ2fC .mbr-section-btn .btn:hover::after,
.cid-uX2bjoJ2fC .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uX2bjoJ2fC P {
  text-align: left;
  color: #727272;
}
.cid-uX2bjpVviJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uX2bjpVviJ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uX2bjpVviJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2bjpVviJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uX2bjpVviJ .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uX2bjpVviJ .content-wrapper {
    margin-top: 0;
  }
}
.cid-uX2bjpVviJ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uX2bjpVviJ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uX2bjpVviJ .mbr-section-title {
  color: #ffffff;
}
.cid-uX2bjpVviJ .mbr-text {
  color: #ffffff;
}
.cid-uX2bjqoqq3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uX2bjqoqq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2bjqoqq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2bjqoqq3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uX2bjqoqq3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uX2bjqoqq3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uX2bjqoqq3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX2bjqoqq3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX2bjqoqq3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uX2bjqoqq3 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uX2bjqoqq3 .item {
    margin-bottom: 28px;
  }
}
.cid-uX2bjqoqq3 .item .item-wrapper {
  background-color: #b49d5e;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uX2bjqoqq3 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uX2bjqoqq3 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uX2bjqoqq3 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uX2bjqoqq3 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 4px;
  }
}
.cid-uX2bjqoqq3 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  padding: 5%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uX2bjqoqq3 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uX2bjqoqq3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uX2bjqoqq3 .mbr-text,
.cid-uX2bjqoqq3 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uX2bjqoqq3 .item-title {
  color: #ffffff;
}
.cid-uX2bjqoqq3 .item-title,
.cid-uX2bjqoqq3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uX2bjqLMIP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uX2bjqLMIP .mbr-overlay {
  background: #b49d5e;
  opacity: 0.3;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uX2bjqLMIP .container {
    padding: 0 24px;
  }
}
.cid-uX2bjqLMIP .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uX2bjqLMIP .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uX2bjqLMIP .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX2bjqLMIP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uX2bjqLMIP .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uX2bjqLMIP .mbr-section-btn {
    text-align: left;
  }
}
.cid-uX2bjqLMIP .mbr-section-title {
  color: #F9F6E0;
}
.cid-uX2bjqLMIP .mbr-text {
  color: #F9F6E0;
}
.cid-uX2bjqLMIP .mbr-section-title,
.cid-uX2bjqLMIP .mbr-section-btn {
  text-align: left;
}
.cid-uX2bjr6HN6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX2bjr6HN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2bjr6HN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2bjr6HN6 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uX2bjr6HN6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uX2bjr6HN6 .container {
    padding: 0 16px;
  }
}
.cid-uX2bjr6HN6 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uX2bjr6HN6 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uX2bjr6HN6 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uX2bjr6HN6 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uX2bjr6HN6 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uX2bjr6HN6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX2bjr6HN6 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uX2bjr6HN6 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uX2bjr6HN6 .item .item-wrapper:hover .item-img img,
.cid-uX2bjr6HN6 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uX2bjr6HN6 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uX2bjr6HN6 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uX2bjr6HN6 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uX2bjr6HN6 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uX2bjr6HN6 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uX2bjr6HN6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uX2bjr6HN6 .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uX2bjr6HN6 .col-lg-4 {
    width: 95%;
  }
}
.cid-uX2bjr6HN6 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uX2bjr6HN6 .item-name {
  color: #000000;
}
.cid-uX2bjr6HN6 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uX2bjr6HN6 .item-name,
.cid-uX2bjr6HN6 .mbr-section-btn {
  text-align: center;
}
.cid-uXN5xwDJga {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXN5xwDJga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXN5xwDJga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXN5xwDJga .container {
    padding: 0 16px;
  }
}
.cid-uXN5xwDJga .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXN5xwDJga .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXN5xwDJga .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXN5xwDJga .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXN5xwDJga .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXN5xwDJga .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXN5xwDJga .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXN5xwDJga .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXN5xwDJga .item .item-wrapper:hover .item-img img,
.cid-uXN5xwDJga .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXN5xwDJga .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXN5xwDJga .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXN5xwDJga .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXN5xwDJga .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXN5xwDJga .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXN5xwDJga .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXN5xwDJga .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5xwDJga .item-name {
  color: #000000;
}
.cid-uXN5xwDJga .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5xwDJga .item-name,
.cid-uXN5xwDJga .mbr-section-btn {
  text-align: center;
}
.cid-uXMSlJMnhr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXMSlJMnhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMSlJMnhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMSlJMnhr .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uXMSlJMnhr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXMSlJMnhr .container {
    padding: 0 16px;
  }
}
.cid-uXMSlJMnhr .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMSlJMnhr .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMSlJMnhr .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMSlJMnhr .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMSlJMnhr .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMSlJMnhr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMSlJMnhr .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMSlJMnhr .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMSlJMnhr .item .item-wrapper:hover .item-img img,
.cid-uXMSlJMnhr .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMSlJMnhr .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMSlJMnhr .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMSlJMnhr .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMSlJMnhr .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMSlJMnhr .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMSlJMnhr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMSlJMnhr .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uXMSlJMnhr .col-lg-4 {
    width: 95%;
  }
}
.cid-uXMSlJMnhr .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSlJMnhr .item-name {
  color: #000000;
}
.cid-uXMSlJMnhr .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSlJMnhr .item-name,
.cid-uXMSlJMnhr .mbr-section-btn {
  text-align: center;
}
.cid-uXMSmlyY8T {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXMSmlyY8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMSmlyY8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXMSmlyY8T .container {
    padding: 0 16px;
  }
}
.cid-uXMSmlyY8T .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMSmlyY8T .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMSmlyY8T .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMSmlyY8T .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMSmlyY8T .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMSmlyY8T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMSmlyY8T .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMSmlyY8T .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMSmlyY8T .item .item-wrapper:hover .item-img img,
.cid-uXMSmlyY8T .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMSmlyY8T .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMSmlyY8T .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMSmlyY8T .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMSmlyY8T .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMSmlyY8T .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMSmlyY8T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMSmlyY8T .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSmlyY8T .item-name {
  color: #000000;
}
.cid-uXMSmlyY8T .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMSmlyY8T .item-name,
.cid-uXMSmlyY8T .mbr-section-btn {
  text-align: center;
}
.cid-uX2bjrSE62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uX2bjrSE62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2bjrSE62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2bjrSE62 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uX2bjrSE62 .container {
    padding: 0 15px;
  }
}
.cid-uX2bjrSE62 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uX2bjrSE62 .title-wrapper {
    text-align: center;
  }
}
.cid-uX2bjrSE62 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uX2bjrSE62 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uX2bjrSE62 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX2bjrSE62 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uX2bjrSE62 .list {
    justify-content: center;
  }
}
.cid-uX2bjrSE62 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uX2bjrSE62 .list .item-wrap:hover,
.cid-uX2bjrSE62 .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uX2bjrSE62 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uX2bjrSE62 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uX2bjrSE62 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uX2bjrSE62 .copy-wrapper {
    height: auto;
  }
}
.cid-uX2bjrSE62 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX2bjrSE62 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uX2bjrSE62 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uX2bjrSE62 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uX2bjrSE62 .social-wrapper {
    text-align: center;
  }
}
.cid-uX2bjrSE62 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uX2bjrSE62 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uX2bjrSE62 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uX2bjrSE62 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uX2bjrSE62 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uX2bjrSE62 .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2bjrSE62 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uX2bjrSE62 .mbr-copy {
  color: #d2d2df;
}
.cid-uX2bjrSE62 .mbr-section-title,
.cid-uX2bjrSE62 .title-wrapper {
  color: #ffffff;
}
.cid-uXMV48Yq81 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uXMV48Yq81 nav.navbar {
  position: fixed;
}
.cid-uXMV48Yq81 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uXMV48Yq81 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uXMV48Yq81 .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uXMV48Yq81 .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uXMV48Yq81 .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uXMV48Yq81 .custom-header-text {
    display: none;
  }
  .cid-uXMV48Yq81 .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uXMV48Yq81 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXMV48Yq81 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXMV48Yq81 .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uXMV48Yq81 .dropdown-item:hover,
.cid-uXMV48Yq81 .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uXMV48Yq81 .dropdown-item:hover span {
  color: white;
}
.cid-uXMV48Yq81 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXMV48Yq81 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXMV48Yq81 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXMV48Yq81 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXMV48Yq81 .nav-link {
  position: relative;
}
.cid-uXMV48Yq81 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uXMV48Yq81 .container {
    flex-wrap: nowrap;
  }
}
.cid-uXMV48Yq81 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXMV48Yq81 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXMV48Yq81 .dropdown-menu,
.cid-uXMV48Yq81 .navbar.opened {
  background: #2a2315 !important;
}
.cid-uXMV48Yq81 .nav-item:focus,
.cid-uXMV48Yq81 .nav-link:focus {
  outline: none;
}
.cid-uXMV48Yq81 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXMV48Yq81 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXMV48Yq81 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXMV48Yq81 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXMV48Yq81 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXMV48Yq81 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXMV48Yq81 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uXMV48Yq81 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXMV48Yq81 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uXMV48Yq81 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uXMV48Yq81 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXMV48Yq81 .navbar.collapsed {
  justify-content: center;
}
.cid-uXMV48Yq81 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXMV48Yq81 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXMV48Yq81 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uXMV48Yq81 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXMV48Yq81 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXMV48Yq81 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXMV48Yq81 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXMV48Yq81 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXMV48Yq81 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXMV48Yq81 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXMV48Yq81 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXMV48Yq81 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXMV48Yq81 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXMV48Yq81 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXMV48Yq81 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXMV48Yq81 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXMV48Yq81 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uXMV48Yq81 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXMV48Yq81 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXMV48Yq81 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXMV48Yq81 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXMV48Yq81 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXMV48Yq81 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uXMV48Yq81 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXMV48Yq81 .navbar-brand .navbar-caption:hover,
.cid-uXMV48Yq81 .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uXMV48Yq81 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXMV48Yq81 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXMV48Yq81 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXMV48Yq81 .dropdown-item.active,
.cid-uXMV48Yq81 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXMV48Yq81 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXMV48Yq81 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXMV48Yq81 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXMV48Yq81 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXMV48Yq81 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXMV48Yq81 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXMV48Yq81 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXMV48Yq81 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXMV48Yq81 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXMV48Yq81 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uXMV48Yq81 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uXMV48Yq81 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uXMV48Yq81 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXMV48Yq81 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uXMV48Yq81 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXMV48Yq81 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXMV48Yq81 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXMV48Yq81 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXMV48Yq81 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXMV48Yq81 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXMV48Yq81 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXMV48Yq81 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXMV48Yq81 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXMV48Yq81 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXMV48Yq81 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXMV48Yq81 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXMV48Yq81 .navbar {
    height: 70px;
  }
  .cid-uXMV48Yq81 .navbar.opened {
    height: auto;
  }
  .cid-uXMV48Yq81 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXMV48Yq81 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uXMV48Yq81 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXMV48Yq81 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uXMV48Yq81 .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXMV48Yq81 .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uXMV48Yq81 .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uXMV48Yq81 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXMV48Yq81 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXMV48Yq81 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXMV48Yq81 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXMV48Yq81 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXMV48Yq81 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXMV48Yq81 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXMV48Yq81 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXMV48Yq81 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXMV48Yq81 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXMV48Yq81 .content-wrap {
  min-height: 110px;
}
.cid-uXMV48Yq81 .mbr-section-btn .btn::after,
.cid-uXMV48Yq81 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uXMV48Yq81 .mbr-section-btn .btn:hover,
.cid-uXMV48Yq81 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uXMV48Yq81 .mbr-section-btn .btn:hover::after,
.cid-uXMV48Yq81 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uXMV48Yq81 P {
  text-align: left;
  color: #727272;
}
.cid-uXMV4acdjT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uXMV4acdjT::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uXMV4acdjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMV4acdjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uXMV4acdjT .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uXMV4acdjT .content-wrapper {
    margin-top: 0;
  }
}
.cid-uXMV4acdjT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXMV4acdjT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uXMV4acdjT .mbr-section-title {
  color: #ffffff;
}
.cid-uXMV4acdjT .mbr-text {
  color: #ffffff;
}
.cid-uXMV4ccEI2 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b49d5e;
}
.cid-uXMV4ccEI2 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uXMV4ccEI2 .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMV4ccEI2 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uXMV4ccEI2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMV4ccEI2 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uXMV4ccEI2 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMV4ccEI2 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uXMV4ccEI2 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uXMV4ccEI2 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uXMV4ccEI2 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uXMV4ccEI2 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uXMV4ccEI2 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uXMV4ccEI2 .mbr-text {
  color: #f4f4f4;
}
.cid-uXMV4ccEI2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZctSim7iM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZctSim7iM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZctSim7iM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZctSim7iM .card-wrapper {
  display: flex;
  background-color: #121212;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZctSim7iM .card-wrapper {
    display: block;
  }
}
.cid-uZctSim7iM .card-wrapper .image-wrapper {
  position: relative;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZctSim7iM .card-wrapper .image-wrapper {
    width: 100%;
    height: 300px;
  }
}
.cid-uZctSim7iM .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZctSim7iM .card-wrapper .content-wrapper {
  width: 45%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uZctSim7iM .card-wrapper .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZctSim7iM .card-wrapper .content-wrapper {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.cid-uZctSim7iM .card-wrapper .content-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZctSim7iM .card-wrapper .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZctSim7iM .card-wrapper .content-wrapper .person-wrapper .person-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZctSim7iM .card-wrapper .content-wrapper .person-wrapper .person-wrap .image-wrap img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZctSim7iM .card-wrapper .content-wrapper .person-wrapper .person-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uZctSim7iM .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZctSim7iM .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZctSim7iM .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZctSim7iM .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZctSim7iM .mbr-name {
  color: #808080;
}
.cid-uZctSim7iM .mbr-section-title {
  color: #ffffff;
}
.cid-uZctSim7iM .mbr-text,
.cid-uZctSim7iM .text-wrapper {
  color: #f0e1b8;
}
.cid-uZctSim7iM .mbr-name,
.cid-uZctSim7iM .person-wrapper {
  color: #b49d5e;
}
.cid-uXMWWNthwp {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b49d5e;
}
.cid-uXMWWNthwp .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uXMWWNthwp .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMWWNthwp .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uXMWWNthwp .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMWWNthwp .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uXMWWNthwp .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMWWNthwp .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uXMWWNthwp .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uXMWWNthwp .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uXMWWNthwp .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uXMWWNthwp .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uXMWWNthwp .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uXMWWNthwp .mbr-text {
  color: #f4f4f4;
}
.cid-uXMWWNthwp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZXJbkS4Wv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZXJbkS4Wv .item {
  padding-bottom: 2rem;
}
.cid-uZXJbkS4Wv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZXJbkS4Wv .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZXJbkS4Wv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZXJbkS4Wv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZXJbkS4Wv .carousel-control,
.cid-uZXJbkS4Wv .close {
  background: #1b1b1b;
}
.cid-uZXJbkS4Wv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZXJbkS4Wv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZXJbkS4Wv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZXJbkS4Wv .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZXJbkS4Wv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZXJbkS4Wv .close::before {
  content: '\e91a';
}
.cid-uZXJbkS4Wv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZXJbkS4Wv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZXJbkS4Wv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZXJbkS4Wv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZXJbkS4Wv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZXJbkS4Wv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZXJbkS4Wv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZXJbkS4Wv .carousel-indicators li.active,
.cid-uZXJbkS4Wv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZXJbkS4Wv .carousel-indicators li::after,
.cid-uZXJbkS4Wv .carousel-indicators li::before {
  content: none;
}
.cid-uZXJbkS4Wv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZXJbkS4Wv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZXJbkS4Wv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZXJbkS4Wv .carousel-indicators {
    display: none;
  }
}
.cid-uZXJbkS4Wv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZXJbkS4Wv .carousel-inner > .active {
  display: block;
}
.cid-uZXJbkS4Wv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZXJbkS4Wv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZXJbkS4Wv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZXJbkS4Wv .carousel-control,
  .cid-uZXJbkS4Wv .carousel-indicators,
  .cid-uZXJbkS4Wv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZXJbkS4Wv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZXJbkS4Wv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZXJbkS4Wv .carousel-indicators .active,
.cid-uZXJbkS4Wv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZXJbkS4Wv .carousel-indicators .active {
  background: #fff;
}
.cid-uZXJbkS4Wv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZXJbkS4Wv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZXJbkS4Wv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZXJbkS4Wv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZXJbkS4Wv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZXJbkS4Wv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZXJbkS4Wv .carousel {
  width: 100%;
}
.cid-uZXJbkS4Wv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZXJbkS4Wv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZXJbkS4Wv .modal.fade .modal-dialog,
.cid-uZXJbkS4Wv .modal.in .modal-dialog {
  transform: none;
}
.cid-uZXJbkS4Wv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZXJbkS4Wv H6 {
  text-align: center;
}
.cid-uZXJbkS4Wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZXJbkS4Wv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZXJbkS4Wv H3 {
  color: #b49d5e;
}
.cid-uZXJbkS4Wv H4 {
  color: #f4f4f4;
}
.cid-uZXJbkS4Wv .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZXJbkS4Wv H5 {
  color: #ffffff;
}
.cid-uZXMKrw11G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZXMKrw11G .item {
  padding-bottom: 2rem;
}
.cid-uZXMKrw11G .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZXMKrw11G .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZXMKrw11G .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZXMKrw11G .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZXMKrw11G .carousel-control,
.cid-uZXMKrw11G .close {
  background: #1b1b1b;
}
.cid-uZXMKrw11G .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZXMKrw11G .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZXMKrw11G .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZXMKrw11G .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZXMKrw11G .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZXMKrw11G .close::before {
  content: '\e91a';
}
.cid-uZXMKrw11G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZXMKrw11G .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZXMKrw11G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZXMKrw11G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZXMKrw11G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZXMKrw11G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZXMKrw11G .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZXMKrw11G .carousel-indicators li.active,
.cid-uZXMKrw11G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZXMKrw11G .carousel-indicators li::after,
.cid-uZXMKrw11G .carousel-indicators li::before {
  content: none;
}
.cid-uZXMKrw11G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZXMKrw11G .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZXMKrw11G .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZXMKrw11G .carousel-indicators {
    display: none;
  }
}
.cid-uZXMKrw11G .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZXMKrw11G .carousel-inner > .active {
  display: block;
}
.cid-uZXMKrw11G .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZXMKrw11G .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZXMKrw11G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZXMKrw11G .carousel-control,
  .cid-uZXMKrw11G .carousel-indicators,
  .cid-uZXMKrw11G .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZXMKrw11G .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZXMKrw11G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZXMKrw11G .carousel-indicators .active,
.cid-uZXMKrw11G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZXMKrw11G .carousel-indicators .active {
  background: #fff;
}
.cid-uZXMKrw11G .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZXMKrw11G .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZXMKrw11G .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZXMKrw11G .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZXMKrw11G .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZXMKrw11G .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZXMKrw11G .carousel {
  width: 100%;
}
.cid-uZXMKrw11G .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZXMKrw11G .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZXMKrw11G .modal.fade .modal-dialog,
.cid-uZXMKrw11G .modal.in .modal-dialog {
  transform: none;
}
.cid-uZXMKrw11G .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZXMKrw11G H6 {
  text-align: center;
}
.cid-uZXMKrw11G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZXMKrw11G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZXMKrw11G H3 {
  color: #b49d5e;
}
.cid-uZXMKrw11G H4 {
  color: #f4f4f4;
}
.cid-uZXMKrw11G .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZXMKrw11G H5 {
  color: #ffffff;
}
.cid-uZXNyN3zKd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZXNyN3zKd .item {
  padding-bottom: 2rem;
}
.cid-uZXNyN3zKd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZXNyN3zKd .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZXNyN3zKd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZXNyN3zKd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZXNyN3zKd .carousel-control,
.cid-uZXNyN3zKd .close {
  background: #1b1b1b;
}
.cid-uZXNyN3zKd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZXNyN3zKd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZXNyN3zKd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZXNyN3zKd .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZXNyN3zKd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZXNyN3zKd .close::before {
  content: '\e91a';
}
.cid-uZXNyN3zKd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZXNyN3zKd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZXNyN3zKd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZXNyN3zKd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZXNyN3zKd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZXNyN3zKd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZXNyN3zKd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZXNyN3zKd .carousel-indicators li.active,
.cid-uZXNyN3zKd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZXNyN3zKd .carousel-indicators li::after,
.cid-uZXNyN3zKd .carousel-indicators li::before {
  content: none;
}
.cid-uZXNyN3zKd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZXNyN3zKd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZXNyN3zKd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZXNyN3zKd .carousel-indicators {
    display: none;
  }
}
.cid-uZXNyN3zKd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZXNyN3zKd .carousel-inner > .active {
  display: block;
}
.cid-uZXNyN3zKd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZXNyN3zKd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZXNyN3zKd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZXNyN3zKd .carousel-control,
  .cid-uZXNyN3zKd .carousel-indicators,
  .cid-uZXNyN3zKd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZXNyN3zKd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZXNyN3zKd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZXNyN3zKd .carousel-indicators .active,
.cid-uZXNyN3zKd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZXNyN3zKd .carousel-indicators .active {
  background: #fff;
}
.cid-uZXNyN3zKd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZXNyN3zKd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZXNyN3zKd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZXNyN3zKd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZXNyN3zKd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZXNyN3zKd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZXNyN3zKd .carousel {
  width: 100%;
}
.cid-uZXNyN3zKd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZXNyN3zKd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZXNyN3zKd .modal.fade .modal-dialog,
.cid-uZXNyN3zKd .modal.in .modal-dialog {
  transform: none;
}
.cid-uZXNyN3zKd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZXNyN3zKd H6 {
  text-align: center;
}
.cid-uZXNyN3zKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZXNyN3zKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZXNyN3zKd H3 {
  color: #b49d5e;
}
.cid-uZXNyN3zKd H4 {
  color: #f4f4f4;
}
.cid-uZXNyN3zKd .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZXNyN3zKd H5 {
  color: #ffffff;
}
.cid-uZXOI6de5g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZXOI6de5g .item {
  padding-bottom: 2rem;
}
.cid-uZXOI6de5g .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZXOI6de5g .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZXOI6de5g .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZXOI6de5g .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZXOI6de5g .carousel-control,
.cid-uZXOI6de5g .close {
  background: #1b1b1b;
}
.cid-uZXOI6de5g .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZXOI6de5g .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZXOI6de5g .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZXOI6de5g .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZXOI6de5g .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZXOI6de5g .close::before {
  content: '\e91a';
}
.cid-uZXOI6de5g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZXOI6de5g .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZXOI6de5g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZXOI6de5g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZXOI6de5g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZXOI6de5g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZXOI6de5g .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZXOI6de5g .carousel-indicators li.active,
.cid-uZXOI6de5g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZXOI6de5g .carousel-indicators li::after,
.cid-uZXOI6de5g .carousel-indicators li::before {
  content: none;
}
.cid-uZXOI6de5g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZXOI6de5g .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZXOI6de5g .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZXOI6de5g .carousel-indicators {
    display: none;
  }
}
.cid-uZXOI6de5g .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZXOI6de5g .carousel-inner > .active {
  display: block;
}
.cid-uZXOI6de5g .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZXOI6de5g .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZXOI6de5g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZXOI6de5g .carousel-control,
  .cid-uZXOI6de5g .carousel-indicators,
  .cid-uZXOI6de5g .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZXOI6de5g .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZXOI6de5g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZXOI6de5g .carousel-indicators .active,
.cid-uZXOI6de5g .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZXOI6de5g .carousel-indicators .active {
  background: #fff;
}
.cid-uZXOI6de5g .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZXOI6de5g .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZXOI6de5g .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZXOI6de5g .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZXOI6de5g .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZXOI6de5g .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZXOI6de5g .carousel {
  width: 100%;
}
.cid-uZXOI6de5g .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZXOI6de5g .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZXOI6de5g .modal.fade .modal-dialog,
.cid-uZXOI6de5g .modal.in .modal-dialog {
  transform: none;
}
.cid-uZXOI6de5g .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZXOI6de5g H6 {
  text-align: center;
}
.cid-uZXOI6de5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZXOI6de5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZXOI6de5g H3 {
  color: #b49d5e;
}
.cid-uZXOI6de5g H4 {
  color: #f4f4f4;
}
.cid-uZXOI6de5g .line {
  width: 100%;
  height: 1px;
  background: #b49d5e;
  display: inline-block;
  margin-bottom: 15px;
}
.cid-uZXOI6de5g H5 {
  color: #ffffff;
}
.cid-uXMV4dVmrr {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b49d5e;
}
.cid-uXMV4dVmrr .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uXMV4dVmrr .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMV4dVmrr .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uXMV4dVmrr .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMV4dVmrr .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uXMV4dVmrr .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMV4dVmrr .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uXMV4dVmrr .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uXMV4dVmrr .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uXMV4dVmrr .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uXMV4dVmrr .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uXMV4dVmrr .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uXMV4dVmrr .mbr-text {
  color: #f4f4f4;
}
.cid-uXMV4dVmrr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZRn6PNfov {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZRn6PNfov .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uZRn6PNfov .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uZRn6PNfov .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uZRn6PNfov .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZRn6PNfov .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uZRn6PNfov .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZRn6PNfov .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uZRn6PNfov .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uZRn6PNfov .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uZRn6PNfov .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uZRn6PNfov .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uZRn6PNfov .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uZRn6PNfov .mbr-text {
  color: #f4f4f4;
}
.cid-uZRn6PNfov .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZRn6PNfov .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uZRn6PNfov .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 120%;
  margin-top: 0px;
}
.cid-uZXRF26Bk9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZXRF26Bk9 .item {
  padding-bottom: 2rem;
}
.cid-uZXRF26Bk9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZXRF26Bk9 .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uZXRF26Bk9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZXRF26Bk9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZXRF26Bk9 .carousel-control,
.cid-uZXRF26Bk9 .close {
  background: #1b1b1b;
}
.cid-uZXRF26Bk9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZXRF26Bk9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZXRF26Bk9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZXRF26Bk9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZXRF26Bk9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZXRF26Bk9 .close::before {
  content: '\e91a';
}
.cid-uZXRF26Bk9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZXRF26Bk9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZXRF26Bk9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZXRF26Bk9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZXRF26Bk9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZXRF26Bk9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZXRF26Bk9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZXRF26Bk9 .carousel-indicators li.active,
.cid-uZXRF26Bk9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZXRF26Bk9 .carousel-indicators li::after,
.cid-uZXRF26Bk9 .carousel-indicators li::before {
  content: none;
}
.cid-uZXRF26Bk9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZXRF26Bk9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZXRF26Bk9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZXRF26Bk9 .carousel-indicators {
    display: none;
  }
}
.cid-uZXRF26Bk9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZXRF26Bk9 .carousel-inner > .active {
  display: block;
}
.cid-uZXRF26Bk9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZXRF26Bk9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZXRF26Bk9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZXRF26Bk9 .carousel-control,
  .cid-uZXRF26Bk9 .carousel-indicators,
  .cid-uZXRF26Bk9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZXRF26Bk9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZXRF26Bk9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZXRF26Bk9 .carousel-indicators .active,
.cid-uZXRF26Bk9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZXRF26Bk9 .carousel-indicators .active {
  background: #fff;
}
.cid-uZXRF26Bk9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZXRF26Bk9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZXRF26Bk9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZXRF26Bk9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZXRF26Bk9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZXRF26Bk9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZXRF26Bk9 .carousel {
  width: 100%;
}
.cid-uZXRF26Bk9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZXRF26Bk9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZXRF26Bk9 .modal.fade .modal-dialog,
.cid-uZXRF26Bk9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uZXRF26Bk9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZXRF26Bk9 H6 {
  text-align: center;
}
.cid-uZXRF26Bk9 .mbr-section-title {
  color: #b49d5e;
}
.cid-uZXRF26Bk9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZXRF26Bk9 .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uZXRF26Bk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZXRF26Bk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZXRF26Bk9 H3 {
  color: #b49d5e;
}
.cid-uZXRF26Bk9 H4 {
  color: #f4f4f4;
}
.cid-uXMV4gYcp3 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b49d5e;
}
.cid-uXMV4gYcp3 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uXMV4gYcp3 .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMV4gYcp3 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uXMV4gYcp3 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMV4gYcp3 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uXMV4gYcp3 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uXMV4gYcp3 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uXMV4gYcp3 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uXMV4gYcp3 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uXMV4gYcp3 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uXMV4gYcp3 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uXMV4gYcp3 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uXMV4gYcp3 .mbr-text {
  color: #f4f4f4;
}
.cid-uXMV4gYcp3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZXS4jJblm {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZXS4jJblm .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uZXS4jJblm .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uZXS4jJblm .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uZXS4jJblm .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZXS4jJblm .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uZXS4jJblm .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZXS4jJblm .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uZXS4jJblm .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uZXS4jJblm .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uZXS4jJblm .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uZXS4jJblm .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uZXS4jJblm .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uZXS4jJblm .mbr-text {
  color: #f4f4f4;
}
.cid-uZXS4jJblm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZXS4jJblm .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uZXS4jJblm .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 120%;
  margin-top: 0px;
}
.cid-uZcVefwKVL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZcVefwKVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZcVefwKVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZcVefwKVL .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZcVefwKVL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZcVefwKVL .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZcVefwKVL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZcVefwKVL .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZcVefwKVL .items-wrapper {
  align-items: center;
}
.cid-uZcVefwKVL .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZcVefwKVL .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZcVefwKVL .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uZcVefwKVL .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-uZcVefwKVL .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZcVefwKVL .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZcVefwKVL .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZcVefwKVL .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZcVefwKVL .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZcVefwKVL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZcVefwKVL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZcVefwKVL .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZcVefwKVL .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZcVefwKVL .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZcVefwKVL .mbr-text,
.cid-uZcVefwKVL .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZcVefwKVL .card-title {
  color: #ffffff;
}
.cid-uZcVefwKVL .card-text {
  color: #ffffff;
}
.cid-uZcQ1JiEvQ {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uZcQ1JiEvQ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uZcQ1JiEvQ .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZcQ1JiEvQ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uZcQ1JiEvQ .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZcQ1JiEvQ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uZcQ1JiEvQ .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZcQ1JiEvQ .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uZcQ1JiEvQ .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uZcQ1JiEvQ .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uZcQ1JiEvQ .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uZcQ1JiEvQ .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uZcQ1JiEvQ .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uZcQ1JiEvQ .mbr-text {
  color: #f4f4f4;
}
.cid-uZcQ1JiEvQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uXMV4juYPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uXMV4juYPl .mbr-overlay {
  background: #b49d5e;
  opacity: 0.3;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uXMV4juYPl .container {
    padding: 0 24px;
  }
}
.cid-uXMV4juYPl .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXMV4juYPl .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXMV4juYPl .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXMV4juYPl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXMV4juYPl .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXMV4juYPl .mbr-section-btn {
    text-align: left;
  }
}
.cid-uXMV4juYPl .mbr-section-title {
  color: #F9F6E0;
}
.cid-uXMV4juYPl .mbr-text {
  color: #F9F6E0;
}
.cid-uXMV4juYPl .mbr-section-title,
.cid-uXMV4juYPl .mbr-section-btn {
  text-align: left;
}
.cid-uXMV4k3C5H {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXMV4k3C5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMV4k3C5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMV4k3C5H .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uXMV4k3C5H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXMV4k3C5H .container {
    padding: 0 16px;
  }
}
.cid-uXMV4k3C5H .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMV4k3C5H .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMV4k3C5H .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMV4k3C5H .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMV4k3C5H .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMV4k3C5H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMV4k3C5H .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMV4k3C5H .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMV4k3C5H .item .item-wrapper:hover .item-img img,
.cid-uXMV4k3C5H .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMV4k3C5H .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMV4k3C5H .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMV4k3C5H .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMV4k3C5H .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMV4k3C5H .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMV4k3C5H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMV4k3C5H .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uXMV4k3C5H .col-lg-4 {
    width: 95%;
  }
}
.cid-uXMV4k3C5H .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMV4k3C5H .item-name {
  color: #000000;
}
.cid-uXMV4k3C5H .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMV4k3C5H .item-name,
.cid-uXMV4k3C5H .mbr-section-btn {
  text-align: center;
}
.cid-uXN5nsUThS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXN5nsUThS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXN5nsUThS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXN5nsUThS .container {
    padding: 0 16px;
  }
}
.cid-uXN5nsUThS .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXN5nsUThS .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXN5nsUThS .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXN5nsUThS .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXN5nsUThS .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXN5nsUThS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXN5nsUThS .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXN5nsUThS .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXN5nsUThS .item .item-wrapper:hover .item-img img,
.cid-uXN5nsUThS .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXN5nsUThS .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXN5nsUThS .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXN5nsUThS .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXN5nsUThS .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXN5nsUThS .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXN5nsUThS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXN5nsUThS .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5nsUThS .item-name {
  color: #000000;
}
.cid-uXN5nsUThS .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXN5nsUThS .item-name,
.cid-uXN5nsUThS .mbr-section-btn {
  text-align: center;
}
.cid-uXMV4l3U8R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uXMV4l3U8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMV4l3U8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMV4l3U8R .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uXMV4l3U8R .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXMV4l3U8R .container {
    padding: 0 16px;
  }
}
.cid-uXMV4l3U8R .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMV4l3U8R .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMV4l3U8R .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMV4l3U8R .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMV4l3U8R .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMV4l3U8R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMV4l3U8R .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMV4l3U8R .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMV4l3U8R .item .item-wrapper:hover .item-img img,
.cid-uXMV4l3U8R .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMV4l3U8R .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMV4l3U8R .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMV4l3U8R .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMV4l3U8R .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMV4l3U8R .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMV4l3U8R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMV4l3U8R .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uXMV4l3U8R .col-lg-4 {
    width: 95%;
  }
}
.cid-uXMV4l3U8R .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMV4l3U8R .item-name {
  color: #000000;
}
.cid-uXMV4l3U8R .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMV4l3U8R .item-name,
.cid-uXMV4l3U8R .mbr-section-btn {
  text-align: center;
}
.cid-uXMV4lwSKq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXMV4lwSKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMV4lwSKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXMV4lwSKq .container {
    padding: 0 16px;
  }
}
.cid-uXMV4lwSKq .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uXMV4lwSKq .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXMV4lwSKq .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uXMV4lwSKq .title-wrapper {
  margin-bottom: 50px;
}
.cid-uXMV4lwSKq .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXMV4lwSKq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMV4lwSKq .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uXMV4lwSKq .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uXMV4lwSKq .item .item-wrapper:hover .item-img img,
.cid-uXMV4lwSKq .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uXMV4lwSKq .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uXMV4lwSKq .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uXMV4lwSKq .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uXMV4lwSKq .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uXMV4lwSKq .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXMV4lwSKq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMV4lwSKq .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMV4lwSKq .item-name {
  color: #000000;
}
.cid-uXMV4lwSKq .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uXMV4lwSKq .item-name,
.cid-uXMV4lwSKq .mbr-section-btn {
  text-align: center;
}
.cid-uXMV4lZnZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uXMV4lZnZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMV4lZnZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMV4lZnZN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXMV4lZnZN .container {
    padding: 0 15px;
  }
}
.cid-uXMV4lZnZN .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uXMV4lZnZN .title-wrapper {
    text-align: center;
  }
}
.cid-uXMV4lZnZN .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXMV4lZnZN .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uXMV4lZnZN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXMV4lZnZN .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXMV4lZnZN .list {
    justify-content: center;
  }
}
.cid-uXMV4lZnZN .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXMV4lZnZN .list .item-wrap:hover,
.cid-uXMV4lZnZN .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uXMV4lZnZN .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uXMV4lZnZN .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uXMV4lZnZN .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXMV4lZnZN .copy-wrapper {
    height: auto;
  }
}
.cid-uXMV4lZnZN .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXMV4lZnZN .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uXMV4lZnZN .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uXMV4lZnZN .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXMV4lZnZN .social-wrapper {
    text-align: center;
  }
}
.cid-uXMV4lZnZN .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXMV4lZnZN .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uXMV4lZnZN .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uXMV4lZnZN .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uXMV4lZnZN .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uXMV4lZnZN .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXMV4lZnZN .mbr-section-title {
  color: #f2ac2b;
}
.cid-uXMV4lZnZN .mbr-copy {
  color: #d2d2df;
}
.cid-uXMV4lZnZN .mbr-section-title,
.cid-uXMV4lZnZN .title-wrapper {
  color: #ffffff;
}
.cid-uYVGlkUbFM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYVGlkUbFM nav.navbar {
  position: fixed;
}
.cid-uYVGlkUbFM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uYVGlkUbFM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYVGlkUbFM .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uYVGlkUbFM .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uYVGlkUbFM .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uYVGlkUbFM .custom-header-text {
    display: none;
  }
  .cid-uYVGlkUbFM .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uYVGlkUbFM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYVGlkUbFM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYVGlkUbFM .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uYVGlkUbFM .dropdown-item:hover,
.cid-uYVGlkUbFM .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uYVGlkUbFM .dropdown-item:hover span {
  color: white;
}
.cid-uYVGlkUbFM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYVGlkUbFM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYVGlkUbFM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYVGlkUbFM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYVGlkUbFM .nav-link {
  position: relative;
}
.cid-uYVGlkUbFM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYVGlkUbFM .container {
    flex-wrap: nowrap;
  }
}
.cid-uYVGlkUbFM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYVGlkUbFM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYVGlkUbFM .dropdown-menu,
.cid-uYVGlkUbFM .navbar.opened {
  background: #2a2315 !important;
}
.cid-uYVGlkUbFM .nav-item:focus,
.cid-uYVGlkUbFM .nav-link:focus {
  outline: none;
}
.cid-uYVGlkUbFM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYVGlkUbFM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYVGlkUbFM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYVGlkUbFM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYVGlkUbFM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYVGlkUbFM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYVGlkUbFM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYVGlkUbFM .navbar.opened {
  transition: all 0.3s;
}
.cid-uYVGlkUbFM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYVGlkUbFM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uYVGlkUbFM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYVGlkUbFM .navbar.collapsed {
  justify-content: center;
}
.cid-uYVGlkUbFM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYVGlkUbFM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYVGlkUbFM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uYVGlkUbFM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYVGlkUbFM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYVGlkUbFM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYVGlkUbFM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYVGlkUbFM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYVGlkUbFM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYVGlkUbFM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYVGlkUbFM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYVGlkUbFM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYVGlkUbFM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYVGlkUbFM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYVGlkUbFM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYVGlkUbFM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYVGlkUbFM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYVGlkUbFM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYVGlkUbFM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYVGlkUbFM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYVGlkUbFM .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYVGlkUbFM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYVGlkUbFM .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYVGlkUbFM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYVGlkUbFM .navbar-brand .navbar-caption:hover,
.cid-uYVGlkUbFM .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uYVGlkUbFM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYVGlkUbFM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYVGlkUbFM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uYVGlkUbFM .dropdown-item.active,
.cid-uYVGlkUbFM .dropdown-item:active {
  background-color: transparent;
}
.cid-uYVGlkUbFM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYVGlkUbFM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYVGlkUbFM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYVGlkUbFM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYVGlkUbFM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYVGlkUbFM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYVGlkUbFM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYVGlkUbFM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYVGlkUbFM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYVGlkUbFM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uYVGlkUbFM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uYVGlkUbFM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYVGlkUbFM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYVGlkUbFM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYVGlkUbFM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYVGlkUbFM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYVGlkUbFM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYVGlkUbFM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYVGlkUbFM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYVGlkUbFM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYVGlkUbFM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYVGlkUbFM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYVGlkUbFM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYVGlkUbFM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYVGlkUbFM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYVGlkUbFM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYVGlkUbFM .navbar {
    height: 70px;
  }
  .cid-uYVGlkUbFM .navbar.opened {
    height: auto;
  }
  .cid-uYVGlkUbFM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYVGlkUbFM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYVGlkUbFM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYVGlkUbFM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYVGlkUbFM .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYVGlkUbFM .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uYVGlkUbFM .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uYVGlkUbFM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYVGlkUbFM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYVGlkUbFM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYVGlkUbFM .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYVGlkUbFM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYVGlkUbFM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYVGlkUbFM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYVGlkUbFM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYVGlkUbFM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYVGlkUbFM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYVGlkUbFM .content-wrap {
  min-height: 110px;
}
.cid-uYVGlkUbFM .mbr-section-btn .btn::after,
.cid-uYVGlkUbFM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uYVGlkUbFM .mbr-section-btn .btn:hover,
.cid-uYVGlkUbFM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uYVGlkUbFM .mbr-section-btn .btn:hover::after,
.cid-uYVGlkUbFM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uYVGlkUbFM P {
  text-align: left;
  color: #727272;
}
.cid-uYVGllovn4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uYVGllovn4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uYVGllovn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVGllovn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uYVGllovn4 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uYVGllovn4 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uYVGllovn4 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uYVGllovn4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYVGllovn4 .mbr-section-title {
  color: #ffffff;
}
.cid-uYVGllovn4 .mbr-text {
  color: #ffffff;
}
.cid-uYVGllVHLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uYVGllVHLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVGllVHLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVGllVHLQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYVGllVHLQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uYVGllVHLQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYVGllVHLQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYVGllVHLQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYVGllVHLQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYVGllVHLQ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYVGllVHLQ .item {
    margin-bottom: 28px;
  }
}
.cid-uYVGllVHLQ .item .item-wrapper {
  background-color: #b49d5e;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uYVGllVHLQ .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uYVGllVHLQ .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uYVGllVHLQ .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uYVGllVHLQ .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 4px;
  }
}
.cid-uYVGllVHLQ .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  padding: 5%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uYVGllVHLQ .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uYVGllVHLQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYVGllVHLQ .mbr-text,
.cid-uYVGllVHLQ .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uYVGllVHLQ .item-title {
  color: #ffffff;
}
.cid-uYVGllVHLQ .item-title,
.cid-uYVGllVHLQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uYVGlme70c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uYVGlme70c .mbr-overlay {
  background: #b49d5e;
  opacity: 0.3;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYVGlme70c .container {
    padding: 0 24px;
  }
}
.cid-uYVGlme70c .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYVGlme70c .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYVGlme70c .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYVGlme70c .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYVGlme70c .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uYVGlme70c .mbr-section-btn {
    text-align: left;
  }
}
.cid-uYVGlme70c .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYVGlme70c .mbr-text {
  color: #F9F6E0;
}
.cid-uYVGlme70c .mbr-section-title,
.cid-uYVGlme70c .mbr-section-btn {
  text-align: left;
}
.cid-uYVGlmvV3d {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYVGlmvV3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVGlmvV3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVGlmvV3d .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uYVGlmvV3d .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYVGlmvV3d .container {
    padding: 0 16px;
  }
}
.cid-uYVGlmvV3d .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uYVGlmvV3d .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uYVGlmvV3d .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uYVGlmvV3d .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYVGlmvV3d .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYVGlmvV3d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYVGlmvV3d .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uYVGlmvV3d .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uYVGlmvV3d .item .item-wrapper:hover .item-img img,
.cid-uYVGlmvV3d .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uYVGlmvV3d .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uYVGlmvV3d .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uYVGlmvV3d .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uYVGlmvV3d .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uYVGlmvV3d .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYVGlmvV3d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYVGlmvV3d .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uYVGlmvV3d .col-lg-4 {
    width: 95%;
  }
}
.cid-uYVGlmvV3d .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uYVGlmvV3d .item-name {
  color: #000000;
}
.cid-uYVGlmvV3d .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uYVGlmvV3d .item-name,
.cid-uYVGlmvV3d .mbr-section-btn {
  text-align: center;
}
.cid-uYVGlmSwmH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYVGlmSwmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVGlmSwmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uYVGlmSwmH .container {
    padding: 0 16px;
  }
}
.cid-uYVGlmSwmH .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uYVGlmSwmH .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uYVGlmSwmH .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uYVGlmSwmH .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYVGlmSwmH .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYVGlmSwmH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYVGlmSwmH .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uYVGlmSwmH .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uYVGlmSwmH .item .item-wrapper:hover .item-img img,
.cid-uYVGlmSwmH .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uYVGlmSwmH .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uYVGlmSwmH .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uYVGlmSwmH .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uYVGlmSwmH .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uYVGlmSwmH .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYVGlmSwmH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYVGlmSwmH .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uYVGlmSwmH .item-name {
  color: #000000;
}
.cid-uYVGlmSwmH .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uYVGlmSwmH .item-name,
.cid-uYVGlmSwmH .mbr-section-btn {
  text-align: center;
}
.cid-uYVGlnfPpM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYVGlnfPpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVGlnfPpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVGlnfPpM .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uYVGlnfPpM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYVGlnfPpM .container {
    padding: 0 16px;
  }
}
.cid-uYVGlnfPpM .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uYVGlnfPpM .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uYVGlnfPpM .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uYVGlnfPpM .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYVGlnfPpM .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYVGlnfPpM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYVGlnfPpM .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uYVGlnfPpM .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uYVGlnfPpM .item .item-wrapper:hover .item-img img,
.cid-uYVGlnfPpM .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uYVGlnfPpM .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uYVGlnfPpM .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uYVGlnfPpM .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uYVGlnfPpM .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uYVGlnfPpM .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYVGlnfPpM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYVGlnfPpM .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uYVGlnfPpM .col-lg-4 {
    width: 95%;
  }
}
.cid-uYVGlnfPpM .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uYVGlnfPpM .item-name {
  color: #000000;
}
.cid-uYVGlnfPpM .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uYVGlnfPpM .item-name,
.cid-uYVGlnfPpM .mbr-section-btn {
  text-align: center;
}
.cid-uYVGlnyRf0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYVGlnyRf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVGlnyRf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uYVGlnyRf0 .container {
    padding: 0 16px;
  }
}
.cid-uYVGlnyRf0 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uYVGlnyRf0 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uYVGlnyRf0 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uYVGlnyRf0 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYVGlnyRf0 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYVGlnyRf0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYVGlnyRf0 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uYVGlnyRf0 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uYVGlnyRf0 .item .item-wrapper:hover .item-img img,
.cid-uYVGlnyRf0 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uYVGlnyRf0 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uYVGlnyRf0 .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uYVGlnyRf0 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uYVGlnyRf0 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uYVGlnyRf0 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYVGlnyRf0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYVGlnyRf0 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uYVGlnyRf0 .item-name {
  color: #000000;
}
.cid-uYVGlnyRf0 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uYVGlnyRf0 .item-name,
.cid-uYVGlnyRf0 .mbr-section-btn {
  text-align: center;
}
.cid-uYVGlnWltc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uYVGlnWltc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVGlnWltc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVGlnWltc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYVGlnWltc .container {
    padding: 0 15px;
  }
}
.cid-uYVGlnWltc .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uYVGlnWltc .title-wrapper {
    text-align: center;
  }
}
.cid-uYVGlnWltc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYVGlnWltc .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uYVGlnWltc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYVGlnWltc .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYVGlnWltc .list {
    justify-content: center;
  }
}
.cid-uYVGlnWltc .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYVGlnWltc .list .item-wrap:hover,
.cid-uYVGlnWltc .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uYVGlnWltc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uYVGlnWltc .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uYVGlnWltc .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYVGlnWltc .copy-wrapper {
    height: auto;
  }
}
.cid-uYVGlnWltc .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYVGlnWltc .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uYVGlnWltc .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uYVGlnWltc .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uYVGlnWltc .social-wrapper {
    text-align: center;
  }
}
.cid-uYVGlnWltc .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYVGlnWltc .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uYVGlnWltc .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uYVGlnWltc .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uYVGlnWltc .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uYVGlnWltc .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYVGlnWltc .mbr-section-title {
  color: #f2ac2b;
}
.cid-uYVGlnWltc .mbr-copy {
  color: #d2d2df;
}
.cid-uYVGlnWltc .mbr-section-title,
.cid-uYVGlnWltc .title-wrapper {
  color: #ffffff;
}
.cid-uZd8d9Fwcg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZd8d9Fwcg nav.navbar {
  position: fixed;
}
.cid-uZd8d9Fwcg .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZd8d9Fwcg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZd8d9Fwcg .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uZd8d9Fwcg .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uZd8d9Fwcg .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uZd8d9Fwcg .custom-header-text {
    display: none;
  }
  .cid-uZd8d9Fwcg .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uZd8d9Fwcg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZd8d9Fwcg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZd8d9Fwcg .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uZd8d9Fwcg .dropdown-item:hover,
.cid-uZd8d9Fwcg .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uZd8d9Fwcg .dropdown-item:hover span {
  color: white;
}
.cid-uZd8d9Fwcg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZd8d9Fwcg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZd8d9Fwcg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZd8d9Fwcg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZd8d9Fwcg .nav-link {
  position: relative;
}
.cid-uZd8d9Fwcg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZd8d9Fwcg .container {
    flex-wrap: nowrap;
  }
}
.cid-uZd8d9Fwcg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZd8d9Fwcg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZd8d9Fwcg .dropdown-menu,
.cid-uZd8d9Fwcg .navbar.opened {
  background: #2a2315 !important;
}
.cid-uZd8d9Fwcg .nav-item:focus,
.cid-uZd8d9Fwcg .nav-link:focus {
  outline: none;
}
.cid-uZd8d9Fwcg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZd8d9Fwcg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZd8d9Fwcg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZd8d9Fwcg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZd8d9Fwcg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZd8d9Fwcg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZd8d9Fwcg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZd8d9Fwcg .navbar.opened {
  transition: all 0.3s;
}
.cid-uZd8d9Fwcg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZd8d9Fwcg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZd8d9Fwcg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZd8d9Fwcg .navbar.collapsed {
  justify-content: center;
}
.cid-uZd8d9Fwcg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZd8d9Fwcg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZd8d9Fwcg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZd8d9Fwcg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZd8d9Fwcg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZd8d9Fwcg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZd8d9Fwcg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZd8d9Fwcg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZd8d9Fwcg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZd8d9Fwcg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZd8d9Fwcg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZd8d9Fwcg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZd8d9Fwcg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZd8d9Fwcg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZd8d9Fwcg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZd8d9Fwcg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZd8d9Fwcg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uZd8d9Fwcg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZd8d9Fwcg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZd8d9Fwcg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZd8d9Fwcg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZd8d9Fwcg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZd8d9Fwcg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZd8d9Fwcg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZd8d9Fwcg .navbar-brand .navbar-caption:hover,
.cid-uZd8d9Fwcg .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uZd8d9Fwcg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZd8d9Fwcg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZd8d9Fwcg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZd8d9Fwcg .dropdown-item.active,
.cid-uZd8d9Fwcg .dropdown-item:active {
  background-color: transparent;
}
.cid-uZd8d9Fwcg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZd8d9Fwcg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZd8d9Fwcg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZd8d9Fwcg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZd8d9Fwcg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZd8d9Fwcg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZd8d9Fwcg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZd8d9Fwcg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZd8d9Fwcg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZd8d9Fwcg .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uZd8d9Fwcg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uZd8d9Fwcg .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZd8d9Fwcg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZd8d9Fwcg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZd8d9Fwcg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZd8d9Fwcg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZd8d9Fwcg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZd8d9Fwcg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZd8d9Fwcg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZd8d9Fwcg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZd8d9Fwcg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZd8d9Fwcg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZd8d9Fwcg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZd8d9Fwcg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZd8d9Fwcg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZd8d9Fwcg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZd8d9Fwcg .navbar {
    height: 70px;
  }
  .cid-uZd8d9Fwcg .navbar.opened {
    height: auto;
  }
  .cid-uZd8d9Fwcg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZd8d9Fwcg .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZd8d9Fwcg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZd8d9Fwcg .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZd8d9Fwcg .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZd8d9Fwcg .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uZd8d9Fwcg .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uZd8d9Fwcg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZd8d9Fwcg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZd8d9Fwcg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZd8d9Fwcg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZd8d9Fwcg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZd8d9Fwcg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZd8d9Fwcg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZd8d9Fwcg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZd8d9Fwcg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZd8d9Fwcg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZd8d9Fwcg .content-wrap {
  min-height: 110px;
}
.cid-uZd8d9Fwcg .mbr-section-btn .btn::after,
.cid-uZd8d9Fwcg .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uZd8d9Fwcg .mbr-section-btn .btn:hover,
.cid-uZd8d9Fwcg .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uZd8d9Fwcg .mbr-section-btn .btn:hover::after,
.cid-uZd8d9Fwcg .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uZd8d9Fwcg P {
  text-align: left;
  color: #727272;
}
.cid-uZd8daLKDm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-uZd8daLKDm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uZd8daLKDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd8daLKDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uZd8daLKDm .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uZd8daLKDm .content-wrapper {
    margin-top: 0;
  }
}
.cid-uZd8daLKDm .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZd8daLKDm .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZd8daLKDm .mbr-section-title {
  color: #ffffff;
}
.cid-uZd8daLKDm .mbr-text {
  color: #ffffff;
}
.cid-uZd8dbsNsB {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZd8dbsNsB .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uZd8dbsNsB .mbr-section-title {
  color: #b49d5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uZd8dbsNsB .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uZd8dbsNsB .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZd8dbsNsB .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uZd8dbsNsB .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uZd8dbsNsB .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uZd8dbsNsB .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uZd8dbsNsB .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uZd8dbsNsB .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b49d5e;
}
@media (max-width: 991px) {
  .cid-uZd8dbsNsB .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uZd8dbsNsB .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uZd8dbsNsB .mbr-text {
  color: #f4f4f4;
}
.cid-uZd8dbsNsB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZd8dbsNsB .enpdf {
  color: #ffffff;
  font-size: 48px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uZd8dbsNsB .mbr-section-descarga {
  color: #f0e1b8;
  padding-top: 0px;
  line-height: 16px;
  margin-top: 0px;
}
.cid-uZd8dcKOaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uZd8dcKOaY .mbr-overlay {
  background: #b49d5e;
  opacity: 0.3;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uZd8dcKOaY .container {
    padding: 0 24px;
  }
}
.cid-uZd8dcKOaY .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZd8dcKOaY .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZd8dcKOaY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZd8dcKOaY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZd8dcKOaY .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZd8dcKOaY .mbr-section-btn {
    text-align: left;
  }
}
.cid-uZd8dcKOaY .mbr-section-title {
  color: #F9F6E0;
}
.cid-uZd8dcKOaY .mbr-text {
  color: #F9F6E0;
}
.cid-uZd8dcKOaY .mbr-section-title,
.cid-uZd8dcKOaY .mbr-section-btn {
  text-align: left;
}
.cid-uZd8dd7Sh8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZd8dd7Sh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd8dd7Sh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd8dd7Sh8 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uZd8dd7Sh8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZd8dd7Sh8 .container {
    padding: 0 16px;
  }
}
.cid-uZd8dd7Sh8 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZd8dd7Sh8 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uZd8dd7Sh8 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uZd8dd7Sh8 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uZd8dd7Sh8 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZd8dd7Sh8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZd8dd7Sh8 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uZd8dd7Sh8 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uZd8dd7Sh8 .item .item-wrapper:hover .item-img img,
.cid-uZd8dd7Sh8 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uZd8dd7Sh8 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uZd8dd7Sh8 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uZd8dd7Sh8 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uZd8dd7Sh8 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZd8dd7Sh8 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZd8dd7Sh8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZd8dd7Sh8 .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uZd8dd7Sh8 .col-lg-4 {
    width: 95%;
  }
}
.cid-uZd8dd7Sh8 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZd8dd7Sh8 .item-name {
  color: #000000;
}
.cid-uZd8dd7Sh8 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZd8dd7Sh8 .item-name,
.cid-uZd8dd7Sh8 .mbr-section-btn {
  text-align: center;
}
.cid-uZd8ddwDzO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZd8ddwDzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd8ddwDzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uZd8ddwDzO .container {
    padding: 0 16px;
  }
}
.cid-uZd8ddwDzO .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZd8ddwDzO .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uZd8ddwDzO .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uZd8ddwDzO .title-wrapper {
  margin-bottom: 50px;
}
.cid-uZd8ddwDzO .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZd8ddwDzO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZd8ddwDzO .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uZd8ddwDzO .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uZd8ddwDzO .item .item-wrapper:hover .item-img img,
.cid-uZd8ddwDzO .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uZd8ddwDzO .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uZd8ddwDzO .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uZd8ddwDzO .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uZd8ddwDzO .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZd8ddwDzO .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZd8ddwDzO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZd8ddwDzO .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZd8ddwDzO .item-name {
  color: #000000;
}
.cid-uZd8ddwDzO .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZd8ddwDzO .item-name,
.cid-uZd8ddwDzO .mbr-section-btn {
  text-align: center;
}
.cid-uZd8ddW3X2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZd8ddW3X2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd8ddW3X2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd8ddW3X2 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uZd8ddW3X2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZd8ddW3X2 .container {
    padding: 0 16px;
  }
}
.cid-uZd8ddW3X2 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZd8ddW3X2 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uZd8ddW3X2 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uZd8ddW3X2 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uZd8ddW3X2 .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZd8ddW3X2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZd8ddW3X2 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uZd8ddW3X2 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uZd8ddW3X2 .item .item-wrapper:hover .item-img img,
.cid-uZd8ddW3X2 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uZd8ddW3X2 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uZd8ddW3X2 .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uZd8ddW3X2 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uZd8ddW3X2 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZd8ddW3X2 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZd8ddW3X2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZd8ddW3X2 .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uZd8ddW3X2 .col-lg-4 {
    width: 95%;
  }
}
.cid-uZd8ddW3X2 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZd8ddW3X2 .item-name {
  color: #000000;
}
.cid-uZd8ddW3X2 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZd8ddW3X2 .item-name,
.cid-uZd8ddW3X2 .mbr-section-btn {
  text-align: center;
}
.cid-uZd8demXnL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZd8demXnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd8demXnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uZd8demXnL .container {
    padding: 0 16px;
  }
}
.cid-uZd8demXnL .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZd8demXnL .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uZd8demXnL .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uZd8demXnL .title-wrapper {
  margin-bottom: 50px;
}
.cid-uZd8demXnL .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZd8demXnL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZd8demXnL .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uZd8demXnL .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uZd8demXnL .item .item-wrapper:hover .item-img img,
.cid-uZd8demXnL .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uZd8demXnL .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uZd8demXnL .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uZd8demXnL .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uZd8demXnL .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZd8demXnL .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZd8demXnL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZd8demXnL .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZd8demXnL .item-name {
  color: #000000;
}
.cid-uZd8demXnL .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZd8demXnL .item-name,
.cid-uZd8demXnL .mbr-section-btn {
  text-align: center;
}
.cid-uZd8deNCDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uZd8deNCDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd8deNCDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd8deNCDB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZd8deNCDB .container {
    padding: 0 15px;
  }
}
.cid-uZd8deNCDB .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uZd8deNCDB .title-wrapper {
    text-align: center;
  }
}
.cid-uZd8deNCDB .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZd8deNCDB .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uZd8deNCDB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZd8deNCDB .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZd8deNCDB .list {
    justify-content: center;
  }
}
.cid-uZd8deNCDB .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZd8deNCDB .list .item-wrap:hover,
.cid-uZd8deNCDB .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uZd8deNCDB .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uZd8deNCDB .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uZd8deNCDB .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZd8deNCDB .copy-wrapper {
    height: auto;
  }
}
.cid-uZd8deNCDB .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZd8deNCDB .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZd8deNCDB .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uZd8deNCDB .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZd8deNCDB .social-wrapper {
    text-align: center;
  }
}
.cid-uZd8deNCDB .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZd8deNCDB .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uZd8deNCDB .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uZd8deNCDB .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uZd8deNCDB .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uZd8deNCDB .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZd8deNCDB .mbr-section-title {
  color: #f2ac2b;
}
.cid-uZd8deNCDB .mbr-copy {
  color: #d2d2df;
}
.cid-uZd8deNCDB .mbr-section-title,
.cid-uZd8deNCDB .title-wrapper {
  color: #ffffff;
}
.cid-uZNIoDST89 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZNIoDST89 nav.navbar {
  position: fixed;
}
.cid-uZNIoDST89 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZNIoDST89 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZNIoDST89 .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-uZNIoDST89 .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-uZNIoDST89 .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-uZNIoDST89 .custom-header-text {
    display: none;
  }
  .cid-uZNIoDST89 .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-uZNIoDST89 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNIoDST89 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZNIoDST89 .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-uZNIoDST89 .dropdown-item:hover,
.cid-uZNIoDST89 .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-uZNIoDST89 .dropdown-item:hover span {
  color: white;
}
.cid-uZNIoDST89 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZNIoDST89 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZNIoDST89 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZNIoDST89 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZNIoDST89 .nav-link {
  position: relative;
}
.cid-uZNIoDST89 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZNIoDST89 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZNIoDST89 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZNIoDST89 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZNIoDST89 .dropdown-menu,
.cid-uZNIoDST89 .navbar.opened {
  background: #2a2315 !important;
}
.cid-uZNIoDST89 .nav-item:focus,
.cid-uZNIoDST89 .nav-link:focus {
  outline: none;
}
.cid-uZNIoDST89 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNIoDST89 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZNIoDST89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNIoDST89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNIoDST89 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNIoDST89 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNIoDST89 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZNIoDST89 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNIoDST89 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZNIoDST89 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZNIoDST89 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZNIoDST89 .navbar.collapsed {
  justify-content: center;
}
.cid-uZNIoDST89 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNIoDST89 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNIoDST89 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZNIoDST89 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNIoDST89 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNIoDST89 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZNIoDST89 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNIoDST89 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNIoDST89 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZNIoDST89 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNIoDST89 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNIoDST89 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNIoDST89 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNIoDST89 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZNIoDST89 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZNIoDST89 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZNIoDST89 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uZNIoDST89 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZNIoDST89 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNIoDST89 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNIoDST89 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZNIoDST89 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZNIoDST89 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZNIoDST89 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNIoDST89 .navbar-brand .navbar-caption:hover,
.cid-uZNIoDST89 .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-uZNIoDST89 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNIoDST89 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZNIoDST89 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uZNIoDST89 .dropdown-item.active,
.cid-uZNIoDST89 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNIoDST89 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNIoDST89 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNIoDST89 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNIoDST89 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZNIoDST89 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZNIoDST89 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZNIoDST89 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZNIoDST89 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZNIoDST89 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZNIoDST89 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uZNIoDST89 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uZNIoDST89 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZNIoDST89 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZNIoDST89 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZNIoDST89 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNIoDST89 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZNIoDST89 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZNIoDST89 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZNIoDST89 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZNIoDST89 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNIoDST89 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNIoDST89 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNIoDST89 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNIoDST89 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZNIoDST89 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNIoDST89 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNIoDST89 .navbar {
    height: 70px;
  }
  .cid-uZNIoDST89 .navbar.opened {
    height: auto;
  }
  .cid-uZNIoDST89 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNIoDST89 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZNIoDST89 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZNIoDST89 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZNIoDST89 .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZNIoDST89 .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-uZNIoDST89 .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uZNIoDST89 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZNIoDST89 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZNIoDST89 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZNIoDST89 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZNIoDST89 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZNIoDST89 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZNIoDST89 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZNIoDST89 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZNIoDST89 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZNIoDST89 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZNIoDST89 .content-wrap {
  min-height: 110px;
}
.cid-uZNIoDST89 .mbr-section-btn .btn::after,
.cid-uZNIoDST89 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uZNIoDST89 .mbr-section-btn .btn:hover,
.cid-uZNIoDST89 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uZNIoDST89 .mbr-section-btn .btn:hover::after,
.cid-uZNIoDST89 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uZNIoDST89 P {
  text-align: left;
  color: #727272;
}
.cid-uZNKpDqIJd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #b49d5e, #000000 30%);
}
@media (max-width: 768px) {
  .cid-uZNKpDqIJd {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #b49d5e, #000000 30%);
  }
}
.cid-uZNKpDqIJd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uZNKpDqIJd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZNKpDqIJd .embla__slide .slide-content {
  width: 100%;
}
.cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #111111;
  border: 1px solid #b49d5e;
  padding: 2px 8px;
}
.cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZNKpDqIJd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZNKpDqIJd .embla__button--next,
.cid-uZNKpDqIJd .embla__button--prev {
  display: flex;
}
.cid-uZNKpDqIJd .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uZNKpDqIJd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZNKpDqIJd .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uZNKpDqIJd .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uZNKpDqIJd .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZNKpDqIJd .embla__button.embla__button--next {
  right: 0;
}
.cid-uZNKpDqIJd .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZNKpDqIJd .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNKpDqIJd .embla {
    padding-bottom: 32px;
  }
}
.cid-uZNKpDqIJd .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #b49d5e 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uZNKpDqIJd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZNKpDqIJd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZNKpDqIJd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZNKpDqIJd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZNKpDqIJd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZNKpDqIJd .item-label {
  color: #0047ff;
}
.cid-uZNKpDqIJd .item-title {
  color: #ffffff;
}
.cid-uZNKpDqIJd .item-text {
  color: #b49d5e;
  text-align: right;
}
.cid-uZNKpDqIJd .list {
  color: #ffffff;
}
.cid-uZNKpDqIJd .item-label,
.cid-uZNKpDqIJd .label-wrapper {
  color: #b49d5e;
  text-align: right;
}
.cid-uZNKpDqIJd .item-title,
.cid-uZNKpDqIJd .mbr-section-btn {
  text-align: right;
}
.cid-uZNIoFMvDw {
  padding-top: 14rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-2283.jpg-1920x1086.jpg");
}
.cid-uZNIoFMvDw .col-lg-8 {
  width: 100%;
}
.cid-uZNIoFMvDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoFMvDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoFMvDw .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uZNIoFMvDw .content-wrapper {
    margin-top: 120px;
  }
}
.cid-uZNIoFMvDw .content-wrapper .mbr-section-title {
  margin-bottom: 2px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZNIoFMvDw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZNIoFMvDw .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIoFMvDw .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZNIoFMvDw .mbr-section-title,
.cid-uZNIoFMvDw .mbr-section-btn {
  text-align: left;
}
.cid-uZNIoG6kMw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uZNIoG6kMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoG6kMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoG6kMw .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uZNIoG6kMw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZNIoG6kMw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZNIoG6kMw .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZNIoG6kMw .mbr-label {
  color: #f4f4f4;
  text-align: center;
}
.cid-uZNIoG6kMw .mbr-section-title {
  color: #ff6d99;
}
.cid-uZNIoG6kMw .mbr-text,
.cid-uZNIoG6kMw .text-wrapper {
  color: #f4f4f4;
  text-align: center;
}
.cid-uZNIoG6kMw .mbr-section-title,
.cid-uZNIoG6kMw .mbr-section-btn {
  text-align: center;
  color: #f0e1b8;
}
.cid-uZNIoGnygT {
  padding-top: 14rem;
  padding-bottom: 2rem;
  position: relative;
}
.cid-uZNIoGnygT::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uZNIoGnygT .col-lg-8 {
  width: 100%;
}
.cid-uZNIoGnygT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoGnygT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uZNIoGnygT .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uZNIoGnygT .content-wrapper {
    margin-top: 120px;
  }
}
.cid-uZNIoGnygT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZNIoGnygT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZNIoGnygT .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIoGnygT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZNIoGnygT .mbr-section-title,
.cid-uZNIoGnygT .mbr-section-btn {
  text-align: center;
}
.cid-uZNIoGEff3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZNIoGEff3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoGEff3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoGEff3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZNIoGEff3 .container {
    padding: 0 15px;
  }
}
.cid-uZNIoGEff3 .image-wrapper {
  margin-right: 48px;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uZNIoGEff3 .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZNIoGEff3 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uZNIoGEff3 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uZNIoGEff3 .image-wrapper img {
    height: 400px;
    object-fit: contain;
  }
}
.cid-uZNIoGEff3 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZNIoGEff3 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZNIoGEff3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uZNIoGEff3 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uZNIoGEff3 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uZNIoGEff3 .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIoGEff3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZNIoGEff3 .mbr-text {
  color: #f0e1b8;
}
.cid-uZNIoGXwux {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fondo-foco.jpg-1080x1080.jpg");
}
.cid-uZNIoGXwux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoGXwux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoGXwux .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZNIoGXwux .container {
    padding: 0 15px;
  }
}
.cid-uZNIoGXwux .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZNIoGXwux .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZNIoGXwux .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZNIoGXwux .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZNIoGXwux .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZNIoGXwux .item {
  margin-bottom: 32px;
}
.cid-uZNIoGXwux .item:hover .item-wrapper::before,
.cid-uZNIoGXwux .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uZNIoGXwux .item .item-wrapper {
  position: relative;
  background-color: #000000;
  border: 1px solid #2c2c2c;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uZNIoGXwux .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #b49d5e;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uZNIoGXwux .item .item-wrapper::before {
    display: none;
  }
}
.cid-uZNIoGXwux .item .item-wrapper .card-box {
  position: relative;
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uZNIoGXwux .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uZNIoGXwux .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uZNIoGXwux .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uZNIoGXwux .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 5px;
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uZNIoGXwux .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uZNIoGXwux .mbr-section-title {
  color: #b49d5e;
  text-align: center;
}
.cid-uZNIoGXwux .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZNIoGXwux .mbr-date {
  color: #ffffff;
}
.cid-uZNIoGXwux .mbr-tag {
  color: #ffffff;
}
.cid-uZNIoGXwux .mbr-card-title {
  color: #f2ac2b;
}
.cid-uZNIoGXwux .mbr-card-text {
  color: #ffffff;
  line-height: 80%;
}
.cid-uZNIoGXwux .mbr-card-title,
.cid-uZNIoGXwux .mbr-section-btn {
  color: #b49d5e;
}
.cid-uZNIoHiZ2I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fondo-foco.jpg-1080x1080.jpg");
}
.cid-uZNIoHiZ2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoHiZ2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoHiZ2I .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZNIoHiZ2I .container {
    padding: 0 15px;
  }
}
.cid-uZNIoHiZ2I .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZNIoHiZ2I .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZNIoHiZ2I .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZNIoHiZ2I .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZNIoHiZ2I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZNIoHiZ2I .item {
  margin-bottom: 32px;
}
.cid-uZNIoHiZ2I .item:hover .item-wrapper::before,
.cid-uZNIoHiZ2I .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uZNIoHiZ2I .item .item-wrapper {
  position: relative;
  background-color: #000000;
  border: 1px solid #2c2c2c;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uZNIoHiZ2I .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #b49d5e;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uZNIoHiZ2I .item .item-wrapper::before {
    display: none;
  }
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box {
  position: relative;
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uZNIoHiZ2I .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uZNIoHiZ2I .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uZNIoHiZ2I .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 5px;
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uZNIoHiZ2I .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uZNIoHiZ2I .mbr-section-title {
  color: #b49d5e;
  text-align: center;
}
.cid-uZNIoHiZ2I .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZNIoHiZ2I .mbr-date {
  color: #ffffff;
}
.cid-uZNIoHiZ2I .mbr-tag {
  color: #ffffff;
}
.cid-uZNIoHiZ2I .mbr-card-title {
  color: #f2ac2b;
}
.cid-uZNIoHiZ2I .mbr-card-text {
  color: #ffffff;
  line-height: 80%;
}
.cid-uZNIoHiZ2I .mbr-card-title,
.cid-uZNIoHiZ2I .mbr-section-btn {
  color: #b49d5e;
}
.cid-uZNIoHEUFx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b49d5e;
}
.cid-uZNIoHEUFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoHEUFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoHEUFx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZNIoHEUFx .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uZNIoHEUFx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZNIoHEUFx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZNIoHEUFx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZNIoHEUFx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZNIoHEUFx .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNIoHEUFx .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uZNIoHEUFx .content-wrapper .list .item-wrap:hover,
.cid-uZNIoHEUFx .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uZNIoHEUFx .image-wrapper img {
  object-fit: contain;
}
.cid-uZNIoHEUFx .mbr-section-title {
  color: #000000;
}
.cid-uZNIoHEUFx .mbr-text {
  color: #000000;
}
.cid-uZNIoHEUFx .list {
  color: #d2d2df;
}
.cid-uZNIoIf6JA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b49d5e;
}
.cid-uZNIoIf6JA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoIf6JA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoIf6JA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZNIoIf6JA .container {
    padding: 0 15px;
  }
}
.cid-uZNIoIf6JA .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uZNIoIf6JA .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uZNIoIf6JA .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uZNIoIf6JA .image-wrapper img {
    height: 250px;
  }
}
.cid-uZNIoIf6JA .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZNIoIf6JA .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZNIoIf6JA .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uZNIoIf6JA .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uZNIoIf6JA .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uZNIoIf6JA .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIoIf6JA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZNIoIf6JA .mbr-text {
  color: #000000;
}
.cid-uZNIoJr1yS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uZNIoJr1yS .mbr-overlay {
  background: #b49d5e;
  opacity: 0.7;
}
.cid-uZNIoJr1yS .item:focus,
.cid-uZNIoJr1yS span:focus {
  outline: none;
}
.cid-uZNIoJr1yS .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZNIoJr1yS .item {
  font-weight: 700;
  padding: 20px 0;
  color: #f4f4f4;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZNIoJr1yS .item {
    min-height: 45px;
  }
}
.cid-uZNIoJSJ4X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-uZNIoJSJ4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoJSJ4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoJSJ4X .content-wrapper {
  justify-content: flex-end;
}
.cid-uZNIoJSJ4X .card {
  justify-content: center;
}
.cid-uZNIoJSJ4X .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uZNIoJSJ4X .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uZNIoJSJ4X .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uZNIoJSJ4X .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZNIoJSJ4X .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZNIoJSJ4X .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZNIoJSJ4X .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZNIoJSJ4X .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZNIoJSJ4X .mbr-section-btn .btn::after,
.cid-uZNIoJSJ4X .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-uZNIoJSJ4X .mbr-section-btn .btn:hover,
.cid-uZNIoJSJ4X .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uZNIoJSJ4X .mbr-section-btn .btn:hover::after,
.cid-uZNIoJSJ4X .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-uZNIoJSJ4X .form-wrapper {
  padding: 40px 60px;
  background-color: #000000;
}
@media (max-width: 1640px) {
  .cid-uZNIoJSJ4X .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uZNIoJSJ4X .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZNIoJSJ4X .form-wrapper {
    padding: 20px;
  }
}
.cid-uZNIoJSJ4X .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZNIoJSJ4X .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZNIoJSJ4X .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uZNIoJSJ4X .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  color: #ffffff;
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #c7c7c7;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uZNIoJSJ4X .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uZNIoJSJ4X .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIoJSJ4X .mbr-tag {
  color: #adadad;
}
.cid-uZNIoJSJ4X .mbr-text {
  color: #ffffff;
}
.cid-uZNIoJSJ4X .mbr-title {
  color: #b49d5e;
}
.cid-uZNIoJSJ4X .form-text {
  color: #c7c7c7;
}
.cid-uZNIoJSJ4X label {
  color: #121212;
}
.cid-uZNIoKdB4B {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIoKdB4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoKdB4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoKdB4B .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uZNIoKdB4B .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNIoKdB4B .container {
    padding: 0 16px;
  }
}
.cid-uZNIoKdB4B .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZNIoKdB4B .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uZNIoKdB4B .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uZNIoKdB4B .title-wrapper {
  margin-bottom: 50px;
}
.cid-uZNIoKdB4B .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZNIoKdB4B .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZNIoKdB4B .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uZNIoKdB4B .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uZNIoKdB4B .item .item-wrapper:hover .item-img img,
.cid-uZNIoKdB4B .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uZNIoKdB4B .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uZNIoKdB4B .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uZNIoKdB4B .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uZNIoKdB4B .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZNIoKdB4B .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZNIoKdB4B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZNIoKdB4B .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uZNIoKdB4B .col-lg-4 {
    width: 95%;
  }
}
.cid-uZNIoKdB4B .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZNIoKdB4B .item-name {
  color: #000000;
}
.cid-uZNIoKdB4B .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZNIoKdB4B .item-name,
.cid-uZNIoKdB4B .mbr-section-btn {
  text-align: center;
}
.cid-uZNIoLaOVi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIoLaOVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoLaOVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uZNIoLaOVi .container {
    padding: 0 16px;
  }
}
.cid-uZNIoLaOVi .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZNIoLaOVi .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uZNIoLaOVi .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uZNIoLaOVi .title-wrapper {
  margin-bottom: 50px;
}
.cid-uZNIoLaOVi .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZNIoLaOVi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZNIoLaOVi .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uZNIoLaOVi .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uZNIoLaOVi .item .item-wrapper:hover .item-img img,
.cid-uZNIoLaOVi .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uZNIoLaOVi .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uZNIoLaOVi .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uZNIoLaOVi .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uZNIoLaOVi .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZNIoLaOVi .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZNIoLaOVi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZNIoLaOVi .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZNIoLaOVi .item-name {
  color: #000000;
}
.cid-uZNIoLaOVi .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZNIoLaOVi .item-name,
.cid-uZNIoLaOVi .mbr-section-btn {
  text-align: center;
}
.cid-uZNIoLxh7n {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIoLxh7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoLxh7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoLxh7n .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uZNIoLxh7n .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNIoLxh7n .container {
    padding: 0 16px;
  }
}
.cid-uZNIoLxh7n .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZNIoLxh7n .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uZNIoLxh7n .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uZNIoLxh7n .title-wrapper {
  margin-bottom: 50px;
}
.cid-uZNIoLxh7n .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZNIoLxh7n .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZNIoLxh7n .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uZNIoLxh7n .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uZNIoLxh7n .item .item-wrapper:hover .item-img img,
.cid-uZNIoLxh7n .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uZNIoLxh7n .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uZNIoLxh7n .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uZNIoLxh7n .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uZNIoLxh7n .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZNIoLxh7n .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZNIoLxh7n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZNIoLxh7n .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uZNIoLxh7n .col-lg-4 {
    width: 95%;
  }
}
.cid-uZNIoLxh7n .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZNIoLxh7n .item-name {
  color: #000000;
}
.cid-uZNIoLxh7n .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZNIoLxh7n .item-name,
.cid-uZNIoLxh7n .mbr-section-btn {
  text-align: center;
}
.cid-uZNIoLTPLO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNIoLTPLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoLTPLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uZNIoLTPLO .container {
    padding: 0 16px;
  }
}
.cid-uZNIoLTPLO .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZNIoLTPLO .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uZNIoLTPLO .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uZNIoLTPLO .title-wrapper {
  margin-bottom: 50px;
}
.cid-uZNIoLTPLO .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZNIoLTPLO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZNIoLTPLO .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uZNIoLTPLO .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uZNIoLTPLO .item .item-wrapper:hover .item-img img,
.cid-uZNIoLTPLO .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uZNIoLTPLO .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uZNIoLTPLO .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uZNIoLTPLO .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uZNIoLTPLO .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZNIoLTPLO .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZNIoLTPLO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZNIoLTPLO .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZNIoLTPLO .item-name {
  color: #000000;
}
.cid-uZNIoLTPLO .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZNIoLTPLO .item-name,
.cid-uZNIoLTPLO .mbr-section-btn {
  text-align: center;
}
.cid-uZNIoMlHbc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-uZNIoMlHbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIoMlHbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIoMlHbc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZNIoMlHbc .container {
    padding: 0 15px;
  }
}
.cid-uZNIoMlHbc .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uZNIoMlHbc .title-wrapper {
    text-align: center;
  }
}
.cid-uZNIoMlHbc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNIoMlHbc .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uZNIoMlHbc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZNIoMlHbc .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZNIoMlHbc .list {
    justify-content: center;
  }
}
.cid-uZNIoMlHbc .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNIoMlHbc .list .item-wrap:hover,
.cid-uZNIoMlHbc .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-uZNIoMlHbc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uZNIoMlHbc .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-uZNIoMlHbc .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZNIoMlHbc .copy-wrapper {
    height: auto;
  }
}
.cid-uZNIoMlHbc .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZNIoMlHbc .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZNIoMlHbc .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uZNIoMlHbc .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZNIoMlHbc .social-wrapper {
    text-align: center;
  }
}
.cid-uZNIoMlHbc .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZNIoMlHbc .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uZNIoMlHbc .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uZNIoMlHbc .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uZNIoMlHbc .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-uZNIoMlHbc .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNIoMlHbc .mbr-section-title {
  color: #f2ac2b;
}
.cid-uZNIoMlHbc .mbr-copy {
  color: #d2d2df;
}
.cid-uZNIoMlHbc .mbr-section-title,
.cid-uZNIoMlHbc .title-wrapper {
  color: #ffffff;
}
.cid-uZNIoMPzHG.popup-builder {
  background-color: #ffffff;
}
.cid-uZNIoMPzHG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZNIoMPzHG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZNIoMPzHG .modal-content,
.cid-uZNIoMPzHG .modal-dialog {
  height: auto;
}
.cid-uZNIoMPzHG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZNIoMPzHG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZNIoMPzHG .form-wrapper .mbr-form .form-group,
  .cid-uZNIoMPzHG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZNIoMPzHG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZNIoMPzHG .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-uZNIoMPzHG .mbr-text {
  text-align: center;
}
.cid-uZNIoMPzHG .pt-0 {
  padding-top: 0 !important;
}
.cid-uZNIoMPzHG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZNIoMPzHG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZNIoMPzHG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZNIoMPzHG .modal-open {
  overflow: hidden;
}
.cid-uZNIoMPzHG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZNIoMPzHG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZNIoMPzHG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZNIoMPzHG .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-uZNIoMPzHG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZNIoMPzHG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZNIoMPzHG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZNIoMPzHG .modal-content {
  background: #b49d5e;
  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-uZNIoMPzHG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZNIoMPzHG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZNIoMPzHG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZNIoMPzHG .modal-backdrop.show {
  opacity: .5;
}
.cid-uZNIoMPzHG .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-uZNIoMPzHG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZNIoMPzHG .modal-header {
    padding: 1rem;
  }
}
.cid-uZNIoMPzHG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZNIoMPzHG .modal-header .close svg {
  fill: #353535;
}
.cid-uZNIoMPzHG .modal-header .close:hover {
  opacity: 1;
}
.cid-uZNIoMPzHG .modal-header .close:focus {
  outline: none;
}
.cid-uZNIoMPzHG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uZNIoMPzHG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZNIoMPzHG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZNIoMPzHG .modal-body {
    padding: 1rem;
  }
}
.cid-uZNIoMPzHG .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-uZNIoMPzHG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZNIoMPzHG .modal-footer {
    padding: 1rem;
  }
}
.cid-uZNIoMPzHG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZNIoMPzHG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZNIoMPzHG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZNIoMPzHG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZNIoMPzHG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZNIoMPzHG .modal-lg,
  .cid-uZNIoMPzHG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZNIoMPzHG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZNIoMPzHG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZNIoMPzHG .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-uZNIoMPzHG .form-group {
  margin-bottom: 1rem;
}
.cid-uZNIoMPzHG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZNIoMPzHG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZNIoMPzHG .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-uZNIoMPzHG .mbr-section-btn {
  margin: 0;
}
.cid-uZNIoMPzHG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZNIoNu0It.popup-builder {
  background-color: #ffffff;
}
.cid-uZNIoNu0It.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZNIoNu0It.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZNIoNu0It .modal-content,
.cid-uZNIoNu0It .modal-dialog {
  height: auto;
}
.cid-uZNIoNu0It .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZNIoNu0It .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZNIoNu0It .form-wrapper .mbr-form .form-group,
  .cid-uZNIoNu0It .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZNIoNu0It .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZNIoNu0It .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-uZNIoNu0It .mbr-text {
  text-align: center;
}
.cid-uZNIoNu0It .pt-0 {
  padding-top: 0 !important;
}
.cid-uZNIoNu0It .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZNIoNu0It .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZNIoNu0It .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZNIoNu0It .modal-open {
  overflow: hidden;
}
.cid-uZNIoNu0It .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZNIoNu0It .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZNIoNu0It .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZNIoNu0It .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-uZNIoNu0It .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZNIoNu0It .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZNIoNu0It .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZNIoNu0It .modal-content {
  background: #b49d5e;
  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-uZNIoNu0It .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZNIoNu0It .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZNIoNu0It .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZNIoNu0It .modal-backdrop.show {
  opacity: .5;
}
.cid-uZNIoNu0It .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-uZNIoNu0It .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZNIoNu0It .modal-header {
    padding: 1rem;
  }
}
.cid-uZNIoNu0It .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZNIoNu0It .modal-header .close svg {
  fill: #353535;
}
.cid-uZNIoNu0It .modal-header .close:hover {
  opacity: 1;
}
.cid-uZNIoNu0It .modal-header .close:focus {
  outline: none;
}
.cid-uZNIoNu0It .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZNIoNu0It .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZNIoNu0It .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZNIoNu0It .modal-body {
    padding: 1rem;
  }
}
.cid-uZNIoNu0It .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-uZNIoNu0It .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZNIoNu0It .modal-footer {
    padding: 1rem;
  }
}
.cid-uZNIoNu0It .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZNIoNu0It .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZNIoNu0It .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZNIoNu0It .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZNIoNu0It .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZNIoNu0It .modal-lg,
  .cid-uZNIoNu0It .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZNIoNu0It .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZNIoNu0It .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZNIoNu0It .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-uZNIoNu0It .form-group {
  margin-bottom: 1rem;
}
.cid-uZNIoNu0It .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZNIoNu0It .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZNIoNu0It .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-uZNIoNu0It .mbr-section-btn {
  margin: 0;
}
.cid-uZNIoNu0It .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0rrKyYEtQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v0rrKyYEtQ nav.navbar {
  position: fixed;
}
.cid-v0rrKyYEtQ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v0rrKyYEtQ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v0rrKyYEtQ .custom-header {
  width: 100%;
  padding: 10px 15px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.cid-v0rrKyYEtQ .custom-header-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.cid-v0rrKyYEtQ .custom-header-logo img {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-v0rrKyYEtQ .custom-header-text {
    display: none;
  }
  .cid-v0rrKyYEtQ .custom-header-logo {
    margin: 0 auto;
  }
}
.cid-v0rrKyYEtQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0rrKyYEtQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0rrKyYEtQ .dropdown-item {
  border: none !important;
  background: #2a2315 !important;
}
.cid-v0rrKyYEtQ .dropdown-item:hover,
.cid-v0rrKyYEtQ .dropdown-item:focus {
  background: #b49d5e !important;
  color: #000000 !important;
}
.cid-v0rrKyYEtQ .dropdown-item:hover span {
  color: white;
}
.cid-v0rrKyYEtQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0rrKyYEtQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0rrKyYEtQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0rrKyYEtQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0rrKyYEtQ .nav-link {
  position: relative;
}
.cid-v0rrKyYEtQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v0rrKyYEtQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v0rrKyYEtQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0rrKyYEtQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0rrKyYEtQ .dropdown-menu,
.cid-v0rrKyYEtQ .navbar.opened {
  background: #2a2315 !important;
}
.cid-v0rrKyYEtQ .nav-item:focus,
.cid-v0rrKyYEtQ .nav-link:focus {
  outline: none;
}
.cid-v0rrKyYEtQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0rrKyYEtQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0rrKyYEtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0rrKyYEtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0rrKyYEtQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0rrKyYEtQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0rrKyYEtQ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2315;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0rrKyYEtQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v0rrKyYEtQ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v0rrKyYEtQ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v0rrKyYEtQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0rrKyYEtQ .navbar.collapsed {
  justify-content: center;
}
.cid-v0rrKyYEtQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0rrKyYEtQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0rrKyYEtQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v0rrKyYEtQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0rrKyYEtQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0rrKyYEtQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0rrKyYEtQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0rrKyYEtQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0rrKyYEtQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0rrKyYEtQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0rrKyYEtQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0rrKyYEtQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0rrKyYEtQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0rrKyYEtQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0rrKyYEtQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0rrKyYEtQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0rrKyYEtQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v0rrKyYEtQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0rrKyYEtQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0rrKyYEtQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0rrKyYEtQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0rrKyYEtQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0rrKyYEtQ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v0rrKyYEtQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0rrKyYEtQ .navbar-brand .navbar-caption:hover,
.cid-v0rrKyYEtQ .navbar-brand .navbar-caption:focus {
  color: #b49d5e !important;
}
.cid-v0rrKyYEtQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0rrKyYEtQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0rrKyYEtQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0rrKyYEtQ .dropdown-item.active,
.cid-v0rrKyYEtQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v0rrKyYEtQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0rrKyYEtQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0rrKyYEtQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0rrKyYEtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2315;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0rrKyYEtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0rrKyYEtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0rrKyYEtQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0rrKyYEtQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0rrKyYEtQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0rrKyYEtQ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v0rrKyYEtQ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v0rrKyYEtQ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v0rrKyYEtQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0rrKyYEtQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2a2315 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0rrKyYEtQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0rrKyYEtQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0rrKyYEtQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0rrKyYEtQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0rrKyYEtQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0rrKyYEtQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0rrKyYEtQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0rrKyYEtQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0rrKyYEtQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0rrKyYEtQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0rrKyYEtQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0rrKyYEtQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0rrKyYEtQ .navbar {
    height: 70px;
  }
  .cid-v0rrKyYEtQ .navbar.opened {
    height: auto;
  }
  .cid-v0rrKyYEtQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0rrKyYEtQ .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v0rrKyYEtQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0rrKyYEtQ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v0rrKyYEtQ .nav-item .nav-link::after {
  color: #b49d5e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0rrKyYEtQ .nav-item .nav-link:hover {
  background-color: #b49d5e;
  color: #000000 !important;
}
.cid-v0rrKyYEtQ .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-v0rrKyYEtQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0rrKyYEtQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0rrKyYEtQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0rrKyYEtQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0rrKyYEtQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0rrKyYEtQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0rrKyYEtQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0rrKyYEtQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0rrKyYEtQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0rrKyYEtQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0rrKyYEtQ .content-wrap {
  min-height: 110px;
}
.cid-v0rrKyYEtQ .mbr-section-btn .btn::after,
.cid-v0rrKyYEtQ .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
}
.cid-v0rrKyYEtQ .mbr-section-btn .btn:hover,
.cid-v0rrKyYEtQ .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v0rrKyYEtQ .mbr-section-btn .btn:hover::after,
.cid-v0rrKyYEtQ .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #b49d5e, #ffffff 150%);
  opacity: 1;
}
.cid-v0rrKyYEtQ P {
  text-align: left;
  color: #727272;
}
.cid-v0rrKA7noG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.cid-v0rrKA7noG::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v0rrKA7noG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rrKA7noG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-v0rrKA7noG .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-v0rrKA7noG .content-wrapper {
    margin-top: 0;
  }
}
.cid-v0rrKA7noG .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #b49d5e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0rrKA7noG .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v0rrKA7noG .mbr-section-title {
  color: #ffffff;
}
.cid-v0rrKA7noG .mbr-text {
  color: #ffffff;
}
.cid-v0rujYK8Y2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b49d5e;
}
.cid-v0rujYK8Y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rujYK8Y2 .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-v0rujYK8Y2 .container {
    padding: 0 20px;
  }
}
.cid-v0rujYK8Y2 .content-wrapper {
  padding: 5px 0;
}
@media (max-width: 992px) {
  .cid-v0rujYK8Y2 .content-wrapper {
    padding: 5px 0;
  }
}
.cid-v0rujYK8Y2 .content-wrapper .mbr-section-title {
  margin-bottom: 5px;
}
.cid-v0rujYK8Y2 .content-wrapper .desc-wrapper .mbr-desc {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0rujYK8Y2 .content-wrapper .items-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-v0rujYK8Y2 .content-wrapper .items-wrapper .item {
  padding: 0px;
  border-radius: 5px !important;
  background-color: #b49d5e;
}
.cid-v0rujYK8Y2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0px;
}
.cid-v0rujYK8Y2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0px;
}
.cid-v0rujYK8Y2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-v0rujYK8Y2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0rujYK8Y2 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v0rujYK8Y2 .content-wrapper .mbr-section-btn .btn-primary,
.cid-v0rujYK8Y2 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-v0rujYK8Y2 .content-wrapper .mbr-section-btn .btn-success,
.cid-v0rujYK8Y2 .content-wrapper .mbr-section-btn .btn-info,
.cid-v0rujYK8Y2 .content-wrapper .mbr-section-btn .btn-warning,
.cid-v0rujYK8Y2 .content-wrapper .mbr-section-btn .btn-danger,
.cid-v0rujYK8Y2 .content-wrapper .mbr-section-btn .btn-black,
.cid-v0rujYK8Y2 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-v0rujYK8Y2 .mbr-section-title {
  color: #000000;
}
.cid-v0rujYK8Y2 .mbr-desc,
.cid-v0rujYK8Y2 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0rujYK8Y2 .card-number {
  color: #000000;
}
.cid-v0rujYK8Y2 .card-title {
  color: #000000;
}
.cid-v0rujYK8Y2 .mbr-text,
.cid-v0rujYK8Y2 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0rujYK8Y2 .mbr-section-title,
.cid-v0rujYK8Y2 .mbr-section-btn {
  text-align: center;
}
.cid-v0rujYK8Y2 .mbr-section-title,
.cid-v0rujYK8Y2 .mbr-section-btn,
.cid-v0rujYK8Y2 .image-wrapper {
  text-align: left;
  color: #000000;
}
.cid-v0rujYK8Y2 .mbr-section-boton {
  margin-top: 15px;
  margin-left: 0px;
}
.cid-v0rujYK8Y2 .btn {
  margin: 0;
  padding-top: 3;
}
.cid-v0rujYK8Y2 .display-loca {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.cid-v0rujYK8Y2 .button-hover {
  background-color: transparent;
  border: 2px solid;
  border-radius: 100px;
  color: white;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s;
}
.cid-v0rujYK8Y2 .button-hover:hover {
  background-color: #000000;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
.cid-v0rshWBTpD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-v0rshWBTpD .item {
  padding-bottom: 2rem;
}
.cid-v0rshWBTpD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v0rshWBTpD .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-v0rshWBTpD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v0rshWBTpD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v0rshWBTpD .carousel-control,
.cid-v0rshWBTpD .close {
  background: #1b1b1b;
}
.cid-v0rshWBTpD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0rshWBTpD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0rshWBTpD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0rshWBTpD .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0rshWBTpD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0rshWBTpD .close::before {
  content: '\e91a';
}
.cid-v0rshWBTpD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0rshWBTpD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0rshWBTpD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0rshWBTpD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0rshWBTpD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0rshWBTpD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0rshWBTpD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0rshWBTpD .carousel-indicators li.active,
.cid-v0rshWBTpD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0rshWBTpD .carousel-indicators li::after,
.cid-v0rshWBTpD .carousel-indicators li::before {
  content: none;
}
.cid-v0rshWBTpD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0rshWBTpD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0rshWBTpD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0rshWBTpD .carousel-indicators {
    display: none;
  }
}
.cid-v0rshWBTpD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0rshWBTpD .carousel-inner > .active {
  display: block;
}
.cid-v0rshWBTpD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0rshWBTpD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0rshWBTpD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0rshWBTpD .carousel-control,
  .cid-v0rshWBTpD .carousel-indicators,
  .cid-v0rshWBTpD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0rshWBTpD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0rshWBTpD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0rshWBTpD .carousel-indicators .active,
.cid-v0rshWBTpD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0rshWBTpD .carousel-indicators .active {
  background: #fff;
}
.cid-v0rshWBTpD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0rshWBTpD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0rshWBTpD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0rshWBTpD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0rshWBTpD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0rshWBTpD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0rshWBTpD .carousel {
  width: 100%;
}
.cid-v0rshWBTpD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0rshWBTpD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0rshWBTpD .modal.fade .modal-dialog,
.cid-v0rshWBTpD .modal.in .modal-dialog {
  transform: none;
}
.cid-v0rshWBTpD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0rshWBTpD H6 {
  text-align: center;
}
.cid-v0rshWBTpD .mbr-section-title {
  color: #b49d5e;
}
.cid-v0rshWBTpD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0rshWBTpD .mbr-item-subtitle {
  color: #6c7577;
}
.cid-v0rshWBTpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rshWBTpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rshWBTpD H3 {
  color: #b49d5e;
}
.cid-v0rshWBTpD H4 {
  color: #f4f4f4;
}
.cid-v0rtvzBpUT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-v0rtvzBpUT .item {
  padding-bottom: 2rem;
}
.cid-v0rtvzBpUT .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v0rtvzBpUT .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-v0rtvzBpUT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v0rtvzBpUT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v0rtvzBpUT .carousel-control,
.cid-v0rtvzBpUT .close {
  background: #1b1b1b;
}
.cid-v0rtvzBpUT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0rtvzBpUT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0rtvzBpUT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0rtvzBpUT .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0rtvzBpUT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0rtvzBpUT .close::before {
  content: '\e91a';
}
.cid-v0rtvzBpUT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0rtvzBpUT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0rtvzBpUT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0rtvzBpUT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0rtvzBpUT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0rtvzBpUT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0rtvzBpUT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0rtvzBpUT .carousel-indicators li.active,
.cid-v0rtvzBpUT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0rtvzBpUT .carousel-indicators li::after,
.cid-v0rtvzBpUT .carousel-indicators li::before {
  content: none;
}
.cid-v0rtvzBpUT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0rtvzBpUT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0rtvzBpUT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0rtvzBpUT .carousel-indicators {
    display: none;
  }
}
.cid-v0rtvzBpUT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0rtvzBpUT .carousel-inner > .active {
  display: block;
}
.cid-v0rtvzBpUT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0rtvzBpUT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0rtvzBpUT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0rtvzBpUT .carousel-control,
  .cid-v0rtvzBpUT .carousel-indicators,
  .cid-v0rtvzBpUT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0rtvzBpUT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0rtvzBpUT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0rtvzBpUT .carousel-indicators .active,
.cid-v0rtvzBpUT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0rtvzBpUT .carousel-indicators .active {
  background: #fff;
}
.cid-v0rtvzBpUT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0rtvzBpUT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0rtvzBpUT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0rtvzBpUT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0rtvzBpUT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0rtvzBpUT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0rtvzBpUT .carousel {
  width: 100%;
}
.cid-v0rtvzBpUT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0rtvzBpUT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0rtvzBpUT .modal.fade .modal-dialog,
.cid-v0rtvzBpUT .modal.in .modal-dialog {
  transform: none;
}
.cid-v0rtvzBpUT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0rtvzBpUT H6 {
  text-align: center;
}
.cid-v0rtvzBpUT .mbr-section-title {
  color: #b49d5e;
}
.cid-v0rtvzBpUT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0rtvzBpUT .mbr-item-subtitle {
  color: #6c7577;
}
.cid-v0rtvzBpUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rtvzBpUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rtvzBpUT H3 {
  color: #b49d5e;
}
.cid-v0rtvzBpUT H4 {
  color: #f4f4f4;
}
.cid-v0rsWTEbpn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-v0rsWTEbpn .item {
  padding-bottom: 2rem;
}
.cid-v0rsWTEbpn .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v0rsWTEbpn .item-wrapper img {
  height: 300px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-v0rsWTEbpn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v0rsWTEbpn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v0rsWTEbpn .carousel-control,
.cid-v0rsWTEbpn .close {
  background: #1b1b1b;
}
.cid-v0rsWTEbpn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0rsWTEbpn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0rsWTEbpn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0rsWTEbpn .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0rsWTEbpn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0rsWTEbpn .close::before {
  content: '\e91a';
}
.cid-v0rsWTEbpn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0rsWTEbpn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0rsWTEbpn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0rsWTEbpn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0rsWTEbpn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0rsWTEbpn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0rsWTEbpn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0rsWTEbpn .carousel-indicators li.active,
.cid-v0rsWTEbpn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0rsWTEbpn .carousel-indicators li::after,
.cid-v0rsWTEbpn .carousel-indicators li::before {
  content: none;
}
.cid-v0rsWTEbpn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0rsWTEbpn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0rsWTEbpn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0rsWTEbpn .carousel-indicators {
    display: none;
  }
}
.cid-v0rsWTEbpn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0rsWTEbpn .carousel-inner > .active {
  display: block;
}
.cid-v0rsWTEbpn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0rsWTEbpn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0rsWTEbpn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0rsWTEbpn .carousel-control,
  .cid-v0rsWTEbpn .carousel-indicators,
  .cid-v0rsWTEbpn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0rsWTEbpn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0rsWTEbpn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0rsWTEbpn .carousel-indicators .active,
.cid-v0rsWTEbpn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0rsWTEbpn .carousel-indicators .active {
  background: #fff;
}
.cid-v0rsWTEbpn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0rsWTEbpn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0rsWTEbpn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0rsWTEbpn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0rsWTEbpn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0rsWTEbpn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0rsWTEbpn .carousel {
  width: 100%;
}
.cid-v0rsWTEbpn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0rsWTEbpn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0rsWTEbpn .modal.fade .modal-dialog,
.cid-v0rsWTEbpn .modal.in .modal-dialog {
  transform: none;
}
.cid-v0rsWTEbpn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0rsWTEbpn H6 {
  text-align: center;
}
.cid-v0rsWTEbpn .mbr-section-title {
  color: #b49d5e;
}
.cid-v0rsWTEbpn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0rsWTEbpn .mbr-item-subtitle {
  color: #6c7577;
}
.cid-v0rsWTEbpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rsWTEbpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rsWTEbpn H3 {
  color: #b49d5e;
}
.cid-v0rsWTEbpn H4 {
  color: #f4f4f4;
}
.cid-v0rrKAGvsZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpeg");
}
.cid-v0rrKAGvsZ .mbr-overlay {
  background: #b49d5e;
  opacity: 0.3;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v0rrKAGvsZ .container {
    padding: 0 24px;
  }
}
.cid-v0rrKAGvsZ .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0rrKAGvsZ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0rrKAGvsZ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0rrKAGvsZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0rrKAGvsZ .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v0rrKAGvsZ .mbr-section-btn {
    text-align: left;
  }
}
.cid-v0rrKAGvsZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-v0rrKAGvsZ .mbr-text {
  color: #F9F6E0;
}
.cid-v0rrKAGvsZ .mbr-section-title,
.cid-v0rrKAGvsZ .mbr-section-btn {
  text-align: left;
}
.cid-v0rrKAVslo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0rrKAVslo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rrKAVslo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rrKAVslo .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-v0rrKAVslo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0rrKAVslo .container {
    padding: 0 16px;
  }
}
.cid-v0rrKAVslo .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0rrKAVslo .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-v0rrKAVslo .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-v0rrKAVslo .title-wrapper {
  margin-bottom: 50px;
}
.cid-v0rrKAVslo .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0rrKAVslo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0rrKAVslo .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-v0rrKAVslo .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-v0rrKAVslo .item .item-wrapper:hover .item-img img,
.cid-v0rrKAVslo .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-v0rrKAVslo .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-v0rrKAVslo .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-v0rrKAVslo .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-v0rrKAVslo .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v0rrKAVslo .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0rrKAVslo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0rrKAVslo .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-v0rrKAVslo .col-lg-4 {
    width: 95%;
  }
}
.cid-v0rrKAVslo .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-v0rrKAVslo .item-name {
  color: #000000;
}
.cid-v0rrKAVslo .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-v0rrKAVslo .item-name,
.cid-v0rrKAVslo .mbr-section-btn {
  text-align: center;
}
.cid-v0rrKBclNV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0rrKBclNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rrKBclNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v0rrKBclNV .container {
    padding: 0 16px;
  }
}
.cid-v0rrKBclNV .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0rrKBclNV .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-v0rrKBclNV .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-v0rrKBclNV .title-wrapper {
  margin-bottom: 50px;
}
.cid-v0rrKBclNV .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0rrKBclNV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0rrKBclNV .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-v0rrKBclNV .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-v0rrKBclNV .item .item-wrapper:hover .item-img img,
.cid-v0rrKBclNV .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-v0rrKBclNV .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-v0rrKBclNV .item .item-wrapper .item-img img {
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-v0rrKBclNV .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-v0rrKBclNV .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v0rrKBclNV .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0rrKBclNV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0rrKBclNV .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-v0rrKBclNV .item-name {
  color: #000000;
}
.cid-v0rrKBclNV .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-v0rrKBclNV .item-name,
.cid-v0rrKBclNV .mbr-section-btn {
  text-align: center;
}
.cid-v0rrKBv8vh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0rrKBv8vh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rrKBv8vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rrKBv8vh .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-v0rrKBv8vh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0rrKBv8vh .container {
    padding: 0 16px;
  }
}
.cid-v0rrKBv8vh .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0rrKBv8vh .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-v0rrKBv8vh .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-v0rrKBv8vh .title-wrapper {
  margin-bottom: 50px;
}
.cid-v0rrKBv8vh .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0rrKBv8vh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0rrKBv8vh .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-v0rrKBv8vh .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-v0rrKBv8vh .item .item-wrapper:hover .item-img img,
.cid-v0rrKBv8vh .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-v0rrKBv8vh .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-v0rrKBv8vh .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-v0rrKBv8vh .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-v0rrKBv8vh .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v0rrKBv8vh .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0rrKBv8vh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0rrKBv8vh .col-lg-4 {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-v0rrKBv8vh .col-lg-4 {
    width: 95%;
  }
}
.cid-v0rrKBv8vh .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-v0rrKBv8vh .item-name {
  color: #000000;
}
.cid-v0rrKBv8vh .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-v0rrKBv8vh .item-name,
.cid-v0rrKBv8vh .mbr-section-btn {
  text-align: center;
}
.cid-v0rrKBOIse {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0rrKBOIse .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rrKBOIse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v0rrKBOIse .container {
    padding: 0 16px;
  }
}
.cid-v0rrKBOIse .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0rrKBOIse .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-v0rrKBOIse .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-v0rrKBOIse .title-wrapper {
  margin-bottom: 50px;
}
.cid-v0rrKBOIse .title-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0rrKBOIse .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0rrKBOIse .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-v0rrKBOIse .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-v0rrKBOIse .item .item-wrapper:hover .item-img img,
.cid-v0rrKBOIse .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-v0rrKBOIse .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-v0rrKBOIse .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-v0rrKBOIse .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-v0rrKBOIse .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v0rrKBOIse .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0rrKBOIse .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0rrKBOIse .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-v0rrKBOIse .item-name {
  color: #000000;
}
.cid-v0rrKBOIse .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-v0rrKBOIse .item-name,
.cid-v0rrKBOIse .mbr-section-btn {
  text-align: center;
}
.cid-v0rrKD20eb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-otro.jpg-1080x1080.jpg");
}
.cid-v0rrKD20eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rrKD20eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rrKD20eb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0rrKD20eb .container {
    padding: 0 15px;
  }
}
.cid-v0rrKD20eb .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-v0rrKD20eb .title-wrapper {
    text-align: center;
  }
}
.cid-v0rrKD20eb .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0rrKD20eb .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-v0rrKD20eb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0rrKD20eb .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0rrKD20eb .list {
    justify-content: center;
  }
}
.cid-v0rrKD20eb .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0rrKD20eb .list .item-wrap:hover,
.cid-v0rrKD20eb .list .item-wrap:focus {
  color: #b49d5e;
  text-shadow: 2px 2px 4px #b49d5e;
}
.cid-v0rrKD20eb .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v0rrKD20eb .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #b49d5e 0, transparent 100%);
}
.cid-v0rrKD20eb .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0rrKD20eb .copy-wrapper {
    height: auto;
  }
}
.cid-v0rrKD20eb .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0rrKD20eb .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v0rrKD20eb .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-v0rrKD20eb .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v0rrKD20eb .social-wrapper {
    text-align: center;
  }
}
.cid-v0rrKD20eb .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0rrKD20eb .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-v0rrKD20eb .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-v0rrKD20eb .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-v0rrKD20eb .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #b49d5e;
  background-color: #232b45;
}
.cid-v0rrKD20eb .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #b49d5e;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0rrKD20eb .mbr-section-title {
  color: #f2ac2b;
}
.cid-v0rrKD20eb .mbr-copy {
  color: #d2d2df;
}
.cid-v0rrKD20eb .mbr-section-title,
.cid-v0rrKD20eb .title-wrapper {
  color: #ffffff;
}
